-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
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
Evaluation error blocking nixos-unstable #143937
Comments
The error can be reproduced locally with |
Dang, hydra-eval-jobs is super slow and I gotta get some sleep. Here's where I'm at if someone else wants to pick it up:
|
@r-burns: I suppose the messages from |
I had hoped they would be but I didn't see anything obvious |
It's morning here, so let me continue 😄 |
The linked hydra logs include this:
It's somewhere in the middle of the log, so it is easily overlooked. Is there a way to run the job with the equivalent of |
It's slow as usual. The single step took 160 minutes, and I don't think it's a weak machine. |
I don't think I can do the bisection properly. On Well, I could assume that these explosions only happen in |
i can run it on @jonringer 252G machine just give me the cmd |
This one should suffice: hydra-eval-jobs -Inixpkgs=. nixos/release-combined.nix |
all the commands please, i haven't used bisect much |
Ah, you run all the log of I often like to inspect the individual failures by hand (to make sure that it's the same error), but in this case we haven't found anything useful in the logs, so it's probably OK to leave it to that automatic |
https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/ghostunnel.nix#L1 starts with
while every other test in this directory starts with something like
Perhaps something in #140792 caused this difference to break things? That's the only thing in the bisected range that looks relevant. (Edit: To be more precise, cc @roberth who is the I looked at |
I can't see that path being touched in the current bisection range. EDIT: but it's e.g. possible there are multiple errors. |
|
I'm getting extreme memory usage from just the |
From my incomplete tests I (also) find it likely that at least one of the big problems came from PR #140792. |
Make sure the all derivations referenced by the test script are available on the nodes. Accessing these derivations works just fine without this change when using 9p to mount the host's store, but when an image is built (virtualisation.buildRootImage), the dependencies need to be copied to the image. We don't want to copy the script itself, though, since that would trigger unnecessary image rebuilds.
Good morning everyone, I tried an unattended |
Fix: #144014 |
Evaluated: https://hydra.nixos.org/eval/1717845 |
An eval error is failing hydra evals of nixos-unstable (trunk-combined), preventing channel updates:
https://hydra.nixos.org/jobset/nixos/trunk-combined#tabs-errors
The last successful eval was 2 days ago, on commit 2deb07f
The error is masked by a Hydra bug (NixOS/hydra#822) so the only error message we get is
The text was updated successfully, but these errors were encountered: