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

building kubernetes from /tmp/kubernetes fails on OS X #14773

Closed
mylons opened this issue Sep 29, 2015 · 3 comments
Closed

building kubernetes from /tmp/kubernetes fails on OS X #14773

mylons opened this issue Sep 29, 2015 · 3 comments
Labels
area/build-release kind/documentation Categorizes issue or PR as related to documentation.

Comments

@mylons
Copy link
Contributor

mylons commented Sep 29, 2015

+++ [0929 21:02:39] Placing binaries
+++ [0929 14:02:51] Running build command....
+++ [0929 14:02:53] Syncing back _output/dockerized/bin directory from remote Docker
!!! [0929 14:07:49] Timed out waiting for binaries...
+++ [0929 14:07:49] Building tarball: server linux-amd64
+++ [0929 14:07:49] Building tarball: salt
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-proxy: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-apiserver: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-controller-manager: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kubelet: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kubemark: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/hyperkube: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/linkcheck: No such file or directory
cp: /tmp/kubernetes/_output/dockerized/bin/linux/amd64/kube-scheduler: No such file or directory
+++ [0929 14:07:49] Starting tarball: client Godeps-Godeps.json
+++ [0929 14:07:49] Starting tarball: client Godeps-Readme
!!! Error in build/../build/common.sh:635
  'cp "${KUBE_SERVER_BINARIES[@]/#/${LOCAL_OUTPUT_BINPATH}/${platform}/}" "${release_stage}/server/bin/"' exited with status 1

Not directly related, but I discovered from #14028 that docker has issues mapping the /Users directory, which means it probably has issues with /tmp and it does! This issue is more of a warning to future users to not try and make quick-release from /tmp/kubernetes

@fabioy fabioy added kind/documentation Categorizes issue or PR as related to documentation. area/build-release labels Sep 29, 2015
@fabioy
Copy link
Contributor

fabioy commented Sep 29, 2015

May be worth adding a note in the build's readme file: https://github.com/kubernetes/kubernetes/blob/master/build/README.md

@mylons
Copy link
Contributor Author

mylons commented Sep 29, 2015

Will do, @fabioy -- #14782

@fabioy
Copy link
Contributor

fabioy commented Sep 30, 2015

Closing as PR has been merged. Thanks for doing this!

@fabioy fabioy closed this as completed Sep 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-release kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

No branches or pull requests

2 participants