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

wal-g: 0.1.8pre240_966f3c5f4 -> 0.1.10 #44656

Merged
merged 1 commit into from Aug 8, 2018

Conversation

marsam
Copy link
Contributor

@marsam marsam commented Aug 8, 2018

Motivation for this change
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.

@xeji
Copy link
Contributor

xeji commented Aug 8, 2018

@GrahamcOfBorg build wal-g

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: wal-g

Partial log (click to expand)

shrinking /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin/bin/extract
shrinking /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin/bin/delta
shrinking /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin/bin/generate
shrinking /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin/bin/compress
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin/bin
patching script interpreter paths in /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin
checking for references to /build in /nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin...
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
/nix/store/1ian9g4987cc2glvjf0zzs2hj8jkxry1-wal-g-0.1.10-bin

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: wal-g

Partial log (click to expand)

find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
find: '/nix/store/61gw6blkqmc9k3sl4b5y4sbwb67d9wcw-wal-g-0.1.10': No such file or directory
/nix/store/a67rq9la8yklbjsr38x9xrjaxvy3iym5-wal-g-0.1.10-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: wal-g

Partial log (click to expand)

shrinking /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin/bin/generate
shrinking /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin/bin/compress
shrinking /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin/bin/wal-g
shrinking /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin/bin/delta
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin/bin
patching script interpreter paths in /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin
checking for references to /build in /nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin...
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
/nix/store/bprq2s0ksi4zxmyrian25qk6iyyixm1d-wal-g-0.1.10-bin

@xeji xeji merged commit 6af6fec into NixOS:master Aug 8, 2018
@marsam marsam deleted the feature/update-wal-g branch August 8, 2018 11:36
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