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

cni-plugins: 0.7.3 -> 0.7.4 #50790

Merged
merged 1 commit into from Nov 20, 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/cni-plugins/versions.

meta.description for cni-plugins is: '"Some standard networking plugins, maintained by the CNI team"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/bridge had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/dhcp had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/flannel had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/host-device had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/host-local had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/ipvlan had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/loopback had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/macvlan had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/portmap had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/ptp had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/sample had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/tuning had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin/vlan had a zero exit code or showed the expected version
  • 0 of 13 passed binary check by having a zero exit code.
  • 0 of 13 passed binary check by having the new version present in output.
  • found 0.7.4 with grep in /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4
  • directory tree listing: https://gist.github.com/23bde3fbab80390e12ca9f74df59e02c
  • du listing: https://gist.github.com/b3a7d117ae6e7d988c4ec8162cad8d44
Rebuild report (click to expand)

1 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
0 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
0 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
cni-plugins

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A cni-plugins https://github.com/r-ryantm/nixpkgs/archive/97e90a4866984be011ea334cb52aad8e047240af.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4
ls -la /nix/store/884zsyrpj3954mvz559ym9cb10w8vafs-cni-plugins-0.7.4/bin

cc @cstrahan 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/cni-plugins/versions
@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 20, 2018

@GrahamcOfBorg eval

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: cni-plugins

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

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: cni-plugins

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: cni-plugins

Partial log (click to expand)

shrinking /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin/tuning
shrinking /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin/sample
shrinking /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin/loopback
shrinking /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin/ptp
shrinking /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin/host-device
strip is /nix/store/rpbg8gmqxhz8g61p1plz5d2srs84pvmv-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4/bin
patching script interpreter paths in /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4
checking for references to /build in /nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4...
/nix/store/d7xa5y7w87q5cjmy9lw6c5vylvspdrcl-cni-plugins-0.7.4

@c0bw3b c0bw3b merged commit 0fcb8f2 into NixOS:master Nov 20, 2018
@r-ryantm r-ryantm deleted the auto-update/cni-plugins branch December 8, 2018 22:21
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