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

singularity: 2.5.2 -> 2.6.0 #45142

Merged
merged 1 commit into from Aug 16, 2018
Merged

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/singularity/versions.

meta.description for singularity is: '"Designed around the notion of extreme mobility of compute and reproducible science, Singularity enables users to have full control of their operating system environment"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/bin/singularity passed the binary check.
  • Warning: no invocation of /nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/bin/run-singularity 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.6.0 with grep in /nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0
  • directory tree listing: https://gist.github.com/e59311405f9d6d9e7f66d13825f651f4
  • du listing: https://gist.github.com/ce403f5c38a48af302a0608dfd8c0b3e
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 64a39339f6dfebe33f72b3e3c779a2ab484061c3 && nix-shell --pure -I nixpkgs=. -p singularity

cc @jbedo for testing.

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

Success on x86_64-linux (full log)

Attempted: singularity

Partial log (click to expand)

/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/handlers/archive-cpio.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/handlers/image-http.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/handlers/archive-tar.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/helpers/image.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/helpers/apps/list.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/helpers/help.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/helpers/check.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/libexec/singularity/helpers/inspect.sh: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/bin/run-singularity: interpreter directive changed from "/bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
/nix/store/blm1va5kmymw7cg209njkr2vgcs7qxk4-singularity-2.6.0/bin/singularity: interpreter directive changed from "/bin/bash" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/bash"

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

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: singularity

Partial log (click to expand)

/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/deffile-driver-localimage.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/deffile-driver-docker.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/deffile-driver-debootstrap.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/deffile-driver-busybox.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/deffile-driver-arch.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/checks.sh: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/libexec/singularity/bootstrap-scripts/functions: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/bin/run-singularity: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0/bin/singularity: interpreter directive changed from "/bin/bash" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/bash"
/nix/store/4kcjw0lfbij7q29m5nqh6dp962n9i8wi-singularity-2.6.0

@timokau timokau merged commit 62b603e into NixOS:master Aug 16, 2018
@r-ryantm r-ryantm deleted the auto-update/singularity branch August 16, 2018 21:00
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