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.1 -> 1.1.2 #45241

Merged
merged 1 commit into from Aug 18, 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/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/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2/bin/containerd passed the binary check.
  • /nix/store/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2/bin/containerd-release passed the binary check.
  • Warning: no invocation of /nix/store/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2/bin/containerd-shim had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2/bin/containerd-stress had a zero exit code or showed the expected version
  • /nix/store/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2/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.2 with grep in /nix/store/ag3pxf4f8120aimwb4m174p8d5w5z8mb-containerd-1.1.2
  • directory tree listing: https://gist.github.com/5f12d1e1380f7bebb889eaf395e3a6d8
  • du listing: https://gist.github.com/ea3dd76b15fca8b3a71480c7c28272ff
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 d768cf15e7a1a20973ebadaccb8a7f9419a12354 && nix-shell --pure -I nixpkgs=. -p containerd

cc @offlinehacker 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 x86_64-linux (full log)

Attempted: containerd

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: containerd

Partial log (click to expand)

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

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 👼

@vdemeester
Copy link
Member

cc @Mic92

@ryantm
Copy link
Member

ryantm commented Aug 18, 2018

@vdemeester Thanks for the review. Please consider adding yourself as a maintainer.

@ryantm ryantm merged commit 5828cb3 into NixOS:master Aug 18, 2018
@r-ryantm r-ryantm deleted the auto-update/containerd branch August 18, 2018 03: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

4 participants