Skip to content

Instantly share code, notes, and snippets.

@dalekurt
Created June 12, 2015 05:14
Show Gist options
  • Save dalekurt/e5f94f3142d5c2e629c8 to your computer and use it in GitHub Desktop.
Save dalekurt/e5f94f3142d5c2e629c8 to your computer and use it in GitHub Desktop.
Building Kubernetes binary files
./release.sh
+++ [0612 04:55:48] Verifying Prerequisites....
+++ [0612 04:55:48] Building Docker image kube-build:cross.
+++ [0612 04:55:53] Building Docker image kube-build:build-530557a4a1.
+++ [0612 04:56:08] Running build command....
+++ [0612 04:56:08] Building go targets for linux/amd64:
cmd/kube-proxy
cmd/kube-apiserver
cmd/kube-controller-manager
cmd/kubelet
cmd/hyperkube
cmd/kubernetes
plugin/cmd/kube-scheduler
+++ [0612 04:57:08] Multiple platforms requested, but available 1G < threshold 8G, building platforms in serial
+++ [0612 04:57:08] Building go targets for linux/amd64:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 04:57:39] Building go targets for linux/386:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 04:58:30] Building go targets for linux/arm:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 04:59:26] Building go targets for darwin/amd64:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 05:00:20] Building go targets for darwin/386:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 05:01:17] Building go targets for windows/amd64:
cmd/kubectl
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
cmd/genconversion
cmd/gendeepcopy
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test
+++ [0612 05:02:11] Placing binaries
+++ [0612 05:03:12] Running build command....
Running tests for APIVersion: v1beta3 with etcdPrefix: registry
+++ [0612 05:03:13] Running unit tests without code coverage
ok github.com/GoogleCloudPlatform/kubernetes/cmd/genutils 0.006s
ok github.com/GoogleCloudPlatform/kubernetes/cmd/hyperkube 0.025s
ok github.com/GoogleCloudPlatform/kubernetes/examples 0.179s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/admission 0.007s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api 1.385s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/endpoints 0.012s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/errors 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/latest 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/meta 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/resource 0.023s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/rest 0.012s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/testapi 0.014s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta3 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/api/validation 0.158s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver 1.307s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/auth/authenticator/bearertoken 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/auth/authorizer/abac 0.005s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/auth/handlers 0.011s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client 0.545s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/cache 0.247s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/chaosclient 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/clientcmd 1.419s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/clientcmd/api 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/portforward 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/record 0.091s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/remotecommand 0.013s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/client/testclient 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/clientauth 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/aws 0.012s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce 0.007s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/mesos 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/nodecontroller 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/openstack 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/ovirt 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/rackspace 0.009s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/routecontroller 0.063s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/servicecontroller 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/vagrant 0.007s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/config 0.023s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/controller 9.650s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/controller/framework 4.256s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/conversion 0.702s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/conversion/queryparams 0.011s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/credentialprovider 2.011s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/credentialprovider/gcp 0.193s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/fieldpath 0.009s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/fields 0.002s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/healthz 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/httplog 0.006s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl 0.227s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd 0.101s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config 0.164s
--- FAIL: TestReadConfigData (0.16s)
helpers_test.go:397: unexpected non-error for http://some.non.existent.foobar
FAIL
FAIL github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/util 0.194s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/resource 0.048s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet 0.588s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/config 0.058s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/container 0.021s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/dockertools 0.033s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/envvars 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/lifecycle 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/network 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/network/exec 0.037s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/prober 0.019s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/labels 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/master 0.024s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/namespace 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/probe/exec 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/probe/http 1.007s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/probe/tcp 0.006s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/proxy 6.594s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/proxy/config 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/componentstatus 0.027s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/controller/etcd 2.159s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/endpoint/etcd 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/etcd 0.136s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/event 0.018s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/generic 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/generic/etcd 0.031s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/generic/rest 0.029s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/limitrange 0.020s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/minion 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/minion/etcd 0.127s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/namespace 0.012s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/namespace/etcd 0.023s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/persistentvolume/etcd 0.027s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/persistentvolumeclaim/etcd 0.019s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/pod/etcd 0.146s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/podtemplate/etcd 0.025s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/resourcequota 0.014s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/resourcequota/etcd 0.125s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/secret/etcd 0.018s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service 0.026s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/allocator 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/allocator/etcd 0.020s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/ipallocator 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/ipallocator/controller 0.021s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/ipallocator/etcd 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/service/portallocator 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/registry/serviceaccount/etcd 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/resourcequota 0.022s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/runtime 0.131s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/securitycontext 0.011s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/service 0.035s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/serviceaccount 0.375s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/tools 0.052s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util 2.671s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/config 0.011s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/errors 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/exec 0.053s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/fielderrors 0.005s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/flushwriter 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/httpstream/spdy 2.900s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/iptables 0.013s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/mount 0.006s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/proxy 0.020s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/slice 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/strategicpatch 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/wait 0.006s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/workqueue 0.094s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/util/yaml 0.005s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/aws_ebs 0.018s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/empty_dir 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/gce_pd 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/git_repo 0.013s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/glusterfs 0.019s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/host_path 0.022s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/iscsi 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/nfs 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/persistent_claim 0.021s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/rbd 0.103s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volume/secret 0.022s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/volumeclaimbinder 0.026s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/watch 0.009s
ok github.com/GoogleCloudPlatform/kubernetes/pkg/watch/json 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/admit 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/deny 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/exec/denyprivileged 0.013s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/limitranger 0.021s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/namespace/autoprovision 0.017s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/namespace/exists 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/namespace/lifecycle 0.019s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/resourcequota 0.022s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/securitycontext/scdeny 0.015s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/admission/serviceaccount 1.390s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/password/allow 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/password/passwordfile 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/request/basicauth 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/request/union 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/request/x509 0.008s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/auth/authenticator/token/tokenfile 0.004s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler 0.019s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithm 0.010s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithm/predicates 0.014s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithm/priorities 0.022s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/algorithmprovider 0.016s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/api/validation 0.009s
ok github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/factory 0.036s
ok github.com/GoogleCloudPlatform/kubernetes/third_party/forked/reflect 0.003s
ok github.com/GoogleCloudPlatform/kubernetes/third_party/golang/expansion 0.007s
!!! Error in hack/test-go.sh:159
'go test "${goflags[@]:+${goflags[@]}}" ${KUBE_RACE} ${KUBE_TIMEOUT} "${@+${@/#/${KUBE_GO_PACKAGE}/}}" "${testargs[@]:+${testargs[@]}}"' exited with status 1
Call stack:
1: hack/test-go.sh:159 runTests(...)
2: hack/test-go.sh:221 main(...)
Exiting with status 1
!!! Error in ./../build/common.sh:433
'"${docker_cmd[@]}" "$@"' exited with status 1
Call stack:
1: ./../build/common.sh:433 kube::build::run_build_command(...)
2: ./release.sh:35 main(...)
Exiting with status 1
core@core-01 ~/kubernetes/build $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment