Skip to content
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

libical: disable parallel check, fix #51120

Merged
merged 1 commit into from Nov 28, 2018
Merged

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Nov 27, 2018

Motivation for this change

Otherwise test failure on my builders and laptop.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-linux (full log)

Attempted: libical

Partial log (click to expand)

cannot build derivation '/nix/store/a5bd4drm9dlnwvsim8k3vwrs357iq1yk-libtiff-unstable-2018-11-04.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/my97i3npynvnickiv3ncni2y5dx60r6d-lcms2-2.9.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/3fak1w7k4inprxdwanxifvbyilcrfg8x-libwebp-1.0.0.drv': 6 dependencies couldn't be built
cannot build derivation '/nix/store/k3hyz8023kzpzcm54xydj66s6f4v5yvf-gd-2.2.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/p8852w5wv0ni1ydh2xlr8rffiv6i9bnh-libmng-2.0.3.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/x0rf9csx98k8m6x1p3my9cz8rrc15vfv-libdevil-1.7.8.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/wdjnxhcwsfrrmxkpfjyhpzxmkrmqyvxz-graphviz-2.40.1.drv': 19 dependencies couldn't be built
cannot build derivation '/nix/store/rwrs2ys2z9snppx21fw1fz39m3bcx8zn-vala-0.38.10.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/yxm76bvxk2vx4b2fgpry00zvgsww9pyy-libical-3.0.4.drv': 16 dependencies couldn't be built
error: build of '/nix/store/yxm76bvxk2vx4b2fgpry00zvgsww9pyy-libical-3.0.4.drv' failed

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: libical

Partial log (click to expand)

cannot build derivation '/nix/store/xl62hf82g1zmfv8w1a61xdbnln2498kr-gobject-introspection-1.56.0.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/ww4ml9mdjc8n6an49d6dp4975fgbqlrs-libGL-1.0.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/likda5m9m4cl1d621js0v58q090pfw9r-libdevil-1.7.8.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/qcn7fpg71ms744vlw7aqf6i9gssh4rr4-pango-1.42.4.drv': 15 dependencies couldn't be built
cannot build derivation '/nix/store/nbjwlcjzmk59wryiladvqhdh7brqj6xh-python3.7-pygobject-3.26.1.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/ykjs2lrd528jcpv0mzlaqpib7k0mirp2-graphviz-2.40.1.drv': 20 dependencies couldn't be built
cannot build derivation '/nix/store/rdnxpw0dln5kfcnrghczazw6yj50k2v8-python3-3.7.1-env.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/sgjhz73im8dwjv7v3vnfc2h0idb07vsl-vala-0.38.10.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/v0lw3hnbwg08mawbi7mrzj2q51riz7yr-libical-3.0.4.drv': 15 dependencies couldn't be built
error: build of '/nix/store/v0lw3hnbwg08mawbi7mrzj2q51riz7yr-libical-3.0.4.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libical

Partial log (click to expand)

54/56 Test #54: libical-glib-recurrence-type .....   Passed    0.12 sec
      Start 55: libical-glib-timezone
55/56 Test #55: libical-glib-timezone ............   Passed    0.13 sec
      Start 56: libical-glib-value
56/56 Test #56: libical-glib-value ...............   Passed    0.12 sec

100% tests passed, 0 tests failed out of 56

Total Test time (real) =  10.98 sec
/nix/store/ri2ql8s4sv4an35amw3ka5rn74s2qh8n-libical-3.0.4

@dtzWill
Copy link
Member Author

dtzWill commented Nov 28, 2018

Jobs I checked on Hydra appear unaffected, might be from an un-merged PR?

Since this fixes issue I'm encountering, going ahead with it but LMK if you have any objections/concerns :).

@dtzWill dtzWill merged commit 41d887a into NixOS:staging Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants