[Nix#8946] Crash in Nix 2.16.1 #117
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#117
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream-Issue: NixOS/nix#8946
Describe the bug
This is on a relatively simple server running Hydra + Harmonia + Nginx, deployed via colmena. It was recently updated from Nix 2.13 to 2.16.1, and we started getting http timeouts to the Hydra API (which we remote control from some Jenkins jobs). I haven't yet been able to get symbols loaded for the binaries, but the unsymbolized backtrace looks like this:
Steps To Reproduce
No clear repro, but it only happens when the Hydra instance is "doing work"— when it's idle, it remains up.
Expected behavior
Nix should not crash, ever.
nix-env --version
outputAdditional context
Next steps on our side will be downgrading back to Nix 2.13, though we may need to do some backporting in Harmonia, as we require fixes there that are currently Nix 2.16+ only. FYI @Mic92, @zimbatm