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

abc-verifier: 20160818 -> 2018-07-08 #43457

Merged
merged 1 commit into from Jul 13, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jul 13, 2018

Now hosted on github.

Bump forward from 2016.

  • 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)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: abc-verifier

Partial log (click to expand)

[100%] Built target abc
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08
shrinking /nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08/bin/abc
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08/bin
patching script interpreter paths in /nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08
checking for references to /build in /nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08...
/nix/store/0i7chzzmbrfhdryvn9w0kxhr2h8j78np-abc-verifier-2018-07-08

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: abc-verifier

Partial log (click to expand)

Scanning dependencies of target abc
[100%] Building C object CMakeFiles/abc.dir/src/base/main/main.c.o
[100%] Linking CXX executable abc
[100%] Built target abc
installing
post-installation fixup
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/yd3iq98n8nmaicq3hm5y9diyla9k8qw7-abc-verifier-2018-07-08/bin
patching script interpreter paths in /nix/store/yd3iq98n8nmaicq3hm5y9diyla9k8qw7-abc-verifier-2018-07-08
/nix/store/yd3iq98n8nmaicq3hm5y9diyla9k8qw7-abc-verifier-2018-07-08

@dtzWill
Copy link
Member Author

dtzWill commented Jul 13, 2018

@GrahamcOfBorg build pkgsMusl.ab-verifier

@GrahamcOfBorg
Copy link

No attempt on x86_64-linux (full log)

The following builds were skipped because they don't evaluate on x86_64-linux: pkgsMusl.ab-verifier

Partial log (click to expand)

Cannot nix-instantiate `pkgsMusl.ab-verifier' because:
error: attribute 'ab-verifier' in selection path 'pkgsMusl.ab-verifier' not found

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: pkgsMusl.ab-verifier

Partial log (click to expand)

Cannot nix-instantiate `pkgsMusl.ab-verifier' because:
�[31;1merror:�[0m Musl libc only supports Linux systems.

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: pkgsMusl.ab-verifier

Partial log (click to expand)

Cannot nix-instantiate `pkgsMusl.ab-verifier' because:
error: attribute 'ab-verifier' in selection path 'pkgsMusl.ab-verifier' not found

@dtzWill
Copy link
Member Author

dtzWill commented Jul 13, 2018

Oops typo.

@GrahamcOfBorg build pkgsMusl.abc-verifier

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: pkgsMusl.abc-verifier

Partial log (click to expand)

Cannot nix-instantiate `pkgsMusl.abc-verifier' because:
�[31;1merror:�[0m Musl libc only supports Linux systems.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: abc-verifier

Partial log (click to expand)

[100%] Built target abc
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08
shrinking /nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08/bin/abc
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08/bin
patching script interpreter paths in /nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08
checking for references to /build in /nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08...
/nix/store/lpfbfbpg7ixs3ip0wd7fhlkwwcx616wf-abc-verifier-2018-07-08

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pkgsMusl.abc-verifier

Partial log (click to expand)

[100%] Built target abc
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08
shrinking /nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08/bin/abc
strip is /nix/store/5ihkpxfwb2s4k92pdl82pg9k7dbr99k6-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08/bin
patching script interpreter paths in /nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08
checking for references to /build in /nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08...
/nix/store/k1yjyiqq46wpr749kkyjx84r1mq8c9sn-abc-verifier-2018-07-08

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: pkgsMusl.abc-verifier

Partial log (click to expand)

cannot build derivation '/nix/store/hjbavvknkc7k17c6nl2a4ynd9h30x4hq-perl-XML-Parser-2.44.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/1h63xicm2f5vgawlkjgixjn6bz0az7vq-intltool-0.51.0.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/9rrnbnm3bhha39i2gpgxrp9mjadzqvyc-gnome-doc-utils-0.20.10.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/ki62lwjd409c641j6xzr9cq8kxvklrkw-shadow-4.5.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/3czgxwc74yb54h3brlm292cpmvi9h9bb-util-linux-2.32.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/5rqshynav9c7pw3875181wgivwmznv3p-e2fsprogs-1.44.2.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/azqwjlv2jl13vywf3m3a7bgcpcbmd4lr-libarchive-3.3.2.drv': 12 dependencies couldn't be built
cannot build derivation '/nix/store/ci1qidycqs3fahj8fndpmgfarbsdc7g5-cmake-3.11.2.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/qf0mbrqkbp29crx8rbcvgpg1rwgwccx8-abc-verifier-2018-07-08.drv': 5 dependencies couldn't be built
error: build of '/nix/store/qf0mbrqkbp29crx8rbcvgpg1rwgwccx8-abc-verifier-2018-07-08.drv' failed

Copy link
Member

@thoughtpolice thoughtpolice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dtzWill dtzWill merged commit ec3df4d into NixOS:master Jul 13, 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

3 participants