We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
# ninjaCheckPhase +(develop.sh:128) expectStderr 0 nix develop --ignore-env --set-env-var FOO BAR --ignore-env .#hello +(/home/eelco/Dev/nix/tests/functional/common/functions.sh:197) local expected res +(/home/eelco/Dev/nix/tests/functional/common/functions.sh:198) expected=0 +(/home/eelco/Dev/nix/tests/functional/common/functions.sh:199) shift +(/home/eelco/Dev/nix/tests/functional/common/functions.sh:200) nix develop --ignore-env --set-env-var FOO BAR --ignore-env .#hello ... 184/184 nix-functional-tests:flakes / develop TIMEOUT 300.02s killed by signal 15 SIGTERM
It's hanging in bash:
eelco 812433 761382 0 14:08 pts/5 00:00:00 /nix/store/5w07wfs288qpmnvjywk24f3ak5k1np7r-python3-3.11.9/bin/python3.11 /nix/store/sszlpg1ckgfdkqamw539c2rlsrjgmqvl-meson-1.4.2/bin/meson test develop eelco 812911 812433 0 14:08 ? 00:00:00 /nix/store/wckka8fxv4h5hp74cbkhaw3fw7kbvcs1-bash-5.2p26/bin/bash -x -e -u -o pipefail develop.sh eelco 813034 812911 0 14:08 ? 00:00:00 bash --rcfile /tmp/nix-shell.oJW4sJ/nix-shell.7dF2vv
which seems to be stuck reading from stdin:
# strace -p 813034 strace: Process 813034 attached read(0, 0x4f06a0, 1) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
Steps To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version output
nix-env --version
Additional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
Ericson2314
No branches or pull requests
Describe the bug
It's hanging in bash:
which seems to be stuck reading from stdin:
Steps To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version
outputAdditional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: