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

botan: 2.6.0 -> 2.7.0 #43223

Merged
merged 1 commit into from Jul 9, 2018
Merged

botan: 2.6.0 -> 2.7.0 #43223

merged 1 commit into from Jul 9, 2018

Conversation

leenaars
Copy link
Contributor

@leenaars leenaars commented Jul 8, 2018

Motivation for this change

Version bump. Lots of things depend on this, I assume this should work...

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 Jul 8, 2018

@GrahamcOfBorg build kea powerdns neopg botan2 biboumi

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: kea, powerdns, neopg, botan2, biboumi

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 x86_64-darwin (full log)

Attempted: kea, botan2

The following builds were skipped because they don't evaluate on x86_64-darwin: powerdns, neopg, biboumi

Partial log (click to expand)

make[2]: Leaving directory '/private/tmp/nix-build-kea-1.3.0.drv-0/kea-1.3.0/m4macros'
make[1]: Leaving directory '/private/tmp/nix-build-kea-1.3.0.drv-0/kea-1.3.0/m4macros'
post-installation fixup
gzipping man pages under /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/share/man/
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/lib  /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/bin  /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/sbin
patching script interpreter paths in /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0
/nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/sbin/kea-admin: interpreter directive changed from "/bin/sh" to "/nix/store/q2wqq1k20v8kc3vckapqf5nws30brnni-bash-4.4-p23/bin/sh"
/nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/sbin/keactrl: interpreter directive changed from "/bin/sh" to "/nix/store/q2wqq1k20v8kc3vckapqf5nws30brnni-bash-4.4-p23/bin/sh"
moving /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/sbin/* to /nix/store/1nhisdhbx9by7dqrjqzix9gfi0bard21-kea-1.3.0/bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: kea, powerdns, neopg, botan2, biboumi

Partial log (click to expand)

patching script interpreter paths in /nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0
/nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0/sbin/keactrl: interpreter directive changed from "/bin/sh" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/sh"
/nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0/sbin/kea-admin: interpreter directive changed from "/bin/sh" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0...
moving /nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0/sbin/* to /nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0/bin
/nix/store/kf550hgh5aq00vj7pda4vf6fby1fxr1l-kea-1.3.0
/nix/store/7r7i3557bx5hbyjm1whkgqphcrsj1j0s-powerdns-4.1.3
/nix/store/vy2ydvymb0cr6wr91fjs6v2sz8d2llnb-neopg-0.0.4
/nix/store/v9w1ibh37dd0g7djnp594vws7klvik21-botan-2.7.0
/nix/store/8rnfz5s30n4gg6rbkh0wjsasyh8qr4j6-biboumi-7.2

@adisbladis
Copy link
Member

@GrahamcOfBorg test powerdns

@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: tests.powerdns

Partial log (click to expand)

while evaluating ‘hydraJob’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/lib/customisation.nix:162:14, called from /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/nixos/release.nix:23:16:
while evaluating the attribute ‘drvPath’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/lib/customisation.nix:179:13:
while evaluating the attribute ‘drvPath’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/lib/customisation.nix:146:13:
while evaluating the attribute ‘buildCommand’ of the derivation ‘vm-test-run-powerdns’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/stdenv/generic/make-derivation.nix:170:11:
while evaluating the attribute ‘buildCommand’ of the derivation ‘nixos-test-driver-powerdns’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/stdenv/generic/make-derivation.nix:170:11:
while evaluating the attribute ‘buildCommand’ of the derivation ‘nixos-vm’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/stdenv/generic/make-derivation.nix:170:11:
while evaluating the attribute ‘text’ of the derivation ‘run-nixos-vm’ at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/stdenv/generic/make-derivation.nix:170:11:
while evaluating anonymous function at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/build-support/closure-info.nix:9:1, called from /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/nixos/modules/virtualisation/qemu-vm.nix:121:13:
assertion failed at /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/rbvermaa-spot/pkgs/build-support/closure-info.nix:11:1

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: tests.powerdns

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.


@xeji
Copy link
Contributor

xeji commented Jul 9, 2018

tests.powerdns succeeds on my local x86_64-linux machine, ofborg's eval error looks unrelated.

@xeji xeji merged commit 584561b into NixOS:master Jul 9, 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

5 participants