Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aaron-prindle/a61d2dff3b072f9746d045004a40b43f to your computer and use it in GitHub Desktop.
Save aaron-prindle/a61d2dff3b072f9746d045004a40b43f to your computer and use it in GitHub Desktop.
Started by upstream project "Build_Cross" build number 1454
originally caused by:
GitHub pull request #1298 of commit 1855cb475572cbefd5229d22abc38575b1a00537, no merge conflicts.
Building remotely on Mac Mini (mac) in workspace /Users/jenkins/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
[workspace] $ /bin/bash -xe /var/folders/pb/1pdf6kyd1n9fw671gj2162wr0000gp/T/hudson5506922979921390122.sh
+ set -e
+ gsutil cp gs://minikube-builds/1298/common.sh .
Copying gs://minikube-builds/1298/common.sh...
/ [0 files][ 0.0 B/ 2.4 KiB]
/ [0 files][ 2.4 KiB/ 2.4 KiB]
-
- [1 files][ 2.4 KiB/ 2.4 KiB]
Operation completed over 1 objects/2.4 KiB.
+ gsutil cp gs://minikube-builds/1298/osx_integration_tests_virtualbox.sh .
Copying gs://minikube-builds/1298/osx_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 osx_integration_tests_virtualbox.sh
+ set -e
+ OS_ARCH=darwin-amd64
+ VM_DRIVER=virtualbox
+ JOB_NAME=OSX-Virtualbox
+ source common.sh
++ mkdir -p out/ testdata/
++ gsutil cp gs://minikube-builds/1298/minikube-darwin-amd64 out/
Copying gs://minikube-builds/1298/minikube-darwin-amd64...
/ [0 files][ 0.0 B/ 82.9 MiB]
-
- [0 files][ 33.8 MiB/ 82.9 MiB]
\
|
| [1 files][ 82.9 MiB/ 82.9 MiB]
Operation completed over 1 objects/82.9 MiB.
++ gsutil cp gs://minikube-builds/1298/e2e-darwin-amd64 out/
Copying gs://minikube-builds/1298/e2e-darwin-amd64...
/ [0 files][ 0.0 B/ 31.0 MiB]
-
- [1 files][ 31.0 MiB/ 31.0 MiB]
Operation completed over 1 objects/31.0 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-darwin-amd64
++ chmod +x out/minikube-darwin-amd64
++ MINIKUBE_WANTREPORTERRORPROMPT=False
++ ./out/minikube-darwin-amd64 delete
Deleting local Kubernetes cluster...
Errors occurred deleting machine: Error deleting host: minikube: Host does not exist: "minikube"
++ true
++ rm -rf /Users/jenkins/.minikube
++ ./out/minikube-darwin-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-darwin-amd64 '-minikube-args=--vm-driver=virtualbox --cpus=4 --v=100 $EXTRA_BUILD_ARGS' -test.v -test.timeout=30m -binary=out/minikube-darwin-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 (54.74s)
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: controller-manager, Healthy: True.
Component: scheduler, Healthy: True.
Component: etcd-0, Healthy: True.
--- FAIL: TestFunctional (0.77s)
--- PASS: TestFunctional/Status (0.48s)
--- PASS: TestFunctional/ServicesList (0.61s)
--- PASS: TestFunctional/SSH (0.37s)
--- PASS: TestFunctional/Systemd (0.37s)
--- PASS: TestFunctional/Logs (2.67s)
--- PASS: TestFunctional/Provisioning (16.13s)
--- PASS: TestFunctional/EnvVars (0.56s)
--- PASS: TestFunctional/Addons (20.20s)
--- FAIL: TestFunctional/Dashboard (134.68s)
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:64: Error running command: dashboard --url Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Could not find finalized endpoint being pointed to by kubernetes-dashboard: Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
Temporary Error: Endpoint for service is not ready yet
. Output:
--- FAIL: TestFunctional/DNS (403.15s)
util.go:158: Error Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
running command [exec busybox --namespace=gx7kwfw3736gcjm3be1p nslookup kubernetes.default]. Return code: exit status 1
util.go:158: Error Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
running command [exec busybox --namespace=gx7kwfw3736gcjm3be1p nslookup kubernetes.default]. Return code: exit status 1
util.go:158: Error nslookup: can't resolve 'kubernetes.default'
Server: 10.0.0.10
Address 1: 10.0.0.10
running command [exec busybox --namespace=gx7kwfw3736gcjm3be1p nslookup kubernetes.default]. Return code: exit status 1
util.go:158: Error nslookup: can't resolve 'kubernetes.default'
Server: 10.0.0.10
Address 1: 10.0.0.10
running command [exec busybox --namespace=3vf2jxuntk78pyf08xr9 nslookup kubernetes.default]. Return code: exit status 1
util.go:158: Error Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
running command [exec busybox --namespace=3vf2jxuntk78pyf08xr9 nslookup kubernetes.default]. Return code: exit status 1
util.go:158: Error Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
running command [exec busybox --namespace=3vf2jxuntk78pyf08xr9 nslookup kubernetes.default]. Return code: exit status 1
cluster_dns_test.go:67: DNS lookup failed with error: Temporary Error: Temporary Error: Error running command. Error exit status 1. Output: Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
Temporary Error: Error running command. Error exit status 1. Output: Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
Temporary Error: Error running command. Error exit status 1. Output: nslookup: can't resolve 'kubernetes.default'
Server: 10.0.0.10
Address 1: 10.0.0.10
Temporary Error: Temporary Error: Error running command. Error exit status 1. Output: nslookup: can't resolve 'kubernetes.default'
Server: 10.0.0.10
Address 1: 10.0.0.10
Temporary Error: Error running command. Error exit status 1. Output: Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
Temporary Error: Error running command. Error exit status 1. Output: Server: 10.0.0.10
Address 1: 10.0.0.10
nslookup: can't resolve 'kubernetes.default'
DNS lookup failed, could not find both 10.0.0.1 and 10.0.0.10. Output:
=== RUN TestPersistence
--- PASS: TestPersistence (70.04s)
util.go:48: Pod busybox not ready. Ready: False. Reason: ContainersNotReady
=== RUN TestStartStop
--- PASS: TestStartStop (105.35s)
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
24 1601 15 228 100 168 437 322 0:00:03 --:--:-- 0:00:03 437
100 1601 100 1433 100 168 2748 322 --:--:-- --:--:-- --:--:-- 2750
{
"url": "https://api.github.com/repos/kubernetes/minikube/statuses/1855cb475572cbefd5229d22abc38575b1a00537",
"id": 1116476347,
"state": "failure",
"description": "Jenkins",
"target_url": "https://storage.googleapis.com/minikube-builds/logs/1298/OSX-Virtualbox.txt",
"context": "OSX-Virtualbox",
"created_at": "2017-03-29T22:32:53Z",
"updated_at": "2017-03-29T22:32:53Z",
"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