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

containerd: 1.1.2 -> 1.1.4 #47807

Merged
merged 1 commit into from Oct 5, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Oct 3, 2018

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

meta.description for containerd is: '"A daemon to control runC"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd passed the binary check.
  • /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd-release passed the binary check.
  • Warning: no invocation of /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd-shim had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd-stress had a zero exit code or showed the expected version
  • /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/ctr passed the binary check.
  • 3 of 5 passed binary check by having a zero exit code.
  • 0 of 5 passed binary check by having the new version present in output.
  • found 1.1.4 with grep in /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4
  • directory tree listing: https://gist.github.com/9fc61e0266ccad9f265267a00c6c6f9e
  • du listing: https://gist.github.com/659a5b4c7fa70fee68ee4a42ca88896f
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/d2f74f528180727490d384cd84bc31f7b16af4c6.tar.gz -p containerd
ls -la /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4

cc @offlinehacker @vdemeester 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/containerd/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: containerd

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

Partial log (click to expand)

shrinking /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4/bin/containerd-shim
cannot find section .dynamic
shrinking /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4/bin/containerd-stress
shrinking /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4/bin/ctr
strip is /nix/store/428gs2z4b8f9byvghzlpbjwjb3a7jwxx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4/bin
patching script interpreter paths in /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4
checking for references to /build in /nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4...
cannot find section .dynamic
/nix/store/mjr97bc3kjpqa4qi2qc65bz3yr6xp522-containerd-1.1.4

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: containerd

Partial log (click to expand)

shrinking /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd-stress
shrinking /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd
shrinking /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/containerd-release
shrinking /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin/ctr
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4/bin
patching script interpreter paths in /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4
checking for references to /build in /nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4...
cannot find section .dynamic
/nix/store/9q5phm4gr12c03cqnacqsc8kg8crgr5n-containerd-1.1.4

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐯

@xeji xeji merged commit 75e4fcf into NixOS:master Oct 5, 2018
@r-ryantm r-ryantm deleted the auto-update/containerd branch October 13, 2018 22:19
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