-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
linux-5.4.88-modules (aarch64) fails, blocking nixos-unstable #109252
Comments
The error (full log):
Seems to be related to # VMware support.
"mptspi" "vmw_balloon" "vmwgfx" "vmw_vmci" "vmw_vsock_vmci_transport" "vmxnet3" "vsock" Not sure why the cc @volth (disabled by GitHub...) Update: ${linux}/lib/modules/5.4.88/kernel/drivers/misc/vmw_balloon.ko.xz is still there so this seems to be something else ( |
Update: Ok, so I got a bit confused by the Hydra UI as e.g. https://hydra.nixos.org/build/135057055 states "System: x86_64-linux" but the failing build is from an In any case as long as the failure only occurs on AArch64 builds that would explain it (the
But I guess the questions still is what changed in Nixpkgs to cause this regression. Edit: Seems like this does indeed only affect nixos.iso_minimal.aarch64-linux (x86 is fine: iso_minimal.x86_64-linux). The strange thing is that this error occured before but was ignored: https://hydra.nixos.org/build/134729815 (log):
|
maybe just the kernel update? a9dfa24 |
Think I finally found it: fdf3215 cc @puckipedia |
So I guess it would be best to revert that commit in master for now and try to reland it via staging/staging-next as the log contains multiple modules that are "not found" (10 matches) and this might also affect other things (maybe additional builds/tests but it could also cause regressions outside of Nixpkgs as this changes the behaviour). But we could of course also try to fix the errors in master instead if someone prefers that. |
I already have code that adds all those conditionals to make the minimal ISO build, so we could use that if that's the only issue. |
suggest we try and see |
You're looking at the |
Yeah, I didn't know that it combines things from multiple platforms this way (thought there would be two Anyway, thanks for pushing a fix :) |
:-) The |
Describe the bug
https://hydra.nixos.org/build/135054936
Caused by #78430.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
cc @NeQuissimus
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: