Created
July 14, 2020 13:32
-
-
Save RobertKielty/8f830aa28dd75cb9166a225f9d6a5a37 to your computer and use it in GitHub Desktop.
kind-build-node-image-output.txt
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
~ go > src k8s.io kubernetes $ release-1.19 kind build node-image --type bazel | |
Starting to build Kubernetes | |
Starting local Bazel server and connecting to it... | |
Loading: | |
Loading: 0 packages loaded | |
Analyzing: 4 targets (4 packages loaded, 0 targets configured) | |
Analyzing: 4 targets (173 packages loaded, 657 targets configured) | |
Analyzing: 4 targets (1379 packages loaded, 11640 targets configured) | |
Analyzing: 4 targets (2320 packages loaded, 18126 targets configured) | |
INFO: Analyzed 4 targets (2320 packages loaded, 18175 targets configured). | |
INFO: Found 4 targets... | |
INFO: Deleting stale sandbox base /home/rkielty/.cache/bazel/_bazel_rkielty/582eb7c4739f0b919c5915d3bed6f81a/sandbox | |
[10 / 2,832] [Prepa] BazelWorkspaceStatusAction stable-status.txt | |
[2,301 / 5,475] checking cached actions | |
[3,710 / 5,725] GoCompilePkg pkg/kubelet/linux_amd64_stripped/go_default_library%/k8s.io/kubernetes/pkg/kubelet.a; 0s linux-sandbox | |
[5,682 / 5,725] GoLink cmd/kubeadm/linux_amd64_pure_stripped/kubeadm; 0s linux-sandbox ... (7 actions running) | |
[5,682 / 5,725] GoLink cmd/kubeadm/linux_amd64_pure_stripped/kubeadm; 1s linux-sandbox ... (7 actions running) | |
[5,691 / 5,725] GoLink cmd/kubelet/kubelet; 3s linux-sandbox ... (6 actions running) | |
[5,698 / 5,725] GoLink cmd/kubelet/kubelet; 5s linux-sandbox ... (5 actions, 4 running) | |
[5,708 / 5,725] GoLink cmd/kubelet/kubelet; 8s linux-sandbox ... (3 actions running) | |
[5,717 / 5,725] GZIP build/kube-controller-manager-internal-layer.tar.gz; 2s linux-sandbox ... (2 actions running) | |
[5,723 / 5,725] JoinLayers build/kube-apiserver-amd64.tar; 0s linux-sandbox | |
INFO: Elapsed time: 27.243s, Critical Path: 17.23s | |
INFO: 46 processes: 46 linux-sandbox. | |
INFO: Build completed successfully, 47 total actions | |
INFO: Build completed successfully, 47 total actions | |
Finished building Kubernetes | |
Building node image in: /tmp/kind-node-image520369464 | |
Starting image build ... | |
Building in kind-build-1594732943-1220380103 | |
rsync: change_dir "/build/bits" failed: No such file or directory (2) | |
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3] | |
Image build Failed! Failed to sync bits: command "docker exec --privileged kind-build-1594732943-1220380103 rsync -r /build/bits/ /kind/" failed with error: exit status 23 | |
ERROR: error building node image: command "docker exec --privileged kind-build-1594732943-1220380103 rsync -r /build/bits/ /kind/" failed with error: exit status 23 | |
Command Output: rsync: change_dir "/build/bits" failed: No such file or directory (2) | |
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3] | |
~ go src k8s.io kubernetes $ release-1.19 go version | |
go version go1.14.4 linux/amd64 | |
~ go src k8s.io kubernetes $ release-1.19 kind version | |
kind v0.8.1 go1.14.2 linux/amd64 | |
~ go src k8s.io kubernetes $ release-1.19 bazel version | |
Build label: 2.2.0 | |
Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar | |
Build time: Tue Mar 3 09:26:12 2020 (1583227572) | |
Build timestamp: 1583227572 | |
Build timestamp as int: 1583227572 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment