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

gutenberg: 0.4.0 -> 0.4.1 #44868

Merged
merged 1 commit into from Aug 10, 2018
Merged

gutenberg: 0.4.0 -> 0.4.1 #44868

merged 1 commit into from Aug 10, 2018

Conversation

dywedir
Copy link
Member

@dywedir dywedir commented Aug 10, 2018

0.4.1 (2018-08-06)

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

@Mic92
Copy link
Member

Mic92 commented Aug 10, 2018

@GrahamcOfBorg build gutenberg

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gutenberg

Partial log (click to expand)


installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1
shrinking /nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1/bin/gutenberg
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1/bin
patching script interpreter paths in /nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1
checking for references to /build in /nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1...
/nix/store/rjybcyhn7ddcvdfw1d1s4i4xqb65pc8k-gutenberg-0.4.1

@GrahamcOfBorg
Copy link

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

Attempted: gutenberg

Partial log (click to expand)

   Compiling encoding v0.2.33
   Compiling unic-ucd-segment v0.7.0
   Compiling clap v2.32.0
   Compiling lock_api v0.1.3
   Compiling tokio-io v0.1.7
   Compiling http v0.1.8
   Compiling mio-uds v0.6.6
   Compiling syn v0.14.7
building of ‘/nix/store/cmgmqanjbwpj17y8n7lrw1h656lbbzhs-gutenberg-0.4.1.drv’ timed out after 1800 seconds
error: build of ‘/nix/store/cmgmqanjbwpj17y8n7lrw1h656lbbzhs-gutenberg-0.4.1.drv’ failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: gutenberg

Partial log (click to expand)

test cmd::serve::tests::relative_path ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

installing
post-installation fixup
strip is /nix/store/251fvx4mx9q4zarbca5cciasmn66p668-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/5qzpvxg387kqv430bkn97q0y2x5f5ra0-gutenberg-0.4.1/bin
patching script interpreter paths in /nix/store/5qzpvxg387kqv430bkn97q0y2x5f5ra0-gutenberg-0.4.1
/nix/store/5qzpvxg387kqv430bkn97q0y2x5f5ra0-gutenberg-0.4.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gutenberg

Partial log (click to expand)


installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1
shrinking /nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1/bin/gutenberg
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1/bin
patching script interpreter paths in /nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1
checking for references to /build in /nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1...
/nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gutenberg

Partial log (click to expand)

these derivations will be built:
  /nix/store/2av1zib1pbsb551fbvw470pmxamvsg7g-rust_cargo-0.22.0.drv
  /nix/store/2gnx6as6i0mabrx15xflw3hvja8z8y34-rust_cargo-vendor-0.1.13.drv
  /nix/store/ysldfii2yd0v85a2cszvflm09396yg3r-gutenberg-0.4.1-vendor.drv
  /nix/store/iscmw2iy983xhnh0gcrn4bwqn38n5x8x-gutenberg-0.4.1.drv
waiting for locks or build slots...
/nix/store/kqhz6r38vb8cmfdxn1qxbsvr84cf3gw5-gutenberg-0.4.1

@Mic92 Mic92 merged commit 2dc24c1 into NixOS:master Aug 10, 2018
@dywedir dywedir deleted the gutenberg branch August 10, 2018 13:27
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