Created
August 4, 2015 15:37
-
-
Save keshavab/0f84278f1c4eaf84d220 to your computer and use it in GitHub Desktop.
kubernetes - centos make error
This file contains hidden or 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
| make | |
| hack/build-go.sh | |
| +++ [0804 10:48:32] Building go targets for linux/amd64: | |
| cmd/kube-proxy | |
| cmd/kube-apiserver | |
| cmd/kube-controller-manager | |
| cmd/kubelet | |
| cmd/hyperkube | |
| cmd/kubernetes | |
| cmd/linkcheck | |
| plugin/cmd/kube-scheduler | |
| cmd/kubectl | |
| cmd/integration | |
| cmd/gendocs | |
| cmd/genman | |
| cmd/mungedocs | |
| cmd/genbashcomp | |
| cmd/genconversion | |
| cmd/gendeepcopy | |
| examples/k8petstore/web-server | |
| github.com/onsi/ginkgo/ginkgo | |
| test/e2e/e2e.test | |
| go build github.com/GoogleCloudPlatform/kubernetes/pkg/ui/data/swagger: /usr/local/go/pkg/tool/linux_amd64/6g: signal: killed | |
| !!! Error in /vagrant/kubernetes/hack/lib/golang.sh:388 | |
| 'go install "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${nonstatics[@]:+${nonstatics[@]}}"' exited with status 1 | |
| Call stack: | |
| 1: /vagrant/kubernetes/hack/lib/golang.sh:388 kube::golang::build_binaries_for_platform(...) | |
| 2: /vagrant/kubernetes/hack/lib/golang.sh:526 kube::golang::build_binaries(...) | |
| 3: hack/build-go.sh:26 main(...) | |
| Exiting with status 1 | |
| !!! Error in /vagrant/kubernetes/hack/lib/golang.sh:444 | |
| 'kube::golang::build_binaries "$@"' exited with status 1 | |
| Call stack: | |
| 1: /vagrant/kubernetes/hack/lib/golang.sh:444 kube::golang::build_binaries(...) | |
| 2: hack/build-go.sh:26 main(...) | |
| Exiting with status 1 | |
| make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment