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

udisks: 2.7.6 -> 2.7.7 #43320

Merged
merged 1 commit into from Jul 11, 2018
Merged

udisks: 2.7.6 -> 2.7.7 #43320

merged 1 commit into from Jul 11, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/udisks/versions.

meta.description for udisks is: '"A daemon, tools and libraries to access and manipulate disks, storage devices and technologies"'.

(Release on GitHub)[https://github.com/storaged-project/udisks/releases/tag/udisks-2.7.7]

Checks done (click to expand)
  • built on NixOS
  • /nix/store/wrrhzyiid36dl9viwld1xck7i08gn0y9-udisks-2.7.7/bin/udisksctl passed the binary check.
  • Warning: no invocation of /nix/store/wrrhzyiid36dl9viwld1xck7i08gn0y9-udisks-2.7.7/bin/umount.udisks2 had a zero exit code or showed the expected version
  • 1 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 2.7.7 with grep in /nix/store/wrrhzyiid36dl9viwld1xck7i08gn0y9-udisks-2.7.7
  • directory tree listing: https://gist.github.com/898bb5c7cd51c80147acaff213033b53
  • du listing: https://gist.github.com/ff22bda520297ca0a4aafd667a540ff9
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 2ab7c84b8b24862652252e49a09dab7277f0578a && nix-shell --pure -I nixpkgs=. -p udisks

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/udisks/versions.
@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: udisks

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

Attempted: udisks

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/y27p92wzwfpl76smx224khf4qx7wz5p6-udisks-2.7.7-dev
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/y27p92wzwfpl76smx224khf4qx7wz5p6-udisks-2.7.7-dev/lib
patching script interpreter paths in /nix/store/y27p92wzwfpl76smx224khf4qx7wz5p6-udisks-2.7.7-dev
checking for references to /build in /nix/store/y27p92wzwfpl76smx224khf4qx7wz5p6-udisks-2.7.7-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/5xs0ammmfpm9f0lf2jrkgdrhzqvvm4yb-udisks-2.7.7-devdoc
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/5xs0ammmfpm9f0lf2jrkgdrhzqvvm4yb-udisks-2.7.7-devdoc
checking for references to /build in /nix/store/5xs0ammmfpm9f0lf2jrkgdrhzqvvm4yb-udisks-2.7.7-devdoc...
/nix/store/wrrhzyiid36dl9viwld1xck7i08gn0y9-udisks-2.7.7

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: udisks

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/28hmzhsxkrxk1smpjmkammfkf5xb87ak-udisks-2.7.7-dev
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/28hmzhsxkrxk1smpjmkammfkf5xb87ak-udisks-2.7.7-dev/lib
patching script interpreter paths in /nix/store/28hmzhsxkrxk1smpjmkammfkf5xb87ak-udisks-2.7.7-dev
checking for references to /build in /nix/store/28hmzhsxkrxk1smpjmkammfkf5xb87ak-udisks-2.7.7-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/1yvvzlmdbsdgvimhc8lk7rv37ymjgi57-udisks-2.7.7-devdoc
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/1yvvzlmdbsdgvimhc8lk7rv37ymjgi57-udisks-2.7.7-devdoc
checking for references to /build in /nix/store/1yvvzlmdbsdgvimhc8lk7rv37ymjgi57-udisks-2.7.7-devdoc...
/nix/store/5hsdby6llqda1ry2m6f2wgvkpk25nw34-udisks-2.7.7

@adisbladis
Copy link
Member

@GrahamcOfBorg test udisks2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: tests.udisks2

Partial log (click to expand)

machine: exit status 1
syncing
machine: running command: sync
machine: exit status 0
test script finished in 24.82s
cleaning up
killing machine (pid 628)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
/nix/store/856g14900mxxskail5adb8ly22k2ms2v-vm-test-run-udisks2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: tests.udisks2

Partial log (click to expand)

machine: exit status 1
syncing
machine: running command: sync
machine: exit status 0
test script finished in 13.88s
cleaning up
killing machine (pid 594)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
/nix/store/3sx8idvgq1wy89p3q05pzvyqlvrqkg3a-vm-test-run-udisks2

@adisbladis adisbladis merged commit 92860b9 into NixOS:master Jul 11, 2018
@r-ryantm r-ryantm deleted the auto-update/udisks branch July 11, 2018 15:47
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