Created
March 29, 2017 22:11
-
-
Save aaron-prindle/67e08762681231b1b2d54fd1b375591b 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
Started by upstream project "Build_Cross" build number 1452 | |
originally caused by: | |
GitHub pull request #1298 of commit 1855cb475572cbefd5229d22abc38575b1a00537, no merge conflicts. | |
Building remotely on Linux (linux-alpha) in workspace /home/jenkins/workspace/Linux_Integration_Tests_Virtualbox | |
[WS-CLEANUP] Deleting project workspace... | |
[WS-CLEANUP] Done | |
[Linux_Integration_Tests_Virtualbox] $ /bin/bash -xe /tmp/hudson8922980303266495296.sh | |
+ set -e | |
+ gsutil -m cp -r gs://minikube-builds/1298/common.sh . | |
Copying gs://minikube-builds/1298/common.sh... | |
/ [0/1 files][ 0.0 B/ 2.4 KiB] 0% Done | |
/ [1/1 files][ 2.4 KiB/ 2.4 KiB] 100% Done | |
Operation completed over 1 objects/2.4 KiB. | |
+ gsutil cp gs://minikube-builds/1298/linux_integration_tests_virtualbox.sh . | |
Copying gs://minikube-builds/1298/linux_integration_tests_virtualbox.sh... | |
/ [0 files][ 0.0 B/ 1.2 KiB] | |
/ [1 files][ 1.2 KiB/ 1.2 KiB] | |
Operation completed over 1 objects/1.2 KiB. | |
+ bash -x linux_integration_tests_virtualbox.sh | |
+ set -e | |
+ OS_ARCH=linux-amd64 | |
+ VM_DRIVER=virtualbox | |
+ JOB_NAME=Linux-VirtualBox | |
+ source common.sh | |
++ mkdir -p out/ testdata/ | |
++ gsutil cp gs://minikube-builds/1298/minikube-linux-amd64 out/ | |
Copying gs://minikube-builds/1298/minikube-linux-amd64... | |
/ [0 files][ 0.0 B/ 83.3 MiB] | |
- | |
- [0 files][528.0 KiB/ 83.3 MiB] | |
\ | |
\ [0 files][ 34.6 MiB/ 83.3 MiB] | |
| | |
/ | |
/ [0 files][ 80.4 MiB/ 83.3 MiB] | |
/ [1 files][ 83.3 MiB/ 83.3 MiB] | |
Operation completed over 1 objects/83.3 MiB. | |
++ gsutil cp gs://minikube-builds/1298/e2e-linux-amd64 out/ | |
Copying gs://minikube-builds/1298/e2e-linux-amd64... | |
/ [0 files][ 0.0 B/ 31.3 MiB] | |
- | |
- [0 files][792.0 KiB/ 31.3 MiB] | |
\ | |
\ [1 files][ 31.3 MiB/ 31.3 MiB] | |
Operation completed over 1 objects/31.3 MiB. | |
++ gsutil cp gs://minikube-builds/1298/testdata/busybox.yaml testdata/ | |
Copying gs://minikube-builds/1298/testdata/busybox.yaml... | |
/ [0 files][ 0.0 B/ 214.0 B] | |
/ [1 files][ 214.0 B/ 214.0 B] | |
Operation completed over 1 objects/214.0 B. | |
++ gsutil cp gs://minikube-builds/1298/testdata/pvc.yaml testdata/ | |
Copying gs://minikube-builds/1298/testdata/pvc.yaml... | |
/ [0 files][ 0.0 B/ 155.0 B] | |
/ [1 files][ 155.0 B/ 155.0 B] | |
Operation completed over 1 objects/155.0 B. | |
++ chmod +x out/e2e-linux-amd64 | |
++ chmod +x out/minikube-linux-amd64 | |
++ MINIKUBE_WANTREPORTERRORPROMPT=False | |
++ ./out/minikube-linux-amd64 delete | |
Deleting local Kubernetes cluster... | |
Errors occurred deleting machine: Error deleting host: minikube: Host does not exist: "minikube" | |
++ true | |
++ rm -rf /home/jenkins/.minikube | |
++ ./out/minikube-linux-amd64 start -h | |
++ grep iso | |
--iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/iso/minikube-v1.0.7.iso") | |
++ set +e | |
++ out/e2e-linux-amd64 '-minikube-args=--vm-driver=virtualbox --cpus=4 --v=100 $EXTRA_BUILD_ARGS' -test.v -test.timeout=30m -binary=out/minikube-linux-amd64 | |
=== RUN TestDocker | |
[Unit] | |
Description=Docker Application Container Engine | |
Documentation=https://docs.docker.com | |
After=network.target docker.socket | |
Requires=docker.socket | |
[Service] | |
Type=notify | |
# DOCKER_RAMDISK disables pivot_root in Docker, using MS_MOVE instead. | |
Environment=DOCKER_RAMDISK=yes | |
Environment=FOO=BAR | |
Environment=BAZ=BAT | |
ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=virtualbox --debug --icc=true | |
ExecReload=/bin/kill -s HUP | |
# Having non-zero Limit*s causes performance problems due to accounting overhead | |
# in the kernel. We recommend using cgroups to do container-local accounting. | |
LimitNOFILE=infinity | |
LimitNPROC=infinity | |
LimitCORE=infinity | |
# Uncomment TasksMax if your systemd version supports it. | |
# Only systemd 226 and above support this version. | |
TasksMax=infinity | |
TimeoutStartSec=0 | |
# set delegate yes so that systemd does not reset the cgroups of docker containers | |
Delegate=yes | |
# kill only the docker process, not all processes in the cgroup | |
KillMode=process | |
[Install] | |
WantedBy=multi-user.target | |
--- PASS: TestDocker (58.56s) | |
docker_test.go:44: os-release: NAME=Buildroot | |
VERSION=2016.08 | |
ID=buildroot | |
VERSION_ID=2016.08 | |
PRETTY_NAME="Buildroot 2016.08" | |
=== RUN TestFunctional | |
=== RUN TestFunctional/DNS | |
=== RUN TestFunctional/EnvVars | |
=== RUN TestFunctional/Logs | |
=== RUN TestFunctional/SSH | |
=== RUN TestFunctional/Systemd | |
=== RUN TestFunctional/Status | |
=== RUN TestFunctional/Addons | |
=== RUN TestFunctional/Dashboard | |
=== RUN TestFunctional/ServicesList | |
=== RUN TestFunctional/Provisioning | |
Component: scheduler, Healthy: True. | |
Component: controller-manager, Healthy: True. | |
Component: etcd-0, Healthy: True. | |
--- FAIL: TestFunctional (0.93s) | |
--- PASS: TestFunctional/SSH (0.40s) | |
--- PASS: TestFunctional/Systemd (0.44s) | |
--- PASS: TestFunctional/Logs (2.86s) | |
--- PASS: TestFunctional/Status (15.44s) | |
--- PASS: TestFunctional/ServicesList (15.53s) | |
--- PASS: TestFunctional/EnvVars (15.48s) | |
--- FAIL: TestFunctional/Provisioning (122.93s) | |
pv_test.go:60: No default storage class: Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
Temporary Error: No default StorageClass yet. | |
util.go:158: Error Error from server (NotFound): persistentvolumeclaims "testpvc" not found | |
running command [delete pvc testpvc]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): persistentvolumeclaims "testpvc" not found | |
running command [delete pvc testpvc]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): persistentvolumeclaims "testpvc" not found | |
running command [delete pvc testpvc]. Return code: exit status 1 | |
--- PASS: TestFunctional/Addons (136.97s) | |
--- PASS: TestFunctional/Dashboard (144.29s) | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
util.go:158: Error Error from server (NotFound): replicationcontrollers "kubernetes-dashboard" not found | |
running command [get rc kubernetes-dashboard --namespace=kube-system -o=json]. Return code: exit status 1 | |
--- PASS: TestFunctional/DNS (155.02s) | |
=== RUN TestPersistence | |
--- PASS: TestPersistence (61.27s) | |
util.go:48: Pod busybox not ready. Ready: False. Reason: ContainersNotReady | |
=== RUN TestStartStop | |
--- PASS: TestStartStop (96.91s) | |
FAIL | |
++ result=1 | |
++ set -e | |
++ [[ 1 -eq 0 ]] | |
++ status=failure | |
++ set +x | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 1609 100 1437 100 172 2841 340 --:--:-- --:--:-- --:--:-- 2839 | |
{ | |
"url": "https://api.github.com/repos/kubernetes/minikube/statuses/1855cb475572cbefd5229d22abc38575b1a00537", | |
"id": 1116269129, | |
"state": "failure", | |
"description": "Jenkins", | |
"target_url": "https://storage.googleapis.com/minikube-builds/logs/1298/Linux-VirtualBox.txt", | |
"context": "Linux-VirtualBox", | |
"created_at": "2017-03-29T21:11:33Z", | |
"updated_at": "2017-03-29T21:11:33Z", | |
"creator": { | |
"login": "minikube-bot", | |
"id": 20374350, | |
"avatar_url": "https://avatars2.githubusercontent.com/u/20374350?v=3", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/minikube-bot", | |
"html_url": "https://github.com/minikube-bot", | |
"followers_url": "https://api.github.com/users/minikube-bot/followers", | |
"following_url": "https://api.github.com/users/minikube-bot/following{/other_user}", | |
"gists_url": "https://api.github.com/users/minikube-bot/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/minikube-bot/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/minikube-bot/subscriptions", | |
"organizations_url": "https://api.github.com/users/minikube-bot/orgs", | |
"repos_url": "https://api.github.com/users/minikube-bot/repos", | |
"events_url": "https://api.github.com/users/minikube-bot/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/minikube-bot/received_events", | |
"type": "User", | |
"site_admin": false | |
} | |
} | |
++ exit 1 | |
Build step 'Execute shell' marked build as failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment