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

kubernetes: 1.12.0 -> 1.12.1 #48103

Merged
merged 1 commit into from Oct 11, 2018
Merged

kubernetes: 1.12.0 -> 1.12.1 #48103

merged 1 commit into from Oct 11, 2018

Conversation

johanot
Copy link
Contributor

@johanot johanot commented Oct 9, 2018

Motivation for this change

Bump kubernetes to v1.12.1

@GrahamcOfBorg test kubernetes.rbac.singlenode kubernetes.dns.singlenode kubernetes.rbac.multinode kubernetes.dns.multinode

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: kubernetes

Partial log (click to expand)

strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/bibjbs34w2ildwiybp4mabaxm2dk7sl3-kubernetes-1.12.1-man
checking for references to /build in /nix/store/bibjbs34w2ildwiybp4mabaxm2dk7sl3-kubernetes-1.12.1-man...
shrinking RPATHs of ELF executables and libraries in /nix/store/mwhcksl2m8hq7b2jj85752jvrxrpaabk-kubernetes-1.12.1-pause
shrinking /nix/store/mwhcksl2m8hq7b2jj85752jvrxrpaabk-kubernetes-1.12.1-pause/bin/pause
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mwhcksl2m8hq7b2jj85752jvrxrpaabk-kubernetes-1.12.1-pause/bin
patching script interpreter paths in /nix/store/mwhcksl2m8hq7b2jj85752jvrxrpaabk-kubernetes-1.12.1-pause
checking for references to /build in /nix/store/mwhcksl2m8hq7b2jj85752jvrxrpaabk-kubernetes-1.12.1-pause...
/nix/store/i8av2hv392yw3yvrv02xx9nfi7hyxl6a-kubernetes-1.12.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: kubernetes

Partial log (click to expand)

strip is /nix/store/428gs2z4b8f9byvghzlpbjwjb3a7jwxx-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/qh17i0lhmrz1hckljbripkr7a059k92m-kubernetes-1.12.1-man
checking for references to /build in /nix/store/qh17i0lhmrz1hckljbripkr7a059k92m-kubernetes-1.12.1-man...
shrinking RPATHs of ELF executables and libraries in /nix/store/l8wwh9gdcxs6ng6crjkysr0xpy1j485p-kubernetes-1.12.1-pause
shrinking /nix/store/l8wwh9gdcxs6ng6crjkysr0xpy1j485p-kubernetes-1.12.1-pause/bin/pause
strip is /nix/store/428gs2z4b8f9byvghzlpbjwjb3a7jwxx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/l8wwh9gdcxs6ng6crjkysr0xpy1j485p-kubernetes-1.12.1-pause/bin
patching script interpreter paths in /nix/store/l8wwh9gdcxs6ng6crjkysr0xpy1j485p-kubernetes-1.12.1-pause
checking for references to /build in /nix/store/l8wwh9gdcxs6ng6crjkysr0xpy1j485p-kubernetes-1.12.1-pause...
/nix/store/nnda531pbzynwjc9q3ixl8h82jgy1sx5-kubernetes-1.12.1

@johanot
Copy link
Contributor Author

johanot commented Oct 9, 2018

@GrahamcOfBorg test kubernetes.rbac.singlenode kubernetes.dns.singlenode kubernetes.rbac.multinode kubernetes.dns.multinode

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: tests.kubernetes.rbac.singlenode, tests.kubernetes.dns.singlenode, tests.kubernetes.rbac.multinode, tests.kubernetes.dns.multinode

Partial log (click to expand)


Cannot nix-instantiate `tests.kubernetes.dns.singlenode' because:
error: attribute 'singlenode' in selection path 'tests.kubernetes.dns.singlenode' not found

Cannot nix-instantiate `tests.kubernetes.rbac.multinode' because:
error: attribute 'multinode' in selection path 'tests.kubernetes.rbac.multinode' not found

Cannot nix-instantiate `tests.kubernetes.dns.multinode' because:
error: attribute 'multinode' in selection path 'tests.kubernetes.dns.multinode' not found

@johanot
Copy link
Contributor Author

johanot commented Oct 9, 2018

@GrahamcOfBorg test kubernetes.rbac.singlenode kubernetes.dns.singlenode kubernetes.rbac.multinode kubernetes.dns.multinode

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: tests.kubernetes.rbac.singlenode, tests.kubernetes.dns.singlenode, tests.kubernetes.rbac.multinode, tests.kubernetes.dns.multinode

Partial log (click to expand)


Cannot nix-instantiate `tests.kubernetes.dns.singlenode' because:
error: attribute 'singlenode' in selection path 'tests.kubernetes.dns.singlenode' not found

Cannot nix-instantiate `tests.kubernetes.rbac.multinode' because:
error: attribute 'multinode' in selection path 'tests.kubernetes.rbac.multinode' not found

Cannot nix-instantiate `tests.kubernetes.dns.multinode' because:
error: attribute 'multinode' in selection path 'tests.kubernetes.dns.multinode' not found

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-linux (full log)

Attempted: tests.kubernetes.rbac.singlenode, tests.kubernetes.dns.singlenode, tests.kubernetes.rbac.multinode, tests.kubernetes.dns.multinode

Partial log (click to expand)

machine1# [ 1794.524793] kubelet[1464]: E1009 16:17:27.687748    1464 kubelet.go:2236] node "machine1.my.zyx" not found
machine1# [ 1794.638533] kube-scheduler[927]: E1009 16:17:27.751973     927 reflector.go:134] k8s.io/client-go/informers/factory.go:131: Failed to list *v1.StorageClass: Get https://api.my.zyx/apis/storage.k8s.io/v1/storageclasses?limit=500&resourceVersion=0: net/http: TLS handshake timeout
machine1# [ 1794.742616] kube-proxy[925]: E1009 16:17:27.905491     925 reflector.go:134] k8s.io/client-go/informers/factory.go:131: Failed to list *v1.Endpoints: Get https://api.my.zyx/api/v1/endpoints?limit=500&resourceVersion=0: net/http: TLS handshake timeout
machine1# [ 1794.849948] kubelet[1464]: E1009 16:17:27.940995    1464 kubelet_node_status.go:92] Unable to register node "machine1.my.zyx" with API server: Post https://api.my.zyx/api/v1/nodes: net/http: TLS handshake timeout
machine1# [ 1794.897946] kubelet[1464]: E1009 16:17:27.966044    1464 kubelet.go:2236] node "machine1.my.zyx" not found
machine1# [ 1795.076773] kube-scheduler[927]: E1009 16:17:28.238535     927 reflector.go:134] k8s.io/client-go/informers/factory.go:131: Failed to list *v1.StatefulSet: Get https://api.my.zyx/apis/apps/v1/statefulsets?limit=500&resourceVersion=0: net/http: TLS handshake timeout
machine1# [ 1795.102911] kubelet[1464]: E1009 16:17:28.264819    1464 kubelet.go:2236] node "machine1.my.zyx" not found
machine1# [ 1795.300902] kubelet[1464]: E1009 16:17:28.463830    1464 kubelet.go:2236] node "machine1.my.zyx" not found
building of '/nix/store/y4fmlcxrv9fl1z0xda413lcd0cfdax11-vm-test-run-kubernetes-rbac-singlenode.drv' timed out after 1800 seconds
error: build of '/nix/store/9y72q7ckj2lsxj5mka97ysdliwd78k3s-vm-test-run-kubernetes-rbac-multinode.drv', '/nix/store/k333q29b5dh8n460i0yliz368fcynw5v-vm-test-run-kubernetes-dns-multinode.drv', '/nix/store/r2j2mvjamjjk6z3bk9knxp629nw5xkj5-vm-test-run-kubernetes-dns-singlenode.drv', '/nix/store/y4fmlcxrv9fl1z0xda413lcd0cfdax11-vm-test-run-kubernetes-rbac-singlenode.drv' failed

@srhb srhb self-assigned this Oct 11, 2018
@srhb
Copy link
Contributor

srhb commented Oct 11, 2018

ofborg errors are unrelated, looks good locally.
Thanks!

@srhb srhb merged commit 35bccde into NixOS:master Oct 11, 2018
@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: tests.kubernetes.rbac.singlenode, tests.kubernetes.dns.singlenode, tests.kubernetes.rbac.multinode, tests.kubernetes.dns.multinode

Partial log (click to expand)

checking for references to /build in /nix/store/4a8q04aza95mqjlplqrnw0z1khcfnrm3-gpgme-1.11.1-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/l73hzp6m5wq04g9pxwacw1ryprlxmhsy-gpgme-1.11.1-info
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/l73hzp6m5wq04g9pxwacw1ryprlxmhsy-gpgme-1.11.1-info
checking for references to /build in /nix/store/l73hzp6m5wq04g9pxwacw1ryprlxmhsy-gpgme-1.11.1-info...
building '/nix/store/2dhdrw2n48wisxlzjsd1zvvj3820i249-grub-config.xml.drv'...
warning: unable to download 'https://cache.nixos.community/fpxmricsp9inn8qww2q4wlk3vm6s44y1.narinfo': Error in the HTTP2 framing layer (16); retrying in 316 ms
warning: unable to download 'https://hydra.mayflower.de/fpxmricsp9inn8qww2q4wlk3vm6s44y1.narinfo': Error in the HTTP2 framing layer (16); retrying in 262 ms
error (ignored): writing to file: No space left on device
error: writing to file: No space left on device

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