NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.07k stars 14.05k forks source link

Zero Hydra Failures for 17.09 #28643

Closed globin closed 7 years ago

globin commented 7 years ago

We currently have ~170 failing jobs on hydra: https://hydra.nixos.org/jobset/nixos/trunk-combined

We're hoping for a big effort from all contributors and maintainers to get this down to zero for the release at the end of September.

@fpletz and I will be updating this issue with further information continuously.

Off we go on a sprint to making 17.09 the best release possible! Getting latest evaluation for http://hydra.nixos.org/jobset/nixos/release-17.09 Parsing evaluation https://hydra.nixos.org/eval/1395311

moretea commented 7 years ago

mcrl2 will be fixed by https://github.com/NixOS/nixpkgs/pull/29199

colescott commented 7 years ago

@Mic92 I fixed the build but now I am having issues with the libgcc for the linker. I'll try some more stuff this week.

matklad commented 7 years ago

lxqtsession was fixed by #29132

rvl commented 7 years ago

About jscoverage. Newer gcc is picking up an error about casting int to pointer. However the value in question is always 0, so it's not really an error. Do we (a) patch the source, (b) adjust the CFLAGS, or (c) delete the package (it has been deprecated in favour of a java implementation). cc @chaoflow

xvapx commented 7 years ago

python36Packages.libnacl: I cannot reproduce the failure locally neither in master nor in staging. Also, mentions don't work properly.

disassembler commented 7 years ago

@rvl I just fixed it changing JS_FALSE -> NULL.

rvl commented 7 years ago

@disassembler OK option (a) then, good stuff :star: :+1:

womfoo commented 7 years ago

freeswitch will be fixed by #29463

rnhmjoj commented 7 years ago

Can someone cherry-pick #29258 into release-17.09?

Mic92 commented 7 years ago

@rnhmjoj done

aneeshusa commented 7 years ago

I tested my changes to the radicale tests in #29521 locally when I made the PR and just again now with a fresh master, and nix-build nixos/tests/radicale.nix is succeeding for me. Would appreciate some help figuring out why it's failing on Hydra (cc @Infinisil and @pSub as co-maintainers).

I've been testing on Arch Linux with Nix 1.11.15, sandboxing enabled,

asymmetric commented 7 years ago

@globin I'm unsure if anyone aside of me has used the ltc_scrypt package. It is a dependency of electrum-ltc, which I myself don't use anymore.

So I'd be fine if it was removed.

vcunat commented 7 years ago

electrum-ltc still builds actually; perhaps the package only won't support python3 or something...

asppsa commented 7 years ago

PR #29763 disable Hydra builds of purePackages.gen. Not sure if anything else needs to be done with this in terms of this issue.

globin commented 7 years ago

The remaining packages will be marked as broken, thanks for your effort!