Created
March 15, 2020 18:33
-
-
Save sujaypillai/52387ec0f3d67c34e19c01195160592b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind build node-image --image=master | |
Starting to build Kubernetes | |
+++ [0316 01:00:27] Verifying Prerequisites.... | |
+++ [0316 01:00:27] Using Docker for MacOS | |
+++ [0316 01:00:29] Building Docker image kube-build:build-e833071e21-5-v1.13.8-1 | |
+++ [0316 01:00:31] Syncing sources to container | |
+++ [0316 01:00:34] Output from this container will be rsynced out upon completion. Set KUBE_RUN_COPY_OUTPUT=n to disable. | |
+++ [0316 01:00:34] Running build command... | |
warning: ignoring symlink /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes | |
go: warning: "k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/..." matched no packages | |
+++ [0316 01:01:22] Building go targets for linux/amd64: | |
cmd/kubeadm | |
cmd/kubectl | |
cmd/kubelet | |
+++ [0316 01:08:42] Syncing out of container | |
+++ [0316 01:08:59] Verifying Prerequisites.... | |
+++ [0316 01:08:59] Using Docker for MacOS | |
+++ [0316 01:09:01] Building Docker image kube-build:build-e833071e21-5-v1.13.8-1 | |
+++ [0316 01:09:07] Syncing sources to container | |
+++ [0316 01:09:11] Running build command... | |
warning: ignoring symlink /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes | |
go: warning: "k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/..." matched no packages | |
+++ [0316 01:13:11] Building go targets for linux/amd64: | |
cmd/kube-apiserver | |
cmd/kube-controller-manager | |
cmd/kube-scheduler | |
cmd/kube-proxy | |
/usr/local/go/pkg/tool/linux_amd64/link: signal: killed | |
!!! [0316 01:33:34] Call tree: | |
!!! [0316 01:33:34] 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:705 kube::golang::build_some_binaries(...) | |
!!! [0316 01:33:34] 2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:860 kube::golang::build_binaries_for_platform(...) | |
!!! [0316 01:33:34] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) | |
!!! [0316 01:33:34] Call tree: | |
!!! [0316 01:33:34] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) | |
!!! [0316 01:33:34] Call tree: | |
!!! [0316 01:33:34] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) | |
make: *** [Makefile:93: all] Error 1 | |
!!! [0316 01:33:35] Call tree: | |
!!! [0316 01:33:35] 1: build/../build/common.sh:523 kube::build::run_build_command_ex(...) | |
!!! [0316 01:33:35] 2: build/release-images.sh:40 kube::build::run_build_command(...) | |
make: *** [quick-release-images] Error 1 | |
Failed to build Kubernetes: failed to build images: command "make quick-release-images" failed with error: exit status 2 | |
ERROR: error building node image: failed to build kubernetes: failed to build images: command "make quick-release-images" failed with error: exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment