-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Zero Hydra Failures for release-16.03 branch #13559
Comments
devhelp fixed at b2889ef |
pvr-hts should also be fixed at 7eb1526. Thanks for poking me about that. |
Please also cherry-pick to |
I can not reproduce on 15.09, and I can't switch to 16.03 now, because I'm in the middle of a project. The error is: If wanted, I could do a PR with faust1 as the default, and see if that builds??? @pmahoney Do you have ideas? |
multimc builds without any error on my end, when on the release-16.03 branch and all overrides disabled aha, chroot builds break it found and fixed, cmake was downloading .tar.gz files at buildtime, and when the chroot cut off network, it silently continued without the tar, and tried to patch the files the tar provided |
ceph is fixed |
evolution builds fine here, it was a "No space left on device" error |
I've removed fixed packages. Could we get the rest of them to build? |
StepMania is fixed in c82d282 |
The tests are getting lots of these errors again:
Does someone know what's happening in there? I know we've had them relatively often in the past. |
This looks to me like it's because it wants to build the manual due to some reference to a package. |
@vcunat it's most probably due to https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/security/grsecurity.nix#L31 |
Ah, right. My new code only purges derivations, and |
@vcunat are you planning to fix this soonish or should I make a temporary fix? |
By "fix" you mean to traverse lists as well? I don't plan that soonish. And in this particular case I do not think we actually want to display the contents of the whole attrset with patch descriptions anyway. I'd go with the usual |
@vcunat yes, but we also want to catch this kind of errors. Didn't we have some hackish logic to detect hashes in manual? |
I thought we did have a check in there. I don't fully understand this issue, apparently. |
OK, I'll look into it. I'll also write a script to generate a list of packages that need fixing since tracking them is becoming a bit tedious. |
I've pushed a fix dbcb901 to release-16.03, but now I'm getting some really weird errors on idempotent nixos-install invokations:
Happens a;so on 16.03 channel commit (that passed tests), so I'm really confused. |
No more Haskell packages fail to build (or evaluate) in 16.03. It's all in pretty fine condition. |
We're down to ~180 packages. Still needs a bit of work. |
@domenkozar do you know what's up with those remaining failing grsec builds? They refer to an error that has been fixed. The fixed code should be used by all grsec variants. |
I'm now mostly worried about lots of transient failures in tests, often blocking a channel update: http://hydra.nixos.org/job/nixos/release-16.03/tested#tabs-constituents |
I see the following transient errors:
I'm going to increase timeout for udevadm settle, but for the rest of them no idea yet. |
For mdadm, I think we're hitting a timeout for mdadm to finish syncing, but mdadm doesn't let us specify one. I'm assuming here, maybe the sync really fails (can't reproduce locally). |
Kernel crashes should be fixed once https://lkml.org/lkml/2016/3/29/1010 is released in the kernel update for 4.3+. |
Eelco fixed the major issue in ad29b72, I'll check if mdadm issue still appears and open a new issue. Thanks everyone! |
The mdadm failures should be addressed by 3e7b510. |
(cherry picked from commit 5782b5d) /cc NixOS#13559.
Creating a tracking issue for ZHF effort in 16.03 release.
Failing packages (https://hydra.nixos.org/jobset/nixos/release-16.03):
The text was updated successfully, but these errors were encountered: