-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
util-linux: try to fix parallel build failures #311988
Conversation
Difficult to know if these actually fix it, since it only happens sometimes. Link: NixOS#309805 (comment) Link: https://lore.kernel.org/util-linux/[email protected]/
I was now trying to reproduce the failure on the community 80-core aarch64 (without these patches), but I failed, even though the machine was almost idle. So I don't know. |
I've seen it locally before too. I didn't realise it was transient at the time, because it went away after I did some other work on the package. |
Difficult to know if these actually fix it, since it only happens sometimes. Link: #309805 (comment) Link: https://lore.kernel.org/util-linux/[email protected]/ vcunat edit: only apply on some platforms for now, balancing fixes and the amount of rebuild work on Hydra. The rest is picked from PR #311988
If I didn't mess up something, this (i686) build used the patches and failed apparently in the same way again: |
|
This reverts commit 57bdbab. Too many issues with 2.40 for now — we're reverting to 2.39. Fixes: NixOS#311988
I think this was an instance of this problem? Restarted the build. |
Looks like it. |
Unfortunately, restarting doesn't seem to help at all with that particular build… |
The util-linux upgrade has been reverted in staging, if that's helpful. |
Description of changes
Difficult to know if these actually fix it, since it only happens sometimes.
See #309805 (comment).
Should be backported to 24.05 once possible.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.