Created
January 20, 2017 22:19
-
-
Save aaron-prindle/976ced666026d04f9166cf3e8672438c 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 1057 | |
originally caused by: | |
GitHub pull request #1024 of commit 8647d8277903a536d51a881ad0a847aee0637dab, no merge conflicts. | |
Started by upstream project "Build_Cross" build number 1063 | |
originally caused by: | |
GitHub pull request #1024 of commit 8647d8277903a536d51a881ad0a847aee0637dab, no merge conflicts. | |
Building remotely on Windows in workspace /var/jenkins/workspace/Windows_Integration_Tests_hyperv | |
[WS-CLEANUP] Deleting project workspace... | |
[WS-CLEANUP] Done | |
[Windows_Integration_Tests_hyperv] $ powershell.exe -NonInteractive -ExecutionPolicy ByPass "& 'C:\Users\jenkins\AppData\Local\Temp\hudson1901659603833160262.ps1'" | |
Copying gs://minikube-builds/1024/windows_integration_test_hyperv.ps1... | |
/ [0 files][ 0.0 B/ 1.7 KiB] | |
/ [1 files][ 1.7 KiB/ 1.7 KiB] | |
Operation completed over 1 objects/1.7 KiB. | |
Directory: C:\var\jenkins\workspace\Windows_Integration_Tests_hyperv | |
Mode LastWriteTime Length Name | |
---- ------------- ------ ---- | |
d----- 1/20/2017 1:38 PM out | |
Copying gs://minikube-builds/1024/minikube-windows-amd64.exe... | |
/ [0 files][ 0.0 B/ 82.5 MiB] | |
- | |
- [0 files][ 41.0 MiB/ 82.5 MiB] | |
\ | |
\ [1 files][ 82.5 MiB/ 82.5 MiB] | |
Operation completed over 1 objects/82.5 MiB. | |
Copying gs://minikube-builds/1024/e2e-windows-amd64.exe... | |
/ [0 files][ 0.0 B/ 31.0 MiB] | |
- | |
- [1 files][ 31.0 MiB/ 31.0 MiB] | |
Operation completed over 1 objects/31.0 MiB. | |
Copying gs://minikube-builds/1024/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. | |
Deleting local Kubernetes cluster... | |
Errors occurred deleting machine: Error deleting host: minikube: Host does not exist: "minikube" | |
================================================================================ | |
An error has occurred. Would you like to opt in to sending anonymized crash | |
information to minikube to help prevent future errors? | |
To opt out of these messages, run the command: | |
minikube config set WantReportErrorPrompt false | |
================================================================================ | |
=== RUN TestDockerEnv | |
[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=hyperv | |
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: TestDockerEnv (64.23s) | |
docker_env_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 | |
Component: controller-manager, Healthy: True. | |
Component: scheduler, Healthy: True. | |
Component: etcd-0, Healthy: True. | |
panic: test timed out after 30m0s | |
goroutine 181 [running]: | |
panic(0xf12ce0, 0xc042424040) | |
/usr/local/go/src/runtime/panic.go:500 +0x1af | |
testing.startAlarm.func1() | |
/usr/local/go/src/testing/testing.go:918 +0x112 | |
created by time.goFunc | |
/usr/local/go/src/time/sleep.go:154 +0x4b | |
goroutine 1 [chan receive, 30 minutes]: | |
testing.(*T).Run(0xc0425b6180, 0x1099663, 0xe, 0x111c408, 0xc042541c01) | |
/usr/local/go/src/testing/testing.go:647 +0x31d | |
testing.RunTests.func1(0xc0425b6180) | |
/usr/local/go/src/testing/testing.go:793 +0x74 | |
testing.tRunner(0xc0425b6180, 0xc042549e20) | |
/usr/local/go/src/testing/testing.go:610 +0x88 | |
testing.RunTests(0x1120058, 0x1675580, 0x4, 0x4, 0x40e459) | |
/usr/local/go/src/testing/testing.go:799 +0x2fc | |
testing.(*M).Run(0xc042549ee8, 0xc042484620) | |
/usr/local/go/src/testing/testing.go:743 +0x8c | |
main.main() | |
k8s.io/minikube/test/integration/_test/_testmain.go:60 +0xcd | |
goroutine 8 [chan receive]: | |
k8s.io/minikube/vendor/github.com/golang/glog.(*loggingT).flushDaemon(0x167ed60) | |
/var/lib/jenkins/go/src/k8s.io/minikube/_gopath/src/k8s.io/minikube/vendor/github.com/golang/glog/glog.go:879 +0x81 | |
created by k8s.io/minikube/vendor/github.com/golang/glog.init.1 | |
/var/lib/jenkins/go/src/k8s.io/minikube/_gopath/src/k8s.io/minikube/vendor/github.com/golang/glog/glog.go:410 +0x224 | |
goroutine 40 [chan receive, 28 minutes]: | |
testing.tRunner.func1(0xc042075140) | |
/usr/local/go/src/testing/testing.go:590 +0x16b | |
testing.tRunner(0xc042075140, 0x111c408) | |
/usr/local/go/src/testing/testing.go:612 +0x92 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 45 [syscall, 28 minutes, locked to thread]: | |
syscall.Syscall(0x7ffadf8c4360, 0x2, 0x330, 0xffffffff, 0x0, 0xc0420fdb80, 0x435a5e, 0xc0420fdb58) | |
/usr/local/go/src/runtime/syscall_windows.go:163 +0x6b | |
syscall.WaitForSingleObject(0x330, 0xffffffff, 0x68bd08, 0x10, 0x1120360) | |
/usr/local/go/src/syscall/zsyscall_windows.go:693 +0x6d | |
os.(*Process).wait(0xc04231aed0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/os/exec_windows.go:18 +0x98 | |
os.(*Process).Wait(0xc04231aed0, 0xc0420fdc98, 0x0, 0x0) | |
/usr/local/go/src/os/doc.go:49 +0x32 | |
os/exec.(*Cmd).Wait(0xc04221c160, 0x0, 0x0) | |
/usr/local/go/src/os/exec/exec.go:434 +0x74 | |
os/exec.(*Cmd).Run(0xc04221c160, 0xc0425421e0, 0x5) | |
/usr/local/go/src/os/exec/exec.go:279 +0x4f | |
os/exec.(*Cmd).Output(0xc04221c160, 0x58, 0xc042542190, 0x5, 0x5, 0xc04221c160) | |
/usr/local/go/src/os/exec/exec.go:473 +0x13d | |
k8s.io/minikube/test/integration/util.(*MinikubeRunner).RunCommand(0xc0420fdf30, 0x10ad936, 0x25, 0x65642f2322203a01, 0x6e6f6974696e6966, 0x32687475616f2f73) | |
/var/lib/jenkins/go/src/k8s.io/minikube/_gopath/src/k8s.io/minikube/test/integration/util/util.go:62 +0x10a | |
k8s.io/minikube/test/integration.testVMSystemd(0xc042075500) | |
/var/lib/jenkins/go/src/k8s.io/minikube/_gopath/src/k8s.io/minikube/test/integration/vm_systemd.go:36 +0xfa | |
testing.tRunner(0xc042075500, 0x111c460) | |
/usr/local/go/src/testing/testing.go:610 +0x88 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 46 [chan send, 28 minutes]: | |
testing.tRunner.func1(0xc0420755c0) | |
/usr/local/go/src/testing/testing.go:606 +0x1e4 | |
testing.tRunner(0xc0420755c0, 0x111c448) | |
/usr/local/go/src/testing/testing.go:612 +0x92 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 47 [chan send, 28 minutes]: | |
testing.tRunner.func1(0xc042075680) | |
/usr/local/go/src/testing/testing.go:606 +0x1e4 | |
testing.tRunner(0xc042075680, 0x111c420) | |
/usr/local/go/src/testing/testing.go:612 +0x92 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 48 [chan send, 28 minutes]: | |
testing.tRunner.func1(0xc042075740) | |
/usr/local/go/src/testing/testing.go:606 +0x1e4 | |
testing.tRunner(0xc042075740, 0x111c450) | |
/usr/local/go/src/testing/testing.go:612 +0x92 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 65 [chan send, 28 minutes]: | |
testing.tRunner.func1(0xc042075800) | |
/usr/local/go/src/testing/testing.go:606 +0x1e4 | |
testing.tRunner(0xc042075800, 0x111c458) | |
/usr/local/go/src/testing/testing.go:612 +0x92 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:646 +0x2f3 | |
goroutine 97 [syscall, 28 minutes, locked to thread]: | |
syscall.Syscall6(0x7ffadf8c4750, 0x5, 0x2a4, 0xc042242721, 0x4df, 0xc04255dcc4, 0x0, 0x0, 0x1, 0x0, ...) | |
/usr/local/go/src/runtime/syscall_windows.go:174 +0x6b | |
syscall.ReadFile(0x2a4, 0xc042242721, 0x4df, 0x4df, 0xc04255dcc4, 0x0, 0x454b90, 0xc04255dcf0) | |
/usr/local/go/src/syscall/zsyscall_windows.go:286 +0xe6 | |
syscall.Read(0x2a4, 0xc042242721, 0x4df, 0x4df, 0x22, 0x0, 0x0) | |
/usr/local/go/src/syscall/syscall_windows.go:300 +0x75 | |
os.(*File).read(0xc042194010, 0xc042242721, 0x4df, 0x4df, 0x0, 0x0, 0x0) | |
/usr/local/go/src/os/file_windows.go:319 +0x125 | |
os.(*File).Read(0xc042194010, 0xc042242721, 0x4df, 0x4df, 0x22, 0x0, 0x0) | |
/usr/local/go/src/os/file.go:101 +0x60 | |
bytes.(*Buffer).ReadFrom(0xc042110000, 0x162c500, 0xc042194010, 0xc04255de68, 0xd40001, 0xc04255de50) | |
/usr/local/go/src/bytes/buffer.go:176 +0x15c | |
io.copyBuffer(0x1628d40, 0xc042110000, 0x162c500, 0xc042194010, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:384 +0x32a | |
io.Copy(0x1628d40, 0xc042110000, 0x162c500, 0xc042194010, 0xc04255df30, 0x1, 0x1) | |
/usr/local/go/src/io/io.go:360 +0x6f | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/usr/local/go/src/os/exec/exec.go:253 +0x54 | |
os/exec.(*Cmd).Start.func1(0xc04221c160, 0xc0423700e0) | |
/usr/local/go/src/os/exec/exec.go:370 +0x2e | |
created by os/exec.(*Cmd).Start | |
/usr/local/go/src/os/exec/exec.go:371 +0x558 | |
goroutine 98 [syscall, 28 minutes, locked to thread]: | |
syscall.Syscall6(0x7ffadf8c4750, 0x5, 0x2dc, 0xc04230c000, 0x8000, 0xc0425bfd34, 0x0, 0x0, 0x1, 0x1, ...) | |
/usr/local/go/src/runtime/syscall_windows.go:174 +0x6b | |
syscall.ReadFile(0x2dc, 0xc04230c000, 0x8000, 0x8000, 0xc0425bfd34, 0x0, 0x454b90, 0xc0425bfd60) | |
/usr/local/go/src/syscall/zsyscall_windows.go:286 +0xe6 | |
syscall.Read(0x2dc, 0xc04230c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/syscall/syscall_windows.go:300 +0x75 | |
os.(*File).read(0xc042194028, 0xc04230c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/os/file_windows.go:319 +0x125 | |
os.(*File).Read(0xc042194028, 0xc04230c000, 0x8000, 0x8000, 0x8000, 0x8000, 0x0) | |
/usr/local/go/src/os/file.go:101 +0x60 | |
io.copyBuffer(0x162c700, 0xc0425421e0, 0x162c500, 0xc042194028, 0xc04230c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:390 +0x14e | |
io.Copy(0x162c700, 0xc0425421e0, 0x162c500, 0xc042194028, 0x0, 0x0, 0x0) | |
/usr/local/go/src/io/io.go:360 +0x6f | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/usr/local/go/src/os/exec/exec.go:253 +0x54 | |
os/exec.(*Cmd).Start.func1(0xc04221c160, 0xc042370160) | |
/usr/local/go/src/os/exec/exec.go:370 +0x2e | |
created by os/exec.(*Cmd).Start | |
/usr/local/go/src/os/exec/exec.go:371 +0x558 | |
Content : {"url":"https://api.github.com/repos/kubernetes/minikube/statuses/8647d8277903a536d51a881ad0a847aee | |
0637dab","id":970883321,"state":"failure","description":"Jenkins","target_url":"https://storage.goo | |
gleapis.com/minikube-builds/logs/1024/Windows-hyperv.txt","context":"Windows-hyperv","created_at":" | |
2017-01-20T22:08:33Z","updated_at":"2017-01-20T22:08:33Z","creator":{"login":"minikube-bot","id":20 | |
374350,"avatar_url":"https://avatars.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/g | |
ists{/gist_id}","starred_url":"https://api.github.com/users/minikube-bot/starred{/owner}{/repo}","s | |
ubscriptions_url":"https://api.github.com/users/minikube-bot/subscriptions","organizations_url":"ht | |
tps://api.github.com/users/minikube-bot/orgs","repos_url":"https://api.github.com/users/minikube-bo | |
t/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} | |
} | |
InputFields : {} | |
Links : {} | |
Images : {} | |
StatusCode : 201 | |
StatusDescription : Created | |
RawContentStream : Microsoft.PowerShell.Commands.WebResponseContentMemoryStream | |
RawContentLength : 1288 | |
RawContent : HTTP/1.1 201 Created | |
Status: 201 Created | |
X-RateLimit-Limit: 5000 | |
X-RateLimit-Remaining: 4997 | |
X-RateLimit-Reset: 1484953620 | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding | |
X-OAuth-Scopes: repo | |
X-Accepted-OAuth-Scopes: | |
X-GitHub-Media-Type: github.v3; format=json | |
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, | |
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval | |
Access-Control-Allow-Origin: * | |
Content-Security-Policy: default-src 'none' | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-XSS-Protection: 1; mode=block | |
X-Served-By: cee4c0729c8e9147e7abcb45b9d69689 | |
X-GitHub-Request-Id: ACEC:2C94:21C4C36:2AB5126:58828A60 | |
Content-Length: 1288 | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Type: application/json; charset=utf-8 | |
Date: Fri, 20 Jan 2017 22:08:33 GMT | |
ETag: "ce50541c42e7c981bc7a9e7c4f03ebf4" | |
Location: | |
https://api.github.com/repos/kubernetes/minikube/statuses/8647d8277903a536d51a881ad0a847aee0637dab | |
Server: GitHub.com | |
{"url":"https://api.github.com/repos/kubernetes/minikube/statuses/8647d8277903a536d51a881ad0a847aee | |
0637dab","id":970883321,"state":"failure","description":"Jenkins","target_url":"https://storage.goo | |
gleapis.com/minikube-builds/logs/1024/Windows-hyperv.txt","context":"Windows-hyperv","created_at":" | |
2017-01-20T22:08:33Z","updated_at":"2017-01-20T22:08:33Z","creator":{"login":"minikube-bot","id":20 | |
374350,"avatar_url":"https://avatars.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/g | |
ists{/gist_id}","starred_url":"https://api.github.com/users/minikube-bot/starred{/owner}{/repo}","s | |
ubscriptions_url":"https://api.github.com/users/minikube-bot/subscriptions","organizations_url":"ht | |
tps://api.github.com/users/minikube-bot/orgs","repos_url":"https://api.github.com/users/minikube-bo | |
t/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} | |
} | |
BaseResponse : System.Net.HttpWebResponse | |
Headers : {[Status, 201 Created], [X-RateLimit-Limit, 5000], [X-RateLimit-Remaining, 4997], | |
[X-RateLimit-Reset, 1484953620]...} | |
Build step 'Windows PowerShell' marked build as failure | |
[Google Cloud Storage Uploader] Uploading: Windows-hyperv.txt | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment