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

[18.09] backport trezord: 2.0.19 -> 2.0.24 #49832

Merged
merged 1 commit into from Nov 7, 2018
Merged

[18.09] backport trezord: 2.0.19 -> 2.0.24 #49832

merged 1 commit into from Nov 7, 2018

Conversation

1000101
Copy link
Member

@1000101 1000101 commented Nov 6, 2018

(cherry picked from commit 10c56c5)

Upgrade of the package.

Motivation for this change

Having the latest up-to-date package.

  • 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.

(cherry picked from commit 10c56c5)
@1000101 1000101 changed the title [18.09] trezord: 2.0.19 -> 2.0.24 18.09 backport trezord: 2.0.19 -> 2.0.24 Nov 6, 2018
@1000101 1000101 changed the title 18.09 backport trezord: 2.0.19 -> 2.0.24 [18.09] backport trezord: 2.0.19 -> 2.0.24 Nov 6, 2018
@samueldr
Copy link
Member

samueldr commented Nov 7, 2018

@GrahamcOfBorg build trezord

Just to check, everything should be fine.

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: trezord

Partial log (click to expand)

warning: SQLite database '/nix/var/nix/db/db.sqlite' is busy
copying path '/nix/store/jjcs9y9h6sqg0cr4g9ckbhfm29g1dl0s-python2.7-paramiko-2.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/34ag8z9fy3qrmr9ybnyakl60vdwqzldh-python2.7-pyOpenSSL-18.0.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/qwrdbd2gib9vbdhsczh7smj8i5nr8b0i-python2.7-urllib3-1.23' from 'https://cache.nixos.org'...
copying path '/nix/store/dk059x6q2qyvkm0qhjmbsd5fkkwir20r-bazaar-2.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/b3l6bzds30wn8h376vz585lp2zy6nck2-python2.7-dulwich-0.19.6' from 'https://cache.nixos.org'...
copying path '/nix/store/zvir4jivfck970v4mpx73jv9qb6p01md-python2.7-hg-git-0.8.11' from 'https://cache.nixos.org'...
copying path '/nix/store/smd6xnip00cqr170l9f8c5ji8ycf1v0n-mercurial-4.7' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/86mll091bq2rk9ig170drfkfi54yg4fp-trezord-go-2.0.24.drv': 2 dependencies couldn't be built
error: build of '/nix/store/86mll091bq2rk9ig170drfkfi54yg4fp-trezord-go-2.0.24.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: trezord

Partial log (click to expand)

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

@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: trezord

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@1000101
Copy link
Member Author

1000101 commented Nov 7, 2018

@GrahamcOfBorg build trezord

Just to check, everything should be fine.

Is the failed attempt on aarch64-linux a problem?

@samueldr
Copy link
Member

samueldr commented Nov 7, 2018

@GrahamcOfBorg build trezord

Pretty sure the aarch64 failure is due to yesterday's ofborg hiccup.

@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: trezord

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: trezord

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: trezord

Partial log (click to expand)

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

@samueldr samueldr merged commit f8dc3f1 into NixOS:release-18.09 Nov 7, 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

4 participants