Pull request #39844 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 32f1c651623421ee1ac480b200d34025a74436bb+65d58afb49e7478e15d6091422a37a3b7d460871 (61b2e0e5a117d39b6b0237d209758d81ca361f88) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-12T10:43:00.355Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-12T10:43:00.362Z] Trying to pass milestone 4 [Pipeline] milestone [2019-09-12T10:43:00.370Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-12T10:43:00.482Z] Running on ubuntu-1804-overlay2 (i-07d75741394e8b993) in /home/ubuntu/workspace/moby_PR-39844 [Pipeline] { [Pipeline] checkout [2019-09-12T10:43:00.525Z] using credential docker-jenkins-github-credentials [2019-09-12T10:43:00.531Z] Cloning the remote Git repository [2019-09-12T10:43:00.531Z] Cloning with configured refspecs honoured and without tags [2019-09-12T10:43:00.525Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T10:43:00.525Z] > git init /home/ubuntu/workspace/moby_PR-39844 # timeout=10 [2019-09-12T10:43:00.534Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:00.534Z] > git --version # timeout=10 [2019-09-12T10:43:00.537Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:00.537Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:13.419Z] Fetching without tags [2019-09-12T10:43:13.656Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:14.433Z] Merge succeeded, producing 2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:43:14.434Z] Checking out Revision 2edfd4ef44b3866c5714c9de70b150283eb15588 (PR-39844) [2019-09-12T10:43:14.626Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T10:43:13.388Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:13.392Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T10:43:13.396Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T10:43:13.404Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:13.414Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:13.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:13.415Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:13.651Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:13.656Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:14.149Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T10:43:14.420Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-12T10:43:14.428Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:14.434Z] > git checkout -f 2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:43:14.620Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-12T10:43:15.343Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39844:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-12T10:43:18.617Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-12T10:43:19.096Z] Running on ubuntu-1804-overlay2 (i-0e75b4a8ac3bb003f) in /home/ubuntu/workspace/moby_PR-39844 [2019-09-12T10:43:19.098Z] Running on ubuntu-1804-overlay2 (i-0b69cb934cd64ce28) in /home/ubuntu/workspace/moby_PR-39844 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] checkout [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-12T10:43:19.192Z] using credential docker-jenkins-github-credentials [2019-09-12T10:43:19.204Z] Cloning the remote Git repository [2019-09-12T10:43:19.204Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2019-09-12T10:43:19.220Z] using credential docker-jenkins-github-credentials [2019-09-12T10:43:19.227Z] Cloning the remote Git repository [2019-09-12T10:43:19.227Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-12T10:43:19.510Z] Running on azwin-2-725a40 in d:\jenkins\workspace\moby_PR-39844 [Pipeline] { [Pipeline] ws [2019-09-12T10:43:19.673Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-12T10:43:19.229Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T10:43:19.230Z] > git init /home/ubuntu/workspace/moby_PR-39844 # timeout=10 [2019-09-12T10:43:19.258Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:19.258Z] > git --version # timeout=10 [2019-09-12T10:43:19.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:19.264Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:19.988Z] using credential docker-jenkins-github-credentials [2019-09-12T10:43:20.064Z] Cloning the remote Git repository [2019-09-12T10:43:20.064Z] Cloning with configured refspecs honoured and without tags [2019-09-12T10:43:19.174Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T10:43:19.174Z] > git init /home/ubuntu/workspace/moby_PR-39844 # timeout=10 [2019-09-12T10:43:19.183Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:19.183Z] > git --version # timeout=10 [2019-09-12T10:43:19.193Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:19.194Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:20.100Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T10:43:20.101Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-12T10:43:20.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:20.171Z] > git --version # timeout=10 [2019-09-12T10:43:20.220Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:20.221Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:31.813Z] Fetching without tags [2019-09-12T10:43:32.066Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:32.127Z] Fetching without tags [2019-09-12T10:43:32.351Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:33.208Z] Merge succeeded, producing 0aa63abd8c18f0ab9e4ed3094d909c6378221dc7 [2019-09-12T10:43:33.209Z] Checking out Revision 0aa63abd8c18f0ab9e4ed3094d909c6378221dc7 (PR-39844) [2019-09-12T10:43:33.267Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T10:43:31.754Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:31.765Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T10:43:31.769Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T10:43:31.774Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:31.782Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:31.782Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:31.783Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:32.035Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:32.042Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:32.531Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T10:43:33.169Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-12T10:43:33.178Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:33.183Z] > git checkout -f 0aa63abd8c18f0ab9e4ed3094d909c6378221dc7 [2019-09-12T10:43:33.236Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [2019-09-12T10:43:33.314Z] Merge succeeded, producing 82e64265e8296734c4951766ad55c9172f152f8f [2019-09-12T10:43:33.315Z] Checking out Revision 82e64265e8296734c4951766ad55c9172f152f8f (PR-39844) [2019-09-12T10:43:32.107Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:32.110Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T10:43:32.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T10:43:32.121Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:32.129Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:32.129Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:32.130Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:32.353Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:32.361Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:32.849Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T10:43:33.306Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-12T10:43:33.317Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:33.322Z] > git checkout -f 82e64265e8296734c4951766ad55c9172f152f8f [2019-09-12T10:43:33.379Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T10:43:33.381Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-12T10:43:34.076Z] Still waiting to schedule task [2019-09-12T10:43:34.076Z] Waiting for next available executor on ‘s390x-ubuntu-1604’ [2019-09-12T10:43:34.078Z] Still waiting to schedule task [2019-09-12T10:43:34.078Z] Waiting for next available executor on ‘ppc64le-ubuntu-1604’ [2019-09-12T10:43:34.091Z] + docker version [2019-09-12T10:43:34.091Z] Client: Docker Engine - Community [2019-09-12T10:43:34.091Z] Version: 19.03.1 [2019-09-12T10:43:34.091Z] API version: 1.40 [2019-09-12T10:43:34.091Z] Go version: go1.12.5 [2019-09-12T10:43:34.091Z] Git commit: 74b1e89 [2019-09-12T10:43:34.091Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-12T10:43:34.091Z] OS/Arch: linux/amd64 [2019-09-12T10:43:34.091Z] Experimental: false [2019-09-12T10:43:34.091Z] [2019-09-12T10:43:34.091Z] Server: Docker Engine - Community [2019-09-12T10:43:34.091Z] Engine: [2019-09-12T10:43:34.091Z] Version: 19.03.1 [2019-09-12T10:43:34.091Z] API version: 1.40 (minimum version 1.12) [2019-09-12T10:43:34.091Z] Go version: go1.12.5 [2019-09-12T10:43:34.091Z] Git commit: 74b1e89 [2019-09-12T10:43:34.091Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-12T10:43:34.091Z] OS/Arch: linux/amd64 [2019-09-12T10:43:34.091Z] Experimental: true [2019-09-12T10:43:34.091Z] containerd: [2019-09-12T10:43:34.091Z] Version: 1.2.6 [2019-09-12T10:43:34.091Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-12T10:43:34.091Z] runc: [2019-09-12T10:43:34.091Z] Version: 1.0.0-rc8 [2019-09-12T10:43:34.091Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:34.091Z] docker-init: [2019-09-12T10:43:34.091Z] Version: 0.18.0 [2019-09-12T10:43:34.091Z] GitCommit: fec3683 [Pipeline] sh [2019-09-12T10:43:34.236Z] + docker version [2019-09-12T10:43:34.236Z] Client: Docker Engine - Community [2019-09-12T10:43:34.236Z] Version: 19.03.1 [2019-09-12T10:43:34.236Z] API version: 1.40 [2019-09-12T10:43:34.236Z] Go version: go1.12.5 [2019-09-12T10:43:34.236Z] Git commit: 74b1e89 [2019-09-12T10:43:34.236Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-12T10:43:34.236Z] OS/Arch: linux/amd64 [2019-09-12T10:43:34.236Z] Experimental: false [2019-09-12T10:43:34.236Z] [2019-09-12T10:43:34.236Z] Server: Docker Engine - Community [2019-09-12T10:43:34.236Z] Engine: [2019-09-12T10:43:34.236Z] Version: 19.03.1 [2019-09-12T10:43:34.236Z] API version: 1.40 (minimum version 1.12) [2019-09-12T10:43:34.236Z] Go version: go1.12.5 [2019-09-12T10:43:34.236Z] Git commit: 74b1e89 [2019-09-12T10:43:34.236Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-12T10:43:34.236Z] OS/Arch: linux/amd64 [2019-09-12T10:43:34.236Z] Experimental: true [2019-09-12T10:43:34.236Z] containerd: [2019-09-12T10:43:34.236Z] Version: 1.2.6 [2019-09-12T10:43:34.236Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-12T10:43:34.236Z] runc: [2019-09-12T10:43:34.236Z] Version: 1.0.0-rc8 [2019-09-12T10:43:34.236Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:34.236Z] docker-init: [2019-09-12T10:43:34.236Z] Version: 0.18.0 [2019-09-12T10:43:34.236Z] GitCommit: fec3683 [Pipeline] sh [2019-09-12T10:43:34.379Z] + docker info [2019-09-12T10:43:34.519Z] + docker info [2019-09-12T10:43:34.635Z] Client: [2019-09-12T10:43:34.635Z] Debug Mode: false [2019-09-12T10:43:34.635Z] [2019-09-12T10:43:34.635Z] Server: [2019-09-12T10:43:34.635Z] Containers: 0 [2019-09-12T10:43:34.635Z] Running: 0 [2019-09-12T10:43:34.635Z] Paused: 0 [2019-09-12T10:43:34.635Z] Stopped: 0 [2019-09-12T10:43:34.635Z] Images: 2 [2019-09-12T10:43:34.635Z] Server Version: 19.03.1 [2019-09-12T10:43:34.635Z] Storage Driver: overlay2 [2019-09-12T10:43:34.635Z] Backing Filesystem: extfs [2019-09-12T10:43:34.635Z] Supports d_type: true [2019-09-12T10:43:34.635Z] Native Overlay Diff: true [2019-09-12T10:43:34.635Z] Logging Driver: json-file [2019-09-12T10:43:34.635Z] Cgroup Driver: cgroupfs [2019-09-12T10:43:34.635Z] Plugins: [2019-09-12T10:43:34.635Z] Volume: local [2019-09-12T10:43:34.635Z] Network: bridge host ipvlan macvlan null overlay [2019-09-12T10:43:34.635Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-12T10:43:34.635Z] Swarm: inactive [2019-09-12T10:43:34.635Z] Runtimes: runc [2019-09-12T10:43:34.635Z] Default Runtime: runc [2019-09-12T10:43:34.635Z] Init Binary: docker-init [2019-09-12T10:43:34.635Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-12T10:43:34.635Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:34.635Z] init version: fec3683 [2019-09-12T10:43:34.635Z] Security Options: [2019-09-12T10:43:34.635Z] apparmor [2019-09-12T10:43:34.635Z] seccomp [2019-09-12T10:43:34.635Z] Profile: default [2019-09-12T10:43:34.635Z] Kernel Version: 4.15.0-1047-aws [2019-09-12T10:43:34.635Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-12T10:43:34.635Z] OSType: linux [2019-09-12T10:43:34.635Z] Architecture: x86_64 [2019-09-12T10:43:34.635Z] CPUs: 2 [2019-09-12T10:43:34.635Z] Total Memory: 7.501GiB [2019-09-12T10:43:34.635Z] Name: ip-10-100-113-9 [2019-09-12T10:43:34.635Z] ID: OXA5:D5HW:QK7M:DYW2:2MRO:3YZL:R76D:SOAZ:VBQ7:6J3N:M67H:EARG [2019-09-12T10:43:34.635Z] Docker Root Dir: /var/lib/docker [2019-09-12T10:43:34.635Z] Debug Mode: false [2019-09-12T10:43:34.635Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:43:34.635Z] Labels: [2019-09-12T10:43:34.635Z] Experimental: true [2019-09-12T10:43:34.635Z] Insecure Registries: [2019-09-12T10:43:34.635Z] 127.0.0.0/8 [2019-09-12T10:43:34.635Z] Live Restore Enabled: true [2019-09-12T10:43:34.635Z] [2019-09-12T10:43:34.635Z] WARNING: No swap limit support [Pipeline] sh [2019-09-12T10:43:34.929Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:43:34.929Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:43:34.929Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39844/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-12T10:43:34.929Z] + bash /home/ubuntu/workspace/moby_PR-39844/check-config.sh [2019-09-12T10:43:34.929Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-12T10:43:34.929Z] info: reading kernel config from /boot/config-4.15.0-1047-aws ... [2019-09-12T10:43:34.929Z] [2019-09-12T10:43:34.929Z] Generally Necessary: [2019-09-12T10:43:34.929Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-12T10:43:34.929Z] - apparmor: enabled and tools installed [2019-09-12T10:43:34.929Z] - CONFIG_NAMESPACES: enabled [2019-09-12T10:43:34.929Z] - CONFIG_NET_NS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_PID_NS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_IPC_NS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_UTS_NS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CGROUPS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-12T10:43:34.929Z] - CONFIG_CPUSETS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_MEMCG: enabled [2019-09-12T10:43:34.929Z] - CONFIG_KEYS: enabled [2019-09-12T10:43:34.929Z] - CONFIG_VETH: enabled (as module) [2019-09-12T10:43:34.929Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-12T10:43:34.929Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-12T10:43:34.929Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-12T10:43:34.929Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-12T10:43:35.082Z] Client: [2019-09-12T10:43:35.082Z] Debug Mode: false [2019-09-12T10:43:35.082Z] [2019-09-12T10:43:35.082Z] Server: [2019-09-12T10:43:35.082Z] Containers: 0 [2019-09-12T10:43:35.082Z] Running: 0 [2019-09-12T10:43:35.082Z] Paused: 0 [2019-09-12T10:43:35.082Z] Stopped: 0 [2019-09-12T10:43:35.082Z] Images: 7 [2019-09-12T10:43:35.082Z] Server Version: 19.03.1 [2019-09-12T10:43:35.082Z] Storage Driver: overlay2 [2019-09-12T10:43:35.082Z] Backing Filesystem: extfs [2019-09-12T10:43:35.082Z] Supports d_type: true [2019-09-12T10:43:35.082Z] Native Overlay Diff: true [2019-09-12T10:43:35.082Z] Logging Driver: json-file [2019-09-12T10:43:35.082Z] Cgroup Driver: cgroupfs [2019-09-12T10:43:35.082Z] Plugins: [2019-09-12T10:43:35.082Z] Volume: local [2019-09-12T10:43:35.082Z] Network: bridge host ipvlan macvlan null overlay [2019-09-12T10:43:35.082Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-12T10:43:35.082Z] Swarm: inactive [2019-09-12T10:43:35.082Z] Runtimes: runc [2019-09-12T10:43:35.082Z] Default Runtime: runc [2019-09-12T10:43:35.082Z] Init Binary: docker-init [2019-09-12T10:43:35.082Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-12T10:43:35.082Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:35.082Z] init version: fec3683 [2019-09-12T10:43:35.082Z] Security Options: [2019-09-12T10:43:35.082Z] apparmor [2019-09-12T10:43:35.082Z] seccomp [2019-09-12T10:43:35.082Z] Profile: default [2019-09-12T10:43:35.082Z] Kernel Version: 4.15.0-1047-aws [2019-09-12T10:43:35.082Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-12T10:43:35.082Z] OSType: linux [2019-09-12T10:43:35.082Z] Architecture: x86_64 [2019-09-12T10:43:35.082Z] CPUs: 2 [2019-09-12T10:43:35.082Z] Total Memory: 7.501GiB [2019-09-12T10:43:35.082Z] Name: ip-10-100-36-8 [2019-09-12T10:43:35.082Z] ID: OXA5:D5HW:QK7M:DYW2:2MRO:3YZL:R76D:SOAZ:VBQ7:6J3N:M67H:EARG [2019-09-12T10:43:35.082Z] Docker Root Dir: /var/lib/docker [2019-09-12T10:43:35.082Z] Debug Mode: false [2019-09-12T10:43:35.082Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:43:35.082Z] Labels: [2019-09-12T10:43:35.082Z] Experimental: true [2019-09-12T10:43:35.082Z] Insecure Registries: [2019-09-12T10:43:35.082Z] 127.0.0.0/8 [2019-09-12T10:43:35.082Z] Live Restore Enabled: true [2019-09-12T10:43:35.082Z] [2019-09-12T10:43:35.082Z] WARNING: No swap limit support [Pipeline] sh [2019-09-12T10:43:35.186Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-12T10:43:35.186Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-12T10:43:35.186Z] [2019-09-12T10:43:35.186Z] Optional Features: [2019-09-12T10:43:35.186Z] - CONFIG_USER_NS: enabled [2019-09-12T10:43:35.186Z] - CONFIG_SECCOMP: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-12T10:43:35.186Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-12T10:43:35.186Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-12T10:43:35.186Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-12T10:43:35.186Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-12T10:43:35.186Z] - CONFIG_BLK_CGROUP: enabled [2019-09-12T10:43:35.186Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-12T10:43:35.186Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CGROUP_PERF: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-12T10:43:35.186Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-12T10:43:35.186Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-12T10:43:35.186Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-12T10:43:35.186Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_IP_VS: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-12T10:43:35.186Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-12T10:43:35.186Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-12T10:43:35.186Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_EXT4_FS: enabled [2019-09-12T10:43:35.186Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-12T10:43:35.186Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-12T10:43:35.186Z] - Network Drivers: [2019-09-12T10:43:35.186Z] - "overlay": [2019-09-12T10:43:35.186Z] - CONFIG_VXLAN: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-12T10:43:35.186Z] Optional (for encrypted networks): [2019-09-12T10:43:35.186Z] - CONFIG_CRYPTO: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-12T10:43:35.186Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-12T10:43:35.186Z] - CONFIG_XFRM: enabled [2019-09-12T10:43:35.186Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-12T10:43:35.186Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-12T10:43:35.186Z] - "ipvlan": [2019-09-12T10:43:35.186Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-12T10:43:35.186Z] - "macvlan": [2019-09-12T10:43:35.221Z] Fetching without tags [2019-09-12T10:43:35.366Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:43:35.366Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:43:35.367Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39844/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-12T10:43:35.367Z] + bash /home/ubuntu/workspace/moby_PR-39844/check-config.sh [2019-09-12T10:43:35.367Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-12T10:43:35.367Z] info: reading kernel config from /boot/config-4.15.0-1047-aws ... [2019-09-12T10:43:35.367Z] [2019-09-12T10:43:35.367Z] Generally Necessary: [2019-09-12T10:43:35.367Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-12T10:43:35.367Z] - apparmor: enabled and tools installed [2019-09-12T10:43:35.367Z] - CONFIG_NAMESPACES: enabled [2019-09-12T10:43:35.367Z] - CONFIG_NET_NS: enabled [2019-09-12T10:43:35.442Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-12T10:43:35.442Z] - CONFIG_DUMMY: enabled (as module) [2019-09-12T10:43:35.442Z] - "ftp,tftp client in container": [2019-09-12T10:43:35.442Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-12T10:43:35.442Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-12T10:43:35.442Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-12T10:43:35.442Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-12T10:43:35.442Z] - Storage Drivers: [2019-09-12T10:43:35.442Z] - "aufs": [2019-09-12T10:43:35.442Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-12T10:43:35.442Z] - "btrfs": [2019-09-12T10:43:35.442Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-12T10:43:35.442Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-12T10:43:35.442Z] - "devicemapper": [2019-09-12T10:43:35.442Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-12T10:43:35.442Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-12T10:43:35.442Z] - "overlay": [2019-09-12T10:43:35.442Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-12T10:43:35.442Z] - "zfs": [2019-09-12T10:43:35.442Z] - /dev/zfs: missing [2019-09-12T10:43:35.442Z] - zfs command: missing [2019-09-12T10:43:35.442Z] - zpool command: missing [2019-09-12T10:43:35.442Z] [2019-09-12T10:43:35.442Z] Limits: [2019-09-12T10:43:35.442Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-12T10:43:35.442Z] [2019-09-12T10:43:35.442Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2019-09-12T10:43:35.624Z] - CONFIG_PID_NS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_IPC_NS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_UTS_NS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUPS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CPUSETS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_MEMCG: enabled [2019-09-12T10:43:35.624Z] - CONFIG_KEYS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_VETH: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-12T10:43:35.624Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-12T10:43:35.624Z] [2019-09-12T10:43:35.624Z] Optional Features: [2019-09-12T10:43:35.624Z] - CONFIG_USER_NS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_SECCOMP: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-12T10:43:35.624Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-12T10:43:35.624Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-12T10:43:35.624Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-12T10:43:35.624Z] - CONFIG_BLK_CGROUP: enabled [2019-09-12T10:43:35.624Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-12T10:43:35.624Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_PERF: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-12T10:43:35.624Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-12T10:43:35.624Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-12T10:43:35.624Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-12T10:43:35.624Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-12T10:43:35.624Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_IP_VS: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-12T10:43:35.624Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-12T10:43:35.624Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-12T10:43:35.624Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-12T10:43:35.624Z] - CONFIG_EXT4_FS: enabled [2019-09-12T10:43:35.624Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-12T10:43:35.624Z] - CONFIG_EXT4_FS_SECURITY: enabled [Pipeline] sh [2019-09-12T10:43:34.903Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:34.956Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T10:43:35.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T10:43:35.134Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:43:35.257Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:43:35.258Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:43:35.259Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:43:35.881Z] - Network Drivers: [2019-09-12T10:43:35.881Z] - "overlay": [2019-09-12T10:43:35.881Z] - CONFIG_VXLAN: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-12T10:43:35.881Z] Optional (for encrypted networks): [2019-09-12T10:43:35.881Z] - CONFIG_CRYPTO: enabled [2019-09-12T10:43:35.881Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-12T10:43:35.881Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-12T10:43:35.881Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-12T10:43:35.881Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-12T10:43:35.881Z] - CONFIG_XFRM: enabled [2019-09-12T10:43:35.881Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-12T10:43:35.881Z] - "ipvlan": [2019-09-12T10:43:35.881Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-12T10:43:35.881Z] - "macvlan": [2019-09-12T10:43:35.881Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_DUMMY: enabled (as module) [2019-09-12T10:43:35.881Z] - "ftp,tftp client in container": [2019-09-12T10:43:35.881Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-12T10:43:35.881Z] - Storage Drivers: [2019-09-12T10:43:35.881Z] - "aufs": [2019-09-12T10:43:35.881Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-12T10:43:35.881Z] - "btrfs": [2019-09-12T10:43:35.881Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-12T10:43:35.881Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-12T10:43:35.881Z] - "devicemapper": [2019-09-12T10:43:35.881Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-12T10:43:35.881Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-12T10:43:35.881Z] - "overlay": [2019-09-12T10:43:35.881Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-12T10:43:35.881Z] - "zfs": [2019-09-12T10:43:35.881Z] - /dev/zfs: missing [2019-09-12T10:43:35.881Z] - zfs command: missing [2019-09-12T10:43:35.881Z] - zpool command: missing [2019-09-12T10:43:35.881Z] [2019-09-12T10:43:35.881Z] Limits: [2019-09-12T10:43:35.881Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-12T10:43:35.881Z] [2019-09-12T10:43:35.881Z] + true [Pipeline] } [Pipeline] // stage [2019-09-12T10:43:35.906Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2edfd4ef44b3866c5714c9de70b150283eb15588 . [2019-09-12T10:43:35.906Z] #2 [internal] load .dockerignore [2019-09-12T10:43:35.906Z] #2 transferring context: 87B done [2019-09-12T10:43:35.906Z] #2 DONE 0.0s [2019-09-12T10:43:35.906Z] [2019-09-12T10:43:35.906Z] #1 [internal] load build definition from Dockerfile [2019-09-12T10:43:35.906Z] #1 transferring dockerfile: 10.82kB done [2019-09-12T10:43:35.906Z] #1 DONE 0.0s [2019-09-12T10:43:35.906Z] [2019-09-12T10:43:35.906Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-12T10:43:36.163Z] #3 DONE 0.1s [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-12T10:43:36.163Z] #4 DONE 0.0s [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-12T10:43:36.163Z] #9 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #12 [dev 6/24] RUN ldconfig [2019-09-12T10:43:36.163Z] #12 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-12T10:43:36.163Z] #7 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-12T10:43:36.163Z] #11 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-12T10:43:36.163Z] #6 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-12T10:43:36.163Z] #8 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-12T10:43:36.163Z] #10 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:43:36.163Z] #13 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-12T10:43:36.163Z] #14 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-12T10:43:36.163Z] #5 CACHED [2019-09-12T10:43:36.163Z] [2019-09-12T10:43:36.163Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:43:36.201Z] + sudo modprobe ip_vs [2019-09-12T10:43:36.201Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2edfd4ef44b3866c5714c9de70b150283eb15588 . [2019-09-12T10:43:36.201Z] #2 [internal] load .dockerignore [2019-09-12T10:43:36.201Z] #2 transferring context: 87B done [2019-09-12T10:43:36.201Z] #2 DONE 0.0s [2019-09-12T10:43:36.201Z] [2019-09-12T10:43:36.201Z] #1 [internal] load build definition from Dockerfile [2019-09-12T10:43:36.201Z] #1 transferring dockerfile: 10.82kB done [2019-09-12T10:43:36.201Z] #1 DONE 0.0s [2019-09-12T10:43:36.201Z] [2019-09-12T10:43:36.201Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-12T10:43:36.444Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:36.769Z] #3 DONE 0.3s [2019-09-12T10:43:36.769Z] [2019-09-12T10:43:36.769Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-12T10:43:36.769Z] #64 DONE 0.0s [2019-09-12T10:43:36.769Z] [2019-09-12T10:43:36.769Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-12T10:43:36.769Z] #4 resolve docker.io/library/golang:1.12.9-stretch@sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 done [2019-09-12T10:43:36.769Z] #4 sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 1.42kB / 1.42kB done [2019-09-12T10:43:36.769Z] #4 sha256:cc80d67e1ba1e90957ad233f4350c9a06bd39b153c9c4a95e8db03bcdd24db06 5.46kB / 5.46kB done [2019-09-12T10:43:36.769Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 1.36MB / 127.96MB 0.1s [2019-09-12T10:43:36.769Z] #4 sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 126B / 126B 0.1s done [2019-09-12T10:43:36.769Z] #4 sha256:7735f0c8dcb6f99c93c5f8c6af492af4f6c75582e20008a8701473ed627fd316 1.80kB / 1.80kB done [2019-09-12T10:43:36.769Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 19.06MB / 127.96MB 0.4s [2019-09-12T10:43:37.026Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 27.87MB / 127.96MB 0.4s [2019-09-12T10:43:37.026Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 38.73MB / 127.96MB 0.6s [2019-09-12T10:43:37.285Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 45.68MB / 127.96MB 0.7s [2019-09-12T10:43:36.480Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:36.536Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:37.547Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 59.17MB / 127.96MB 0.9s [2019-09-12T10:43:37.547Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 75.64MB / 127.96MB 1.1s [2019-09-12T10:43:37.804Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 83.84MB / 127.96MB 1.2s [2019-09-12T10:43:37.804Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 90.68MB / 127.96MB 1.2s [2019-09-12T10:43:38.061Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 99.28MB / 127.96MB 1.4s [2019-09-12T10:43:38.061Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 113.60MB / 127.96MB 1.6s [2019-09-12T10:43:38.063Z] #15 1.892 + mktemp -d [2019-09-12T10:43:38.063Z] #15 1.892 + export GOPATH=/tmp/tmp.ZJNIFNS0Z7 [2019-09-12T10:43:38.063Z] #15 1.892 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ZJNIFNS0Z7/src/github.com/go-swagger/go-swagger [2019-09-12T10:43:38.063Z] #15 1.892 Cloning into '/tmp/tmp.ZJNIFNS0Z7/src/github.com/go-swagger/go-swagger'... [2019-09-12T10:43:38.319Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 120.78MB / 127.96MB 1.7s [2019-09-12T10:43:38.319Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 127.96MB / 127.96MB 1.8s [2019-09-12T10:43:38.575Z] #4 ... [2019-09-12T10:43:38.575Z] [2019-09-12T10:43:38.575Z] #18 [internal] load build context [2019-09-12T10:43:38.575Z] #18 transferring context: 45.50MB 1.9s done [2019-09-12T10:43:38.575Z] #18 DONE 2.0s [2019-09-12T10:43:38.575Z] [2019-09-12T10:43:38.575Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-12T10:43:38.575Z] #4 sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 127.96MB / 127.96MB 2.0s done [2019-09-12T10:43:38.575Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b [2019-09-12T10:43:38.995Z] #15 ... [2019-09-12T10:43:38.995Z] [2019-09-12T10:43:38.995Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-12T10:43:38.995Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-09-12T10:43:38.995Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-12T10:43:38.995Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-12T10:43:38.995Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.4s done [2019-09-12T10:43:38.995Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.2s done [2019-09-12T10:43:38.995Z] #64 DONE 2.9s [2019-09-12T10:43:38.995Z] [2019-09-12T10:43:38.995Z] #18 [internal] load build context [2019-09-12T10:43:39.931Z] #18 transferring context: 45.50MB 3.7s done [2019-09-12T10:43:39.931Z] #18 DONE 3.8s [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-12T10:43:39.931Z] #17 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-12T10:43:39.931Z] #19 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:43:39.931Z] #20 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:43:39.931Z] #40 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:43:39.931Z] #22 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-12T10:43:39.931Z] #44 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:43:39.931Z] #45 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:43:39.931Z] #35 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:43:39.931Z] #36 CACHED [2019-09-12T10:43:39.931Z] [2019-09-12T10:43:39.931Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-12T10:43:40.504Z] #23 DONE 0.5s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-12T10:43:40.504Z] #29 DONE 0.5s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-12T10:43:40.504Z] #26 DONE 0.5s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-12T10:43:40.504Z] #60 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-12T10:43:40.504Z] #49 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-12T10:43:40.504Z] #32 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-12T10:43:40.504Z] #37 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:43:40.504Z] #33 ... [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-12T10:43:40.504Z] #46 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-12T10:43:40.504Z] #41 DONE 0.6s [2019-09-12T10:43:40.504Z] [2019-09-12T10:43:40.504Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-12T10:43:40.504Z] #52 DONE 0.6s [2019-09-12T10:43:40.515Z] Merge succeeded, producing 3d811f2038e425470dd4a0549ca691cbca8fefa0 [2019-09-12T10:43:40.516Z] Checking out Revision 3d811f2038e425470dd4a0549ca691cbca8fefa0 (PR-39844) [2019-09-12T10:43:40.765Z] [2019-09-12T10:43:40.765Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:43:40.941Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T10:43:39.861Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T10:43:40.423Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-12T10:43:40.549Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:43:40.598Z] > git checkout -f 3d811f2038e425470dd4a0549ca691cbca8fefa0 [2019-09-12T10:43:40.973Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-12T10:43:42.736Z] + docker version [2019-09-12T10:43:42.736Z] Client: Docker Engine - Enterprise [2019-09-12T10:43:42.736Z] Version: 19.03.2-tp2 [2019-09-12T10:43:42.736Z] API version: 1.40 [2019-09-12T10:43:42.736Z] Go version: go1.12.8 [2019-09-12T10:43:42.736Z] Git commit: 49fe2072d9 [2019-09-12T10:43:42.736Z] Built: 08/16/2019 19:26:08 [2019-09-12T10:43:42.736Z] OS/Arch: windows/amd64 [2019-09-12T10:43:42.736Z] Experimental: false [2019-09-12T10:43:42.736Z] [2019-09-12T10:43:42.736Z] Server: Docker Engine - Enterprise [2019-09-12T10:43:42.736Z] Engine: [2019-09-12T10:43:42.736Z] Version: 19.03.2-tp2 [2019-09-12T10:43:42.736Z] API version: 1.40 (minimum version 1.24) [2019-09-12T10:43:42.736Z] Go version: go1.12.8 [2019-09-12T10:43:42.736Z] Git commit: 49fe2072d9 [2019-09-12T10:43:42.736Z] Built: 08/16/2019 19:23:48 [2019-09-12T10:43:42.736Z] OS/Arch: windows/amd64 [2019-09-12T10:43:42.736Z] Experimental: true [2019-09-12T10:43:42.751Z] #4 extracting sha256:16d1dffdf565cc63ecbc5ea6e05cd6bbed602203b9b0ca1b1263d6d908085e0b 4.2s done [Pipeline] sh [2019-09-12T10:43:43.008Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 [2019-09-12T10:43:43.008Z] #4 extracting sha256:7fab6e8c0fc75b6aa3e50ea8340cce5baf00c637d41c39a46dbcdc19700bf3a3 done [2019-09-12T10:43:43.008Z] #4 DONE 6.6s [2019-09-12T10:43:43.266Z] [2019-09-12T10:43:43.266Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-12T10:43:43.772Z] + docker info [2019-09-12T10:43:44.743Z] Client: [2019-09-12T10:43:44.743Z] Debug Mode: false [2019-09-12T10:43:44.743Z] Plugins: [2019-09-12T10:43:44.743Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-12T10:43:44.743Z] [2019-09-12T10:43:44.743Z] Server: [2019-09-12T10:43:44.743Z] Containers: 0 [2019-09-12T10:43:44.743Z] Running: 0 [2019-09-12T10:43:44.743Z] Paused: 0 [2019-09-12T10:43:44.743Z] Stopped: 0 [2019-09-12T10:43:44.743Z] Images: 8 [2019-09-12T10:43:44.743Z] Server Version: 19.03.2-tp2 [2019-09-12T10:43:44.743Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-12T10:43:44.743Z] Windows: [2019-09-12T10:43:44.743Z] LCOW: [2019-09-12T10:43:44.743Z] Logging Driver: json-file [2019-09-12T10:43:44.743Z] Plugins: [2019-09-12T10:43:44.743Z] Volume: local [2019-09-12T10:43:44.743Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-12T10:43:44.743Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-12T10:43:44.743Z] Swarm: inactive [2019-09-12T10:43:44.743Z] Default Isolation: process [2019-09-12T10:43:44.743Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-12T10:43:44.743Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-12T10:43:44.743Z] OSType: windows [2019-09-12T10:43:44.743Z] Architecture: x86_64 [2019-09-12T10:43:44.743Z] CPUs: 4 [2019-09-12T10:43:44.743Z] Total Memory: 32GiB [2019-09-12T10:43:44.743Z] Name: azwin-2-725a40 [2019-09-12T10:43:44.743Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-12T10:43:44.743Z] Docker Root Dir: D:\docker [2019-09-12T10:43:44.743Z] Debug Mode: false [2019-09-12T10:43:44.743Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:43:44.743Z] Labels: [2019-09-12T10:43:44.743Z] Experimental: true [2019-09-12T10:43:44.743Z] Insecure Registries: [2019-09-12T10:43:44.743Z] 10.0.0.4:5000 [2019-09-12T10:43:44.743Z] 127.0.0.0/8 [2019-09-12T10:43:44.743Z] Registry Mirrors: [2019-09-12T10:43:44.743Z] http://10.0.0.4:5000/ [2019-09-12T10:43:44.743Z] Live Restore Enabled: false [2019-09-12T10:43:44.743Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-12T10:43:46.037Z] #53 ... [2019-09-12T10:43:46.037Z] [2019-09-12T10:43:46.037Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:43:46.037Z] #57 4.015 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:43:46.037Z] #57 4.095 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:43:46.037Z] #57 4.111 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:43:46.037Z] #57 4.122 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:43:46.037Z] #57 4.133 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:43:46.037Z] #57 4.507 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:43:46.037Z] #57 5.524 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:43:46.037Z] #57 6.080 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:43:46.037Z] #57 ... [2019-09-12T10:43:46.037Z] [2019-09-12T10:43:46.037Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:43:46.037Z] #55 2.860 + mktemp -d [2019-09-12T10:43:46.037Z] #55 2.863 + export GOPATH=/tmp/tmp.OUbV29gQ27 [2019-09-12T10:43:46.037Z] #55 2.863 + git clone https://github.com/docker/distribution.git /tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution [2019-09-12T10:43:46.037Z] #55 2.870 Cloning into '/tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution'... [2019-09-12T10:43:46.037Z] #55 8.087 + cd /tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution [2019-09-12T10:43:46.037Z] #55 8.087 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-12T10:43:46.037Z] #55 9.844 + GOPATH=/tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OUbV29gQ27 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-12T10:43:46.295Z] #55 ... [2019-09-12T10:43:46.295Z] [2019-09-12T10:43:46.295Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:43:46.295Z] #27 5.712 + RM_GOPATH=0 [2019-09-12T10:43:46.295Z] #27 5.712 + TMP_GOPATH= [2019-09-12T10:43:46.295Z] #27 5.712 + : /build [2019-09-12T10:43:46.295Z] #27 5.712 + '[' -z '' ']' [2019-09-12T10:43:46.295Z] #27 5.712 ++ mktemp -d [2019-09-12T10:43:46.295Z] #27 5.713 + export GOPATH=/tmp/tmp.Vfqy0zYDkl [2019-09-12T10:43:46.295Z] #27 5.713 + GOPATH=/tmp/tmp.Vfqy0zYDkl [2019-09-12T10:43:46.295Z] #27 5.713 + RM_GOPATH=1 [2019-09-12T10:43:46.295Z] #27 5.714 ++ dirname ./install.sh [2019-09-12T10:43:46.295Z] #27 5.723 + dir=. [2019-09-12T10:43:46.295Z] #27 5.723 + bin=gotestsum [2019-09-12T10:43:46.295Z] #27 5.725 + shift [2019-09-12T10:43:46.295Z] #27 5.725 + '[' '!' -f ./gotestsum.installer ']' [2019-09-12T10:43:46.295Z] #27 5.728 + . ./gotestsum.installer [2019-09-12T10:43:46.295Z] #27 5.728 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-12T10:43:46.295Z] #27 5.728 + install_gotestsum [2019-09-12T10:43:46.295Z] #27 5.728 + echo 'Installing gotestsum version v0.3.5' [2019-09-12T10:43:46.295Z] #27 5.728 Installing gotestsum version v0.3.5 [2019-09-12T10:43:46.295Z] #27 5.728 + go get -d gotest.tools/gotestsum [2019-09-12T10:43:46.551Z] #5 DONE 2.9s [2019-09-12T10:43:46.551Z] [2019-09-12T10:43:46.551Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:43:46.551Z] #22 DONE 0.1s [2019-09-12T10:43:46.551Z] [2019-09-12T10:43:46.551Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:43:46.860Z] #27 ... [2019-09-12T10:43:46.860Z] [2019-09-12T10:43:46.860Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:43:46.860Z] #50 5.980 + RM_GOPATH=0 [2019-09-12T10:43:46.860Z] #50 5.980 + TMP_GOPATH= [2019-09-12T10:43:46.860Z] #50 5.980 + : /build [2019-09-12T10:43:46.860Z] #50 5.980 + '[' -z '' ']' [2019-09-12T10:43:46.860Z] #50 5.983 ++ mktemp -d [2019-09-12T10:43:46.860Z] #50 5.989 + export GOPATH=/tmp/tmp.a16rmO1evw [2019-09-12T10:43:46.860Z] #50 5.989 + GOPATH=/tmp/tmp.a16rmO1evw [2019-09-12T10:43:46.860Z] #50 5.989 + RM_GOPATH=1 [2019-09-12T10:43:46.860Z] #50 5.989 ++ dirname ./install.sh [2019-09-12T10:43:46.860Z] #50 5.995 + dir=. [2019-09-12T10:43:46.860Z] #50 5.995 + bin=proxy [2019-09-12T10:43:46.860Z] #50 5.995 + shift [2019-09-12T10:43:46.860Z] #50 5.995 + '[' '!' -f ./proxy.installer ']' [2019-09-12T10:43:46.860Z] #50 5.995 + . ./proxy.installer [2019-09-12T10:43:46.860Z] #50 5.997 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:43:46.860Z] #50 5.999 + install_proxy [2019-09-12T10:43:46.860Z] #50 6.002 + case "$1" in [2019-09-12T10:43:46.860Z] #50 6.003 + export CGO_ENABLED=0 [2019-09-12T10:43:46.860Z] #50 6.003 + CGO_ENABLED=0 [2019-09-12T10:43:46.860Z] #50 6.003 + _install_proxy [2019-09-12T10:43:46.860Z] #50 6.003 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-12T10:43:46.860Z] #50 6.003 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:43:46.860Z] #50 6.004 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.a16rmO1evw/src/github.com/docker/libnetwork [2019-09-12T10:43:46.860Z] #50 6.005 Cloning into '/tmp/tmp.a16rmO1evw/src/github.com/docker/libnetwork'... [2019-09-12T10:43:47.118Z] #50 ... [2019-09-12T10:43:47.118Z] [2019-09-12T10:43:47.118Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:43:47.118Z] #61 6.656 + RM_GOPATH=0 [2019-09-12T10:43:47.118Z] #61 6.656 + TMP_GOPATH= [2019-09-12T10:43:47.118Z] #61 6.656 + : /build/ [2019-09-12T10:43:47.118Z] #61 6.656 + '[' -z '' ']' [2019-09-12T10:43:47.118Z] #61 6.660 ++ mktemp -d [2019-09-12T10:43:47.118Z] #61 6.670 + export GOPATH=/tmp/tmp.3VN0ADZ4wU [2019-09-12T10:43:47.118Z] #61 6.672 + GOPATH=/tmp/tmp.3VN0ADZ4wU [2019-09-12T10:43:47.118Z] #61 6.672 + RM_GOPATH=1 [2019-09-12T10:43:47.118Z] #61 6.672 ++ dirname ./install.sh [2019-09-12T10:43:47.118Z] #61 6.680 + dir=. [2019-09-12T10:43:47.118Z] #61 6.680 + bin=rootlesskit [2019-09-12T10:43:47.118Z] #61 6.682 + shift [2019-09-12T10:43:47.118Z] #61 6.682 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-12T10:43:47.118Z] #61 6.682 + . ./rootlesskit.installer [2019-09-12T10:43:47.118Z] #61 6.682 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:43:47.118Z] #61 6.683 + install_rootlesskit [2019-09-12T10:43:47.118Z] #61 6.683 + case "$1" in [2019-09-12T10:43:47.118Z] #61 6.684 + export CGO_ENABLED=0 [2019-09-12T10:43:47.118Z] #61 6.684 + CGO_ENABLED=0 [2019-09-12T10:43:47.118Z] #61 6.684 + _install_rootlesskit [2019-09-12T10:43:47.118Z] #61 6.684 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-12T10:43:47.118Z] #61 6.684 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:43:47.118Z] #61 6.684 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3VN0ADZ4wU/src/github.com/rootless-containers/rootlesskit [2019-09-12T10:43:47.118Z] #61 6.686 Cloning into '/tmp/tmp.3VN0ADZ4wU/src/github.com/rootless-containers/rootlesskit'... [2019-09-12T10:43:47.375Z] #61 ... [2019-09-12T10:43:47.375Z] [2019-09-12T10:43:47.375Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:43:47.375Z] #53 6.854 + RM_GOPATH=0 [2019-09-12T10:43:47.375Z] #53 6.854 + TMP_GOPATH= [2019-09-12T10:43:47.375Z] #53 6.854 + : /build [2019-09-12T10:43:47.375Z] #53 6.854 + '[' -z '' ']' [2019-09-12T10:43:47.375Z] #53 6.857 ++ mktemp -d [2019-09-12T10:43:47.375Z] #53 6.862 + export GOPATH=/tmp/tmp.XkUJtZB2gk [2019-09-12T10:43:47.375Z] #53 6.862 + GOPATH=/tmp/tmp.XkUJtZB2gk [2019-09-12T10:43:47.375Z] #53 6.862 + RM_GOPATH=1 [2019-09-12T10:43:47.375Z] #53 6.862 ++ dirname ./install.sh [2019-09-12T10:43:47.375Z] #53 6.862 + dir=. [2019-09-12T10:43:47.375Z] #53 6.862 + bin=dockercli [2019-09-12T10:43:47.375Z] #53 6.862 + shift [2019-09-12T10:43:47.375Z] #53 6.862 + '[' '!' -f ./dockercli.installer ']' [2019-09-12T10:43:47.375Z] #53 6.862 + . ./dockercli.installer [2019-09-12T10:43:47.375Z] #53 6.862 ++ DOCKERCLI_CHANNEL=stable [2019-09-12T10:43:47.375Z] #53 6.862 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-12T10:43:47.375Z] #53 6.862 + install_dockercli [2019-09-12T10:43:47.375Z] #53 6.862 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-12T10:43:47.375Z] #53 6.862 ++ uname -m [2019-09-12T10:43:47.375Z] #53 6.863 Install docker/cli version 17.06.2-ce from stable [2019-09-12T10:43:47.375Z] #53 6.865 + arch=x86_64 [2019-09-12T10:43:47.375Z] #53 6.868 + '[' x86_64 '!=' x86_64 ']' [2019-09-12T10:43:47.375Z] #53 6.869 + url=https://download.docker.com/linux/static [2019-09-12T10:43:47.375Z] #53 6.869 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-12T10:43:47.375Z] #53 6.869 + tar -xz docker/docker [2019-09-12T10:43:47.481Z] #15 1.362 + mktemp -d [2019-09-12T10:43:47.481Z] #15 1.368 + export GOPATH=/tmp/tmp.BXCpby2zhZ [2019-09-12T10:43:47.481Z] #15 1.368 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.BXCpby2zhZ/src/github.com/go-swagger/go-swagger [2019-09-12T10:43:47.481Z] #15 1.370 Cloning into '/tmp/tmp.BXCpby2zhZ/src/github.com/go-swagger/go-swagger'... [2019-09-12T10:43:50.658Z] #53 ... [2019-09-12T10:43:50.658Z] [2019-09-12T10:43:50.658Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-12T10:43:50.658Z] #38 6.371 + RM_GOPATH=0 [2019-09-12T10:43:50.658Z] #38 6.373 + TMP_GOPATH= [2019-09-12T10:43:50.658Z] #38 6.373 + : /build [2019-09-12T10:43:50.658Z] #38 6.373 + '[' -z '' ']' [2019-09-12T10:43:50.658Z] #38 6.378 ++ mktemp -d [2019-09-12T10:43:50.658Z] #38 6.381 + export GOPATH=/tmp/tmp.EXUaeibLrp [2019-09-12T10:43:50.658Z] #38 6.381 + GOPATH=/tmp/tmp.EXUaeibLrp [2019-09-12T10:43:50.658Z] #38 6.382 + RM_GOPATH=1 [2019-09-12T10:43:50.658Z] #38 6.382 ++ dirname ./install.sh [2019-09-12T10:43:50.658Z] #38 6.383 + dir=. [2019-09-12T10:43:50.658Z] #38 6.384 + bin=tini [2019-09-12T10:43:50.658Z] #38 6.384 + shift [2019-09-12T10:43:50.658Z] #38 6.384 + '[' '!' -f ./tini.installer ']' [2019-09-12T10:43:50.658Z] #38 6.384 + . ./tini.installer [2019-09-12T10:43:50.658Z] #38 6.384 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:43:50.658Z] #38 6.385 + install_tini [2019-09-12T10:43:50.658Z] #38 6.385 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-12T10:43:50.658Z] #38 6.385 + git clone https://github.com/krallin/tini.git /tmp/tmp.EXUaeibLrp/tini [2019-09-12T10:43:50.658Z] #38 6.385 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:43:50.658Z] #38 6.387 Cloning into '/tmp/tmp.EXUaeibLrp/tini'... [2019-09-12T10:43:50.658Z] #38 7.385 + cd /tmp/tmp.EXUaeibLrp/tini [2019-09-12T10:43:50.658Z] #38 7.385 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:43:50.658Z] #38 7.390 + cmake . [2019-09-12T10:43:50.658Z] #38 8.217 -- The C compiler identification is GNU 6.3.0 [2019-09-12T10:43:50.658Z] #38 8.252 -- Check for working C compiler: /usr/bin/cc [2019-09-12T10:43:50.658Z] #38 8.758 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-12T10:43:50.658Z] #38 8.762 -- Detecting C compiler ABI info [2019-09-12T10:43:50.658Z] #38 9.479 -- Detecting C compiler ABI info - done [2019-09-12T10:43:50.658Z] #38 9.569 -- Detecting C compile features [2019-09-12T10:43:50.658Z] #38 ... [2019-09-12T10:43:50.658Z] [2019-09-12T10:43:50.658Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:43:50.658Z] #42 6.878 + RM_GOPATH=0 [2019-09-12T10:43:50.658Z] #42 6.878 + TMP_GOPATH= [2019-09-12T10:43:50.658Z] #42 6.879 + : /build [2019-09-12T10:43:50.658Z] #42 6.879 + '[' -z '' ']' [2019-09-12T10:43:50.658Z] #42 6.886 ++ mktemp -d [2019-09-12T10:43:50.658Z] #42 6.897 + export GOPATH=/tmp/tmp.q6mZheeiHX [2019-09-12T10:43:50.658Z] #42 6.897 + GOPATH=/tmp/tmp.q6mZheeiHX [2019-09-12T10:43:50.658Z] #42 6.898 + RM_GOPATH=1 [2019-09-12T10:43:50.658Z] #42 6.899 ++ dirname ./install.sh [2019-09-12T10:43:50.658Z] #42 6.903 + dir=. [2019-09-12T10:43:50.658Z] #42 6.905 + bin=runc [2019-09-12T10:43:50.658Z] #42 6.905 + shift [2019-09-12T10:43:50.658Z] #42 6.905 + '[' '!' -f ./runc.installer ']' [2019-09-12T10:43:50.658Z] #42 6.905 + . ./runc.installer [2019-09-12T10:43:50.658Z] #42 6.907 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:50.658Z] #42 6.908 + install_runc [2019-09-12T10:43:50.658Z] #42 6.913 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-12T10:43:50.658Z] #42 6.917 + uname -r [2019-09-12T10:43:50.658Z] #42 6.920 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-12T10:43:50.658Z] #42 6.922 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-12T10:43:50.658Z] #42 6.923 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-12T10:43:50.658Z] #42 6.923 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.q6mZheeiHX/src/github.com/opencontainers/runc [2019-09-12T10:43:50.658Z] #42 6.924 Cloning into '/tmp/tmp.q6mZheeiHX/src/github.com/opencontainers/runc'... [2019-09-12T10:43:50.658Z] #42 ... [2019-09-12T10:43:50.658Z] [2019-09-12T10:43:50.658Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:43:50.658Z] #47 6.997 + RM_GOPATH=0 [2019-09-12T10:43:50.658Z] #47 6.997 + TMP_GOPATH= [2019-09-12T10:43:50.658Z] #47 6.997 + : /build [2019-09-12T10:43:50.658Z] #47 6.997 + '[' -z '' ']' [2019-09-12T10:43:50.658Z] #47 7.005 ++ mktemp -d [2019-09-12T10:43:50.658Z] #47 7.011 + export GOPATH=/tmp/tmp.xH5yY4W4uQ [2019-09-12T10:43:50.658Z] #47 7.011 + GOPATH=/tmp/tmp.xH5yY4W4uQ [2019-09-12T10:43:50.658Z] #47 7.011 + RM_GOPATH=1 [2019-09-12T10:43:50.658Z] #47 7.011 ++ dirname ./install.sh [2019-09-12T10:43:50.658Z] #47 7.012 + dir=. [2019-09-12T10:43:50.658Z] #47 7.016 + bin=containerd [2019-09-12T10:43:50.658Z] #47 7.016 + shift [2019-09-12T10:43:50.658Z] #47 7.016 + '[' '!' -f ./containerd.installer ']' [2019-09-12T10:43:50.658Z] #47 7.016 + . ./containerd.installer [2019-09-12T10:43:50.658Z] #47 7.016 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:43:50.658Z] #47 7.017 + install_containerd [2019-09-12T10:43:50.658Z] #47 7.017 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-12T10:43:50.658Z] #47 7.017 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:43:50.658Z] #47 7.017 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xH5yY4W4uQ/src/github.com/containerd/containerd [2019-09-12T10:43:50.658Z] #47 7.020 Cloning into '/tmp/tmp.xH5yY4W4uQ/src/github.com/containerd/containerd'... [2019-09-12T10:43:50.915Z] #47 ... [2019-09-12T10:43:50.915Z] [2019-09-12T10:43:50.915Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:43:50.915Z] #24 6.532 + RM_GOPATH=0 [2019-09-12T10:43:50.915Z] #24 6.532 + TMP_GOPATH= [2019-09-12T10:43:50.915Z] #24 6.532 + : /build [2019-09-12T10:43:50.915Z] #24 6.532 + '[' -z '' ']' [2019-09-12T10:43:50.915Z] #24 6.532 ++ mktemp -d [2019-09-12T10:43:50.915Z] #24 6.555 + export GOPATH=/tmp/tmp.D9Ainxmscf [2019-09-12T10:43:50.915Z] #24 6.555 + GOPATH=/tmp/tmp.D9Ainxmscf [2019-09-12T10:43:50.915Z] #24 6.558 + RM_GOPATH=1 [2019-09-12T10:43:50.915Z] #24 6.558 ++ dirname ./install.sh [2019-09-12T10:43:50.915Z] #24 6.559 + dir=. [2019-09-12T10:43:50.915Z] #24 6.559 + bin=gometalinter [2019-09-12T10:43:50.915Z] #24 6.559 + shift [2019-09-12T10:43:50.915Z] #24 6.559 + '[' '!' -f ./gometalinter.installer ']' [2019-09-12T10:43:50.915Z] #24 6.559 + . ./gometalinter.installer [2019-09-12T10:43:50.915Z] #24 6.560 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-12T10:43:50.915Z] #24 6.560 + install_gometalinter [2019-09-12T10:43:50.915Z] #24 6.560 + echo 'Installing gometalinter version v2.0.6' [2019-09-12T10:43:50.915Z] #24 6.560 Installing gometalinter version v2.0.6 [2019-09-12T10:43:50.915Z] #24 6.560 + go get -d github.com/alecthomas/gometalinter [2019-09-12T10:43:51.173Z] #24 ... [2019-09-12T10:43:51.173Z] [2019-09-12T10:43:51.173Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:43:51.173Z] #30 5.986 + RM_GOPATH=0 [2019-09-12T10:43:51.173Z] #30 5.986 + TMP_GOPATH= [2019-09-12T10:43:51.173Z] #30 5.986 + : /build [2019-09-12T10:43:51.173Z] #30 5.986 + '[' -z '' ']' [2019-09-12T10:43:51.173Z] #30 5.997 ++ mktemp -d [2019-09-12T10:43:51.173Z] #30 5.997 + export GOPATH=/tmp/tmp.UrJExTtjXz [2019-09-12T10:43:51.173Z] #30 5.997 + GOPATH=/tmp/tmp.UrJExTtjXz [2019-09-12T10:43:51.173Z] #30 5.997 + RM_GOPATH=1 [2019-09-12T10:43:51.173Z] #30 5.999 ++ dirname ./install.sh [2019-09-12T10:43:51.173Z] #30 6.007 + dir=. [2019-09-12T10:43:51.173Z] #30 6.008 + bin=tomlv [2019-09-12T10:43:51.173Z] #30 6.008 + shift [2019-09-12T10:43:51.173Z] #30 6.008 + '[' '!' -f ./tomlv.installer ']' [2019-09-12T10:43:51.173Z] #30 6.008 + . ./tomlv.installer [2019-09-12T10:43:51.173Z] #30 6.009 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:43:51.173Z] #30 6.009 + install_tomlv [2019-09-12T10:43:51.173Z] #30 6.012 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-12T10:43:51.173Z] #30 6.013 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:43:51.173Z] #30 6.013 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.UrJExTtjXz/src/github.com/BurntSushi/toml [2019-09-12T10:43:51.173Z] #30 6.014 Cloning into '/tmp/tmp.UrJExTtjXz/src/github.com/BurntSushi/toml'... [2019-09-12T10:43:51.173Z] #30 7.223 + cd /tmp/tmp.UrJExTtjXz/src/github.com/BurntSushi/toml [2019-09-12T10:43:51.173Z] #30 7.223 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:43:51.173Z] #30 7.236 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:43:51.173Z] #30 7.858 errors [2019-09-12T10:43:51.173Z] #30 7.877 internal/cpu [2019-09-12T10:43:51.173Z] #30 7.941 math/bits [2019-09-12T10:43:51.173Z] #30 8.422 internal/bytealg [2019-09-12T10:43:51.173Z] #30 8.568 math [2019-09-12T10:43:51.173Z] #30 9.039 runtime/internal/atomic [2019-09-12T10:43:51.173Z] #30 9.374 runtime/internal/sys [2019-09-12T10:43:51.173Z] #30 9.541 runtime/internal/math [2019-09-12T10:43:51.173Z] #30 9.795 runtime [2019-09-12T10:43:51.173Z] #30 ... [2019-09-12T10:43:51.173Z] [2019-09-12T10:43:51.173Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:43:51.173Z] #33 6.782 + RM_GOPATH=0 [2019-09-12T10:43:51.173Z] #33 6.783 + TMP_GOPATH= [2019-09-12T10:43:51.173Z] #33 6.783 + : /build [2019-09-12T10:43:51.173Z] #33 6.783 + '[' -z '' ']' [2019-09-12T10:43:51.173Z] #33 6.787 ++ mktemp -d [2019-09-12T10:43:51.173Z] #33 6.793 + export GOPATH=/tmp/tmp.DCLJbnr4bq [2019-09-12T10:43:51.173Z] #33 6.793 + GOPATH=/tmp/tmp.DCLJbnr4bq [2019-09-12T10:43:51.173Z] #33 6.794 + RM_GOPATH=1 [2019-09-12T10:43:51.173Z] #33 6.794 ++ dirname ./install.sh [2019-09-12T10:43:51.173Z] #33 6.804 + dir=. [2019-09-12T10:43:51.173Z] #33 6.804 + bin=vndr [2019-09-12T10:43:51.173Z] #33 6.804 + shift [2019-09-12T10:43:51.173Z] #33 6.804 + '[' '!' -f ./vndr.installer ']' [2019-09-12T10:43:51.173Z] #33 6.804 + . ./vndr.installer [2019-09-12T10:43:51.173Z] #33 6.804 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:43:51.173Z] #33 6.808 + install_vndr [2019-09-12T10:43:51.173Z] #33 6.811 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-12T10:43:51.173Z] #33 6.811 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.DCLJbnr4bq/src/github.com/LK4D4/vndr [2019-09-12T10:43:51.173Z] #33 6.811 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:43:51.173Z] #33 6.816 Cloning into '/tmp/tmp.DCLJbnr4bq/src/github.com/LK4D4/vndr'... [2019-09-12T10:43:51.173Z] #33 7.863 + cd /tmp/tmp.DCLJbnr4bq/src/github.com/LK4D4/vndr [2019-09-12T10:43:51.173Z] #33 7.864 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:43:51.173Z] #33 7.873 + go build -buildmode=pie -v -o /build/vndr . [2019-09-12T10:43:51.173Z] #33 9.188 errors [2019-09-12T10:43:51.173Z] #33 9.249 internal/cpu [2019-09-12T10:43:51.173Z] #33 9.292 internal/race [2019-09-12T10:43:51.173Z] #33 9.396 runtime/internal/atomic [2019-09-12T10:43:51.173Z] #33 9.760 runtime/internal/sys [2019-09-12T10:43:51.173Z] #33 9.813 internal/bytealg [2019-09-12T10:43:51.173Z] #33 9.935 runtime/internal/math [2019-09-12T10:43:51.173Z] #33 10.01 sync/atomic [2019-09-12T10:43:51.173Z] #33 10.15 unicode [2019-09-12T10:43:51.173Z] #33 10.62 runtime [2019-09-12T10:43:52.736Z] #15 ... [2019-09-12T10:43:52.736Z] [2019-09-12T10:43:52.736Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-12T10:43:52.736Z] #17 2.281 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:43:52.736Z] #17 2.283 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:43:52.736Z] #17 2.305 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:43:52.736Z] #17 2.307 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:43:52.736Z] #17 2.322 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:43:52.736Z] #17 2.553 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:43:52.736Z] #17 2.897 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:43:52.736Z] #17 3.087 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:43:52.736Z] #17 5.531 Fetched 7922 kB in 4s (1852 kB/s) [2019-09-12T10:43:52.736Z] #17 5.531 Reading package lists... [2019-09-12T10:43:53.703Z] #33 ... [2019-09-12T10:43:53.703Z] [2019-09-12T10:43:53.703Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:43:53.703Z] #24 12.85 + cd /tmp/tmp.D9Ainxmscf/src/github.com/alecthomas/gometalinter [2019-09-12T10:43:53.703Z] #24 12.85 + git checkout -q v2.0.6 [2019-09-12T10:43:53.703Z] #24 13.29 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-12T10:43:53.926Z] #17 6.894 Reading package lists... [2019-09-12T10:43:53.926Z] #17 ... [2019-09-12T10:43:53.926Z] [2019-09-12T10:43:53.926Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-12T10:43:53.926Z] #6 2.154 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:43:53.926Z] #6 2.156 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:43:53.926Z] #6 2.172 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:43:53.926Z] #6 2.175 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:43:53.926Z] #6 2.181 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:43:53.926Z] #6 2.361 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:43:53.926Z] #6 2.803 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:43:53.926Z] #6 2.992 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:43:53.926Z] #6 5.147 Fetched 7922 kB in 4s (1921 kB/s) [2019-09-12T10:43:53.926Z] #6 5.147 Reading package lists... [2019-09-12T10:43:53.926Z] #6 6.317 Reading package lists... [2019-09-12T10:43:53.926Z] #6 7.585 Building dependency tree... [2019-09-12T10:43:53.926Z] #6 7.826 Reading state information... [2019-09-12T10:43:53.926Z] #6 7.952 The following additional packages will be installed: [2019-09-12T10:43:53.926Z] #6 7.953 libapparmor1 libseccomp2 [2019-09-12T10:43:53.926Z] #6 7.954 Suggested packages: [2019-09-12T10:43:53.926Z] #6 7.954 seccomp [2019-09-12T10:43:53.926Z] #6 7.999 The following NEW packages will be installed: [2019-09-12T10:43:54.184Z] #6 8.000 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-12T10:43:54.184Z] #6 ... [2019-09-12T10:43:54.184Z] [2019-09-12T10:43:54.184Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:43:54.184Z] #15 8.113 + cd /tmp/tmp.BXCpby2zhZ/src/github.com/go-swagger/go-swagger [2019-09-12T10:43:54.184Z] #15 8.113 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-12T10:43:54.442Z] #15 8.455 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-12T10:43:56.971Z] #15 ... [2019-09-12T10:43:56.971Z] [2019-09-12T10:43:56.971Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-12T10:43:56.971Z] #6 9.161 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:43:56.971Z] #6 9.161 Need to get 300 kB of archives. [2019-09-12T10:43:56.971Z] #6 9.161 After this operation, 1201 kB of additional disk space will be used. [2019-09-12T10:43:56.971Z] #6 9.161 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-12T10:43:56.971Z] #6 9.164 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-12T10:43:56.971Z] #6 9.168 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-12T10:43:56.971Z] #6 9.171 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-12T10:43:56.971Z] #6 9.436 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:43:56.971Z] #6 9.475 Fetched 300 kB in 1s (258 kB/s) [2019-09-12T10:43:56.971Z] #6 9.512 Selecting previously unselected package libseccomp2:amd64. [2019-09-12T10:43:56.971Z] #6 9.512 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:43:56.971Z] #6 9.637 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-12T10:43:56.971Z] #6 9.645 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-12T10:43:56.971Z] #6 9.702 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-12T10:43:56.971Z] #6 9.702 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-12T10:43:56.971Z] #6 9.707 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-12T10:43:56.971Z] #6 9.775 Selecting previously unselected package libapparmor1:amd64. [2019-09-12T10:43:56.971Z] #6 9.775 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-12T10:43:56.971Z] #6 9.780 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-12T10:43:56.971Z] #6 9.846 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-12T10:43:56.971Z] #6 9.849 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-12T10:43:56.971Z] #6 9.858 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-12T10:43:56.971Z] #6 9.966 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:43:56.971Z] #6 10.14 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-12T10:43:56.971Z] #6 10.16 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-12T10:43:56.971Z] #6 10.17 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-12T10:43:56.971Z] #6 10.19 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-12T10:43:56.971Z] #6 10.20 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:43:56.971Z] #6 DONE 10.5s [2019-09-12T10:43:56.971Z] [2019-09-12T10:43:56.971Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-12T10:43:56.971Z] #17 6.894 Reading package lists... [2019-09-12T10:43:56.971Z] #17 8.174 Building dependency tree... [2019-09-12T10:43:56.971Z] #17 8.319 Reading state information... [2019-09-12T10:43:56.971Z] #17 8.431 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-12T10:43:56.971Z] #17 8.431 The following additional packages will be installed: [2019-09-12T10:43:56.971Z] #17 8.432 libjq1 libonig4 [2019-09-12T10:43:56.971Z] #17 8.483 The following NEW packages will be installed: [2019-09-12T10:43:56.971Z] #17 8.484 jq libjq1 libonig4 [2019-09-12T10:43:56.971Z] #17 9.515 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:43:56.971Z] #17 9.515 Need to get 327 kB of archives. [2019-09-12T10:43:56.971Z] #17 9.515 After this operation, 1157 kB of additional disk space will be used. [2019-09-12T10:43:56.971Z] #17 9.515 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-12T10:43:56.971Z] #17 9.520 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-12T10:43:56.971Z] #17 9.524 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-12T10:43:56.971Z] #17 9.761 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:43:56.971Z] #17 9.818 Fetched 327 kB in 1s (317 kB/s) [2019-09-12T10:43:56.971Z] #17 9.853 Selecting previously unselected package libonig4:amd64. [2019-09-12T10:43:56.971Z] #17 9.853 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:43:56.971Z] #17 9.870 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-12T10:43:56.971Z] #17 9.880 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-12T10:43:56.971Z] #17 9.969 Selecting previously unselected package libjq1:amd64. [2019-09-12T10:43:56.971Z] #17 9.969 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-12T10:43:56.971Z] #17 9.974 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-12T10:43:56.971Z] #17 10.04 Selecting previously unselected package jq. [2019-09-12T10:43:56.971Z] #17 10.04 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-12T10:43:56.971Z] #17 10.05 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-12T10:43:56.971Z] #17 10.11 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-12T10:43:56.971Z] #17 10.12 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-12T10:43:56.971Z] #17 10.14 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:43:56.971Z] #17 10.17 Setting up jq (1.5+dfsg-1.3) ... [2019-09-12T10:43:56.971Z] #17 DONE 10.5s [2019-09-12T10:43:56.971Z] [2019-09-12T10:43:56.971Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-12T10:43:56.971Z] #19 DONE 0.1s [2019-09-12T10:43:56.971Z] [2019-09-12T10:43:56.971Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:43:56.994Z] #24 ... [2019-09-12T10:43:56.994Z] [2019-09-12T10:43:56.994Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:43:56.994Z] #53 15.25 + mkdir -p /build [2019-09-12T10:43:56.994Z] #53 15.25 + mv docker/docker /build/ [2019-09-12T10:43:56.994Z] #53 15.26 + rmdir docker [2019-09-12T10:43:56.994Z] #53 DONE 16.0s [2019-09-12T10:43:56.994Z] [2019-09-12T10:43:56.994Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-12T10:43:56.994Z] #38 11.62 -- Detecting C compile features - done [2019-09-12T10:43:56.994Z] #38 11.69 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-12T10:43:56.994Z] #38 11.95 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-12T10:43:56.994Z] #38 12.15 -- Configuring done [2019-09-12T10:43:56.994Z] #38 12.17 -- Generating done [2019-09-12T10:43:56.994Z] #38 12.19 -- Build files have been written to: /tmp/tmp.EXUaeibLrp/tini [2019-09-12T10:43:56.994Z] #38 12.21 + make tini-static [2019-09-12T10:43:56.994Z] #38 12.66 Scanning dependencies of target tini-static [2019-09-12T10:43:56.994Z] #38 12.79 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-12T10:43:56.994Z] #38 14.66 [100%] Linking C executable tini-static [2019-09-12T10:43:56.994Z] #38 15.40 [100%] Built target tini-static [2019-09-12T10:43:56.994Z] #38 15.48 + mkdir -p /build [2019-09-12T10:43:56.994Z] #38 15.48 + cp tini-static /build/docker-init [2019-09-12T10:43:56.994Z] #38 DONE 16.1s [2019-09-12T10:43:56.994Z] [2019-09-12T10:43:56.994Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:43:56.994Z] #42 15.01 + cd /tmp/tmp.q6mZheeiHX/src/github.com/opencontainers/runc [2019-09-12T10:43:56.994Z] #42 15.01 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:43:56.994Z] #42 15.62 + '[' -z '' ']' [2019-09-12T10:43:56.994Z] #42 15.62 + target=static [2019-09-12T10:43:56.994Z] #42 15.62 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] INFO: executeCI.ps1 starting at Thu Sep 12 10:43:57 CUT 2019 [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-12T10:43:57.981Z] INFO: Running git version 2.23.0.windows.1 [2019-09-12T10:43:57.981Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-12T10:43:57.981Z] INFO: Environment variables: [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] Name Value [2019-09-12T10:43:57.981Z] ---- ----- [2019-09-12T10:43:57.981Z] ALLUSERSPROFILE C:\ProgramData [2019-09-12T10:43:57.981Z] amd64 true [2019-09-12T10:43:57.981Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-12T10:43:57.981Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-12T10:43:57.981Z] BRANCH_NAME PR-39844 [2019-09-12T10:43:57.981Z] BUILD_DISPLAY_NAME #5 [2019-09-12T10:43:57.981Z] BUILD_ID 5 [2019-09-12T10:43:57.981Z] BUILD_NUMBER 5 [2019-09-12T10:43:57.981Z] BUILD_TAG jenkins-moby-PR-39844-5 [2019-09-12T10:43:57.981Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39844/5/ [2019-09-12T10:43:57.981Z] CHANGE_AUTHOR thaJeztah [2019-09-12T10:43:57.981Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-12T10:43:57.981Z] CHANGE_BRANCH fix_test_bashisms [2019-09-12T10:43:57.981Z] CHANGE_FORK thaJeztah [2019-09-12T10:43:57.981Z] CHANGE_ID 39844 [2019-09-12T10:43:57.981Z] CHANGE_TARGET master [2019-09-12T10:43:57.981Z] CHANGE_TITLE Fix some bashisms/non-standard comparisons in integration tests [2019-09-12T10:43:57.981Z] CHANGE_URL https://github.com/moby/moby/pull/39844 [2019-09-12T10:43:57.981Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:43:57.981Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-12T10:43:57.981Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-12T10:43:57.981Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-12T10:43:57.981Z] COMPUTERNAME azwin-2-725a40 [2019-09-12T10:43:57.981Z] ComSpec C:\windows\system32\cmd.exe [2019-09-12T10:43:57.981Z] ConfigSequenceNumber 0 [2019-09-12T10:43:57.981Z] DOCKER_BUILDKIT 0 [2019-09-12T10:43:57.981Z] DOCKER_DUT_DEBUG 1 [2019-09-12T10:43:57.981Z] DOCKER_EXPERIMENTAL 1 [2019-09-12T10:43:57.981Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-12T10:43:57.981Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-12T10:43:57.981Z] EXECUTOR_NUMBER 0 [2019-09-12T10:43:57.981Z] FQDN azwin-2-725a40.westus.cloudapp.azure.com [2019-09-12T10:43:57.981Z] GIT_BRANCH PR-39844 [2019-09-12T10:43:57.981Z] GIT_COMMIT 2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:43:57.981Z] GIT_PREVIOUS_COMMIT 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:43:57.981Z] GIT_URL https://github.com/moby/moby.git [2019-09-12T10:43:57.981Z] HUDSON_COOKIE 667bdd29-10e6-4481-95f1-92c0969a4389 [2019-09-12T10:43:57.981Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-12T10:43:57.981Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-12T10:43:57.981Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-12T10:43:57.981Z] janky true [2019-09-12T10:43:57.981Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-12T10:43:57.981Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-12T10:43:57.981Z] JENKINS_NODE_COOKIE 96173eaa-8c10-49aa-8eef-73be39e73139 [2019-09-12T10:43:57.981Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-12T10:43:57.981Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-12T10:43:57.981Z] JOB_BASE_NAME PR-39844 [2019-09-12T10:43:57.981Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39844/display/redirect [2019-09-12T10:43:57.981Z] JOB_NAME moby/PR-39844 [2019-09-12T10:43:57.981Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39844/ [2019-09-12T10:43:57.981Z] library.jps.version master [2019-09-12T10:43:57.981Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-12T10:43:57.981Z] NODE_LABELS amd64 azure azwin-2-725a40 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-12T10:43:57.981Z] NODE_NAME azwin-2-725a40 [2019-09-12T10:43:57.981Z] NUMBER_OF_PROCESSORS 4 [2019-09-12T10:43:57.981Z] OS Windows_NT [2019-09-12T10:43:57.981Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-12T10:43:57.981Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-12T10:43:57.981Z] powerpc true [2019-09-12T10:43:57.981Z] ppc64le true [2019-09-12T10:43:57.981Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-12T10:43:57.981Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-12T10:43:57.981Z] PROCESSOR_LEVEL 6 [2019-09-12T10:43:57.981Z] PROCESSOR_REVISION 4f01 [2019-09-12T10:43:57.981Z] ProgramData C:\ProgramData [2019-09-12T10:43:57.981Z] ProgramFiles C:\Program Files [2019-09-12T10:43:57.981Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-12T10:43:57.981Z] ProgramW6432 C:\Program Files [2019-09-12T10:43:57.981Z] PROMPT $P$G [2019-09-12T10:43:57.981Z] PSExecutionPolicyPreference Bypass [2019-09-12T10:43:57.981Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-12T10:43:57.981Z] PUBLIC C:\Users\Public [2019-09-12T10:43:57.981Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39844/5/display/redirect?page=changes [2019-09-12T10:43:57.981Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39844/5/display/redirect [2019-09-12T10:43:57.981Z] s390x true [2019-09-12T10:43:57.981Z] skip_dco false [2019-09-12T10:43:57.981Z] SKIP_VALIDATION_TESTS 1 [2019-09-12T10:43:57.981Z] SOURCES_DRIVE d [2019-09-12T10:43:57.981Z] SOURCES_SUBDIR gopath [2019-09-12T10:43:57.981Z] STAGE_NAME Run tests [2019-09-12T10:43:57.981Z] SystemDrive C: [2019-09-12T10:43:57.981Z] SystemRoot C:\windows [2019-09-12T10:43:57.981Z] TEMP C:\windows\TEMP [2019-09-12T10:43:57.981Z] TESTDEBUG 0 [2019-09-12T10:43:57.981Z] TESTRUN_DRIVE d [2019-09-12T10:43:57.981Z] TESTRUN_SUBDIR CI-5 [2019-09-12T10:43:57.981Z] TIMEOUT 120m [2019-09-12T10:43:57.981Z] TMP C:\windows\TEMP [2019-09-12T10:43:57.981Z] unit_validate true [2019-09-12T10:43:57.981Z] USERDOMAIN WORKGROUP [2019-09-12T10:43:57.981Z] USERNAME azwin-2-725a40$ [2019-09-12T10:43:57.981Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-12T10:43:57.981Z] windir C:\windows [2019-09-12T10:43:57.981Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-12T10:43:57.981Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-12T10:43:57.981Z] windowsRS1 false [2019-09-12T10:43:57.981Z] windowsRS5 true [2019-09-12T10:43:57.981Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-12T10:43:57.981Z] z true [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] [2019-09-12T10:43:57.981Z] INFO: Sources under d:\gopath\... [2019-09-12T10:43:57.981Z] INFO: Test run under d:\CI-5\... [2019-09-12T10:43:57.981Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-12T10:43:57.981Z] INFO: docker/docker repository was found [2019-09-12T10:43:57.981Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-09-12T10:43:58.368Z] #42 17.94 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-12T10:43:58.443Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-12T10:43:58.443Z] INFO: Docker version of control daemon [2019-09-12T10:43:58.443Z] [2019-09-12T10:43:58.443Z] Client: Docker Engine - Enterprise [2019-09-12T10:43:58.443Z] Version: 19.03.2-tp2 [2019-09-12T10:43:58.443Z] API version: 1.40 [2019-09-12T10:43:58.443Z] Go version: go1.12.8 [2019-09-12T10:43:58.443Z] Git commit: 49fe2072d9 [2019-09-12T10:43:58.443Z] Built: 08/16/2019 19:26:08 [2019-09-12T10:43:58.443Z] OS/Arch: windows/amd64 [2019-09-12T10:43:58.443Z] Experimental: false [2019-09-12T10:43:58.443Z] [2019-09-12T10:43:58.443Z] Server: Docker Engine - Enterprise [2019-09-12T10:43:58.443Z] Engine: [2019-09-12T10:43:58.443Z] Version: 19.03.2-tp2 [2019-09-12T10:43:58.443Z] API version: 1.40 (minimum version 1.24) [2019-09-12T10:43:58.443Z] Go version: go1.12.8 [2019-09-12T10:43:58.443Z] Git commit: 49fe2072d9 [2019-09-12T10:43:58.443Z] Built: 08/16/2019 19:23:48 [2019-09-12T10:43:58.443Z] OS/Arch: windows/amd64 [2019-09-12T10:43:58.443Z] Experimental: true [2019-09-12T10:43:58.443Z] [2019-09-12T10:43:58.443Z] INFO: Docker info of control daemon [2019-09-12T10:43:58.443Z] [2019-09-12T10:43:58.868Z] #20 ... [2019-09-12T10:43:58.868Z] [2019-09-12T10:43:58.868Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-12T10:43:58.868Z] #7 DONE 2.0s [2019-09-12T10:43:58.868Z] [2019-09-12T10:43:58.868Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-12T10:43:59.984Z] Client: [2019-09-12T10:43:59.984Z] Debug Mode: false [2019-09-12T10:43:59.984Z] Plugins: [2019-09-12T10:43:59.984Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-12T10:43:59.984Z] [2019-09-12T10:43:59.984Z] Server: [2019-09-12T10:43:59.984Z] Containers: 0 [2019-09-12T10:43:59.984Z] Running: 0 [2019-09-12T10:43:59.984Z] Paused: 0 [2019-09-12T10:43:59.984Z] Stopped: 0 [2019-09-12T10:43:59.984Z] Images: 8 [2019-09-12T10:43:59.984Z] Server Version: 19.03.2-tp2 [2019-09-12T10:43:59.984Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-12T10:43:59.984Z] Windows: [2019-09-12T10:43:59.984Z] LCOW: [2019-09-12T10:43:59.984Z] Logging Driver: json-file [2019-09-12T10:43:59.984Z] Plugins: [2019-09-12T10:43:59.984Z] Volume: local [2019-09-12T10:43:59.984Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-12T10:43:59.984Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-12T10:43:59.984Z] Swarm: inactive [2019-09-12T10:43:59.984Z] Default Isolation: process [2019-09-12T10:43:59.984Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-12T10:43:59.984Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-12T10:43:59.984Z] OSType: windows [2019-09-12T10:43:59.984Z] Architecture: x86_64 [2019-09-12T10:43:59.984Z] CPUs: 4 [2019-09-12T10:43:59.984Z] Total Memory: 32GiB [2019-09-12T10:43:59.984Z] Name: azwin-2-725a40 [2019-09-12T10:43:59.984Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-12T10:43:59.984Z] Docker Root Dir: D:\docker [2019-09-12T10:43:59.984Z] Debug Mode: false [2019-09-12T10:43:59.984Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:43:59.984Z] Labels: [2019-09-12T10:43:59.984Z] Experimental: true [2019-09-12T10:43:59.984Z] Insecure Registries: [2019-09-12T10:43:59.984Z] 10.0.0.4:5000 [2019-09-12T10:43:59.984Z] 127.0.0.0/8 [2019-09-12T10:43:59.984Z] Registry Mirrors: [2019-09-12T10:43:59.984Z] http://10.0.0.4:5000/ [2019-09-12T10:43:59.984Z] Live Restore Enabled: false [2019-09-12T10:43:59.984Z] [2019-09-12T10:43:59.984Z] [2019-09-12T10:43:59.984Z] INFO: Commit hash is 3d811f203 [2019-09-12T10:43:59.984Z] INFO: Nuke-Everything... [2019-09-12T10:43:59.984Z] INFO: Container count on control daemon to delete is 0 [2019-09-12T10:44:00.242Z] #8 DONE 1.7s [2019-09-12T10:44:00.242Z] [2019-09-12T10:44:00.242Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:44:00.242Z] #20 2.236 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-12T10:44:00.242Z] #20 2.427 [2019-09-12T10:44:00.242Z] #20 2.604 # 2.7% ############## 19.8% ####################################### 55.4% ###################################################### 76.3% #################################################################### 94.6% ######################################################################## 100.0% [2019-09-12T10:44:00.242Z] #20 3.223 [2019-09-12T10:44:00.242Z] #20 3.379 ######## 11.9% ########################################################## 80.6% ######################################################################## 100.0% [2019-09-12T10:44:00.444Z] INFO: Nuking d:\CI-5 [2019-09-12T10:44:00.500Z] #20 3.766 [2019-09-12T10:44:00.899Z] #42 ... [2019-09-12T10:44:00.899Z] [2019-09-12T10:44:00.899Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:00.899Z] #57 14.46 Fetched 7922 kB in 11s (687 kB/s) [2019-09-12T10:44:00.899Z] #57 14.46 Reading package lists... [2019-09-12T10:44:00.899Z] #57 21.47 Reading package lists... [2019-09-12T10:44:00.899Z] #57 ... [2019-09-12T10:44:00.899Z] [2019-09-12T10:44:00.899Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:44:00.899Z] #50 20.24 + cd /tmp/tmp.a16rmO1evw/src/github.com/docker/libnetwork [2019-09-12T10:44:00.899Z] #50 20.24 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:44:00.899Z] #50 20.64 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-12T10:44:00.899Z] #50 ... [2019-09-12T10:44:00.899Z] [2019-09-12T10:44:00.899Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:44:00.899Z] #61 10.56 + cd /tmp/tmp.3VN0ADZ4wU/src/github.com/rootless-containers/rootlesskit [2019-09-12T10:44:00.899Z] #61 10.56 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:44:00.899Z] #61 10.90 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T10:44:00.899Z] #61 10.91 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-12T10:44:00.905Z] INFO: Zapped successfully [2019-09-12T10:44:00.905Z] INFO: Location for testing is d:\CI-5\CI-3d811f203 [2019-09-12T10:44:00.905Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-12T10:44:00.905Z] [2019-09-12T10:44:00.905Z] [2019-09-12T10:44:00.905Z] INFO: Building the image from Dockerfile.windows at 09/12/2019 10:44:00... [2019-09-12T10:44:00.905Z] [2019-09-12T10:44:01.017Z] #20 3.927 ######## 12.1% ############################# 41.4% ################################################# 68.8% ################################################################## 91.8% ######################################################################## 100.0% [2019-09-12T10:44:01.017Z] #20 4.428 [2019-09-12T10:44:01.157Z] #61 ... [2019-09-12T10:44:01.157Z] [2019-09-12T10:44:01.157Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:01.157Z] #30 13.48 unicode/utf8 [2019-09-12T10:44:01.157Z] #30 13.95 strconv [2019-09-12T10:44:01.157Z] #30 18.08 internal/race [2019-09-12T10:44:01.157Z] #30 18.25 sync/atomic [2019-09-12T10:44:01.157Z] #30 18.72 unicode [2019-09-12T10:44:01.415Z] #30 ... [2019-09-12T10:44:01.415Z] [2019-09-12T10:44:01.415Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:44:01.415Z] #15 25.37 + cd /tmp/tmp.ZJNIFNS0Z7/src/github.com/go-swagger/go-swagger [2019-09-12T10:44:01.415Z] #15 25.37 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-12T10:44:01.791Z] #20 4.587 ### 4.3% ######### 12.9% ################ 22.3% ##################### 29.8% ######################### 35.9% ################################ 45.5% ######## [2019-09-12T10:44:01.791Z] #20 ... [2019-09-12T10:44:01.791Z] [2019-09-12T10:44:01.791Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-12T10:44:01.791Z] #9 1.317 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-12T10:44:01.791Z] #9 DONE 1.7s [2019-09-12T10:44:01.791Z] [2019-09-12T10:44:01.791Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:44:02.821Z] #20 4.587 ### 4.3% ######### 12.9% ################ 22.3% ##################### 29.8% ######################### 35.9% ################################ 45.5% ##################################### 52.2% ########################################## 58.6% ############################################### 66.2% ################################################### 71.8% ##################################################### 73.8% ######################################################## 78.2% ############################################################## 87.2% ################################################################## 92.9% ######################################################################## 100.0% [2019-09-12T10:44:02.821Z] #20 6.143 [2019-09-12T10:44:03.312Z] #15 27.24 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-12T10:44:03.752Z] #20 ... [2019-09-12T10:44:03.752Z] [2019-09-12T10:44:03.752Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-12T10:44:03.752Z] #10 DONE 1.6s [2019-09-12T10:44:03.752Z] [2019-09-12T10:44:03.752Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:44:03.752Z] #20 6.887 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-12T10:44:03.752Z] #20 7.267 [2019-09-12T10:44:03.877Z] #15 ... [2019-09-12T10:44:03.877Z] [2019-09-12T10:44:03.877Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:03.877Z] #33 13.51 unicode/utf8 [2019-09-12T10:44:03.877Z] #33 14.06 math/bits [2019-09-12T10:44:03.877Z] #33 14.66 math [2019-09-12T10:44:03.877Z] #33 19.64 strconv [2019-09-12T10:44:03.877Z] #33 22.54 internal/testlog [2019-09-12T10:44:03.877Z] #33 22.77 encoding [2019-09-12T10:44:03.877Z] #33 22.86 unicode/utf16 [2019-09-12T10:44:03.877Z] #33 23.02 container/list [2019-09-12T10:44:03.877Z] #33 23.37 crypto/internal/subtle [2019-09-12T10:44:03.877Z] #33 23.42 crypto/subtle [2019-09-12T10:44:03.877Z] #33 23.54 crypto/rc4 [2019-09-12T10:44:04.011Z] #20 7.423 ######################################################################## 100.0% [2019-09-12T10:44:04.011Z] #20 7.471 [2019-09-12T10:44:04.135Z] #33 ... [2019-09-12T10:44:04.135Z] [2019-09-12T10:44:04.135Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:04.135Z] #57 21.47 Reading package lists... [2019-09-12T10:44:04.942Z] #20 ... [2019-09-12T10:44:04.942Z] [2019-09-12T10:44:04.942Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-12T10:44:04.942Z] #11 DONE 1.4s [2019-09-12T10:44:04.942Z] [2019-09-12T10:44:04.942Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:44:04.942Z] #20 8.284 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-12T10:44:05.067Z] #57 27.56 Building dependency tree... [2019-09-12T10:44:05.067Z] #57 28.80 Reading state information... [2019-09-12T10:44:05.201Z] #20 8.504 [2019-09-12T10:44:05.201Z] #20 8.630 ######################################################################## 100.0% [2019-09-12T10:44:05.201Z] #20 8.686 [2019-09-12T10:44:05.632Z] #57 29.66 The following additional packages will be installed: [2019-09-12T10:44:05.889Z] #57 29.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-12T10:44:05.889Z] #57 29.66 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-12T10:44:05.889Z] #57 29.67 Suggested packages: [2019-09-12T10:44:05.889Z] #57 29.68 manpages-dev python-setuptools [2019-09-12T10:44:06.133Z] #20 9.345 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-12T10:44:06.133Z] #20 9.370 skipping existing 1849cc453dee [2019-09-12T10:44:06.133Z] #20 9.411 [2019-09-12T10:44:06.133Z] #20 ... [2019-09-12T10:44:06.133Z] [2019-09-12T10:44:06.133Z] #12 [dev 6/24] RUN ldconfig [2019-09-12T10:44:06.133Z] #12 DONE 1.4s [2019-09-12T10:44:06.391Z] [2019-09-12T10:44:06.391Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:07.261Z] #57 31.06 The following NEW packages will be installed: [2019-09-12T10:44:07.261Z] #57 31.07 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-12T10:44:07.261Z] #57 31.07 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-12T10:44:07.261Z] #57 31.08 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-12T10:44:07.261Z] #57 31.08 zlib1g-dev [2019-09-12T10:44:07.324Z] #13 ... [2019-09-12T10:44:07.324Z] [2019-09-12T10:44:07.324Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T10:44:07.324Z] #20 10.16 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-12T10:44:07.324Z] #20 10.34 [2019-09-12T10:44:07.324Z] #20 10.46 ######################################################################## 100.0% [2019-09-12T10:44:07.324Z] #20 10.50 [2019-09-12T10:44:07.324Z] #20 10.53 Download of images into '/build' complete. [2019-09-12T10:44:07.324Z] #20 10.53 Use something like the following to load the result into a Docker daemon: [2019-09-12T10:44:07.324Z] #20 10.53 tar -cC '/build' . | docker load [2019-09-12T10:44:07.324Z] #20 DONE 10.6s [2019-09-12T10:44:07.324Z] [2019-09-12T10:44:07.324Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:07.996Z] Sending build context to Docker daemon 49.97MB [2019-09-12T10:44:07.996Z] [2019-09-12T10:44:07.996Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-12T10:44:07.996Z] ---> 1ddfa8bee56a [2019-09-12T10:44:07.996Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-12T10:44:07.996Z] ---> Using cache [2019-09-12T10:44:07.996Z] ---> 65a741c1f7c2 [2019-09-12T10:44:07.996Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-12T10:44:07.996Z] ---> Running in a02527a77511 [2019-09-12T10:44:07.996Z] Removing intermediate container a02527a77511 [2019-09-12T10:44:07.996Z] ---> 143aa4623940 [2019-09-12T10:44:07.996Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath FROM_DOCKERFILE=1 [2019-09-12T10:44:07.996Z] ---> Running in c99a74cc28aa [2019-09-12T10:44:08.457Z] Removing intermediate container c99a74cc28aa [2019-09-12T10:44:08.457Z] ---> 1e8e4c47b3a8 [2019-09-12T10:44:08.457Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-12T10:44:08.457Z] ---> Running in 4bc4fbcab368 [2019-09-12T10:44:08.650Z] #57 32.33 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:44:08.650Z] #57 32.33 Need to get 3602 kB of archives. [2019-09-12T10:44:08.650Z] #57 32.33 After this operation, 18.9 MB of additional disk space will be used. [2019-09-12T10:44:08.650Z] #57 32.33 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-12T10:44:08.650Z] #57 32.34 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-12T10:44:08.650Z] #57 32.34 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-12T10:44:08.650Z] #57 32.34 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-12T10:44:08.650Z] #57 32.34 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-12T10:44:08.650Z] #57 32.35 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-12T10:44:08.650Z] #57 32.37 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-12T10:44:08.650Z] #57 32.38 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-12T10:44:08.650Z] #57 32.41 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-12T10:44:08.650Z] #57 32.47 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-12T10:44:08.650Z] #57 32.48 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-12T10:44:08.650Z] #57 32.56 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-12T10:44:08.693Z] #13 2.356 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:44:08.693Z] #13 2.357 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:44:08.693Z] #13 2.392 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:44:08.693Z] #13 2.394 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:44:08.693Z] #13 2.407 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:44:08.950Z] #13 2.712 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:44:08.968Z] #57 32.63 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-12T10:44:08.968Z] #57 32.63 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-12T10:44:08.968Z] #57 32.63 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-12T10:44:08.968Z] #57 32.66 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-12T10:44:09.881Z] #13 3.282 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:44:09.881Z] #13 3.490 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:44:09.899Z] #57 33.68 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:44:09.899Z] #57 33.88 Fetched 3602 kB in 1s (2398 kB/s) [2019-09-12T10:44:10.157Z] #57 34.00 Selecting previously unselected package libnet1:amd64. [2019-09-12T10:44:10.157Z] #57 34.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:44:10.157Z] #57 34.04 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-12T10:44:10.157Z] #57 34.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:44:10.414Z] #57 34.17 Selecting previously unselected package libcap-dev:amd64. [2019-09-12T10:44:10.414Z] #57 34.18 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-12T10:44:10.414Z] #57 34.18 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-12T10:44:10.414Z] #57 34.27 Selecting previously unselected package libnet1-dev. [2019-09-12T10:44:10.414Z] #57 34.28 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-12T10:44:10.414Z] #57 34.29 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:44:10.671Z] #57 34.49 Selecting previously unselected package libnl-3-200:amd64. [2019-09-12T10:44:10.671Z] #57 34.49 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-12T10:44:10.671Z] #57 34.50 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:44:10.671Z] #57 34.65 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-12T10:44:10.671Z] #57 34.65 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-12T10:44:10.671Z] #57 34.65 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-12T10:44:10.928Z] #57 34.97 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-12T10:44:10.928Z] #57 34.97 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-12T10:44:11.186Z] #57 34.98 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:44:11.186Z] #57 35.07 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-12T10:44:11.186Z] #57 35.07 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-12T10:44:11.186Z] #57 35.08 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-12T10:44:11.186Z] #57 35.19 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-12T10:44:11.443Z] #57 35.21 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-12T10:44:11.443Z] #57 35.22 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-12T10:44:11.443Z] #57 35.49 Selecting previously unselected package libprotobuf10:amd64. [2019-09-12T10:44:11.702Z] #57 35.49 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-12T10:44:11.702Z] #57 35.50 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-12T10:44:11.778Z] #13 5.284 Fetched 7922 kB in 3s (2008 kB/s) [2019-09-12T10:44:11.960Z] #57 ... [2019-09-12T10:44:11.960Z] [2019-09-12T10:44:11.960Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:11.960Z] #30 21.48 internal/testlog [2019-09-12T10:44:11.960Z] #30 21.74 encoding [2019-09-12T10:44:11.960Z] #30 21.88 runtime/cgo [2019-09-12T10:44:11.960Z] #30 ... [2019-09-12T10:44:11.960Z] [2019-09-12T10:44:11.960Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:11.960Z] #33 23.86 internal/x/crypto/cryptobyte/asn1 [2019-09-12T10:44:11.960Z] #33 23.99 internal/nettrace [2019-09-12T10:44:11.960Z] #33 24.06 internal/x/net/dns/dnsmessage [2019-09-12T10:44:11.960Z] #33 27.06 runtime/cgo [2019-09-12T10:44:12.217Z] #33 ... [2019-09-12T10:44:12.217Z] [2019-09-12T10:44:12.217Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:12.217Z] #57 36.09 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-12T10:44:12.217Z] #57 36.10 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-12T10:44:12.217Z] #57 36.10 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-12T10:44:12.475Z] #57 36.29 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-12T10:44:12.475Z] #57 36.29 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-12T10:44:12.475Z] #57 36.30 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-12T10:44:12.710Z] #13 5.284 Reading package lists... [2019-09-12T10:44:13.194Z] [2019-09-12T10:44:13.194Z] SUCCESS: Specified value was saved. [2019-09-12T10:44:13.643Z] #13 6.367 Reading package lists... [2019-09-12T10:44:13.860Z] #57 37.44 Selecting previously unselected package libprotoc10:amd64. [2019-09-12T10:44:13.860Z] #57 37.45 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-12T10:44:13.860Z] #57 37.45 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-12T10:44:13.901Z] #13 7.290 Building dependency tree... [2019-09-12T10:44:13.901Z] #13 7.447 Reading state information... [2019-09-12T10:44:13.901Z] #13 7.577 The following additional packages will be installed: [2019-09-12T10:44:13.901Z] #13 7.578 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-12T10:44:13.901Z] #13 7.578 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-12T10:44:13.901Z] #13 7.578 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-12T10:44:13.901Z] #13 7.578 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-12T10:44:13.901Z] #13 7.578 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-12T10:44:13.901Z] #13 7.578 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-12T10:44:13.901Z] #13 7.578 libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12 [2019-09-12T10:44:13.901Z] #13 7.578 mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-12T10:44:13.901Z] #13 7.578 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-12T10:44:13.901Z] #13 7.579 Suggested packages: [2019-09-12T10:44:13.901Z] #13 7.579 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-12T10:44:13.901Z] #13 7.579 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-12T10:44:13.901Z] #13 7.579 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-12T10:44:13.901Z] #13 7.579 vim-doc vim-scripts xfsdump acl attr quota [2019-09-12T10:44:13.901Z] #13 7.579 Recommended packages: [2019-09-12T10:44:13.901Z] #13 7.579 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-12T10:44:13.901Z] #13 7.579 python3-keyrings.alt python3-xdg unzip [2019-09-12T10:44:14.117Z] #57 38.10 Selecting previously unselected package protobuf-c-compiler. [2019-09-12T10:44:14.118Z] #57 38.10 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-12T10:44:14.118Z] #57 38.10 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:44:14.166Z] INFO: Downloading git... [2019-09-12T10:44:14.376Z] #57 38.26 Selecting previously unselected package protobuf-compiler. [2019-09-12T10:44:14.376Z] #57 38.26 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-12T10:44:14.376Z] #57 38.28 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-12T10:44:14.634Z] #57 38.41 Selecting previously unselected package python-pkg-resources. [2019-09-12T10:44:14.634Z] #57 38.42 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-12T10:44:14.634Z] #57 38.42 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-12T10:44:14.634Z] #57 38.63 Selecting previously unselected package python-protobuf. [2019-09-12T10:44:14.634Z] #57 38.63 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-12T10:44:14.634Z] #57 38.63 Unpacking python-protobuf (3.0.0-9) ... [2019-09-12T10:44:14.833Z] #13 8.448 The following NEW packages will be installed: [2019-09-12T10:44:14.834Z] #13 8.448 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-12T10:44:14.834Z] #13 8.448 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-12T10:44:14.834Z] #13 8.449 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-12T10:44:14.834Z] #13 8.449 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-12T10:44:14.834Z] #13 8.449 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-12T10:44:14.834Z] #13 8.449 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-12T10:44:14.834Z] #13 8.449 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-12T10:44:14.834Z] #13 8.449 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-12T10:44:14.834Z] #13 8.449 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-12T10:44:14.834Z] #13 8.450 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-12T10:44:14.834Z] #13 8.450 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-12T10:44:14.834Z] #13 8.450 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-12T10:44:14.834Z] #13 8.450 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-12T10:44:14.834Z] #13 8.450 xfsprogs xxd xz-utils zip [2019-09-12T10:44:14.834Z] #13 8.451 The following packages will be upgraded: [2019-09-12T10:44:14.834Z] #13 8.451 libsystemd0 libudev1 [2019-09-12T10:44:15.199Z] #57 38.99 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:44:15.199Z] #57 39.05 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:44:15.199Z] #57 39.09 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-12T10:44:15.706Z] INFO: Downloading go... [2019-09-12T10:44:15.765Z] #13 9.492 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded. [2019-09-12T10:44:15.765Z] #13 9.492 Need to get 91.3 MB of archives. [2019-09-12T10:44:15.765Z] #13 9.492 After this operation, 541 MB of additional disk space will be used. [2019-09-12T10:44:15.765Z] #13 9.492 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd0 amd64 232-25+deb9u12 [282 kB] [2019-09-12T10:44:15.765Z] #13 ... [2019-09-12T10:44:15.765Z] [2019-09-12T10:44:15.765Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:44:15.765Z] #15 29.65 + rm -rf /tmp/tmp.BXCpby2zhZ [2019-09-12T10:44:15.765Z] #15 DONE 29.9s [2019-09-12T10:44:15.765Z] [2019-09-12T10:44:15.765Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:15.765Z] #13 9.507 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-12T10:44:15.765Z] #13 9.518 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-12T10:44:15.765Z] #13 9.524 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-12T10:44:15.765Z] #13 9.529 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-12T10:44:15.765Z] #13 9.534 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev1 amd64 232-25+deb9u12 [126 kB] [2019-09-12T10:44:15.765Z] #13 9.540 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-12T10:44:15.765Z] #13 9.546 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-12T10:44:15.765Z] #13 9.558 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-12T10:44:15.765Z] #13 9.576 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-12T10:44:15.765Z] #13 9.580 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-12T10:44:15.765Z] #13 9.583 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-12T10:44:16.022Z] #13 9.619 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-12T10:44:16.022Z] #13 9.620 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-12T10:44:16.022Z] #13 9.620 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-12T10:44:16.022Z] #13 9.623 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-12T10:44:16.022Z] #13 9.624 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-12T10:44:16.022Z] #13 9.625 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-12T10:44:16.022Z] #13 9.627 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-12T10:44:16.022Z] #13 9.628 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-12T10:44:16.022Z] #13 9.644 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-12T10:44:16.022Z] #13 9.655 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-12T10:44:16.022Z] #13 9.655 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-12T10:44:16.022Z] #13 9.655 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-12T10:44:16.022Z] #13 9.655 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-12T10:44:16.022Z] #13 9.681 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-12T10:44:16.022Z] #13 9.696 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-12T10:44:16.022Z] #13 9.696 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-12T10:44:16.022Z] #13 9.696 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-12T10:44:16.022Z] #13 9.696 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-12T10:44:16.022Z] #13 9.717 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-12T10:44:16.022Z] #13 9.717 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-12T10:44:16.022Z] #13 9.717 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-12T10:44:16.022Z] #13 9.717 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-12T10:44:16.022Z] #13 9.717 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-12T10:44:16.022Z] #13 9.717 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-12T10:44:16.022Z] #13 9.736 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-12T10:44:16.022Z] #13 9.736 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-12T10:44:16.022Z] #13 9.745 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-12T10:44:16.022Z] #13 9.760 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-12T10:44:16.022Z] #13 9.760 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-12T10:44:16.022Z] #13 9.768 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-12T10:44:16.022Z] #13 9.768 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-12T10:44:16.022Z] #13 9.768 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-12T10:44:16.022Z] #13 9.768 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-12T10:44:16.022Z] #13 9.806 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-12T10:44:16.022Z] #13 9.816 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-12T10:44:16.022Z] #13 9.834 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-12T10:44:16.279Z] #13 9.837 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-12T10:44:16.279Z] #13 9.840 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-12T10:44:16.279Z] #13 9.845 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-12T10:44:16.279Z] #13 9.847 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-12T10:44:16.279Z] #13 9.853 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-12T10:44:16.279Z] #13 9.953 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-12T10:44:16.279Z] #13 9.970 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-12T10:44:16.279Z] #13 9.983 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-12T10:44:16.279Z] #13 9.987 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-12T10:44:16.279Z] #13 9.989 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-12T10:44:16.279Z] #13 9.997 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-12T10:44:16.279Z] #13 10.03 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-12T10:44:16.279Z] #13 10.07 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-12T10:44:16.537Z] #13 10.07 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-12T10:44:16.537Z] #13 10.15 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-12T10:44:16.537Z] #13 10.22 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-12T10:44:16.537Z] #13 10.22 Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-12T10:44:16.677Z] INFO: Downloading compiler 1 of 3... [2019-09-12T10:44:17.096Z] #57 ... [2019-09-12T10:44:17.096Z] [2019-09-12T10:44:17.096Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:44:17.096Z] #50 DONE 36.6s [2019-09-12T10:44:17.119Z] #13 10.73 Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-12T10:44:17.138Z] INFO: Downloading compiler 2 of 3... [2019-09-12T10:44:17.138Z] INFO: Downloading compiler 3 of 3... [2019-09-12T10:44:17.138Z] INFO: Extracting git... [2019-09-12T10:44:17.354Z] [2019-09-12T10:44:17.354Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:44:17.354Z] #47 31.77 + cd /tmp/tmp.xH5yY4W4uQ/src/github.com/containerd/containerd [2019-09-12T10:44:17.354Z] #47 31.77 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:44:17.354Z] #47 33.54 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-12T10:44:17.354Z] #47 33.54 + BUILDTAGS='netgo osusergo static_build' [2019-09-12T10:44:17.354Z] #47 33.54 + export EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:44:17.354Z] #47 33.54 + EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:44:17.354Z] #47 33.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-12T10:44:17.354Z] #47 33.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-12T10:44:17.354Z] #47 33.54 + '[' '' = dynamic ']' [2019-09-12T10:44:17.354Z] #47 33.54 + make [2019-09-12T10:44:17.354Z] #47 34.41 🇩 bin/ctr [2019-09-12T10:44:17.376Z] #13 11.11 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:44:17.376Z] #13 11.13 Fetched 91.3 MB in 2s (35.9 MB/s) [2019-09-12T10:44:17.376Z] #13 11.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-12T10:44:17.376Z] #13 11.16 Preparing to unpack .../libsystemd0_232-25+deb9u12_amd64.deb ... [2019-09-12T10:44:17.376Z] #13 11.17 Unpacking libsystemd0:amd64 (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-12T10:44:17.376Z] #13 11.24 Setting up libsystemd0:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:17.633Z] #13 11.29 Selecting previously unselected package bash-completion. [2019-09-12T10:44:17.633Z] #13 11.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-12T10:44:17.633Z] #13 11.30 Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-12T10:44:18.197Z] #13 11.79 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-12T10:44:18.197Z] #13 11.89 Selecting previously unselected package libnet1:amd64. [2019-09-12T10:44:18.197Z] #13 11.89 Preparing to unpack .../libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-12T10:44:18.197Z] #13 11.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:44:18.197Z] #13 11.93 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-12T10:44:18.197Z] #13 11.93 Preparing to unpack .../libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-12T10:44:18.197Z] #13 11.93 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-12T10:44:18.197Z] #13 11.96 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-12T10:44:18.197Z] #13 11.97 Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-12T10:44:18.197Z] #13 11.97 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-12T10:44:18.197Z] #13 12.01 Preparing to unpack .../libudev1_232-25+deb9u12_amd64.deb ... [2019-09-12T10:44:18.197Z] #13 12.02 Unpacking libudev1:amd64 (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-12T10:44:18.197Z] #13 12.07 Setting up libudev1:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:18.453Z] #13 12.11 Selecting previously unselected package libudev-dev:amd64. [2019-09-12T10:44:18.453Z] #13 12.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15760 files and directories currently installed.) [2019-09-12T10:44:18.453Z] #13 12.12 Preparing to unpack .../0-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-12T10:44:18.453Z] #13 12.12 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:18.453Z] #13 12.17 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-12T10:44:18.453Z] #13 12.17 Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-12T10:44:18.453Z] #13 12.17 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:18.453Z] #13 12.27 Selecting previously unselected package python3.5-minimal. [2019-09-12T10:44:18.453Z] #13 12.27 Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-12T10:44:18.710Z] #13 12.28 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-12T10:44:18.711Z] #13 12.47 Selecting previously unselected package python3-minimal. [2019-09-12T10:44:18.711Z] #13 12.47 Preparing to unpack .../3-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-12T10:44:18.711Z] #13 12.47 Unpacking python3-minimal (3.5.3-1) ... [2019-09-12T10:44:18.711Z] #13 12.51 Selecting previously unselected package libmpdec2:amd64. [2019-09-12T10:44:18.711Z] #13 12.51 Preparing to unpack .../4-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-12T10:44:18.711Z] #13 12.52 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-12T10:44:18.711Z] #13 12.55 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-12T10:44:18.711Z] #13 12.55 Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-12T10:44:18.726Z] #47 ... [2019-09-12T10:44:18.727Z] [2019-09-12T10:44:18.727Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:18.727Z] #30 38.23 sync [2019-09-12T10:44:18.968Z] #13 12.55 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:18.968Z] #13 12.81 Selecting previously unselected package python3.5. [2019-09-12T10:44:18.984Z] #30 38.75 io [2019-09-12T10:44:19.225Z] #13 12.81 Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-12T10:44:19.225Z] #13 12.81 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:19.225Z] #13 12.85 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-12T10:44:19.225Z] #13 12.85 Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-12T10:44:19.225Z] #13 12.86 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-12T10:44:19.225Z] #13 12.89 Selecting previously unselected package dh-python. [2019-09-12T10:44:19.225Z] #13 12.89 Preparing to unpack .../8-dh-python_2.20170125_all.deb ... [2019-09-12T10:44:19.225Z] #13 12.90 Unpacking dh-python (2.20170125) ... [2019-09-12T10:44:19.225Z] #13 12.94 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:19.225Z] #13 12.95 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-12T10:44:19.242Z] #30 38.76 reflect [2019-09-12T10:44:19.788Z] #13 13.37 Setting up python3-minimal (3.5.3-1) ... [2019-09-12T10:44:19.789Z] #13 13.57 Selecting previously unselected package python3. [2019-09-12T10:44:19.789Z] #13 13.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-12T10:44:19.789Z] #13 13.57 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-12T10:44:19.789Z] #13 13.58 Unpacking python3 (3.5.3-1) ... [2019-09-12T10:44:19.789Z] #13 13.60 Selecting previously unselected package pigz. [2019-09-12T10:44:19.789Z] #13 13.61 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-12T10:44:19.789Z] #13 13.61 Unpacking pigz (2.3.4-1) ... [2019-09-12T10:44:19.789Z] #13 13.65 Selecting previously unselected package libip4tc0:amd64. [2019-09-12T10:44:20.045Z] #13 13.65 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.65 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:20.045Z] #13 13.68 Selecting previously unselected package libip6tc0:amd64. [2019-09-12T10:44:20.045Z] #13 13.69 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.69 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:20.045Z] #13 13.73 Selecting previously unselected package libiptc0:amd64. [2019-09-12T10:44:20.045Z] #13 13.73 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.73 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:20.045Z] #13 13.77 Selecting previously unselected package libxtables12:amd64. [2019-09-12T10:44:20.045Z] #13 13.77 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.77 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:20.045Z] #13 13.81 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-12T10:44:20.045Z] #13 13.81 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.82 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-12T10:44:20.045Z] #13 13.85 Selecting previously unselected package iptables. [2019-09-12T10:44:20.045Z] #13 13.85 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-12T10:44:20.045Z] #13 13.85 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:20.045Z] #13 13.91 Selecting previously unselected package xxd. [2019-09-12T10:44:20.045Z] #13 13.91 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-12T10:44:20.175Z] #30 39.90 syscall [2019-09-12T10:44:20.302Z] #13 13.91 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:20.302Z] #13 13.95 Selecting previously unselected package vim-common. [2019-09-12T10:44:20.302Z] #13 13.95 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T10:44:20.302Z] #13 13.96 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:20.302Z] #13 14.00 Selecting previously unselected package bzip2. [2019-09-12T10:44:20.302Z] #13 14.00 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-12T10:44:20.302Z] #13 14.01 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-12T10:44:20.302Z] #13 14.04 Selecting previously unselected package libgpm2:amd64. [2019-09-12T10:44:20.302Z] #13 14.04 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-12T10:44:20.302Z] #13 14.04 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-12T10:44:20.302Z] #13 14.08 Selecting previously unselected package xz-utils. [2019-09-12T10:44:20.302Z] #13 14.08 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-12T10:44:20.302Z] #13 14.08 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-12T10:44:20.302Z] #13 14.13 Selecting previously unselected package aufs-tools. [2019-09-12T10:44:20.302Z] #13 14.13 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-12T10:44:20.302Z] #13 14.14 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-12T10:44:20.302Z] #13 14.18 Selecting previously unselected package liblzo2-2:amd64. [2019-09-12T10:44:20.302Z] #13 14.18 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-12T10:44:20.559Z] #13 14.18 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:44:20.559Z] #13 14.22 Selecting previously unselected package btrfs-progs. [2019-09-12T10:44:20.559Z] #13 14.22 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-12T10:44:20.559Z] #13 14.22 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-12T10:44:20.559Z] #13 14.31 Selecting previously unselected package btrfs-tools. [2019-09-12T10:44:20.559Z] #13 14.31 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.31 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-12T10:44:20.816Z] #13 14.35 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-12T10:44:20.816Z] #13 14.35 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:20.816Z] #13 14.40 Selecting previously unselected package dmsetup. [2019-09-12T10:44:20.816Z] #13 14.40 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.40 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-12T10:44:20.816Z] #13 14.44 Selecting previously unselected package libonig4:amd64. [2019-09-12T10:44:20.816Z] #13 14.45 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.45 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-12T10:44:20.816Z] #13 14.50 Selecting previously unselected package libjq1:amd64. [2019-09-12T10:44:20.816Z] #13 14.50 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.50 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-12T10:44:20.816Z] #13 14.54 Selecting previously unselected package jq. [2019-09-12T10:44:20.816Z] #13 14.54 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.55 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-12T10:44:20.816Z] #13 14.58 Selecting previously unselected package libaio1:amd64. [2019-09-12T10:44:20.816Z] #13 14.58 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.59 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-12T10:44:20.816Z] #13 14.61 Selecting previously unselected package libcap2-bin. [2019-09-12T10:44:20.816Z] #13 14.61 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-12T10:44:20.816Z] #13 14.62 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-12T10:44:20.816Z] #13 14.65 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-12T10:44:20.816Z] #13 14.65 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-12T10:44:21.073Z] #13 14.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:21.073Z] #13 14.68 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-12T10:44:21.073Z] #13 14.68 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-12T10:44:21.073Z] #13 14.69 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-12T10:44:21.073Z] #13 14.76 Selecting previously unselected package libpcre16-3:amd64. [2019-09-12T10:44:21.073Z] #13 14.76 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-12T10:44:21.073Z] #13 14.76 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-12T10:44:21.073Z] #13 14.81 Selecting previously unselected package libpcre32-3:amd64. [2019-09-12T10:44:21.073Z] #13 14.81 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-12T10:44:21.073Z] #13 14.81 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-12T10:44:21.073Z] #13 14.85 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-12T10:44:21.073Z] #13 14.85 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-12T10:44:21.073Z] #13 14.85 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-12T10:44:21.330Z] #13 14.94 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-12T10:44:21.330Z] #13 14.94 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-12T10:44:21.330Z] #13 14.94 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-12T10:44:21.330Z] #13 15.00 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-12T10:44:21.330Z] #13 15.00 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-12T10:44:21.330Z] #13 15.01 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:21.330Z] #13 15.05 Selecting previously unselected package libnl-3-200:amd64. [2019-09-12T10:44:21.330Z] #13 15.05 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-12T10:44:21.330Z] #13 15.05 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:44:21.330Z] #13 15.09 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-12T10:44:21.330Z] #13 15.09 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-12T10:44:21.330Z] #13 15.09 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:44:21.330Z] #13 15.12 Selecting previously unselected package libreadline5:amd64. [2019-09-12T10:44:21.330Z] #13 15.12 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-12T10:44:21.330Z] #13 15.13 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-12T10:44:21.330Z] #13 15.16 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-12T10:44:21.330Z] #13 15.16 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-12T10:44:21.586Z] #13 15.17 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:21.587Z] #13 15.43 Selecting previously unselected package net-tools. [2019-09-12T10:44:21.587Z] #13 15.43 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-12T10:44:21.843Z] #13 15.44 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-12T10:44:21.843Z] #13 15.49 Selecting previously unselected package python-pip-whl. [2019-09-12T10:44:21.843Z] #13 15.49 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-12T10:44:21.843Z] #13 15.49 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-12T10:44:21.843Z] #13 15.61 Selecting previously unselected package python3-pip. [2019-09-12T10:44:21.843Z] #13 15.61 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-12T10:44:21.843Z] #13 15.62 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-12T10:44:21.843Z] #13 15.66 Selecting previously unselected package python3-pkg-resources. [2019-09-12T10:44:21.843Z] #13 15.66 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-12T10:44:21.843Z] #13 15.67 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-12T10:44:21.843Z] #13 15.71 Selecting previously unselected package python3-setuptools. [2019-09-12T10:44:22.101Z] #13 15.71 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-12T10:44:22.101Z] #13 15.72 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-12T10:44:22.101Z] #13 15.77 Selecting previously unselected package python3-wheel. [2019-09-12T10:44:22.101Z] #13 15.77 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-12T10:44:22.101Z] #13 15.77 Unpacking python3-wheel (0.29.0-2) ... [2019-09-12T10:44:22.101Z] #13 15.81 Selecting previously unselected package thin-provisioning-tools. [2019-09-12T10:44:22.101Z] #13 15.81 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-12T10:44:22.101Z] #13 15.81 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-12T10:44:22.101Z] #13 15.88 Selecting previously unselected package vim-runtime. [2019-09-12T10:44:22.101Z] #13 15.88 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T10:44:22.101Z] #13 15.89 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-12T10:44:22.101Z] #13 15.90 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-12T10:44:22.101Z] #13 15.91 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:22.702Z] #30 ... [2019-09-12T10:44:22.702Z] [2019-09-12T10:44:22.702Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:44:22.702Z] #27 32.01 + cd /tmp/tmp.Vfqy0zYDkl/src/gotest.tools/gotestsum [2019-09-12T10:44:22.702Z] #27 32.01 + git checkout -q v0.3.5 [2019-09-12T10:44:22.702Z] #27 32.05 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-12T10:44:22.702Z] #27 ... [2019-09-12T10:44:22.702Z] [2019-09-12T10:44:22.702Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:22.702Z] #57 43.54 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:44:22.702Z] #57 43.56 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-12T10:44:22.702Z] #57 43.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:44:22.702Z] #57 43.60 Setting up python-protobuf (3.0.0-9) ... [2019-09-12T10:44:23.032Z] #13 16.57 Selecting previously unselected package vim. [2019-09-12T10:44:23.032Z] #13 16.57 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-12T10:44:23.032Z] #13 16.57 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:23.032Z] #13 16.69 Selecting previously unselected package xfsprogs. [2019-09-12T10:44:23.032Z] #13 16.69 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-12T10:44:23.032Z] #13 16.69 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-12T10:44:23.032Z] #13 16.80 Selecting previously unselected package zip. [2019-09-12T10:44:23.032Z] #13 16.80 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-12T10:44:23.032Z] #13 16.80 Unpacking zip (3.0-11+b1) ... [2019-09-12T10:44:23.032Z] #13 16.84 Selecting previously unselected package libapparmor-perl. [2019-09-12T10:44:23.032Z] #13 16.85 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-12T10:44:23.032Z] #13 16.85 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-12T10:44:23.032Z] #13 16.90 Selecting previously unselected package apparmor. [2019-09-12T10:44:23.032Z] #13 16.90 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-12T10:44:23.289Z] #13 16.91 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-12T10:44:23.289Z] #13 17.00 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-12T10:44:23.289Z] #13 17.01 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-12T10:44:23.289Z] #13 17.01 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-12T10:44:23.546Z] #13 17.29 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-12T10:44:23.803Z] #13 17.29 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-12T10:44:23.803Z] #13 17.29 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-12T10:44:24.060Z] #13 17.60 Selecting previously unselected package binutils-mingw-w64. [2019-09-12T10:44:24.060Z] #13 17.61 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-12T10:44:24.060Z] #13 17.61 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-12T10:44:24.060Z] #13 17.64 Selecting previously unselected package mingw-w64-common. [2019-09-12T10:44:24.060Z] #13 17.64 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-12T10:44:24.060Z] #13 17.65 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-12T10:44:24.604Z] #57 48.39 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-12T10:44:24.605Z] #57 48.40 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-12T10:44:24.605Z] #57 48.42 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:44:24.605Z] #57 48.45 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-12T10:44:24.605Z] #57 48.47 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-12T10:44:24.605Z] #57 48.49 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:44:24.605Z] #57 48.50 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-12T10:44:24.605Z] #57 48.52 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-12T10:44:24.605Z] #57 48.53 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-12T10:44:24.605Z] #57 48.54 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-12T10:44:24.605Z] #57 48.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:44:24.624Z] #13 18.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-12T10:44:24.624Z] #13 18.30 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-12T10:44:24.624Z] #13 18.30 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-12T10:44:24.862Z] #57 DONE 48.9s [2019-09-12T10:44:24.862Z] [2019-09-12T10:44:24.862Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:24.862Z] #33 35.59 internal/x/crypto/curve25519 [2019-09-12T10:44:24.862Z] #33 41.25 sync [2019-09-12T10:44:24.862Z] #33 41.84 reflect [2019-09-12T10:44:24.862Z] #33 41.86 io [2019-09-12T10:44:24.862Z] #33 43.09 bytes [2019-09-12T10:44:25.120Z] #33 ... [2019-09-12T10:44:25.120Z] [2019-09-12T10:44:25.120Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:25.187Z] #13 19.03 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-12T10:44:25.444Z] #13 19.04 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-12T10:44:25.444Z] #13 19.04 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:25.444Z] #13 19.08 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-12T10:44:25.444Z] #13 19.08 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-12T10:44:25.444Z] #13 19.08 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:28.404Z] #58 3.292 Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:44:28.404Z] #58 3.293 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:44:29.621Z] #13 22.49 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-12T10:44:29.621Z] #13 22.49 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-12T10:44:29.621Z] #13 22.50 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:29.776Z] #58 4.551 fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:44:29.776Z] #58 4.590 GEN .gitid [2019-09-12T10:44:29.776Z] #58 4.605 GEN criu/include/version.h [2019-09-12T10:44:29.776Z] #58 4.635 GEN include/common/asm [2019-09-12T10:44:31.148Z] #58 5.869 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-12T10:44:31.148Z] #58 5.950 PBCC images/opts.pb-c.c [2019-09-12T10:44:31.148Z] #58 5.971 PBCC images/sit.pb-c.c [2019-09-12T10:44:31.148Z] #58 6.032 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-12T10:44:31.148Z] #58 6.154 DEP images/opts.pb-c.d [2019-09-12T10:44:31.148Z] #58 6.223 DEP images/sit.pb-c.d [2019-09-12T10:44:31.406Z] #58 6.286 PBCC images/macvlan.pb-c.c [2019-09-12T10:44:31.406Z] #58 6.293 DEP images/macvlan.pb-c.d [2019-09-12T10:44:31.406Z] #58 6.371 PBCC images/autofs.pb-c.c [2019-09-12T10:44:31.406Z] #58 6.380 DEP images/autofs.pb-c.d [2019-09-12T10:44:31.406Z] #58 6.445 PBCC images/sysctl.pb-c.c [2019-09-12T10:44:31.406Z] #58 6.498 DEP images/sysctl.pb-c.d [2019-09-12T10:44:31.514Z] #13 25.32 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-12T10:44:31.664Z] #58 6.551 PBCC images/time.pb-c.c [2019-09-12T10:44:31.664Z] #58 6.613 DEP images/time.pb-c.d [2019-09-12T10:44:31.664Z] #58 6.677 PBCC images/binfmt-misc.pb-c.c [2019-09-12T10:44:31.664Z] #58 6.735 DEP images/binfmt-misc.pb-c.d [2019-09-12T10:44:31.770Z] #13 25.34 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-12T10:44:31.770Z] #13 25.35 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-12T10:44:31.770Z] #13 25.36 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-12T10:44:31.770Z] #13 25.37 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:44:31.770Z] #13 25.39 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:31.770Z] #13 25.41 Processing triggers for mime-support (3.60) ... [2019-09-12T10:44:31.770Z] #13 25.43 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:31.770Z] #13 25.44 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-12T10:44:31.770Z] #13 25.45 Setting up libcap2-bin (1:2.25-1) ... [2019-09-12T10:44:31.770Z] #13 25.46 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-12T10:44:31.770Z] #13 25.47 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-12T10:44:31.770Z] #13 25.48 Setting up bash-completion (1:2.1-4.3) ... [2019-09-12T10:44:31.922Z] #58 6.787 PBCC images/seccomp.pb-c.c [2019-09-12T10:44:31.922Z] #58 6.813 DEP images/seccomp.pb-c.d [2019-09-12T10:44:31.922Z] #58 6.833 PBCC images/userns.pb-c.c [2019-09-12T10:44:31.922Z] #58 6.883 DEP images/userns.pb-c.d [2019-09-12T10:44:31.922Z] #58 6.957 PBCC images/cgroup.pb-c.c [2019-09-12T10:44:31.922Z] #58 6.971 DEP images/cgroup.pb-c.d [2019-09-12T10:44:31.964Z] INFO: Expanding go... [2019-09-12T10:44:32.180Z] #58 7.025 PBCC images/fown.pb-c.c [2019-09-12T10:44:32.180Z] #58 7.069 PBCC images/ext-file.pb-c.c [2019-09-12T10:44:32.180Z] #58 7.106 DEP images/fown.pb-c.d [2019-09-12T10:44:32.180Z] #58 7.193 DEP images/ext-file.pb-c.d [2019-09-12T10:44:32.180Z] #58 7.228 PBCC images/rpc.pb-c.c [2019-09-12T10:44:32.180Z] #58 7.284 DEP images/rpc.pb-c.d [2019-09-12T10:44:32.334Z] #13 26.06 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-12T10:44:32.334Z] #13 26.07 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:44:32.334Z] #13 26.08 Setting up zip (3.0-11+b1) ... [2019-09-12T10:44:32.334Z] #13 26.10 Setting up bzip2 (1.0.6-8.1) ... [2019-09-12T10:44:32.334Z] #13 26.11 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:32.334Z] #13 26.12 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-12T10:44:32.334Z] #13 26.13 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:44:32.437Z] #58 7.349 PBCC images/siginfo.pb-c.c [2019-09-12T10:44:32.437Z] #58 7.397 DEP images/siginfo.pb-c.d [2019-09-12T10:44:32.437Z] #58 7.444 PBCC images/pagemap.pb-c.c [2019-09-12T10:44:32.437Z] #58 7.524 DEP images/pagemap.pb-c.d [2019-09-12T10:44:32.590Z] #13 26.15 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-12T10:44:32.590Z] #13 26.16 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:32.590Z] #13 26.17 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-12T10:44:32.590Z] #13 26.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-12T10:44:32.590Z] #13 26.20 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-12T10:44:32.590Z] #13 26.21 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:32.590Z] #13 26.23 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-12T10:44:32.590Z] #13 26.24 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-12T10:44:32.590Z] #13 26.25 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-12T10:44:32.590Z] #13 26.27 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:32.590Z] #13 26.34 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:32.590Z] #13 26.35 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-12T10:44:32.590Z] #13 26.37 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-12T10:44:32.590Z] #13 26.39 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:44:32.590Z] #13 26.41 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-12T10:44:32.590Z] #13 26.42 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-12T10:44:32.590Z] #13 26.43 Setting up pigz (2.3.4-1) ... [2019-09-12T10:44:32.590Z] #13 26.45 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-12T10:44:32.695Z] #58 7.598 PBCC images/rlimit.pb-c.c [2019-09-12T10:44:32.695Z] #58 7.611 DEP images/rlimit.pb-c.d [2019-09-12T10:44:32.695Z] #58 7.675 PBCC images/file-lock.pb-c.c [2019-09-12T10:44:32.695Z] #58 7.704 DEP images/file-lock.pb-c.d [2019-09-12T10:44:32.695Z] #58 7.743 PBCC images/tty.pb-c.c [2019-09-12T10:44:32.695Z] #58 7.781 DEP images/tty.pb-c.d [2019-09-12T10:44:32.847Z] #13 26.46 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-12T10:44:32.847Z] #13 26.47 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:32.847Z] #13 26.48 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-12T10:44:32.847Z] #13 26.49 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:44:32.847Z] #13 26.51 Setting up jq (1.5+dfsg-1.3) ... [2019-09-12T10:44:32.847Z] #13 26.52 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-12T10:44:32.847Z] #13 26.53 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-12T10:44:32.847Z] #13 26.54 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-12T10:44:32.847Z] #13 26.56 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:44:32.848Z] #13 26.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-12T10:44:32.848Z] #13 26.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-12T10:44:32.848Z] #13 26.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-12T10:44:32.848Z] #13 26.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-12T10:44:32.848Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-12T10:44:32.848Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-12T10:44:32.848Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-12T10:44:32.848Z] #13 26.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-12T10:44:32.848Z] #13 26.60 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:32.848Z] #13 26.61 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:32.848Z] #13 26.62 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-12T10:44:32.848Z] #13 26.63 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-12T10:44:32.848Z] #13 26.64 Setting up btrfs-progs (4.7.3-1) ... [2019-09-12T10:44:32.848Z] #13 26.66 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-12T10:44:32.952Z] #58 7.859 PBCC images/tun.pb-c.c [2019-09-12T10:44:32.953Z] #58 7.924 PBCC images/netdev.pb-c.c [2019-09-12T10:44:32.953Z] #58 7.956 DEP images/tun.pb-c.d [2019-09-12T10:44:32.953Z] #58 8.024 DEP images/netdev.pb-c.d [2019-09-12T10:44:32.953Z] #58 8.069 PBCC images/vma.pb-c.c [2019-09-12T10:44:33.105Z] #13 26.67 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-12T10:44:33.211Z] #58 8.081 DEP images/vma.pb-c.d [2019-09-12T10:44:33.211Z] #58 8.124 PBCC images/creds.pb-c.c [2019-09-12T10:44:33.211Z] #58 8.189 DEP images/creds.pb-c.d [2019-09-12T10:44:33.211Z] #58 8.245 PBCC images/utsns.pb-c.c [2019-09-12T10:44:33.211Z] #58 8.253 DEP images/utsns.pb-c.d [2019-09-12T10:44:33.211Z] #58 8.305 PBCC images/ipc-desc.pb-c.c [2019-09-12T10:44:33.469Z] #58 8.320 PBCC images/ipc-sem.pb-c.c [2019-09-12T10:44:33.469Z] #58 8.379 DEP images/ipc-desc.pb-c.d [2019-09-12T10:44:33.469Z] #58 8.469 DEP images/ipc-sem.pb-c.d [2019-09-12T10:44:33.469Z] #58 8.537 PBCC images/ipc-msg.pb-c.c [2019-09-12T10:44:33.469Z] #58 8.563 DEP images/ipc-msg.pb-c.d [2019-09-12T10:44:33.727Z] #58 8.602 PBCC images/ipc-shm.pb-c.c [2019-09-12T10:44:33.727Z] #58 8.637 DEP images/ipc-shm.pb-c.d [2019-09-12T10:44:33.727Z] #58 8.677 PBCC images/ipc-var.pb-c.c [2019-09-12T10:44:33.727Z] #58 8.685 DEP images/ipc-var.pb-c.d [2019-09-12T10:44:33.727Z] #58 8.733 PBCC images/sk-opts.pb-c.c [2019-09-12T10:44:33.727Z] #58 8.753 PBCC images/packet-sock.pb-c.c [2019-09-12T10:44:33.727Z] #58 8.795 DEP images/sk-opts.pb-c.d [2019-09-12T10:44:33.985Z] #58 8.830 DEP images/packet-sock.pb-c.d [2019-09-12T10:44:33.985Z] #58 8.870 PBCC images/sk-netlink.pb-c.c [2019-09-12T10:44:33.985Z] #58 8.945 DEP images/sk-netlink.pb-c.d [2019-09-12T10:44:33.985Z] #58 8.999 PBCC images/sk-inet.pb-c.c [2019-09-12T10:44:33.985Z] #58 9.013 DEP images/sk-inet.pb-c.d [2019-09-12T10:44:33.985Z] #58 9.080 PBCC images/sk-unix.pb-c.c [2019-09-12T10:44:34.036Z] #13 27.58 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-12T10:44:34.036Z] #13 27.59 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:34.036Z] #13 27.59 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-12T10:44:34.036Z] #13 27.59 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-12T10:44:34.036Z] #13 27.60 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-12T10:44:34.037Z] #13 27.60 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-12T10:44:34.037Z] #13 27.60 Setting up btrfs-tools (4.7.3-1) ... [2019-09-12T10:44:34.037Z] #13 27.62 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T10:44:34.037Z] #13 27.62 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-12T10:44:34.037Z] #13 27.63 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-12T10:44:34.037Z] #13 27.64 Setting up python3 (3.5.3-1) ... [2019-09-12T10:44:34.245Z] #58 9.130 DEP images/sk-unix.pb-c.d [2019-09-12T10:44:34.245Z] #58 9.189 PBCC images/mm.pb-c.c [2019-09-12T10:44:34.245Z] #58 9.269 DEP images/mm.pb-c.d [2019-09-12T10:44:34.245Z] #58 9.314 PBCC images/timerfd.pb-c.c [2019-09-12T10:44:34.294Z] #13 27.94 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-12T10:44:34.503Z] #58 9.354 DEP images/timerfd.pb-c.d [2019-09-12T10:44:34.503Z] #58 9.440 PBCC images/timer.pb-c.c [2019-09-12T10:44:34.503Z] #58 9.451 DEP images/timer.pb-c.d [2019-09-12T10:44:34.503Z] #58 9.502 PBCC images/sa.pb-c.c [2019-09-12T10:44:34.503Z] #58 9.573 DEP images/sa.pb-c.d [2019-09-12T10:44:34.760Z] #58 9.650 PBCC images/pipe-data.pb-c.c [2019-09-12T10:44:34.760Z] #58 9.685 DEP images/pipe-data.pb-c.d [2019-09-12T10:44:34.760Z] #58 9.751 PBCC images/mnt.pb-c.c [2019-09-12T10:44:34.760Z] #58 9.813 DEP images/mnt.pb-c.d [2019-09-12T10:44:34.858Z] #13 28.63 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-12T10:44:34.858Z] #13 28.67 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-12T10:44:34.858Z] #13 28.70 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:34.858Z] #13 28.71 Setting up python3-wheel (0.29.0-2) ... [2019-09-12T10:44:35.127Z] #13 28.88 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-12T10:44:35.132Z] #58 9.859 PBCC images/sk-packet.pb-c.c [2019-09-12T10:44:35.132Z] #58 9.898 DEP images/sk-packet.pb-c.d [2019-09-12T10:44:35.132Z] #58 9.936 PBCC images/tcp-stream.pb-c.c [2019-09-12T10:44:35.132Z] #58 9.975 DEP images/tcp-stream.pb-c.d [2019-09-12T10:44:35.133Z] #58 10.08 PBCC images/pipe.pb-c.c [2019-09-12T10:44:35.133Z] #58 10.09 DEP images/pipe.pb-c.d [2019-09-12T10:44:35.133Z] #58 10.14 PBCC images/pstree.pb-c.c [2019-09-12T10:44:35.133Z] #58 10.16 DEP images/pstree.pb-c.d [2019-09-12T10:44:35.133Z] #58 10.20 PBCC images/fs.pb-c.c [2019-09-12T10:44:35.385Z] #13 29.08 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:35.385Z] #13 29.10 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-12T10:44:35.395Z] #58 10.25 DEP images/fs.pb-c.d [2019-09-12T10:44:35.395Z] #58 10.30 PBCC images/signalfd.pb-c.c [2019-09-12T10:44:35.395Z] #58 10.35 DEP images/signalfd.pb-c.d [2019-09-12T10:44:35.395Z] #58 10.40 PBCC images/fh.pb-c.c [2019-09-12T10:44:35.395Z] #58 ... [2019-09-12T10:44:35.395Z] [2019-09-12T10:44:35.395Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:35.395Z] #33 44.93 bufio [2019-09-12T10:44:35.395Z] #33 46.53 syscall [2019-09-12T10:44:35.395Z] #33 52.22 time [2019-09-12T10:44:35.395Z] #33 53.51 sort [2019-09-12T10:44:35.395Z] #33 54.40 internal/fmtsort [2019-09-12T10:44:35.395Z] #33 55.01 internal/syscall/unix [2019-09-12T10:44:35.395Z] #33 ... [2019-09-12T10:44:35.395Z] [2019-09-12T10:44:35.395Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:35.395Z] #58 10.47 PBCC images/fsnotify.pb-c.c [2019-09-12T10:44:35.396Z] #58 10.55 DEP images/fh.pb-c.d [2019-09-12T10:44:35.643Z] #13 29.31 Setting up dmsetup (2:1.02.137-2) ... [2019-09-12T10:44:35.643Z] #13 29.32 Setting up python3-setuptools (33.1.1-1) ... [2019-09-12T10:44:35.653Z] #58 10.60 DEP images/fsnotify.pb-c.d [2019-09-12T10:44:35.653Z] #58 10.65 PBCC images/eventpoll.pb-c.c [2019-09-12T10:44:35.653Z] #58 10.72 DEP images/eventpoll.pb-c.d [2019-09-12T10:44:35.653Z] #58 10.79 PBCC images/eventfd.pb-c.c [2019-09-12T10:44:35.900Z] #13 29.53 Setting up dh-python (2.20170125) ... [2019-09-12T10:44:35.900Z] #13 29.67 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-12T10:44:35.900Z] #13 29.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:44:35.911Z] #58 10.84 DEP images/eventfd.pb-c.d [2019-09-12T10:44:35.911Z] #58 10.88 PBCC images/remap-file-path.pb-c.c [2019-09-12T10:44:35.911Z] #58 10.93 DEP images/remap-file-path.pb-c.d [2019-09-12T10:44:35.911Z] #58 10.97 PBCC images/fifo.pb-c.c [2019-09-12T10:44:35.911Z] #58 11.00 DEP images/fifo.pb-c.d [2019-09-12T10:44:35.911Z] #58 11.05 PBCC images/ghost-file.pb-c.c [2019-09-12T10:44:36.168Z] #58 11.12 DEP images/ghost-file.pb-c.d [2019-09-12T10:44:36.168Z] #58 11.17 PBCC images/regfile.pb-c.c [2019-09-12T10:44:36.168Z] #58 11.22 DEP images/regfile.pb-c.d [2019-09-12T10:44:36.168Z] #58 11.29 PBCC images/ns.pb-c.c [2019-09-12T10:44:36.426Z] #58 11.36 DEP images/ns.pb-c.d [2019-09-12T10:44:36.426Z] #58 11.40 PBCC images/fdinfo.pb-c.c [2019-09-12T10:44:36.426Z] #58 ... [2019-09-12T10:44:36.426Z] [2019-09-12T10:44:36.426Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:36.426Z] #30 45.96 time [2019-09-12T10:44:36.426Z] #30 49.99 internal/poll [2019-09-12T10:44:36.426Z] #30 50.48 sort [2019-09-12T10:44:36.426Z] #30 51.65 internal/fmtsort [2019-09-12T10:44:36.426Z] #30 51.79 internal/syscall/unix [2019-09-12T10:44:36.426Z] #30 52.01 strings [2019-09-12T10:44:36.426Z] #30 52.20 os [2019-09-12T10:44:36.426Z] #30 54.45 bytes [2019-09-12T10:44:36.426Z] #30 55.88 fmt [2019-09-12T10:44:36.426Z] #30 ... [2019-09-12T10:44:36.426Z] [2019-09-12T10:44:36.426Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:36.426Z] #58 11.49 DEP images/fdinfo.pb-c.d [2019-09-12T10:44:36.426Z] #58 11.52 PBCC images/core-aarch64.pb-c.c [2019-09-12T10:44:36.464Z] #13 DONE 29.9s [2019-09-12T10:44:36.464Z] [2019-09-12T10:44:36.464Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-12T10:44:36.685Z] #58 11.57 PBCC images/core-arm.pb-c.c [2019-09-12T10:44:36.685Z] #58 11.62 PBCC images/core-ppc64.pb-c.c [2019-09-12T10:44:36.685Z] #58 11.66 PBCC images/core-s390.pb-c.c [2019-09-12T10:44:36.685Z] #58 11.70 PBCC images/core-x86.pb-c.c [2019-09-12T10:44:36.685Z] #58 11.76 PBCC images/core.pb-c.c [2019-09-12T10:44:36.943Z] #58 11.85 PBCC images/inventory.pb-c.c [2019-09-12T10:44:36.944Z] #58 11.90 DEP images/core-aarch64.pb-c.d [2019-09-12T10:44:36.944Z] #58 11.95 DEP images/core-arm.pb-c.d [2019-09-12T10:44:36.944Z] #58 12.02 DEP images/core-ppc64.pb-c.d [2019-09-12T10:44:37.201Z] #58 12.11 DEP images/core-s390.pb-c.d [2019-09-12T10:44:37.201Z] #58 12.17 DEP images/core-x86.pb-c.d [2019-09-12T10:44:37.201Z] #58 12.23 DEP images/core.pb-c.d [2019-09-12T10:44:37.201Z] #58 12.28 DEP images/inventory.pb-c.d [2019-09-12T10:44:37.458Z] #58 12.37 PBCC images/cpuinfo.pb-c.c [2019-09-12T10:44:37.458Z] #58 12.39 DEP images/cpuinfo.pb-c.d [2019-09-12T10:44:37.458Z] #58 12.44 PBCC images/stats.pb-c.c [2019-09-12T10:44:37.458Z] #58 12.46 DEP images/stats.pb-c.d [2019-09-12T10:44:37.833Z] #14 1.583 Collecting yamllint==1.16.0 [2019-09-12T10:44:38.830Z] #58 13.80 make[1]: Nothing to be done for 'all'. [2019-09-12T10:44:40.208Z] #58 15.09 CC images/stats.o [2019-09-12T10:44:40.466Z] #58 15.48 CC images/core.o [2019-09-12T10:44:41.414Z] #58 16.15 CC images/core-x86.o [2019-09-12T10:44:41.672Z] #58 16.67 CC images/core-arm.o [2019-09-12T10:44:42.237Z] #58 17.05 CC images/core-aarch64.o [2019-09-12T10:44:42.495Z] #58 17.44 CC images/core-ppc64.o [2019-09-12T10:44:43.060Z] #58 18.00 CC images/core-s390.o [2019-09-12T10:44:43.625Z] #58 18.66 CC images/cpuinfo.o [2019-09-12T10:44:44.190Z] #58 19.13 CC images/inventory.o [2019-09-12T10:44:44.379Z] #14 7.903 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-12T10:44:44.379Z] #14 7.967 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-12T10:44:44.448Z] #58 19.40 CC images/fdinfo.o [2019-09-12T10:44:44.706Z] #58 19.71 CC images/fown.o [2019-09-12T10:44:44.964Z] #58 19.97 CC images/ns.o [2019-09-12T10:44:45.309Z] #14 9.001 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-12T10:44:45.529Z] #58 20.29 CC images/regfile.o [2019-09-12T10:44:45.529Z] #58 20.56 CC images/ghost-file.o [2019-09-12T10:44:45.566Z] #14 9.318 Collecting pyyaml (from yamllint==1.16.0) [2019-09-12T10:44:45.786Z] #58 ... [2019-09-12T10:44:45.786Z] [2019-09-12T10:44:45.786Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:45.786Z] #33 55.24 strings [2019-09-12T10:44:45.786Z] #33 57.13 internal/poll [2019-09-12T10:44:45.786Z] #33 57.73 path [2019-09-12T10:44:45.786Z] #33 58.39 regexp/syntax [2019-09-12T10:44:45.786Z] #33 59.15 os [2019-09-12T10:44:45.786Z] #33 62.74 fmt [2019-09-12T10:44:45.786Z] #33 62.76 path/filepath [2019-09-12T10:44:45.786Z] #33 64.06 regexp [2019-09-12T10:44:45.786Z] #33 ... [2019-09-12T10:44:45.786Z] [2019-09-12T10:44:45.786Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:45.786Z] #30 56.25 bufio [2019-09-12T10:44:45.786Z] #30 57.88 path/filepath [2019-09-12T10:44:45.786Z] #30 59.16 io/ioutil [2019-09-12T10:44:45.786Z] #30 59.78 flag [2019-09-12T10:44:45.786Z] #30 59.81 github.com/BurntSushi/toml [2019-09-12T10:44:45.786Z] #30 61.46 log [2019-09-12T10:44:45.786Z] #30 62.19 path [2019-09-12T10:44:45.786Z] #30 62.66 text/tabwriter [2019-09-12T10:44:45.786Z] #30 64.54 github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:44:46.044Z] #30 ... [2019-09-12T10:44:46.044Z] [2019-09-12T10:44:46.044Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:46.044Z] #58 20.92 CC images/fifo.o [2019-09-12T10:44:46.301Z] #58 21.17 CC images/remap-file-path.o [2019-09-12T10:44:46.301Z] #58 21.33 CC images/eventfd.o [2019-09-12T10:44:46.495Z] #14 10.39 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-12T10:44:46.559Z] #58 21.55 CC images/eventpoll.o [2019-09-12T10:44:46.816Z] #58 21.86 CC images/fh.o [2019-09-12T10:44:47.060Z] #14 10.76 Building wheels for collected packages: pathspec, pyyaml [2019-09-12T10:44:47.060Z] #14 10.76 Running setup.py bdist_wheel for pathspec: started [2019-09-12T10:44:47.060Z] #14 11.02 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-12T10:44:47.074Z] #58 22.14 CC images/fsnotify.o [2019-09-12T10:44:47.318Z] #14 11.02 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-12T10:44:47.318Z] #14 11.03 Running setup.py bdist_wheel for pyyaml: started [2019-09-12T10:44:47.576Z] #14 11.30 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-12T10:44:47.576Z] #14 11.30 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-12T10:44:47.576Z] #14 11.31 Successfully built pathspec pyyaml [2019-09-12T10:44:47.576Z] #14 11.31 Installing collected packages: pathspec, pyyaml, yamllint [2019-09-12T10:44:47.576Z] #14 11.41 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-12T10:44:47.638Z] #58 22.74 CC images/signalfd.o [2019-09-12T10:44:47.835Z] #14 DONE 11.6s [2019-09-12T10:44:47.836Z] [2019-09-12T10:44:47.836Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-12T10:44:48.093Z] #16 DONE 0.1s [2019-09-12T10:44:48.093Z] [2019-09-12T10:44:48.093Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-12T10:44:48.093Z] #64 CACHED [2019-09-12T10:44:48.093Z] [2019-09-12T10:44:48.093Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-12T10:44:48.093Z] #52 ... [2019-09-12T10:44:48.093Z] [2019-09-12T10:44:48.093Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:44:48.093Z] #40 DONE 0.2s [2019-09-12T10:44:48.206Z] #58 23.00 CC images/fs.o [2019-09-12T10:44:48.206Z] #58 23.23 CC images/pstree.o [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-12T10:44:48.352Z] #29 DONE 0.3s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-12T10:44:48.352Z] #32 DONE 0.3s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-12T10:44:48.352Z] #23 DONE 0.4s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:48.352Z] #33 ... [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-12T10:44:48.352Z] #49 DONE 0.4s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-12T10:44:48.352Z] #60 DONE 0.4s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-12T10:44:48.352Z] #52 DONE 0.5s [2019-09-12T10:44:48.352Z] [2019-09-12T10:44:48.352Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-12T10:44:48.352Z] #26 DONE 0.5s [2019-09-12T10:44:48.464Z] #58 23.50 CC images/pipe.o [2019-09-12T10:44:48.611Z] [2019-09-12T10:44:48.611Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:44:48.721Z] #58 23.77 CC images/tcp-stream.o [2019-09-12T10:44:48.869Z] #53 ... [2019-09-12T10:44:48.869Z] [2019-09-12T10:44:48.869Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-12T10:44:48.869Z] #41 DONE 0.5s [2019-09-12T10:44:48.869Z] [2019-09-12T10:44:48.869Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:44:48.979Z] #58 ... [2019-09-12T10:44:48.979Z] [2019-09-12T10:44:48.979Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:48.979Z] #30 DONE 68.6s [2019-09-12T10:44:49.238Z] [2019-09-12T10:44:49.238Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:49.238Z] #58 24.18 CC images/sk-packet.o [2019-09-12T10:44:49.802Z] #58 24.80 CC images/mnt.o [2019-09-12T10:44:50.367Z] #58 25.19 CC images/pipe-data.o [2019-09-12T10:44:50.625Z] #58 25.49 CC images/sa.o [2019-09-12T10:44:50.625Z] #58 25.71 CC images/timer.o [2019-09-12T10:44:51.189Z] #58 26.09 CC images/timerfd.o [2019-09-12T10:44:51.395Z] #42 ... [2019-09-12T10:44:51.396Z] [2019-09-12T10:44:51.396Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-12T10:44:51.396Z] #21 DONE 3.2s [2019-09-12T10:44:51.396Z] [2019-09-12T10:44:51.396Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:44:51.447Z] #58 26.39 CC images/mm.o [2019-09-12T10:44:51.705Z] #58 26.68 CC images/sk-opts.o [2019-09-12T10:44:51.962Z] #58 26.85 CC images/sk-unix.o [2019-09-12T10:44:52.220Z] #58 27.13 CC images/sk-inet.o [2019-09-12T10:44:52.477Z] #58 27.47 CC images/tun.o [2019-09-12T10:44:52.735Z] #58 27.75 CC images/sk-netlink.o [2019-09-12T10:44:52.992Z] #58 27.97 CC images/packet-sock.o [2019-09-12T10:44:53.557Z] #58 28.44 CC images/ipc-var.o [2019-09-12T10:44:53.815Z] #58 28.69 CC images/ipc-desc.o [2019-09-12T10:44:53.815Z] #58 28.88 CC images/ipc-shm.o [2019-09-12T10:44:53.922Z] #27 5.035 + RM_GOPATH=0 [2019-09-12T10:44:53.922Z] #27 5.035 + TMP_GOPATH= [2019-09-12T10:44:53.922Z] #27 5.035 + : /build [2019-09-12T10:44:53.922Z] #27 5.035 + '[' -z '' ']' [2019-09-12T10:44:53.922Z] #27 5.035 ++ mktemp -d [2019-09-12T10:44:53.922Z] #27 5.036 + export GOPATH=/tmp/tmp.LjkJX5NXO2 [2019-09-12T10:44:53.922Z] #27 5.036 + GOPATH=/tmp/tmp.LjkJX5NXO2 [2019-09-12T10:44:53.922Z] #27 5.036 + RM_GOPATH=1 [2019-09-12T10:44:53.922Z] #27 5.039 ++ dirname ./install.sh [2019-09-12T10:44:53.922Z] #27 5.041 + dir=. [2019-09-12T10:44:53.922Z] #27 5.044 + bin=gotestsum [2019-09-12T10:44:53.922Z] #27 5.044 + shift [2019-09-12T10:44:53.922Z] #27 5.044 + '[' '!' -f ./gotestsum.installer ']' [2019-09-12T10:44:53.922Z] #27 5.044 + . ./gotestsum.installer [2019-09-12T10:44:53.922Z] #27 5.044 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-12T10:44:53.922Z] #27 5.044 + install_gotestsum [2019-09-12T10:44:53.922Z] #27 5.045 + echo 'Installing gotestsum version v0.3.5' [2019-09-12T10:44:53.922Z] #27 5.045 Installing gotestsum version v0.3.5 [2019-09-12T10:44:53.922Z] #27 5.045 + go get -d gotest.tools/gotestsum [2019-09-12T10:44:53.922Z] #27 ... [2019-09-12T10:44:53.922Z] [2019-09-12T10:44:53.922Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:53.922Z] #33 5.463 + RM_GOPATH=0 [2019-09-12T10:44:53.922Z] #33 5.463 + TMP_GOPATH= [2019-09-12T10:44:53.922Z] #33 5.464 + : /build [2019-09-12T10:44:53.922Z] #33 5.464 + '[' -z '' ']' [2019-09-12T10:44:53.922Z] #33 5.465 ++ mktemp -d [2019-09-12T10:44:53.922Z] #33 5.467 + export GOPATH=/tmp/tmp.MyTod3MfCh [2019-09-12T10:44:53.922Z] #33 5.467 + GOPATH=/tmp/tmp.MyTod3MfCh [2019-09-12T10:44:53.922Z] #33 5.467 + RM_GOPATH=1 [2019-09-12T10:44:53.922Z] #33 5.468 ++ dirname ./install.sh [2019-09-12T10:44:53.922Z] #33 5.468 + dir=. [2019-09-12T10:44:53.922Z] #33 5.468 + bin=vndr [2019-09-12T10:44:53.922Z] #33 5.468 + shift [2019-09-12T10:44:53.922Z] #33 5.469 + '[' '!' -f ./vndr.installer ']' [2019-09-12T10:44:53.922Z] #33 5.469 + . ./vndr.installer [2019-09-12T10:44:53.922Z] #33 5.469 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:44:53.922Z] #33 5.469 + install_vndr [2019-09-12T10:44:53.922Z] #33 5.469 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-12T10:44:53.922Z] #33 5.469 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:44:53.922Z] #33 5.469 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.MyTod3MfCh/src/github.com/LK4D4/vndr [2019-09-12T10:44:53.922Z] #33 5.478 Cloning into '/tmp/tmp.MyTod3MfCh/src/github.com/LK4D4/vndr'... [2019-09-12T10:44:54.380Z] #58 29.14 CC images/ipc-msg.o [2019-09-12T10:44:54.487Z] #33 6.157 + cd /tmp/tmp.MyTod3MfCh/src/github.com/LK4D4/vndr [2019-09-12T10:44:54.487Z] #33 6.161 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:44:54.487Z] #33 6.195 + go build -buildmode=pie -v -o /build/vndr . [2019-09-12T10:44:54.638Z] #58 29.44 CC images/ipc-sem.o [2019-09-12T10:44:54.638Z] #58 29.70 CC images/utsns.o [2019-09-12T10:44:54.895Z] #58 29.91 CC images/creds.o [2019-09-12T10:44:55.153Z] #58 30.10 CC images/vma.o [2019-09-12T10:44:55.411Z] #58 30.32 CC images/netdev.o [2019-09-12T10:44:55.860Z] #33 7.474 errors [2019-09-12T10:44:55.860Z] #33 7.515 internal/race [2019-09-12T10:44:55.860Z] #33 7.568 internal/cpu [2019-09-12T10:44:55.860Z] #33 7.672 runtime/internal/atomic [2019-09-12T10:44:55.975Z] #58 30.75 CC images/tty.o [2019-09-12T10:44:56.117Z] #33 7.888 runtime/internal/sys [2019-09-12T10:44:56.232Z] #58 31.24 CC images/file-lock.o [2019-09-12T10:44:56.375Z] #33 8.143 runtime/internal/math [2019-09-12T10:44:56.375Z] #33 8.215 sync/atomic [2019-09-12T10:44:56.490Z] #58 31.52 CC images/rlimit.o [2019-09-12T10:44:56.633Z] #33 8.360 internal/bytealg [2019-09-12T10:44:56.633Z] #33 8.384 unicode [2019-09-12T10:44:56.748Z] #58 31.75 CC images/pagemap.o [2019-09-12T10:44:57.006Z] #58 32.00 CC images/siginfo.o [2019-09-12T10:44:57.263Z] #58 32.25 CC images/rpc.o [2019-09-12T10:44:57.304Z] INFO: Expanding compiler 1 of 3... [2019-09-12T10:44:57.304Z] INFO: Expanding compiler 2 of 3... [2019-09-12T10:44:57.521Z] #58 ... [2019-09-12T10:44:57.521Z] [2019-09-12T10:44:57.521Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:44:57.521Z] #33 67.07 flag [2019-09-12T10:44:57.521Z] #33 67.40 go/token [2019-09-12T10:44:57.521Z] #33 68.30 go/scanner [2019-09-12T10:44:57.521Z] #33 68.62 io/ioutil [2019-09-12T10:44:57.521Z] #33 69.62 net/url [2019-09-12T10:44:57.521Z] #33 69.72 go/ast [2019-09-12T10:44:57.521Z] #33 70.96 text/template/parse [2019-09-12T10:44:57.521Z] #33 74.61 go/parser [2019-09-12T10:44:57.521Z] #33 75.22 text/template [2019-09-12T10:44:57.565Z] #33 9.138 runtime [2019-09-12T10:44:57.823Z] #33 ... [2019-09-12T10:44:57.823Z] [2019-09-12T10:44:57.823Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:57.823Z] #57 4.077 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:44:57.823Z] #57 4.081 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:44:57.823Z] #57 4.128 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:44:57.823Z] #57 4.145 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:44:57.823Z] #57 4.157 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:44:57.823Z] #57 4.900 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:44:57.823Z] #57 6.009 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:44:57.823Z] #57 6.583 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:44:58.080Z] #57 ... [2019-09-12T10:44:58.080Z] [2019-09-12T10:44:58.080Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-12T10:44:58.080Z] #44 6.603 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:44:58.080Z] #44 6.605 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:44:58.080Z] #44 6.653 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:44:58.080Z] #44 6.663 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:44:58.080Z] #44 6.702 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:44:58.080Z] #44 7.632 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:44:58.080Z] #44 9.311 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:44:58.080Z] #44 10.03 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:44:58.338Z] #44 ... [2019-09-12T10:44:58.338Z] [2019-09-12T10:44:58.338Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:44:58.338Z] #35 5.865 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:44:58.338Z] #35 5.874 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:44:58.338Z] #35 5.906 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:44:58.338Z] #35 5.915 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:44:58.338Z] #35 5.959 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:44:58.338Z] #35 6.582 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [503 kB] [2019-09-12T10:44:58.338Z] #35 8.064 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-12T10:44:58.338Z] #35 8.938 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-12T10:44:58.338Z] #35 ... [2019-09-12T10:44:58.338Z] [2019-09-12T10:44:58.338Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:44:58.338Z] #30 5.265 + RM_GOPATH=0 [2019-09-12T10:44:58.338Z] #30 5.265 + TMP_GOPATH= [2019-09-12T10:44:58.338Z] #30 5.265 + : /build [2019-09-12T10:44:58.338Z] #30 5.265 + '[' -z '' ']' [2019-09-12T10:44:58.338Z] #30 5.265 ++ mktemp -d [2019-09-12T10:44:58.338Z] #30 5.279 + export GOPATH=/tmp/tmp.mAyxE4zfKC [2019-09-12T10:44:58.338Z] #30 5.279 + GOPATH=/tmp/tmp.mAyxE4zfKC [2019-09-12T10:44:58.338Z] #30 5.279 + RM_GOPATH=1 [2019-09-12T10:44:58.338Z] #30 5.280 ++ dirname ./install.sh [2019-09-12T10:44:58.338Z] #30 5.286 + dir=. [2019-09-12T10:44:58.338Z] #30 5.286 + bin=tomlv [2019-09-12T10:44:58.338Z] #30 5.286 + shift [2019-09-12T10:44:58.338Z] #30 5.288 + '[' '!' -f ./tomlv.installer ']' [2019-09-12T10:44:58.338Z] #30 5.288 + . ./tomlv.installer [2019-09-12T10:44:58.338Z] #30 5.288 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:44:58.338Z] #30 5.289 + install_tomlv [2019-09-12T10:44:58.338Z] #30 5.294 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-12T10:44:58.338Z] #30 5.294 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:44:58.338Z] #30 5.294 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mAyxE4zfKC/src/github.com/BurntSushi/toml [2019-09-12T10:44:58.338Z] #30 5.296 Cloning into '/tmp/tmp.mAyxE4zfKC/src/github.com/BurntSushi/toml'... [2019-09-12T10:44:58.338Z] #30 6.439 + cd /tmp/tmp.mAyxE4zfKC/src/github.com/BurntSushi/toml [2019-09-12T10:44:58.338Z] #30 6.441 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:44:58.338Z] #30 6.449 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:44:58.338Z] #30 7.274 errors [2019-09-12T10:44:58.338Z] #30 7.281 internal/cpu [2019-09-12T10:44:58.338Z] #30 7.373 math/bits [2019-09-12T10:44:58.338Z] #30 7.802 internal/bytealg [2019-09-12T10:44:58.338Z] #30 8.029 math [2019-09-12T10:44:58.338Z] #30 8.208 runtime/internal/atomic [2019-09-12T10:44:58.338Z] #30 8.479 runtime/internal/sys [2019-09-12T10:44:58.338Z] #30 8.676 runtime/internal/math [2019-09-12T10:44:58.338Z] #30 9.032 runtime [2019-09-12T10:44:58.453Z] #33 77.96 log [2019-09-12T10:44:58.595Z] #30 ... [2019-09-12T10:44:58.595Z] [2019-09-12T10:44:58.595Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:44:58.595Z] #50 5.381 + RM_GOPATH=0 [2019-09-12T10:44:58.595Z] #50 5.381 + TMP_GOPATH= [2019-09-12T10:44:58.595Z] #50 5.381 + : /build [2019-09-12T10:44:58.595Z] #50 5.381 + '[' -z '' ']' [2019-09-12T10:44:58.595Z] #50 5.382 ++ mktemp -d [2019-09-12T10:44:58.595Z] #50 5.385 + export GOPATH=/tmp/tmp.hXt5Y1RAZj [2019-09-12T10:44:58.595Z] #50 5.385 + GOPATH=/tmp/tmp.hXt5Y1RAZj [2019-09-12T10:44:58.595Z] #50 5.385 + RM_GOPATH=1 [2019-09-12T10:44:58.595Z] #50 5.387 ++ dirname ./install.sh [2019-09-12T10:44:58.595Z] #50 5.391 + dir=. [2019-09-12T10:44:58.595Z] #50 5.391 + bin=proxy [2019-09-12T10:44:58.595Z] #50 5.391 + shift [2019-09-12T10:44:58.595Z] #50 5.391 + '[' '!' -f ./proxy.installer ']' [2019-09-12T10:44:58.595Z] #50 5.391 + . ./proxy.installer [2019-09-12T10:44:58.595Z] #50 5.391 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:44:58.595Z] #50 5.391 + install_proxy [2019-09-12T10:44:58.595Z] #50 5.391 + case "$1" in [2019-09-12T10:44:58.595Z] #50 5.391 + export CGO_ENABLED=0 [2019-09-12T10:44:58.595Z] #50 5.391 + CGO_ENABLED=0 [2019-09-12T10:44:58.595Z] #50 5.391 + _install_proxy [2019-09-12T10:44:58.595Z] #50 5.392 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-12T10:44:58.595Z] #50 5.392 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.hXt5Y1RAZj/src/github.com/docker/libnetwork [2019-09-12T10:44:58.595Z] #50 5.392 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:44:58.595Z] #50 5.394 Cloning into '/tmp/tmp.hXt5Y1RAZj/src/github.com/docker/libnetwork'... [2019-09-12T10:44:58.595Z] #50 ... [2019-09-12T10:44:58.595Z] [2019-09-12T10:44:58.595Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:44:58.595Z] #24 5.149 + RM_GOPATH=0 [2019-09-12T10:44:58.595Z] #24 5.150 + TMP_GOPATH= [2019-09-12T10:44:58.595Z] #24 5.150 + : /build [2019-09-12T10:44:58.595Z] #24 5.150 + '[' -z '' ']' [2019-09-12T10:44:58.595Z] #24 5.156 ++ mktemp -d [2019-09-12T10:44:58.595Z] #24 5.160 + export GOPATH=/tmp/tmp.nwhL9ESv0k [2019-09-12T10:44:58.595Z] #24 5.160 + GOPATH=/tmp/tmp.nwhL9ESv0k [2019-09-12T10:44:58.595Z] #24 5.160 + RM_GOPATH=1 [2019-09-12T10:44:58.595Z] #24 5.160 ++ dirname ./install.sh [2019-09-12T10:44:58.595Z] #24 5.161 + dir=. [2019-09-12T10:44:58.595Z] #24 5.161 + bin=gometalinter [2019-09-12T10:44:58.595Z] #24 5.161 + shift [2019-09-12T10:44:58.595Z] #24 5.161 + '[' '!' -f ./gometalinter.installer ']' [2019-09-12T10:44:58.595Z] #24 5.162 + . ./gometalinter.installer [2019-09-12T10:44:58.595Z] #24 5.162 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-12T10:44:58.595Z] #24 5.162 + install_gometalinter [2019-09-12T10:44:58.595Z] #24 5.162 + echo 'Installing gometalinter version v2.0.6' [2019-09-12T10:44:58.595Z] #24 5.162 Installing gometalinter version v2.0.6 [2019-09-12T10:44:58.595Z] #24 5.163 + go get -d github.com/alecthomas/gometalinter [2019-09-12T10:44:58.710Z] #33 ... [2019-09-12T10:44:58.710Z] [2019-09-12T10:44:58.710Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:44:58.710Z] #58 33.54 CC images/ext-file.o [2019-09-12T10:44:58.711Z] #58 33.74 CC images/cgroup.o [2019-09-12T10:44:58.853Z] #24 ... [2019-09-12T10:44:58.853Z] [2019-09-12T10:44:58.853Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:44:58.853Z] #55 3.485 + mktemp -d [2019-09-12T10:44:58.853Z] #55 3.485 + export GOPATH=/tmp/tmp.p4uZLb6rts [2019-09-12T10:44:58.853Z] #55 3.485 + git clone https://github.com/docker/distribution.git /tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution [2019-09-12T10:44:58.853Z] #55 3.485 Cloning into '/tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution'... [2019-09-12T10:44:58.853Z] #55 ... [2019-09-12T10:44:58.853Z] [2019-09-12T10:44:58.853Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:44:58.853Z] #61 5.465 + RM_GOPATH=0 [2019-09-12T10:44:58.853Z] #61 5.465 + TMP_GOPATH= [2019-09-12T10:44:58.853Z] #61 5.465 + : /build/ [2019-09-12T10:44:58.853Z] #61 5.465 + '[' -z '' ']' [2019-09-12T10:44:58.853Z] #61 5.465 ++ mktemp -d [2019-09-12T10:44:58.853Z] #61 5.468 + export GOPATH=/tmp/tmp.gZRuvkzXIG [2019-09-12T10:44:58.853Z] #61 5.468 + GOPATH=/tmp/tmp.gZRuvkzXIG [2019-09-12T10:44:58.853Z] #61 5.468 + RM_GOPATH=1 [2019-09-12T10:44:58.853Z] #61 5.468 ++ dirname ./install.sh [2019-09-12T10:44:58.853Z] #61 5.470 + dir=. [2019-09-12T10:44:58.853Z] #61 5.470 + bin=rootlesskit [2019-09-12T10:44:58.853Z] #61 5.470 + shift [2019-09-12T10:44:58.853Z] #61 5.470 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-12T10:44:58.853Z] #61 5.470 + . ./rootlesskit.installer [2019-09-12T10:44:58.853Z] #61 5.470 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:44:58.853Z] #61 5.470 + install_rootlesskit [2019-09-12T10:44:58.853Z] #61 5.470 + case "$1" in [2019-09-12T10:44:58.853Z] #61 5.470 + export CGO_ENABLED=0 [2019-09-12T10:44:58.853Z] #61 5.470 + CGO_ENABLED=0 [2019-09-12T10:44:58.853Z] #61 5.470 + _install_rootlesskit [2019-09-12T10:44:58.853Z] #61 5.470 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-12T10:44:58.853Z] #61 5.470 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.gZRuvkzXIG/src/github.com/rootless-containers/rootlesskit [2019-09-12T10:44:58.853Z] #61 5.470 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:44:58.853Z] #61 5.471 Cloning into '/tmp/tmp.gZRuvkzXIG/src/github.com/rootless-containers/rootlesskit'... [2019-09-12T10:44:58.853Z] #61 9.017 + cd /tmp/tmp.gZRuvkzXIG/src/github.com/rootless-containers/rootlesskit [2019-09-12T10:44:58.853Z] #61 9.017 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T10:44:58.853Z] #61 9.188 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T10:44:58.853Z] #61 9.189 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-12T10:44:59.110Z] #61 ... [2019-09-12T10:44:59.111Z] [2019-09-12T10:44:59.111Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:44:59.111Z] #53 5.548 + RM_GOPATH=0 [2019-09-12T10:44:59.111Z] #53 5.548 + TMP_GOPATH= [2019-09-12T10:44:59.111Z] #53 5.548 + : /build [2019-09-12T10:44:59.111Z] #53 5.548 + '[' -z '' ']' [2019-09-12T10:44:59.111Z] #53 5.553 ++ mktemp -d [2019-09-12T10:44:59.111Z] #53 5.563 + export GOPATH=/tmp/tmp.RohfLtgoKH [2019-09-12T10:44:59.111Z] #53 5.563 + GOPATH=/tmp/tmp.RohfLtgoKH [2019-09-12T10:44:59.111Z] #53 5.563 + RM_GOPATH=1 [2019-09-12T10:44:59.111Z] #53 5.567 ++ dirname ./install.sh [2019-09-12T10:44:59.111Z] #53 5.569 + dir=. [2019-09-12T10:44:59.111Z] #53 5.570 + bin=dockercli [2019-09-12T10:44:59.111Z] #53 5.570 + shift [2019-09-12T10:44:59.111Z] #53 5.571 + '[' '!' -f ./dockercli.installer ']' [2019-09-12T10:44:59.111Z] #53 5.571 + . ./dockercli.installer [2019-09-12T10:44:59.111Z] #53 5.571 ++ DOCKERCLI_CHANNEL=stable [2019-09-12T10:44:59.111Z] #53 5.575 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-12T10:44:59.111Z] #53 5.575 + install_dockercli [2019-09-12T10:44:59.111Z] #53 5.576 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-12T10:44:59.111Z] #53 5.576 Install docker/cli version 17.06.2-ce from stable [2019-09-12T10:44:59.111Z] #53 5.576 ++ uname -m [2019-09-12T10:44:59.111Z] #53 5.577 + arch=x86_64 [2019-09-12T10:44:59.111Z] #53 5.577 + '[' x86_64 '!=' x86_64 ']' [2019-09-12T10:44:59.111Z] #53 5.577 + url=https://download.docker.com/linux/static [2019-09-12T10:44:59.111Z] #53 5.578 + tar -xz docker/docker [2019-09-12T10:44:59.111Z] #53 5.579 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-12T10:44:59.368Z] #53 ... [2019-09-12T10:44:59.368Z] [2019-09-12T10:44:59.368Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:44:59.368Z] #24 11.13 + cd /tmp/tmp.nwhL9ESv0k/src/github.com/alecthomas/gometalinter [2019-09-12T10:44:59.368Z] #24 11.13 + git checkout -q v2.0.6 [2019-09-12T10:44:59.643Z] #58 34.44 CC images/userns.o [2019-09-12T10:44:59.900Z] #58 34.72 CC images/google/protobuf/descriptor.o [2019-09-12T10:44:59.933Z] #24 11.54 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-12T10:45:01.800Z] #58 36.40 CC images/opts.o [2019-09-12T10:45:01.800Z] #58 36.68 CC images/seccomp.o [2019-09-12T10:45:01.831Z] #24 ... [2019-09-12T10:45:01.831Z] [2019-09-12T10:45:01.831Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T10:45:01.831Z] #53 12.91 + mkdir -p /build [2019-09-12T10:45:01.831Z] #53 12.92 + mv docker/docker /build/ [2019-09-12T10:45:01.831Z] #53 12.92 + rmdir docker [2019-09-12T10:45:01.831Z] #53 DONE 13.4s [2019-09-12T10:45:02.058Z] #58 37.02 CC images/binfmt-misc.o [2019-09-12T10:45:02.089Z] [2019-09-12T10:45:02.089Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:45:02.089Z] #42 5.427 + RM_GOPATH=0 [2019-09-12T10:45:02.089Z] #42 5.427 + TMP_GOPATH= [2019-09-12T10:45:02.089Z] #42 5.428 + : /build [2019-09-12T10:45:02.089Z] #42 5.428 + '[' -z '' ']' [2019-09-12T10:45:02.089Z] #42 5.434 ++ mktemp -d [2019-09-12T10:45:02.089Z] #42 5.434 + export GOPATH=/tmp/tmp.OLBRxPRboR [2019-09-12T10:45:02.089Z] #42 5.434 + GOPATH=/tmp/tmp.OLBRxPRboR [2019-09-12T10:45:02.089Z] #42 5.434 + RM_GOPATH=1 [2019-09-12T10:45:02.089Z] #42 5.437 ++ dirname ./install.sh [2019-09-12T10:45:02.089Z] #42 5.454 + dir=. [2019-09-12T10:45:02.089Z] #42 5.458 + bin=runc [2019-09-12T10:45:02.089Z] #42 5.458 + shift [2019-09-12T10:45:02.089Z] #42 5.458 + '[' '!' -f ./runc.installer ']' [2019-09-12T10:45:02.089Z] #42 5.461 + . ./runc.installer [2019-09-12T10:45:02.089Z] #42 5.461 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:45:02.089Z] #42 5.461 + install_runc [2019-09-12T10:45:02.089Z] #42 5.462 + uname -r [2019-09-12T10:45:02.089Z] #42 5.463 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-12T10:45:02.089Z] #42 5.464 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-12T10:45:02.089Z] #42 5.464 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-12T10:45:02.089Z] #42 5.464 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OLBRxPRboR/src/github.com/opencontainers/runc [2019-09-12T10:45:02.089Z] #42 5.464 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-12T10:45:02.089Z] #42 5.465 Cloning into '/tmp/tmp.OLBRxPRboR/src/github.com/opencontainers/runc'... [2019-09-12T10:45:02.089Z] #42 13.24 + cd /tmp/tmp.OLBRxPRboR/src/github.com/opencontainers/runc [2019-09-12T10:45:02.089Z] #42 13.24 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:45:02.315Z] #58 37.33 CC images/time.o [2019-09-12T10:45:02.347Z] #42 ... [2019-09-12T10:45:02.347Z] [2019-09-12T10:45:02.347Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:45:02.347Z] #55 14.30 + cd /tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution [2019-09-12T10:45:02.347Z] #55 14.30 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-12T10:45:02.573Z] #58 37.64 CC images/sysctl.o [2019-09-12T10:45:02.831Z] #58 37.81 CC images/autofs.o [2019-09-12T10:45:03.088Z] #58 38.01 CC images/macvlan.o [2019-09-12T10:45:03.108Z] INFO: Expanding compiler 3 of 3... [2019-09-12T10:45:03.346Z] #58 38.22 CC images/sit.o [2019-09-12T10:45:03.346Z] #58 38.44 LINK images/built-in.o [2019-09-12T10:45:03.604Z] #58 38.60 GEN compel/include/asm [2019-09-12T10:45:03.604Z] #58 38.62 GEN compel/include/version.h [2019-09-12T10:45:03.604Z] #58 38.66 touch .config [2019-09-12T10:45:03.604Z] #58 38.67 GEN include/common/config.h [2019-09-12T10:45:03.861Z] #58 38.76 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-12T10:45:03.861Z] #58 38.78 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-12T10:45:03.861Z] #58 38.81 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-12T10:45:03.861Z] #58 38.84 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-12T10:45:03.861Z] #58 38.88 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-12T10:45:03.861Z] #58 38.89 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-12T10:45:03.861Z] #58 38.93 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-12T10:45:03.861Z] #58 38.98 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-12T10:45:03.861Z] #58 38.99 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-12T10:45:04.079Z] INFO: Removing downloaded files... [2019-09-12T10:45:04.080Z] INFO: Creating source directory... [2019-09-12T10:45:04.080Z] INFO: Configuring git core.autocrlf... [2019-09-12T10:45:04.080Z] INFO: Completed [2019-09-12T10:45:04.119Z] #58 39.03 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-12T10:45:04.119Z] #58 39.03 DEP compel/plugins/std/infect.d [2019-09-12T10:45:04.376Z] #58 39.20 DEP compel/plugins/std/string.d [2019-09-12T10:45:04.376Z] #58 39.31 DEP compel/plugins/std/log.d [2019-09-12T10:45:04.376Z] #58 39.38 DEP compel/plugins/std/fds.d [2019-09-12T10:45:04.633Z] #58 39.45 DEP compel/plugins/std/std.d [2019-09-12T10:45:04.633Z] #58 39.53 DEP compel/plugins/shmem/shmem.d [2019-09-12T10:45:04.633Z] #58 39.69 DEP compel/plugins/fds/fds.d [2019-09-12T10:45:04.891Z] #58 39.92 CC compel/plugins/std/std.o [2019-09-12T10:45:04.917Z] #55 16.69 + GOPATH=/tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.p4uZLb6rts go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-12T10:45:05.148Z] #58 40.29 CC compel/plugins/std/fds.o [2019-09-12T10:45:05.713Z] #58 40.68 CC compel/plugins/std/log.o [2019-09-12T10:45:06.645Z] #58 41.59 CC compel/plugins/std/string.o [2019-09-12T10:45:07.577Z] #58 42.26 CC compel/plugins/std/infect.o [2019-09-12T10:45:07.577Z] #58 42.64 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-12T10:45:07.835Z] #58 42.71 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-12T10:45:07.835Z] #58 42.76 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-12T10:45:07.835Z] #58 42.81 AR compel/plugins/std.lib.a [2019-09-12T10:45:07.835Z] #58 42.86 CC compel/plugins/fds/fds.o [2019-09-12T10:45:08.092Z] #58 43.07 AR compel/plugins/fds.lib.a [2019-09-12T10:45:08.092Z] #58 43.12 HOSTDEP compel/src/lib/log-host.d [2019-09-12T10:45:08.195Z] #55 ... [2019-09-12T10:45:08.195Z] [2019-09-12T10:45:08.195Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:08.195Z] #35 19.25 Fetched 7922 kB in 14s (552 kB/s) [2019-09-12T10:45:08.349Z] #58 43.26 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-12T10:45:08.607Z] #58 43.44 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-12T10:45:08.607Z] #58 43.62 HOSTDEP compel/src/main-host.d [2019-09-12T10:45:08.868Z] #58 43.74 DEP compel/src/lib/ptrace.d [2019-09-12T10:45:08.868Z] #58 ... [2019-09-12T10:45:08.868Z] [2019-09-12T10:45:08.868Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:08.868Z] #33 78.40 encoding/binary [2019-09-12T10:45:08.868Z] #33 79.93 encoding/base64 [2019-09-12T10:45:08.868Z] #33 80.52 go/doc [2019-09-12T10:45:08.868Z] #33 80.53 encoding/json [2019-09-12T10:45:08.868Z] #33 84.42 github.com/LK4D4/vndr/build [2019-09-12T10:45:08.868Z] #33 85.56 encoding/xml [2019-09-12T10:45:08.868Z] #33 87.58 github.com/LK4D4/vndr/godl/singleflight [2019-09-12T10:45:08.868Z] #33 87.77 compress/flate [2019-09-12T10:45:08.868Z] #33 ... [2019-09-12T10:45:08.868Z] [2019-09-12T10:45:08.868Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:08.868Z] #58 43.95 DEP compel/src/lib/infect.d [2019-09-12T10:45:09.126Z] #58 44.08 DEP compel/src/lib/infect-util.d [2019-09-12T10:45:09.383Z] #58 44.23 DEP compel/src/lib/infect-rpc.d [2019-09-12T10:45:09.383Z] #58 44.38 DEP compel/arch/x86/src/lib/infect.d [2019-09-12T10:45:09.640Z] #58 44.49 DEP compel/arch/x86/src/lib/cpu.d [2019-09-12T10:45:09.640Z] #58 44.60 DEP compel/src/lib/log.d [2019-09-12T10:45:09.640Z] #58 44.72 DEP compel/src/main.d [2019-09-12T10:45:09.898Z] #58 44.83 DEP compel/src/lib/handle-elf.d [2019-09-12T10:45:10.092Z] #35 19.25 Reading package lists... [2019-09-12T10:45:10.092Z] #35 ... [2019-09-12T10:45:10.092Z] [2019-09-12T10:45:10.092Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:10.092Z] #33 11.51 unicode/utf8 [2019-09-12T10:45:10.092Z] #33 12.00 math/bits [2019-09-12T10:45:10.092Z] #33 12.57 math [2019-09-12T10:45:10.092Z] #33 16.88 strconv [2019-09-12T10:45:10.092Z] #33 19.78 internal/testlog [2019-09-12T10:45:10.092Z] #33 20.00 encoding [2019-09-12T10:45:10.092Z] #33 20.11 unicode/utf16 [2019-09-12T10:45:10.092Z] #33 20.29 container/list [2019-09-12T10:45:10.092Z] #33 20.86 crypto/internal/subtle [2019-09-12T10:45:10.092Z] #33 20.98 crypto/subtle [2019-09-12T10:45:10.092Z] #33 21.05 crypto/rc4 [2019-09-12T10:45:10.092Z] #33 21.31 internal/x/crypto/cryptobyte/asn1 [2019-09-12T10:45:10.092Z] #33 21.42 internal/nettrace [2019-09-12T10:45:10.092Z] #33 21.49 internal/x/net/dns/dnsmessage [2019-09-12T10:45:10.156Z] #58 45.05 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-12T10:45:10.413Z] #58 45.28 CC compel/src/lib/log.o [2019-09-12T10:45:10.670Z] #58 45.60 CC compel/arch/x86/src/lib/cpu.o [2019-09-12T10:45:11.025Z] #33 ... [2019-09-12T10:45:11.025Z] [2019-09-12T10:45:11.025Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:45:11.025Z] #30 12.67 unicode/utf8 [2019-09-12T10:45:11.025Z] #30 13.15 strconv [2019-09-12T10:45:11.025Z] #30 16.65 internal/race [2019-09-12T10:45:11.025Z] #30 16.67 sync/atomic [2019-09-12T10:45:11.025Z] #30 16.81 unicode [2019-09-12T10:45:11.025Z] #30 19.70 internal/testlog [2019-09-12T10:45:11.025Z] #30 19.94 encoding [2019-09-12T10:45:11.025Z] #30 20.08 runtime/cgo [2019-09-12T10:45:11.602Z] #58 46.42 CC compel/arch/x86/src/lib/infect.o [2019-09-12T10:45:12.167Z] #58 47.23 CC compel/src/lib/infect-rpc.o [2019-09-12T10:45:12.398Z] #30 ... [2019-09-12T10:45:12.398Z] [2019-09-12T10:45:12.398Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:12.398Z] #35 19.25 Reading package lists... [2019-09-12T10:45:12.732Z] #58 47.60 CC compel/src/lib/infect-util.o [2019-09-12T10:45:12.989Z] #58 47.96 CC compel/src/lib/infect.o [2019-09-12T10:45:12.992Z] #35 24.53 Reading package lists... [2019-09-12T10:45:12.993Z] #35 ... [2019-09-12T10:45:12.993Z] [2019-09-12T10:45:12.993Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:45:12.993Z] #42 14.18 + '[' -z '' ']' [2019-09-12T10:45:12.993Z] #42 14.18 + target=static [2019-09-12T10:45:12.993Z] #42 14.18 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-12T10:45:12.993Z] #42 16.24 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-12T10:45:12.993Z] #42 ... [2019-09-12T10:45:12.993Z] [2019-09-12T10:45:12.993Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:45:12.993Z] #50 17.46 + cd /tmp/tmp.hXt5Y1RAZj/src/github.com/docker/libnetwork [2019-09-12T10:45:12.993Z] #50 17.46 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:45:12.993Z] #50 17.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-12T10:45:13.559Z] #50 ... [2019-09-12T10:45:13.559Z] [2019-09-12T10:45:13.559Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-12T10:45:13.559Z] #44 20.45 Fetched 7922 kB in 14s (534 kB/s) [2019-09-12T10:45:13.559Z] #44 20.45 Reading package lists... [2019-09-12T10:45:13.559Z] #44 ... [2019-09-12T10:45:13.559Z] [2019-09-12T10:45:13.559Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:13.559Z] #33 25.30 runtime/cgo [2019-09-12T10:45:14.928Z] #33 ... [2019-09-12T10:45:14.928Z] [2019-09-12T10:45:14.928Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:14.928Z] #57 16.97 Fetched 7922 kB in 13s (570 kB/s) [2019-09-12T10:45:14.928Z] #57 16.97 Reading package lists... [2019-09-12T10:45:15.184Z] #57 22.08 Reading package lists... [2019-09-12T10:45:15.184Z] #57 ... [2019-09-12T10:45:15.184Z] [2019-09-12T10:45:15.184Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-12T10:45:15.514Z] #58 50.33 CC compel/src/lib/ptrace.o [2019-09-12T10:45:15.775Z] #58 50.79 AR compel/libcompel.a [2019-09-12T10:45:15.775Z] #58 50.87 HOSTCC compel/src/main-host.o [2019-09-12T10:45:16.340Z] #58 51.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-12T10:45:16.340Z] #58 51.44 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-12T10:45:16.905Z] #58 52.00 HOSTCC compel/src/lib/log-host.o [2019-09-12T10:45:17.162Z] #58 ... [2019-09-12T10:45:17.162Z] [2019-09-12T10:45:17.162Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:45:17.162Z] #61 89.55 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T10:45:17.162Z] #61 89.55 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-12T10:45:17.162Z] #61 DONE 96.6s [2019-09-12T10:45:17.162Z] [2019-09-12T10:45:17.162Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-12T10:45:17.162Z] #62 DONE 0.1s [2019-09-12T10:45:17.162Z] [2019-09-12T10:45:17.162Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:17.162Z] #33 90.46 hash [2019-09-12T10:45:17.162Z] #33 90.60 hash/crc32 [2019-09-12T10:45:17.162Z] #33 91.19 compress/gzip [2019-09-12T10:45:17.162Z] #33 91.69 context [2019-09-12T10:45:17.162Z] #33 91.89 crypto/cipher [2019-09-12T10:45:17.162Z] #33 92.32 math/rand [2019-09-12T10:45:17.162Z] #33 93.14 crypto/aes [2019-09-12T10:45:17.162Z] #33 93.21 math/big [2019-09-12T10:45:17.162Z] #33 94.31 crypto [2019-09-12T10:45:17.162Z] #33 94.60 crypto/des [2019-09-12T10:45:17.162Z] #33 95.07 crypto/internal/randutil [2019-09-12T10:45:17.162Z] #33 95.15 crypto/sha512 [2019-09-12T10:45:17.162Z] #33 96.18 crypto/hmac [2019-09-12T10:45:17.162Z] #33 96.28 crypto/md5 [2019-09-12T10:45:17.732Z] #33 97.07 crypto/sha1 [2019-09-12T10:45:17.732Z] #33 ... [2019-09-12T10:45:17.732Z] [2019-09-12T10:45:17.732Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:17.732Z] #58 52.49 HOSTLINK compel/compel-host-bin [2019-09-12T10:45:17.989Z] #58 52.93 DEP soccr/soccr.d [2019-09-12T10:45:18.247Z] #58 53.15 CC soccr/soccr.o [2019-09-12T10:45:18.457Z] #44 25.81 Reading package lists... [2019-09-12T10:45:19.020Z] #44 30.52 Building dependency tree... [2019-09-12T10:45:19.020Z] #44 ... [2019-09-12T10:45:19.020Z] [2019-09-12T10:45:19.020Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:45:19.020Z] #27 30.23 + cd /tmp/tmp.LjkJX5NXO2/src/gotest.tools/gotestsum [2019-09-12T10:45:19.020Z] #27 30.23 + git checkout -q v0.3.5 [2019-09-12T10:45:19.020Z] #27 30.27 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-12T10:45:19.619Z] #58 54.53 AR soccr/libsoccr.a [2019-09-12T10:45:19.619Z] #58 54.57 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:45:19.876Z] #58 54.89 DEP criu/arch/x86/sigframe.d [2019-09-12T10:45:20.134Z] #58 54.99 DEP criu/arch/x86/sigaction_compat.d [2019-09-12T10:45:20.134Z] #58 55.06 DEP criu/arch/x86/kerndat.d [2019-09-12T10:45:20.134Z] #58 55.16 DEP criu/arch/x86/crtools.d [2019-09-12T10:45:20.445Z] #58 55.31 DEP criu/arch/x86/cpu.d [2019-09-12T10:45:20.445Z] #58 55.47 CC criu/arch/x86/cpu.o [2019-09-12T10:45:20.915Z] #27 ... [2019-09-12T10:45:20.915Z] [2019-09-12T10:45:20.915Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-12T10:45:20.915Z] #50 DONE 32.4s [2019-09-12T10:45:20.915Z] [2019-09-12T10:45:20.915Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:20.915Z] #57 22.08 Reading package lists... [2019-09-12T10:45:20.915Z] #57 27.52 Building dependency tree... [2019-09-12T10:45:20.915Z] #57 28.68 Reading state information... [2019-09-12T10:45:20.915Z] #57 29.61 The following additional packages will be installed: [2019-09-12T10:45:20.915Z] #57 29.63 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-12T10:45:20.915Z] #57 29.63 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-12T10:45:20.915Z] #57 29.65 Suggested packages: [2019-09-12T10:45:20.915Z] #57 29.65 manpages-dev python-setuptools [2019-09-12T10:45:20.915Z] #57 31.01 The following NEW packages will be installed: [2019-09-12T10:45:20.915Z] #57 31.03 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-12T10:45:20.915Z] #57 31.04 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-12T10:45:20.915Z] #57 31.04 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-12T10:45:20.915Z] #57 31.04 zlib1g-dev [2019-09-12T10:45:20.915Z] #57 32.24 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:45:20.915Z] #57 32.24 Need to get 3602 kB of archives. [2019-09-12T10:45:20.915Z] #57 32.24 After this operation, 18.9 MB of additional disk space will be used. [2019-09-12T10:45:20.915Z] #57 32.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-12T10:45:20.915Z] #57 32.24 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-12T10:45:20.915Z] #57 32.24 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-12T10:45:20.915Z] #57 32.25 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-12T10:45:20.915Z] #57 32.25 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-12T10:45:20.915Z] #57 32.26 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-12T10:45:20.915Z] #57 32.27 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-12T10:45:20.915Z] #57 32.28 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-12T10:45:20.915Z] #57 32.29 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-12T10:45:20.915Z] #57 32.38 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-12T10:45:20.915Z] #57 32.41 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-12T10:45:20.915Z] #57 32.47 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-12T10:45:20.915Z] #57 32.54 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-12T10:45:20.915Z] #57 32.55 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-12T10:45:20.915Z] #57 32.56 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-12T10:45:20.915Z] #57 32.58 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-12T10:45:21.420Z] #58 56.17 CC criu/arch/x86/crtools.o [2019-09-12T10:45:21.845Z] #57 34.03 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:45:21.845Z] #57 34.09 Fetched 3602 kB in 1s (2306 kB/s) [2019-09-12T10:45:21.845Z] #57 ... [2019-09-12T10:45:21.845Z] [2019-09-12T10:45:21.845Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:21.845Z] #33 33.72 internal/x/crypto/curve25519 [2019-09-12T10:45:22.820Z] #58 57.79 CC criu/arch/x86/kerndat.o [2019-09-12T10:45:23.551Z] #58 58.39 CC criu/arch/x86/sigaction_compat.o [2019-09-12T10:45:23.808Z] #58 58.65 CC criu/arch/x86/sigframe.o [2019-09-12T10:45:23.808Z] #58 58.93 LINK criu/arch/x86/crtools.built-in.o [2019-09-12T10:45:24.065Z] #58 58.97 DEP criu/pie/util-vdso-elf32.d [2019-09-12T10:45:24.065Z] #58 59.18 DEP criu/arch/x86/vdso-pie.d [2019-09-12T10:45:24.322Z] #58 59.29 DEP criu/pie/parasite-vdso.d [2019-09-12T10:45:24.578Z] #58 59.44 DEP criu/pie/util-vdso.d [2019-09-12T10:45:24.578Z] #58 59.57 DEP criu/pie/util.d [2019-09-12T10:45:24.835Z] #58 59.73 CC criu/pie/util.o [2019-09-12T10:45:25.092Z] #58 60.05 CC criu/pie/util-vdso.o [2019-09-12T10:45:25.147Z] #33 ... [2019-09-12T10:45:25.147Z] [2019-09-12T10:45:25.147Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-12T10:45:25.147Z] #44 30.52 Building dependency tree... [2019-09-12T10:45:25.147Z] #44 31.50 Reading state information... [2019-09-12T10:45:25.147Z] #44 32.56 The following additional packages will be installed: [2019-09-12T10:45:25.147Z] #44 32.57 btrfs-progs liblzo2-2 [2019-09-12T10:45:25.147Z] #44 32.79 The following NEW packages will be installed: [2019-09-12T10:45:25.147Z] #44 32.79 btrfs-progs btrfs-tools liblzo2-2 [2019-09-12T10:45:25.147Z] #44 34.19 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:45:25.147Z] #44 34.19 Need to get 649 kB of archives. [2019-09-12T10:45:25.147Z] #44 34.19 After this operation, 4320 kB of additional disk space will be used. [2019-09-12T10:45:25.147Z] #44 34.19 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-12T10:45:25.147Z] #44 34.19 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-12T10:45:25.147Z] #44 34.22 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-12T10:45:25.147Z] #44 35.03 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:45:25.147Z] #44 35.23 Fetched 649 kB in 1s (544 kB/s) [2019-09-12T10:45:25.147Z] #44 35.34 Selecting previously unselected package liblzo2-2:amd64. [2019-09-12T10:45:25.147Z] #44 35.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:45:25.147Z] #44 35.42 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-12T10:45:25.147Z] #44 35.44 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:45:25.147Z] #44 35.57 Selecting previously unselected package btrfs-progs. [2019-09-12T10:45:25.147Z] #44 35.57 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-12T10:45:25.147Z] #44 35.57 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-12T10:45:25.147Z] #44 36.16 Selecting previously unselected package btrfs-tools. [2019-09-12T10:45:25.147Z] #44 36.17 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-12T10:45:25.147Z] #44 36.18 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-12T10:45:25.147Z] #44 36.31 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:25.147Z] #44 36.38 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:45:25.147Z] #44 36.39 Setting up btrfs-progs (4.7.3-1) ... [2019-09-12T10:45:25.147Z] #44 36.41 Setting up btrfs-tools (4.7.3-1) ... [2019-09-12T10:45:25.147Z] #44 36.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:25.147Z] #44 DONE 36.7s [2019-09-12T10:45:25.147Z] [2019-09-12T10:45:25.147Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:45:25.147Z] #45 DONE 0.1s [2019-09-12T10:45:25.147Z] [2019-09-12T10:45:25.147Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-12T10:45:25.147Z] #46 DONE 0.1s [2019-09-12T10:45:25.147Z] [2019-09-12T10:45:25.147Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:25.147Z] #57 34.17 Selecting previously unselected package libnet1:amd64. [2019-09-12T10:45:25.147Z] #57 34.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:45:25.147Z] #57 34.23 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 34.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:45:25.147Z] #57 34.39 Selecting previously unselected package libcap-dev:amd64. [2019-09-12T10:45:25.147Z] #57 34.39 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 34.39 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-12T10:45:25.147Z] #57 34.50 Selecting previously unselected package libnet1-dev. [2019-09-12T10:45:25.147Z] #57 34.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 34.53 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:45:25.147Z] #57 34.72 Selecting previously unselected package libnl-3-200:amd64. [2019-09-12T10:45:25.147Z] #57 34.73 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 34.77 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:45:25.147Z] #57 34.90 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-12T10:45:25.147Z] #57 34.93 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 34.93 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-12T10:45:25.147Z] #57 35.21 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-12T10:45:25.147Z] #57 35.21 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 35.22 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:45:25.147Z] #57 35.33 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-12T10:45:25.147Z] #57 35.35 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 35.35 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-12T10:45:25.147Z] #57 35.47 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-12T10:45:25.147Z] #57 35.48 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 35.50 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-12T10:45:25.147Z] #57 35.70 Selecting previously unselected package libprotobuf10:amd64. [2019-09-12T10:45:25.147Z] #57 35.71 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 35.73 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-12T10:45:25.147Z] #57 36.29 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-12T10:45:25.147Z] #57 36.29 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 36.30 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-12T10:45:25.147Z] #57 36.46 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-12T10:45:25.147Z] #57 36.47 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-12T10:45:25.147Z] #57 36.47 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-12T10:45:25.655Z] #58 60.79 CC criu/pie/parasite-vdso.o [2019-09-12T10:45:25.712Z] #57 37.74 Selecting previously unselected package libprotoc10:amd64. [2019-09-12T10:45:25.712Z] #57 37.74 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-12T10:45:25.712Z] #57 37.75 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-12T10:45:26.643Z] #57 38.48 Selecting previously unselected package protobuf-c-compiler. [2019-09-12T10:45:26.643Z] #57 38.49 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-12T10:45:26.643Z] #57 38.50 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:45:26.643Z] #57 38.65 Selecting previously unselected package protobuf-compiler. [2019-09-12T10:45:26.643Z] #57 38.66 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-12T10:45:26.643Z] #57 38.66 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-12T10:45:26.643Z] #57 38.77 Selecting previously unselected package python-pkg-resources. [2019-09-12T10:45:26.643Z] #57 38.77 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-12T10:45:26.643Z] #57 38.78 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-12T10:45:26.901Z] #57 38.96 Selecting previously unselected package python-protobuf. [2019-09-12T10:45:26.901Z] #57 38.96 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-12T10:45:26.901Z] #57 38.97 Unpacking python-protobuf (3.0.0-9) ... [2019-09-12T10:45:27.023Z] #58 61.80 CC criu/arch/x86/vdso-pie.o [2019-09-12T10:45:27.280Z] #58 62.16 CC criu/pie/util-vdso-elf32.o [2019-09-12T10:45:27.464Z] #57 39.45 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-12T10:45:27.722Z] #57 39.65 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-12T10:45:27.722Z] #57 39.66 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-12T10:45:27.722Z] #57 ... [2019-09-12T10:45:27.722Z] [2019-09-12T10:45:27.722Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:27.722Z] #35 24.53 Reading package lists... [2019-09-12T10:45:27.722Z] #35 30.03 Building dependency tree... [2019-09-12T10:45:27.722Z] #35 31.10 Reading state information... [2019-09-12T10:45:27.722Z] #35 32.00 The following additional packages will be installed: [2019-09-12T10:45:27.722Z] #35 32.00 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-12T10:45:27.722Z] #35 32.02 Suggested packages: [2019-09-12T10:45:27.722Z] #35 32.02 codeblocks eclipse ninja-build lrzip [2019-09-12T10:45:27.722Z] #35 32.02 Recommended packages: [2019-09-12T10:45:27.722Z] #35 32.02 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-12T10:45:27.722Z] #35 32.79 The following NEW packages will be installed: [2019-09-12T10:45:27.722Z] #35 32.87 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-12T10:45:27.722Z] #35 32.87 vim-common xxd [2019-09-12T10:45:27.722Z] #35 34.15 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:45:27.722Z] #35 34.15 Need to get 13.7 MB of archives. [2019-09-12T10:45:27.722Z] #35 34.15 After this operation, 57.2 MB of additional disk space will be used. [2019-09-12T10:45:27.722Z] #35 34.15 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-12T10:45:27.722Z] #35 34.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-12T10:45:27.722Z] #35 34.26 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-12T10:45:27.722Z] #35 34.85 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-12T10:45:27.722Z] #35 34.91 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-12T10:45:27.722Z] #35 34.94 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-12T10:45:27.722Z] #35 34.95 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-12T10:45:27.722Z] #35 34.95 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-12T10:45:27.722Z] #35 35.19 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-12T10:45:27.722Z] #35 35.21 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-12T10:45:27.722Z] #35 36.13 debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:45:27.722Z] #35 36.29 Fetched 13.7 MB in 2s (6329 kB/s) [2019-09-12T10:45:27.722Z] #35 36.37 Selecting previously unselected package cmake-data. [2019-09-12T10:45:27.722Z] #35 36.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-12T10:45:27.722Z] #35 36.39 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-12T10:45:27.722Z] #35 36.41 Unpacking cmake-data (3.7.2-1) ... [2019-09-12T10:45:27.722Z] #35 39.16 Selecting previously unselected package liblzo2-2:amd64. [2019-09-12T10:45:27.722Z] #35 39.16 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-12T10:45:27.722Z] #35 39.17 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:45:27.722Z] #35 39.29 Selecting previously unselected package libicu57:amd64. [2019-09-12T10:45:27.722Z] #35 39.30 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-12T10:45:27.722Z] #35 39.30 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-12T10:45:27.843Z] #58 62.88 AR criu/pie/pie.lib.a [2019-09-12T10:45:27.843Z] #58 62.96 DEP criu/pie/restorer.d [2019-09-12T10:45:27.979Z] #35 ... [2019-09-12T10:45:27.979Z] [2019-09-12T10:45:27.979Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:45:27.979Z] #47 2.695 + RM_GOPATH=0 [2019-09-12T10:45:27.979Z] #47 2.695 + TMP_GOPATH= [2019-09-12T10:45:27.979Z] #47 2.695 + : /build [2019-09-12T10:45:27.979Z] #47 2.695 + '[' -z '' ']' [2019-09-12T10:45:27.979Z] #47 2.696 ++ mktemp -d [2019-09-12T10:45:27.979Z] #47 2.702 + export GOPATH=/tmp/tmp.2leFXFdQVp [2019-09-12T10:45:27.979Z] #47 2.702 + GOPATH=/tmp/tmp.2leFXFdQVp [2019-09-12T10:45:27.979Z] #47 2.702 + RM_GOPATH=1 [2019-09-12T10:45:27.979Z] #47 2.702 ++ dirname ./install.sh [2019-09-12T10:45:27.979Z] #47 2.703 + dir=. [2019-09-12T10:45:27.979Z] #47 2.703 + bin=containerd [2019-09-12T10:45:27.979Z] #47 2.703 + shift [2019-09-12T10:45:27.979Z] #47 2.704 + '[' '!' -f ./containerd.installer ']' [2019-09-12T10:45:27.979Z] #47 2.704 + . ./containerd.installer [2019-09-12T10:45:27.979Z] #47 2.704 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:45:27.979Z] #47 2.705 + install_containerd [2019-09-12T10:45:27.979Z] #47 2.705 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-12T10:45:27.979Z] #47 2.705 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:45:27.979Z] #47 2.705 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2leFXFdQVp/src/github.com/containerd/containerd [2019-09-12T10:45:27.979Z] #47 2.710 Cloning into '/tmp/tmp.2leFXFdQVp/src/github.com/containerd/containerd'... [2019-09-12T10:45:28.099Z] #58 63.23 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-12T10:45:28.356Z] #58 63.34 DEP criu/arch/x86/restorer_unmap.d [2019-09-12T10:45:28.356Z] #58 63.36 DEP criu/arch/x86/restorer.d [2019-09-12T10:45:28.615Z] #58 63.61 DEP criu/pie/parasite.d [2019-09-12T10:45:28.615Z] #58 ... [2019-09-12T10:45:28.615Z] [2019-09-12T10:45:28.615Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:28.615Z] #33 98.28 crypto/sha256 [2019-09-12T10:45:28.615Z] #33 99.11 encoding/hex [2019-09-12T10:45:28.615Z] #33 99.65 encoding/pem [2019-09-12T10:45:28.615Z] #33 100.2 internal/singleflight [2019-09-12T10:45:28.615Z] #33 100.4 net [2019-09-12T10:45:28.615Z] #33 101.7 crypto/rand [2019-09-12T10:45:28.615Z] #33 102.4 crypto/elliptic [2019-09-12T10:45:28.615Z] #33 104.2 encoding/asn1 [2019-09-12T10:45:28.615Z] #33 106.4 crypto/ecdsa [2019-09-12T10:45:28.615Z] #33 107.1 crypto/rsa [2019-09-12T10:45:28.872Z] #33 ... [2019-09-12T10:45:28.872Z] [2019-09-12T10:45:28.872Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:28.872Z] #58 63.87 CC criu/pie/parasite.o [2019-09-12T10:45:30.240Z] #58 65.08 LINK criu/pie/parasite.built-in.o [2019-09-12T10:45:30.240Z] #58 65.09 GEN criu/pie/parasite-blob.h [2019-09-12T10:45:30.240Z] #58 65.12 CC criu/arch/x86/restorer.o [2019-09-12T10:45:30.803Z] #58 65.67 CC criu/arch/x86/restorer_unmap.o [2019-09-12T10:45:30.803Z] #58 65.74 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-12T10:45:31.060Z] #58 66.04 CC criu/pie/restorer.o [2019-09-12T10:45:32.159Z] #47 ... [2019-09-12T10:45:32.159Z] [2019-09-12T10:45:32.159Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:32.159Z] #57 43.55 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:45:32.159Z] #57 43.57 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-12T10:45:32.159Z] #57 43.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:32.159Z] #57 43.60 Setting up python-protobuf (3.0.0-9) ... [2019-09-12T10:45:33.092Z] #57 ... [2019-09-12T10:45:33.092Z] [2019-09-12T10:45:33.092Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:45:33.092Z] #30 34.88 sync [2019-09-12T10:45:33.092Z] #30 35.30 io [2019-09-12T10:45:33.092Z] #30 35.31 reflect [2019-09-12T10:45:33.092Z] #30 36.38 syscall [2019-09-12T10:45:33.092Z] #30 42.60 time [2019-09-12T10:45:33.092Z] #30 ... [2019-09-12T10:45:33.092Z] [2019-09-12T10:45:33.092Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:33.092Z] #35 45.00 Selecting previously unselected package libxml2:amd64. [2019-09-12T10:45:33.092Z] #35 45.01 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-12T10:45:33.092Z] #35 45.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-12T10:45:33.581Z] #58 68.73 LINK criu/pie/restorer.built-in.o [2019-09-12T10:45:33.657Z] #35 45.70 Selecting previously unselected package libarchive13:amd64. [2019-09-12T10:45:33.657Z] #35 45.70 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-12T10:45:33.657Z] #35 45.71 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-12T10:45:33.838Z] #58 68.77 GEN criu/pie/restorer-blob.h [2019-09-12T10:45:33.838Z] #58 68.87 DEP criu/vdso.d [2019-09-12T10:45:33.915Z] #35 46.01 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-12T10:45:34.172Z] #35 46.01 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-12T10:45:34.172Z] #35 46.05 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-12T10:45:34.172Z] #35 46.21 Selecting previously unselected package libuv1:amd64. [2019-09-12T10:45:34.172Z] #35 46.21 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-12T10:45:34.172Z] #35 46.21 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-12T10:45:34.172Z] #35 46.41 Selecting previously unselected package cmake. [2019-09-12T10:45:34.402Z] #58 69.14 DEP criu/vdso-compat.d [2019-09-12T10:45:34.402Z] #58 69.34 DEP criu/uts_ns.d [2019-09-12T10:45:34.402Z] #58 69.54 DEP criu/util.d [2019-09-12T10:45:34.430Z] #35 46.42 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-12T10:45:34.430Z] #35 46.51 Unpacking cmake (3.7.2-1) ... [2019-09-12T10:45:34.968Z] #58 69.85 DEP criu/uffd.d [2019-09-12T10:45:35.225Z] #58 70.05 DEP criu/tun.d [2019-09-12T10:45:35.482Z] #58 70.31 DEP criu/tty.d [2019-09-12T10:45:35.482Z] #58 70.46 DEP criu/timerfd.d [2019-09-12T10:45:35.739Z] #58 70.72 DEP criu/sysfs_parse.d [2019-09-12T10:45:35.997Z] #58 71.00 DEP criu/sysctl.d [2019-09-12T10:45:36.253Z] #58 71.16 DEP criu/string.d [2019-09-12T10:45:36.253Z] #58 71.25 DEP criu/stats.d [2019-09-12T10:45:36.253Z] #58 71.34 DEP criu/sockets.d [2019-09-12T10:45:36.817Z] #58 71.58 DEP criu/sk-unix.d [2019-09-12T10:45:36.817Z] #58 71.80 DEP criu/sk-tcp.d [2019-09-12T10:45:36.957Z] #35 ... [2019-09-12T10:45:36.958Z] [2019-09-12T10:45:36.958Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:36.958Z] #33 38.26 sync [2019-09-12T10:45:36.958Z] #33 38.94 reflect [2019-09-12T10:45:36.958Z] #33 38.94 io [2019-09-12T10:45:36.958Z] #33 39.97 bytes [2019-09-12T10:45:36.958Z] #33 41.55 bufio [2019-09-12T10:45:36.958Z] #33 43.14 syscall [2019-09-12T10:45:36.958Z] #33 ... [2019-09-12T10:45:36.958Z] [2019-09-12T10:45:36.958Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:36.958Z] #57 48.61 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-12T10:45:36.958Z] #57 48.63 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-12T10:45:36.958Z] #57 48.65 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-12T10:45:36.958Z] #57 48.69 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-12T10:45:36.958Z] #57 48.71 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-12T10:45:36.958Z] #57 48.72 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:45:36.958Z] #57 48.73 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-12T10:45:36.958Z] #57 48.74 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-12T10:45:36.958Z] #57 48.76 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-12T10:45:36.958Z] #57 48.80 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-12T10:45:36.958Z] #57 48.82 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:37.075Z] #58 72.08 DEP criu/sk-queue.d [2019-09-12T10:45:37.332Z] #58 72.27 DEP criu/sk-packet.d [2019-09-12T10:45:37.524Z] #57 DONE 49.4s [2019-09-12T10:45:37.524Z] [2019-09-12T10:45:37.524Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-12T10:45:37.524Z] #35 49.42 Selecting previously unselected package xxd. [2019-09-12T10:45:37.524Z] #35 49.42 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-12T10:45:37.524Z] #35 49.44 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:45:37.590Z] #58 72.47 DEP criu/sk-netlink.d [2019-09-12T10:45:37.590Z] #58 72.64 DEP criu/sk-inet.d [2019-09-12T10:45:37.783Z] #35 49.77 Selecting previously unselected package vim-common. [2019-09-12T10:45:37.783Z] #35 49.78 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T10:45:37.783Z] #35 49.81 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:45:37.847Z] #58 72.85 DEP criu/signalfd.d [2019-09-12T10:45:38.105Z] #58 73.09 DEP criu/sigframe.d [2019-09-12T10:45:38.349Z] #35 50.19 Processing triggers for mime-support (3.60) ... [2019-09-12T10:45:38.349Z] #35 50.44 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:45:38.362Z] #58 73.21 DEP criu/shmem.d [2019-09-12T10:45:38.362Z] #58 73.38 DEP criu/servicefd.d [2019-09-12T10:45:38.606Z] #35 50.48 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-12T10:45:38.607Z] #35 50.49 Setting up cmake-data (3.7.2-1) ... [2019-09-12T10:45:38.607Z] #35 50.51 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-12T10:45:38.607Z] #35 50.52 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-12T10:45:38.607Z] #35 50.54 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:38.607Z] #35 50.60 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:45:38.607Z] #35 50.62 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-12T10:45:38.607Z] #35 50.65 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-12T10:45:38.607Z] #35 50.68 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-12T10:45:38.607Z] #35 50.71 Setting up cmake (3.7.2-1) ... [2019-09-12T10:45:38.619Z] #58 73.61 DEP criu/seize.d [2019-09-12T10:45:38.864Z] #35 50.80 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:45:38.876Z] #58 73.83 DEP criu/seccomp.d [2019-09-12T10:45:39.122Z] #35 DONE 51.0s [2019-09-12T10:45:39.122Z] [2019-09-12T10:45:39.122Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:45:39.122Z] #36 DONE 0.1s [2019-09-12T10:45:39.122Z] [2019-09-12T10:45:39.122Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:45:39.122Z] #30 47.24 internal/poll [2019-09-12T10:45:39.122Z] #30 47.76 sort [2019-09-12T10:45:39.122Z] #30 48.90 internal/syscall/unix [2019-09-12T10:45:39.122Z] #30 49.01 internal/fmtsort [2019-09-12T10:45:39.122Z] #30 49.09 os [2019-09-12T10:45:39.122Z] #30 49.91 strings [2019-09-12T10:45:39.122Z] #30 ... [2019-09-12T10:45:39.122Z] [2019-09-12T10:45:39.122Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-12T10:45:39.122Z] #37 DONE 0.1s [2019-09-12T10:45:39.133Z] #58 ... [2019-09-12T10:45:39.133Z] [2019-09-12T10:45:39.133Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:39.133Z] #33 108.5 crypto/dsa [2019-09-12T10:45:39.133Z] #33 108.9 crypto/x509/pkix [2019-09-12T10:45:39.134Z] #33 109.4 internal/x/crypto/cryptobyte [2019-09-12T10:45:39.134Z] #33 111.0 internal/x/crypto/internal/chacha20 [2019-09-12T10:45:39.134Z] #33 111.5 internal/x/crypto/poly1305 [2019-09-12T10:45:39.134Z] #33 111.9 internal/x/crypto/chacha20poly1305 [2019-09-12T10:45:39.134Z] #33 112.8 internal/x/crypto/hkdf [2019-09-12T10:45:39.134Z] #33 113.0 internal/x/text/transform [2019-09-12T10:45:39.134Z] #33 113.7 internal/x/text/unicode/bidi [2019-09-12T10:45:39.134Z] #33 115.4 internal/x/text/secure/bidirule [2019-09-12T10:45:39.134Z] #33 115.8 internal/x/text/unicode/norm [2019-09-12T10:45:39.134Z] #33 ... [2019-09-12T10:45:39.134Z] [2019-09-12T10:45:39.134Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:39.134Z] #58 74.07 DEP criu/rst-malloc.d [2019-09-12T10:45:39.134Z] #58 74.17 DEP criu/rbtree.d [2019-09-12T10:45:39.380Z] [2019-09-12T10:45:39.380Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-12T10:45:39.391Z] #58 74.23 DEP criu/pstree.d [2019-09-12T10:45:39.391Z] #58 74.39 DEP criu/protobuf.d [2019-09-12T10:45:39.648Z] #58 74.53 GEN criu/protobuf-desc-gen.h [2019-09-12T10:45:41.020Z] #58 75.90 DEP criu/protobuf-desc.d [2019-09-12T10:45:41.020Z] #58 76.03 DEP criu/proc_parse.d [2019-09-12T10:45:41.277Z] #58 76.32 DEP criu/plugin.d [2019-09-12T10:45:41.534Z] #58 76.47 DEP criu/pipes.d [2019-09-12T10:45:41.791Z] #58 76.65 DEP criu/pie-util.d [2019-09-12T10:45:41.791Z] #58 76.78 DEP criu/pie-util-vdso.d [2019-09-12T10:45:41.907Z] #38 2.373 + RM_GOPATH=0 [2019-09-12T10:45:41.907Z] #38 2.373 + TMP_GOPATH= [2019-09-12T10:45:41.907Z] #38 2.373 + : /build [2019-09-12T10:45:41.907Z] #38 2.373 + '[' -z '' ']' [2019-09-12T10:45:41.907Z] #38 2.377 ++ mktemp -d [2019-09-12T10:45:41.907Z] #38 2.383 + export GOPATH=/tmp/tmp.Z7r0ii1eZq [2019-09-12T10:45:41.907Z] #38 2.387 + GOPATH=/tmp/tmp.Z7r0ii1eZq [2019-09-12T10:45:41.907Z] #38 2.387 + RM_GOPATH=1 [2019-09-12T10:45:41.907Z] #38 2.388 ++ dirname ./install.sh [2019-09-12T10:45:41.907Z] #38 2.395 + dir=. [2019-09-12T10:45:41.907Z] #38 2.395 + bin=tini [2019-09-12T10:45:41.907Z] #38 2.396 + shift [2019-09-12T10:45:41.907Z] #38 2.396 + '[' '!' -f ./tini.installer ']' [2019-09-12T10:45:41.907Z] #38 2.396 + . ./tini.installer [2019-09-12T10:45:41.907Z] #38 2.397 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:45:41.907Z] #38 2.397 + install_tini [2019-09-12T10:45:41.907Z] #38 2.398 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-12T10:45:41.907Z] #38 2.399 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:45:41.907Z] #38 2.399 + git clone https://github.com/krallin/tini.git /tmp/tmp.Z7r0ii1eZq/tini [2019-09-12T10:45:41.907Z] #38 2.400 Cloning into '/tmp/tmp.Z7r0ii1eZq/tini'... [2019-09-12T10:45:42.048Z] #58 76.97 DEP criu/pie-util-vdso-elf32.d [2019-09-12T10:45:42.048Z] #58 77.09 DEP criu/path.d [2019-09-12T10:45:42.307Z] #58 77.32 DEP criu/parasite-syscall.d [2019-09-12T10:45:42.483Z] #38 3.199 + cd /tmp/tmp.Z7r0ii1eZq/tini [2019-09-12T10:45:42.483Z] #38 3.207 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:45:42.483Z] #38 3.215 + cmake . [2019-09-12T10:45:42.564Z] #58 77.54 DEP criu/pagemap.d [2019-09-12T10:45:42.741Z] #38 3.749 -- The C compiler identification is GNU 6.3.0 [2019-09-12T10:45:42.821Z] #58 77.71 DEP criu/pagemap-cache.d [2019-09-12T10:45:42.998Z] #38 3.785 -- Check for working C compiler: /usr/bin/cc [2019-09-12T10:45:43.078Z] #58 77.90 DEP criu/page-xfer.d [2019-09-12T10:45:43.335Z] #58 78.17 DEP criu/page-pipe.d [2019-09-12T10:45:43.335Z] #58 78.28 DEP criu/netfilter.d [2019-09-12T10:45:43.335Z] #58 78.41 DEP criu/net.d [2019-09-12T10:45:43.564Z] #38 4.229 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-12T10:45:43.564Z] #38 4.230 -- Detecting C compiler ABI info [2019-09-12T10:45:43.593Z] #58 ... [2019-09-12T10:45:43.593Z] [2019-09-12T10:45:43.593Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:45:43.593Z] #24 113.1 + GOBIN=/build [2019-09-12T10:45:43.593Z] #24 113.1 + /build/gometalinter --install [2019-09-12T10:45:43.593Z] #24 113.1 Installing: [2019-09-12T10:45:43.593Z] #24 113.1 deadcode [2019-09-12T10:45:43.593Z] #24 113.1 dupl [2019-09-12T10:45:43.593Z] #24 113.1 errcheck [2019-09-12T10:45:43.593Z] #24 113.1 gas [2019-09-12T10:45:43.593Z] #24 113.1 gochecknoglobals [2019-09-12T10:45:43.593Z] #24 113.1 gochecknoinits [2019-09-12T10:45:43.593Z] #24 113.1 goconst [2019-09-12T10:45:43.593Z] #24 113.1 gocyclo [2019-09-12T10:45:43.593Z] #24 113.1 goimports [2019-09-12T10:45:43.593Z] #24 113.1 golint [2019-09-12T10:45:43.593Z] #24 113.1 gosimple [2019-09-12T10:45:43.593Z] #24 113.1 gotype [2019-09-12T10:45:43.593Z] #24 113.1 gotypex [2019-09-12T10:45:43.593Z] #24 113.1 ineffassign [2019-09-12T10:45:43.593Z] #24 113.1 interfacer [2019-09-12T10:45:43.593Z] #24 113.1 lll [2019-09-12T10:45:43.593Z] #24 113.1 maligned [2019-09-12T10:45:43.593Z] #24 113.1 megacheck [2019-09-12T10:45:43.593Z] #24 113.1 misspell [2019-09-12T10:45:43.593Z] #24 113.1 nakedret [2019-09-12T10:45:43.593Z] #24 113.1 safesql [2019-09-12T10:45:43.593Z] #24 113.1 staticcheck [2019-09-12T10:45:43.593Z] #24 113.1 structcheck [2019-09-12T10:45:43.593Z] #24 113.1 unconvert [2019-09-12T10:45:43.593Z] #24 113.1 unparam [2019-09-12T10:45:43.593Z] #24 113.1 unused [2019-09-12T10:45:43.593Z] #24 113.1 varcheck [2019-09-12T10:45:43.593Z] #24 ... [2019-09-12T10:45:43.593Z] [2019-09-12T10:45:43.593Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:43.593Z] #33 119.4 crypto/x509 [2019-09-12T10:45:43.593Z] #33 120.0 internal/x/net/idna [2019-09-12T10:45:43.593Z] #33 121.9 net/textproto [2019-09-12T10:45:43.593Z] #33 122.8 internal/x/net/http/httpguts [2019-09-12T10:45:43.593Z] #33 123.1 internal/x/net/http/httpproxy [2019-09-12T10:45:44.130Z] #38 4.775 -- Detecting C compiler ABI info - done [2019-09-12T10:45:44.130Z] #38 4.846 -- Detecting C compile features [2019-09-12T10:45:44.158Z] #33 123.6 internal/x/net/http2/hpack [2019-09-12T10:45:45.089Z] #33 124.4 crypto/tls [2019-09-12T10:45:45.345Z] #33 124.8 mime [2019-09-12T10:45:45.502Z] #38 6.468 -- Detecting C compile features - done [2019-09-12T10:45:45.502Z] #38 6.499 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-12T10:45:45.760Z] #38 6.673 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-12T10:45:45.760Z] #38 6.764 -- Configuring done [2019-09-12T10:45:45.913Z] #33 ... [2019-09-12T10:45:45.913Z] [2019-09-12T10:45:45.913Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:45.913Z] #58 78.74 DEP criu/namespaces.d [2019-09-12T10:45:45.913Z] #58 78.93 DEP criu/mount.d [2019-09-12T10:45:45.913Z] #58 79.13 DEP criu/mem.d [2019-09-12T10:45:45.913Z] #58 79.43 DEP criu/lsm.d [2019-09-12T10:45:45.913Z] #58 79.64 DEP criu/log.d [2019-09-12T10:45:45.913Z] #58 79.84 DEP criu/libnetlink.d [2019-09-12T10:45:45.913Z] #58 79.98 DEP criu/kerndat.d [2019-09-12T10:45:45.913Z] #58 80.19 DEP criu/kcmp-ids.d [2019-09-12T10:45:45.913Z] #58 80.29 DEP criu/irmap.d [2019-09-12T10:45:45.913Z] #58 80.45 DEP criu/ipc_ns.d [2019-09-12T10:45:45.913Z] #58 80.63 DEP criu/image.d [2019-09-12T10:45:45.913Z] #58 80.79 DEP criu/image-desc.d [2019-09-12T10:45:45.913Z] #58 80.92 DEP criu/fsnotify.d [2019-09-12T10:45:46.018Z] #38 6.777 -- Generating done [2019-09-12T10:45:46.018Z] #38 6.784 -- Build files have been written to: /tmp/tmp.Z7r0ii1eZq/tini [2019-09-12T10:45:46.018Z] #38 6.794 + make tini-static [2019-09-12T10:45:46.170Z] #58 81.20 DEP criu/filesystems.d [2019-09-12T10:45:46.276Z] #38 7.182 Scanning dependencies of target tini-static [2019-09-12T10:45:46.427Z] #58 81.36 DEP criu/files.d [2019-09-12T10:45:46.533Z] #38 7.275 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-12T10:45:46.684Z] #58 81.62 DEP criu/files-reg.d [2019-09-12T10:45:46.941Z] #58 81.88 DEP criu/files-ext.d [2019-09-12T10:45:46.941Z] #58 82.03 DEP criu/file-lock.d [2019-09-12T10:45:47.099Z] #38 ... [2019-09-12T10:45:47.099Z] [2019-09-12T10:45:47.099Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:47.099Z] #58 4.142 Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:45:47.099Z] #58 4.142 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:45:47.099Z] #58 5.775 fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:45:47.099Z] #58 5.806 GEN .gitid [2019-09-12T10:45:47.099Z] #58 5.812 GEN criu/include/version.h [2019-09-12T10:45:47.099Z] #58 5.854 GEN include/common/asm [2019-09-12T10:45:47.099Z] #58 7.322 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.389 PBCC images/opts.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.458 PBCC images/sit.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.555 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.642 DEP images/opts.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.693 DEP images/sit.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.775 PBCC images/macvlan.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.809 DEP images/macvlan.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.850 PBCC images/autofs.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.858 DEP images/autofs.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.916 PBCC images/sysctl.pb-c.c [2019-09-12T10:45:47.099Z] #58 7.924 DEP images/sysctl.pb-c.d [2019-09-12T10:45:47.099Z] #58 7.965 PBCC images/time.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.006 DEP images/time.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.045 PBCC images/binfmt-misc.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.074 DEP images/binfmt-misc.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.114 PBCC images/seccomp.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.166 DEP images/seccomp.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.214 PBCC images/userns.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.222 DEP images/userns.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.302 PBCC images/cgroup.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.317 DEP images/cgroup.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.374 PBCC images/fown.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.404 PBCC images/ext-file.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.432 DEP images/fown.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.478 DEP images/ext-file.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.523 PBCC images/rpc.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.559 DEP images/rpc.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.638 PBCC images/siginfo.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.674 DEP images/siginfo.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.730 PBCC images/pagemap.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.770 DEP images/pagemap.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.832 PBCC images/rlimit.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.865 DEP images/rlimit.pb-c.d [2019-09-12T10:45:47.099Z] #58 8.915 PBCC images/file-lock.pb-c.c [2019-09-12T10:45:47.099Z] #58 8.986 DEP images/file-lock.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.034 PBCC images/tty.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.114 DEP images/tty.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.195 PBCC images/tun.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.214 PBCC images/netdev.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.306 DEP images/tun.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.366 DEP images/netdev.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.458 PBCC images/vma.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.482 DEP images/vma.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.535 PBCC images/creds.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.574 DEP images/creds.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.625 PBCC images/utsns.pb-c.c [2019-09-12T10:45:47.099Z] #58 9.682 DEP images/utsns.pb-c.d [2019-09-12T10:45:47.099Z] #58 9.762 PBCC images/ipc-desc.pb-c.c [2019-09-12T10:45:47.198Z] #58 82.30 DEP criu/file-ids.d [2019-09-12T10:45:47.357Z] #58 9.792 PBCC images/ipc-sem.pb-c.c [2019-09-12T10:45:47.357Z] #58 9.834 DEP images/ipc-desc.pb-c.d [2019-09-12T10:45:47.357Z] #58 9.918 DEP images/ipc-sem.pb-c.d [2019-09-12T10:45:47.357Z] #58 9.943 PBCC images/ipc-msg.pb-c.c [2019-09-12T10:45:47.357Z] #58 9.964 DEP images/ipc-msg.pb-c.d [2019-09-12T10:45:47.357Z] #58 9.994 PBCC images/ipc-shm.pb-c.c [2019-09-12T10:45:47.357Z] #58 10.01 DEP images/ipc-shm.pb-c.d [2019-09-12T10:45:47.357Z] #58 ... [2019-09-12T10:45:47.357Z] [2019-09-12T10:45:47.357Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:47.357Z] #33 49.08 time [2019-09-12T10:45:47.357Z] #33 50.72 sort [2019-09-12T10:45:47.357Z] #33 52.05 internal/fmtsort [2019-09-12T10:45:47.357Z] #33 52.63 internal/syscall/unix [2019-09-12T10:45:47.357Z] #33 52.90 strings [2019-09-12T10:45:47.357Z] #33 54.36 internal/poll [2019-09-12T10:45:47.357Z] #33 55.05 path [2019-09-12T10:45:47.357Z] #33 55.71 regexp/syntax [2019-09-12T10:45:47.357Z] #33 56.18 os [2019-09-12T10:45:47.455Z] #58 82.52 DEP criu/fifo.d [2019-09-12T10:45:47.614Z] #33 ... [2019-09-12T10:45:47.614Z] [2019-09-12T10:45:47.614Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:47.614Z] #58 10.05 PBCC images/ipc-var.pb-c.c [2019-09-12T10:45:47.614Z] #58 10.09 DEP images/ipc-var.pb-c.d [2019-09-12T10:45:47.614Z] #58 10.18 PBCC images/sk-opts.pb-c.c [2019-09-12T10:45:47.614Z] #58 10.23 PBCC images/packet-sock.pb-c.c [2019-09-12T10:45:47.614Z] #58 10.27 DEP images/sk-opts.pb-c.d [2019-09-12T10:45:47.712Z] #58 82.75 DEP criu/fdstore.d [2019-09-12T10:45:47.872Z] #58 10.34 DEP images/packet-sock.pb-c.d [2019-09-12T10:45:47.872Z] #58 10.43 PBCC images/sk-netlink.pb-c.c [2019-09-12T10:45:47.872Z] #58 10.48 DEP images/sk-netlink.pb-c.d [2019-09-12T10:45:47.872Z] #58 10.55 PBCC images/sk-inet.pb-c.c [2019-09-12T10:45:47.872Z] #58 10.57 DEP images/sk-inet.pb-c.d [2019-09-12T10:45:47.872Z] #58 10.62 PBCC images/sk-unix.pb-c.c [2019-09-12T10:45:47.872Z] #58 10.66 DEP images/sk-unix.pb-c.d [2019-09-12T10:45:47.969Z] #58 82.90 DEP criu/fault-injection.d [2019-09-12T10:45:47.969Z] #58 82.97 DEP criu/external.d [2019-09-12T10:45:48.130Z] #58 10.70 PBCC images/mm.pb-c.c [2019-09-12T10:45:48.130Z] #58 10.75 DEP images/mm.pb-c.d [2019-09-12T10:45:48.226Z] #58 83.15 DEP criu/eventpoll.d [2019-09-12T10:45:48.388Z] #58 10.86 PBCC images/timerfd.pb-c.c [2019-09-12T10:45:48.388Z] #58 10.91 DEP images/timerfd.pb-c.d [2019-09-12T10:45:48.388Z] #58 10.98 PBCC images/timer.pb-c.c [2019-09-12T10:45:48.388Z] #58 11.01 DEP images/timer.pb-c.d [2019-09-12T10:45:48.388Z] #58 11.06 PBCC images/sa.pb-c.c [2019-09-12T10:45:48.388Z] #58 11.10 DEP images/sa.pb-c.d [2019-09-12T10:45:48.483Z] #58 83.40 DEP criu/eventfd.d [2019-09-12T10:45:48.645Z] #58 11.16 PBCC images/pipe-data.pb-c.c [2019-09-12T10:45:48.645Z] #58 11.20 DEP images/pipe-data.pb-c.d [2019-09-12T10:45:48.645Z] #58 ... [2019-09-12T10:45:48.645Z] [2019-09-12T10:45:48.645Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-12T10:45:48.645Z] #38 8.719 [100%] Linking C executable tini-static [2019-09-12T10:45:48.645Z] #38 9.092 [100%] Built target tini-static [2019-09-12T10:45:48.645Z] #38 9.139 + mkdir -p /build [2019-09-12T10:45:48.645Z] #38 9.141 + cp tini-static /build/docker-init [2019-09-12T10:45:48.645Z] #38 DONE 9.6s [2019-09-12T10:45:48.645Z] [2019-09-12T10:45:48.645Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:48.645Z] #58 11.27 PBCC images/mnt.pb-c.c [2019-09-12T10:45:48.740Z] #58 83.56 DEP criu/crtools.d [2019-09-12T10:45:48.740Z] #58 83.73 DEP criu/cr-service.d [2019-09-12T10:45:48.903Z] #58 11.36 DEP images/mnt.pb-c.d [2019-09-12T10:45:48.903Z] #58 11.49 PBCC images/sk-packet.pb-c.c [2019-09-12T10:45:48.903Z] #58 11.54 DEP images/sk-packet.pb-c.d [2019-09-12T10:45:48.903Z] #58 11.59 PBCC images/tcp-stream.pb-c.c [2019-09-12T10:45:48.997Z] #58 83.99 DEP criu/cr-restore.d [2019-09-12T10:45:49.161Z] #58 11.63 DEP images/tcp-stream.pb-c.d [2019-09-12T10:45:49.161Z] #58 11.69 PBCC images/pipe.pb-c.c [2019-09-12T10:45:49.161Z] #58 11.75 DEP images/pipe.pb-c.d [2019-09-12T10:45:49.161Z] #58 11.84 PBCC images/pstree.pb-c.c [2019-09-12T10:45:49.161Z] #58 11.88 DEP images/pstree.pb-c.d [2019-09-12T10:45:49.255Z] #58 84.27 DEP criu/cr-errno.d [2019-09-12T10:45:49.255Z] #58 84.30 DEP criu/cr-dump.d [2019-09-12T10:45:49.419Z] #58 11.99 PBCC images/fs.pb-c.c [2019-09-12T10:45:49.419Z] #58 12.01 DEP images/fs.pb-c.d [2019-09-12T10:45:49.419Z] #58 12.10 PBCC images/signalfd.pb-c.c [2019-09-12T10:45:49.676Z] #58 12.19 DEP images/signalfd.pb-c.d [2019-09-12T10:45:49.676Z] #58 12.26 PBCC images/fh.pb-c.c [2019-09-12T10:45:49.676Z] #58 12.28 PBCC images/fsnotify.pb-c.c [2019-09-12T10:45:49.676Z] #58 12.29 DEP images/fh.pb-c.d [2019-09-12T10:45:49.676Z] #58 12.31 DEP images/fsnotify.pb-c.d [2019-09-12T10:45:49.676Z] #58 12.34 PBCC images/eventpoll.pb-c.c [2019-09-12T10:45:49.677Z] #58 12.37 DEP images/eventpoll.pb-c.d [2019-09-12T10:45:49.819Z] #58 84.55 DEP criu/cr-dedup.d [2019-09-12T10:45:49.819Z] #58 84.74 DEP criu/cr-check.d [2019-09-12T10:45:49.934Z] #58 12.39 PBCC images/eventfd.pb-c.c [2019-09-12T10:45:49.934Z] #58 12.42 DEP images/eventfd.pb-c.d [2019-09-12T10:45:49.934Z] #58 12.46 PBCC images/remap-file-path.pb-c.c [2019-09-12T10:45:49.934Z] #58 12.52 DEP images/remap-file-path.pb-c.d [2019-09-12T10:45:49.934Z] #58 12.59 PBCC images/fifo.pb-c.c [2019-09-12T10:45:49.934Z] #58 12.63 DEP images/fifo.pb-c.d [2019-09-12T10:45:50.077Z] #58 84.95 DEP criu/config.d [2019-09-12T10:45:50.077Z] #58 ... [2019-09-12T10:45:50.077Z] [2019-09-12T10:45:50.077Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-12T10:45:50.077Z] #15 133.1 + rm -rf /tmp/tmp.ZJNIFNS0Z7 [2019-09-12T10:45:50.077Z] #15 DONE 134.0s [2019-09-12T10:45:50.077Z] [2019-09-12T10:45:50.077Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:50.077Z] #58 85.14 DEP criu/clone-noasan.d [2019-09-12T10:45:50.077Z] #58 ... [2019-09-12T10:45:50.077Z] [2019-09-12T10:45:50.077Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:50.077Z] #33 126.4 mime/quotedprintable [2019-09-12T10:45:50.077Z] #33 126.6 mime/multipart [2019-09-12T10:45:50.077Z] #33 127.4 net/http/internal [2019-09-12T10:45:50.077Z] #33 127.8 os/exec [2019-09-12T10:45:50.192Z] #58 12.72 PBCC images/ghost-file.pb-c.c [2019-09-12T10:45:50.192Z] #58 12.75 DEP images/ghost-file.pb-c.d [2019-09-12T10:45:50.192Z] #58 12.83 PBCC images/regfile.pb-c.c [2019-09-12T10:45:50.192Z] #58 12.85 DEP images/regfile.pb-c.d [2019-09-12T10:45:50.192Z] #58 12.94 PBCC images/ns.pb-c.c [2019-09-12T10:45:50.192Z] #58 12.99 DEP images/ns.pb-c.d [2019-09-12T10:45:50.450Z] #58 13.06 PBCC images/fdinfo.pb-c.c [2019-09-12T10:45:50.708Z] #58 13.15 DEP images/fdinfo.pb-c.d [2019-09-12T10:45:50.708Z] #58 13.22 PBCC images/core-aarch64.pb-c.c [2019-09-12T10:45:50.708Z] #58 13.30 PBCC images/core-arm.pb-c.c [2019-09-12T10:45:50.708Z] #58 13.35 PBCC images/core-ppc64.pb-c.c [2019-09-12T10:45:50.708Z] #58 13.43 PBCC images/core-s390.pb-c.c [2019-09-12T10:45:50.708Z] #58 ... [2019-09-12T10:45:50.708Z] [2019-09-12T10:45:50.708Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:45:50.708Z] #30 52.56 fmt [2019-09-12T10:45:50.708Z] #30 52.61 bytes [2019-09-12T10:45:50.708Z] #30 54.56 bufio [2019-09-12T10:45:50.708Z] #30 56.17 path/filepath [2019-09-12T10:45:50.708Z] #30 56.88 flag [2019-09-12T10:45:50.708Z] #30 57.46 io/ioutil [2019-09-12T10:45:50.708Z] #30 57.91 github.com/BurntSushi/toml [2019-09-12T10:45:50.708Z] #30 58.68 log [2019-09-12T10:45:50.708Z] #30 59.20 path [2019-09-12T10:45:50.708Z] #30 59.62 text/tabwriter [2019-09-12T10:45:50.708Z] #30 62.36 github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:45:50.965Z] #30 ... [2019-09-12T10:45:50.965Z] [2019-09-12T10:45:50.965Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:50.965Z] #58 13.45 PBCC images/core-x86.pb-c.c [2019-09-12T10:45:50.965Z] #58 13.50 PBCC images/core.pb-c.c [2019-09-12T10:45:50.965Z] #58 13.55 PBCC images/inventory.pb-c.c [2019-09-12T10:45:50.965Z] #58 13.61 DEP images/core-aarch64.pb-c.d [2019-09-12T10:45:50.965Z] #58 13.65 DEP images/core-arm.pb-c.d [2019-09-12T10:45:50.965Z] #58 13.72 DEP images/core-ppc64.pb-c.d [2019-09-12T10:45:50.965Z] #58 13.76 DEP images/core-s390.pb-c.d [2019-09-12T10:45:51.223Z] #58 13.83 DEP images/core-x86.pb-c.d [2019-09-12T10:45:51.223Z] #58 13.87 DEP images/core.pb-c.d [2019-09-12T10:45:51.223Z] #58 13.92 DEP images/inventory.pb-c.d [2019-09-12T10:45:51.223Z] #58 13.96 PBCC images/cpuinfo.pb-c.c [2019-09-12T10:45:51.223Z] #58 13.99 DEP images/cpuinfo.pb-c.d [2019-09-12T10:45:51.449Z] #33 ... [2019-09-12T10:45:51.450Z] [2019-09-12T10:45:51.450Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-12T10:45:51.450Z] #16 DONE 0.2s [2019-09-12T10:45:51.483Z] #58 14.03 PBCC images/stats.pb-c.c [2019-09-12T10:45:51.483Z] #58 14.07 DEP images/stats.pb-c.d [2019-09-12T10:45:51.707Z] [2019-09-12T10:45:51.707Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:51.707Z] #58 85.26 DEP criu/cgroup.d [2019-09-12T10:45:51.707Z] #58 85.68 DEP criu/cgroup-props.d [2019-09-12T10:45:51.707Z] #58 85.87 DEP criu/bitmap.d [2019-09-12T10:45:51.707Z] #58 85.94 DEP criu/bfd.d [2019-09-12T10:45:51.707Z] #58 86.10 DEP criu/autofs.d [2019-09-12T10:45:51.707Z] #58 86.27 DEP criu/aio.d [2019-09-12T10:45:51.707Z] #58 86.56 DEP criu/action-scripts.d [2019-09-12T10:45:51.965Z] #58 86.94 CC criu/action-scripts.o [2019-09-12T10:45:52.530Z] #58 87.40 CC criu/aio.o [2019-09-12T10:45:52.530Z] #58 ... [2019-09-12T10:45:52.530Z] [2019-09-12T10:45:52.530Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-12T10:45:52.530Z] #21 DONE 1.2s [2019-09-12T10:45:52.788Z] [2019-09-12T10:45:52.788Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:45:52.856Z] #58 15.29 make[1]: Nothing to be done for 'all'. [2019-09-12T10:45:53.045Z] #55 ... [2019-09-12T10:45:53.045Z] [2019-09-12T10:45:53.045Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:45:53.045Z] #27 DONE 132.7s [2019-09-12T10:45:53.045Z] [2019-09-12T10:45:53.045Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:53.045Z] #58 88.04 CC criu/autofs.o [2019-09-12T10:45:54.228Z] #58 16.54 CC images/stats.o [2019-09-12T10:45:54.229Z] #58 ... [2019-09-12T10:45:54.229Z] [2019-09-12T10:45:54.229Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-12T10:45:54.229Z] #30 DONE 65.8s [2019-09-12T10:45:54.229Z] [2019-09-12T10:45:54.229Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:54.229Z] #33 59.98 regexp [2019-09-12T10:45:54.229Z] #33 60.11 fmt [2019-09-12T10:45:54.229Z] #33 63.73 path/filepath [2019-09-12T10:45:54.229Z] #33 64.58 io/ioutil [2019-09-12T10:45:54.229Z] #33 64.72 flag [2019-09-12T10:45:54.229Z] #33 65.17 go/token [2019-09-12T10:45:54.229Z] #33 65.77 go/scanner [2019-09-12T10:45:54.486Z] #33 66.37 net/url [2019-09-12T10:45:54.486Z] #33 ... [2019-09-12T10:45:54.486Z] [2019-09-12T10:45:54.486Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:45:54.486Z] #58 17.11 CC images/core.o [2019-09-12T10:45:54.942Z] #58 89.85 CC criu/bfd.o [2019-09-12T10:45:55.419Z] #58 18.12 CC images/core-x86.o [2019-09-12T10:45:55.507Z] #58 90.37 CC criu/bitmap.o [2019-09-12T10:45:55.765Z] #58 90.56 CC criu/cgroup-props.o [2019-09-12T10:45:55.984Z] #58 18.71 CC images/core-arm.o [2019-09-12T10:45:56.330Z] #58 91.28 CC criu/cgroup.o [2019-09-12T10:45:56.550Z] #58 19.05 CC images/core-aarch64.o [2019-09-12T10:45:56.807Z] #58 19.36 CC images/core-ppc64.o [2019-09-12T10:45:57.065Z] #58 19.85 CC images/core-s390.o [2019-09-12T10:45:57.630Z] #58 20.42 CC images/cpuinfo.o [2019-09-12T10:45:58.195Z] #58 20.83 CC images/inventory.o [2019-09-12T10:45:58.453Z] #58 21.04 CC images/fdinfo.o [2019-09-12T10:45:58.453Z] #58 ... [2019-09-12T10:45:58.453Z] [2019-09-12T10:45:58.453Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:45:58.453Z] #47 23.60 + cd /tmp/tmp.2leFXFdQVp/src/github.com/containerd/containerd [2019-09-12T10:45:58.453Z] #47 23.60 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:45:58.453Z] #47 25.61 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-12T10:45:58.453Z] #47 25.61 + BUILDTAGS='netgo osusergo static_build' [2019-09-12T10:45:58.453Z] #47 25.61 + export EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:45:58.453Z] #47 25.61 + EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:45:58.453Z] #47 25.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-12T10:45:58.453Z] #47 25.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-12T10:45:58.453Z] #47 25.61 + '[' '' = dynamic ']' [2019-09-12T10:45:58.453Z] #47 25.61 + make [2019-09-12T10:45:58.453Z] #47 26.23 🇩 bin/ctr [2019-09-12T10:45:58.710Z] #47 ... [2019-09-12T10:45:58.710Z] [2019-09-12T10:45:58.710Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:45:58.710Z] #33 67.43 go/ast [2019-09-12T10:45:58.710Z] #33 68.12 text/template/parse [2019-09-12T10:45:58.855Z] #58 93.71 CC criu/clone-noasan.o [2019-09-12T10:45:58.855Z] #58 93.85 CC criu/config.o [2019-09-12T10:45:59.643Z] #33 71.33 go/parser [2019-09-12T10:45:59.643Z] #33 71.35 text/template [2019-09-12T10:46:00.229Z] #58 95.24 CC criu/cr-check.o [2019-09-12T10:46:01.541Z] #33 ... [2019-09-12T10:46:01.541Z] [2019-09-12T10:46:01.541Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:01.541Z] #58 21.34 CC images/fown.o [2019-09-12T10:46:01.541Z] #58 21.60 CC images/ns.o [2019-09-12T10:46:01.541Z] #58 21.79 CC images/regfile.o [2019-09-12T10:46:01.541Z] #58 22.03 CC images/ghost-file.o [2019-09-12T10:46:01.541Z] #58 22.32 CC images/fifo.o [2019-09-12T10:46:01.541Z] #58 22.56 CC images/remap-file-path.o [2019-09-12T10:46:01.541Z] #58 22.83 CC images/eventfd.o [2019-09-12T10:46:01.541Z] #58 23.12 CC images/eventpoll.o [2019-09-12T10:46:01.541Z] #58 23.32 CC images/fh.o [2019-09-12T10:46:01.541Z] #58 23.67 CC images/fsnotify.o [2019-09-12T10:46:01.541Z] #58 24.17 CC images/signalfd.o [2019-09-12T10:46:01.601Z] #58 96.52 CC criu/cr-dedup.o [2019-09-12T10:46:01.799Z] #58 24.37 CC images/fs.o [2019-09-12T10:46:01.858Z] #58 96.96 CC criu/cr-dump.o [2019-09-12T10:46:02.057Z] #58 24.65 CC images/pstree.o [2019-09-12T10:46:02.315Z] #58 24.90 CC images/pipe.o [2019-09-12T10:46:02.573Z] #58 25.16 CC images/tcp-stream.o [2019-09-12T10:46:02.831Z] #58 25.44 CC images/sk-packet.o [2019-09-12T10:46:03.089Z] #58 25.66 CC images/mnt.o [2019-09-12T10:46:03.089Z] #58 25.87 CC images/pipe-data.o [2019-09-12T10:46:03.654Z] #58 26.03 CC images/sa.o [2019-09-12T10:46:03.654Z] #58 26.30 CC images/timer.o [2019-09-12T10:46:03.912Z] #58 26.56 CC images/timerfd.o [2019-09-12T10:46:04.170Z] #58 26.81 CC images/mm.o [2019-09-12T10:46:04.385Z] #58 99.02 CC criu/cr-errno.o [2019-09-12T10:46:04.385Z] #58 99.14 CC criu/cr-restore.o [2019-09-12T10:46:04.385Z] #58 ... [2019-09-12T10:46:04.385Z] [2019-09-12T10:46:04.385Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:04.385Z] #33 133.9 net/http/httptrace [2019-09-12T10:46:04.385Z] #33 134.1 net/http [2019-09-12T10:46:04.385Z] #33 143.1 github.com/LK4D4/vndr/godl [2019-09-12T10:46:04.385Z] #33 143.7 github.com/LK4D4/vndr [2019-09-12T10:46:04.428Z] #58 27.07 CC images/sk-opts.o [2019-09-12T10:46:04.691Z] #58 27.25 CC images/sk-unix.o [2019-09-12T10:46:04.949Z] #58 27.55 CC images/sk-inet.o [2019-09-12T10:46:05.541Z] #58 28.04 CC images/tun.o [2019-09-12T10:46:05.541Z] #58 28.32 CC images/sk-netlink.o [2019-09-12T10:46:06.107Z] #58 28.48 CC images/packet-sock.o [2019-09-12T10:46:06.107Z] #58 28.77 CC images/ipc-var.o [2019-09-12T10:46:06.107Z] #58 28.88 CC images/ipc-desc.o [2019-09-12T10:46:06.672Z] #58 29.10 CC images/ipc-shm.o [2019-09-12T10:46:06.672Z] #58 29.29 CC images/ipc-msg.o [2019-09-12T10:46:06.929Z] #58 29.53 CC images/ipc-sem.o [2019-09-12T10:46:07.187Z] #58 29.75 CC images/utsns.o [2019-09-12T10:46:07.445Z] #58 29.95 CC images/creds.o [2019-09-12T10:46:07.445Z] #58 30.11 CC images/vma.o [2019-09-12T10:46:07.702Z] #58 30.28 CC images/netdev.o [2019-09-12T10:46:07.960Z] #58 30.59 CC images/tty.o [2019-09-12T10:46:08.526Z] #58 31.13 CC images/file-lock.o [2019-09-12T10:46:08.566Z] #33 ... [2019-09-12T10:46:08.566Z] [2019-09-12T10:46:08.566Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:08.566Z] #58 103.0 CC criu/cr-service.o [2019-09-12T10:46:08.784Z] #58 31.31 CC images/rlimit.o [2019-09-12T10:46:08.784Z] #58 31.52 CC images/pagemap.o [2019-09-12T10:46:09.041Z] #58 31.81 CC images/siginfo.o [2019-09-12T10:46:09.299Z] #58 32.07 CC images/rpc.o [2019-09-12T10:46:09.499Z] #58 104.5 CC criu/crtools.o [2019-09-12T10:46:10.064Z] #58 105.1 CC criu/eventfd.o [2019-09-12T10:46:10.628Z] #58 105.5 CC criu/eventpoll.o [2019-09-12T10:46:10.672Z] #58 33.22 CC images/ext-file.o [2019-09-12T10:46:10.886Z] #58 ... [2019-09-12T10:46:10.886Z] [2019-09-12T10:46:10.886Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:10.886Z] #33 DONE 150.5s [2019-09-12T10:46:10.929Z] #58 33.49 CC images/cgroup.o [2019-09-12T10:46:11.144Z] [2019-09-12T10:46:11.144Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:11.495Z] #58 33.94 CC images/userns.o [2019-09-12T10:46:11.495Z] #58 34.15 CC images/google/protobuf/descriptor.o [2019-09-12T10:46:11.709Z] #58 106.6 CC criu/external.o [2019-09-12T10:46:12.274Z] #58 107.1 CC criu/fault-injection.o [2019-09-12T10:46:12.274Z] #58 107.2 CC criu/fdstore.o [2019-09-12T10:46:12.428Z] #58 ... [2019-09-12T10:46:12.428Z] [2019-09-12T10:46:12.428Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:12.428Z] #33 74.21 log [2019-09-12T10:46:12.428Z] #33 74.58 encoding/binary [2019-09-12T10:46:12.428Z] #33 75.83 go/doc [2019-09-12T10:46:12.428Z] #33 76.02 encoding/base64 [2019-09-12T10:46:12.428Z] #33 76.78 encoding/json [2019-09-12T10:46:12.428Z] #33 79.25 github.com/LK4D4/vndr/build [2019-09-12T10:46:12.428Z] #33 81.48 encoding/xml [2019-09-12T10:46:12.428Z] #33 82.16 github.com/LK4D4/vndr/godl/singleflight [2019-09-12T10:46:12.428Z] #33 82.43 compress/flate [2019-09-12T10:46:12.531Z] #58 107.4 CC criu/fifo.o [2019-09-12T10:46:12.685Z] #33 ... [2019-09-12T10:46:12.685Z] [2019-09-12T10:46:12.685Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:46:12.685Z] #61 84.41 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T10:46:12.685Z] #61 84.41 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-12T10:46:12.788Z] #58 107.8 CC criu/file-ids.o [2019-09-12T10:46:13.046Z] #58 108.0 CC criu/file-lock.o [2019-09-12T10:46:13.978Z] #58 108.9 CC criu/files-ext.o [2019-09-12T10:46:14.236Z] #58 109.3 CC criu/files-reg.o [2019-09-12T10:46:16.132Z] #58 111.0 CC criu/files.o [2019-09-12T10:46:17.939Z] #61 ... [2019-09-12T10:46:17.939Z] [2019-09-12T10:46:17.939Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:17.939Z] #58 35.50 CC images/opts.o [2019-09-12T10:46:17.939Z] #58 35.73 CC images/seccomp.o [2019-09-12T10:46:17.939Z] #58 35.96 CC images/binfmt-misc.o [2019-09-12T10:46:17.939Z] #58 36.19 CC images/time.o [2019-09-12T10:46:17.939Z] #58 36.46 CC images/sysctl.o [2019-09-12T10:46:17.939Z] #58 36.72 CC images/autofs.o [2019-09-12T10:46:17.939Z] #58 36.88 CC images/macvlan.o [2019-09-12T10:46:17.939Z] #58 37.15 CC images/sit.o [2019-09-12T10:46:17.939Z] #58 37.38 LINK images/built-in.o [2019-09-12T10:46:17.939Z] #58 37.50 GEN compel/include/asm [2019-09-12T10:46:17.939Z] #58 37.51 GEN compel/include/version.h [2019-09-12T10:46:17.939Z] #58 37.53 touch .config [2019-09-12T10:46:17.939Z] #58 37.55 GEN include/common/config.h [2019-09-12T10:46:17.939Z] #58 37.61 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-12T10:46:17.939Z] #58 37.65 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-12T10:46:17.939Z] #58 37.67 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-12T10:46:17.939Z] #58 37.70 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-12T10:46:17.939Z] #58 37.72 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-12T10:46:17.939Z] #58 37.75 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-12T10:46:17.939Z] #58 37.77 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-12T10:46:17.939Z] #58 37.79 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-12T10:46:17.939Z] #58 37.81 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-12T10:46:17.939Z] #58 37.83 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-12T10:46:17.939Z] #58 37.83 DEP compel/plugins/std/infect.d [2019-09-12T10:46:17.939Z] #58 37.91 DEP compel/plugins/std/string.d [2019-09-12T10:46:17.939Z] #58 37.99 DEP compel/plugins/std/log.d [2019-09-12T10:46:17.939Z] #58 38.05 DEP compel/plugins/std/fds.d [2019-09-12T10:46:17.939Z] #58 38.15 DEP compel/plugins/std/std.d [2019-09-12T10:46:17.939Z] #58 38.26 DEP compel/plugins/shmem/shmem.d [2019-09-12T10:46:17.939Z] #58 38.33 DEP compel/plugins/fds/fds.d [2019-09-12T10:46:17.939Z] #58 38.51 CC compel/plugins/std/std.o [2019-09-12T10:46:17.939Z] #58 38.78 CC compel/plugins/std/fds.o [2019-09-12T10:46:17.939Z] #58 39.24 CC compel/plugins/std/log.o [2019-09-12T10:46:17.939Z] #58 39.87 CC compel/plugins/std/string.o [2019-09-12T10:46:17.939Z] #58 40.50 CC compel/plugins/std/infect.o [2019-09-12T10:46:18.030Z] #58 112.7 CC criu/filesystems.o [2019-09-12T10:46:18.287Z] #58 ... [2019-09-12T10:46:18.287Z] [2019-09-12T10:46:18.287Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:46:18.287Z] #42 155.6 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-12T10:46:18.287Z] #42 157.4 + mkdir -p /build [2019-09-12T10:46:18.287Z] #42 157.4 + cp runc /build/runc [2019-09-12T10:46:18.287Z] #42 DONE 157.8s [2019-09-12T10:46:18.287Z] [2019-09-12T10:46:18.287Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:18.287Z] #58 113.2 CC criu/fsnotify.o [2019-09-12T10:46:18.502Z] #58 40.97 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-12T10:46:18.502Z] #58 41.02 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-12T10:46:18.502Z] #58 41.09 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-12T10:46:18.502Z] #58 41.16 AR compel/plugins/std.lib.a [2019-09-12T10:46:18.502Z] #58 41.22 CC compel/plugins/fds/fds.o [2019-09-12T10:46:18.759Z] #58 41.41 AR compel/plugins/fds.lib.a [2019-09-12T10:46:18.759Z] #58 41.45 HOSTDEP compel/src/lib/log-host.d [2019-09-12T10:46:18.759Z] #58 41.54 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-12T10:46:19.017Z] #58 41.65 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-12T10:46:19.017Z] #58 41.75 HOSTDEP compel/src/main-host.d [2019-09-12T10:46:19.274Z] #58 41.86 DEP compel/src/lib/ptrace.d [2019-09-12T10:46:19.532Z] #58 42.03 DEP compel/src/lib/infect.d [2019-09-12T10:46:19.532Z] #58 42.21 DEP compel/src/lib/infect-util.d [2019-09-12T10:46:19.659Z] #58 114.4 CC criu/image-desc.o [2019-09-12T10:46:19.659Z] #58 114.6 CC criu/image.o [2019-09-12T10:46:19.789Z] #58 ... [2019-09-12T10:46:19.789Z] [2019-09-12T10:46:19.789Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-12T10:46:19.789Z] #61 DONE 91.4s [2019-09-12T10:46:19.789Z] [2019-09-12T10:46:19.789Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:19.789Z] #58 42.33 DEP compel/src/lib/infect-rpc.d [2019-09-12T10:46:19.789Z] #58 ... [2019-09-12T10:46:19.789Z] [2019-09-12T10:46:19.789Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-12T10:46:20.047Z] #62 DONE 0.1s [2019-09-12T10:46:20.047Z] [2019-09-12T10:46:20.047Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:20.047Z] #58 42.53 DEP compel/arch/x86/src/lib/infect.d [2019-09-12T10:46:20.047Z] #58 42.68 DEP compel/arch/x86/src/lib/cpu.d [2019-09-12T10:46:20.225Z] #58 115.3 CC criu/ipc_ns.o [2019-09-12T10:46:20.305Z] #58 42.80 DEP compel/src/lib/log.d [2019-09-12T10:46:20.305Z] #58 42.97 DEP compel/src/main.d [2019-09-12T10:46:20.562Z] #58 43.20 DEP compel/src/lib/handle-elf.d [2019-09-12T10:46:21.127Z] #58 43.52 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-12T10:46:21.127Z] #58 43.67 CC compel/src/lib/log.o [2019-09-12T10:46:21.157Z] #58 116.1 CC criu/irmap.o [2019-09-12T10:46:21.385Z] #58 43.98 CC compel/arch/x86/src/lib/cpu.o [2019-09-12T10:46:21.722Z] #58 116.5 CC criu/kcmp-ids.o [2019-09-12T10:46:21.722Z] #58 116.8 CC criu/kerndat.o [2019-09-12T10:46:21.950Z] #58 44.63 CC compel/arch/x86/src/lib/infect.o [2019-09-12T10:46:22.515Z] #58 45.21 CC compel/src/lib/infect-rpc.o [2019-09-12T10:46:22.655Z] #58 117.5 CC criu/libnetlink.o [2019-09-12T10:46:22.912Z] #58 117.8 CC criu/log.o [2019-09-12T10:46:23.080Z] #58 45.60 CC compel/src/lib/infect-util.o [2019-09-12T10:46:23.208Z] #58 118.1 CC criu/lsm.o [2019-09-12T10:46:23.338Z] #58 45.85 CC compel/src/lib/infect.o [2019-09-12T10:46:23.338Z] #58 ... [2019-09-12T10:46:23.338Z] [2019-09-12T10:46:23.338Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:23.338Z] #33 84.96 hash [2019-09-12T10:46:23.338Z] #33 85.11 hash/crc32 [2019-09-12T10:46:23.338Z] #33 85.56 compress/gzip [2019-09-12T10:46:23.338Z] #33 86.12 context [2019-09-12T10:46:23.338Z] #33 86.18 crypto/cipher [2019-09-12T10:46:23.338Z] #33 86.68 math/rand [2019-09-12T10:46:23.338Z] #33 87.34 crypto/aes [2019-09-12T10:46:23.338Z] #33 87.57 math/big [2019-09-12T10:46:23.338Z] #33 88.36 crypto [2019-09-12T10:46:23.338Z] #33 88.56 crypto/des [2019-09-12T10:46:23.338Z] #33 88.90 crypto/internal/randutil [2019-09-12T10:46:23.338Z] #33 88.93 crypto/sha512 [2019-09-12T10:46:23.338Z] #33 89.67 crypto/hmac [2019-09-12T10:46:23.338Z] #33 89.82 crypto/md5 [2019-09-12T10:46:23.338Z] #33 90.42 crypto/sha1 [2019-09-12T10:46:23.338Z] #33 91.33 crypto/sha256 [2019-09-12T10:46:23.338Z] #33 92.77 encoding/hex [2019-09-12T10:46:23.338Z] #33 93.18 encoding/pem [2019-09-12T10:46:23.338Z] #33 93.53 internal/singleflight [2019-09-12T10:46:23.338Z] #33 93.70 net [2019-09-12T10:46:23.338Z] #33 94.97 crypto/rand [2019-09-12T10:46:23.467Z] #58 118.4 CC criu/mem.o [2019-09-12T10:46:23.903Z] #33 95.49 crypto/elliptic [2019-09-12T10:46:24.951Z] #58 119.8 CC criu/mount.o [2019-09-12T10:46:25.392Z] #33 ... [2019-09-12T10:46:25.392Z] [2019-09-12T10:46:25.392Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:25.392Z] #58 47.87 CC compel/src/lib/ptrace.o [2019-09-12T10:46:25.392Z] #58 48.15 AR compel/libcompel.a [2019-09-12T10:46:25.650Z] #58 48.23 HOSTCC compel/src/main-host.o [2019-09-12T10:46:25.908Z] #58 48.54 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-12T10:46:26.166Z] #58 48.70 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-12T10:46:26.423Z] #58 49.08 HOSTCC compel/src/lib/log-host.o [2019-09-12T10:46:26.681Z] #58 49.32 HOSTLINK compel/compel-host-bin [2019-09-12T10:46:26.939Z] #58 49.53 DEP soccr/soccr.d [2019-09-12T10:46:27.197Z] #58 49.65 CC soccr/soccr.o [2019-09-12T10:46:28.130Z] #58 50.71 AR soccr/libsoccr.a [2019-09-12T10:46:28.130Z] #58 50.74 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:46:28.228Z] #58 122.6 CC criu/namespaces.o [2019-09-12T10:46:28.388Z] #58 50.95 DEP criu/arch/x86/sigframe.d [2019-09-12T10:46:28.388Z] #58 51.07 DEP criu/arch/x86/sigaction_compat.d [2019-09-12T10:46:28.485Z] #58 123.6 CC criu/net.o [2019-09-12T10:46:28.645Z] #58 51.19 DEP criu/arch/x86/kerndat.d [2019-09-12T10:46:28.903Z] #58 51.32 DEP criu/arch/x86/crtools.d [2019-09-12T10:46:28.903Z] #58 51.48 DEP criu/arch/x86/cpu.d [2019-09-12T10:46:29.160Z] #58 51.67 CC criu/arch/x86/cpu.o [2019-09-12T10:46:29.418Z] #58 52.19 CC criu/arch/x86/crtools.o [2019-09-12T10:46:30.798Z] #58 53.32 CC criu/arch/x86/kerndat.o [2019-09-12T10:46:31.010Z] #58 126.0 CC criu/netfilter.o [2019-09-12T10:46:31.370Z] #58 53.92 CC criu/arch/x86/sigaction_compat.o [2019-09-12T10:46:31.575Z] #58 126.4 CC criu/page-pipe.o [2019-09-12T10:46:31.627Z] #58 54.21 CC criu/arch/x86/sigframe.o [2019-09-12T10:46:31.833Z] #58 126.8 CC criu/page-xfer.o [2019-09-12T10:46:31.883Z] #58 54.52 LINK criu/arch/x86/crtools.built-in.o [2019-09-12T10:46:31.883Z] #58 54.58 DEP criu/pie/util-vdso-elf32.d [2019-09-12T10:46:32.140Z] #58 54.71 DEP criu/arch/x86/vdso-pie.d [2019-09-12T10:46:32.140Z] #58 54.86 DEP criu/pie/parasite-vdso.d [2019-09-12T10:46:32.398Z] #58 54.99 DEP criu/pie/util-vdso.d [2019-09-12T10:46:32.398Z] #58 55.11 DEP criu/pie/util.d [2019-09-12T10:46:32.655Z] #58 55.23 CC criu/pie/util.o [2019-09-12T10:46:32.766Z] #58 127.7 CC criu/pagemap-cache.o [2019-09-12T10:46:32.913Z] #58 55.48 CC criu/pie/util-vdso.o [2019-09-12T10:46:33.023Z] #58 127.9 CC criu/pagemap.o [2019-09-12T10:46:33.170Z] #58 ... [2019-09-12T10:46:33.170Z] [2019-09-12T10:46:33.170Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:46:33.170Z] #24 105.0 + GOBIN=/build [2019-09-12T10:46:33.428Z] #24 105.0 + /build/gometalinter --install [2019-09-12T10:46:33.428Z] #24 105.0 Installing: [2019-09-12T10:46:33.428Z] #24 105.0 deadcode [2019-09-12T10:46:33.428Z] #24 105.0 dupl [2019-09-12T10:46:33.428Z] #24 105.0 errcheck [2019-09-12T10:46:33.428Z] #24 105.0 gas [2019-09-12T10:46:33.428Z] #24 105.0 gochecknoglobals [2019-09-12T10:46:33.428Z] #24 105.0 gochecknoinits [2019-09-12T10:46:33.428Z] #24 105.0 goconst [2019-09-12T10:46:33.428Z] #24 105.0 gocyclo [2019-09-12T10:46:33.428Z] #24 105.0 goimports [2019-09-12T10:46:33.428Z] #24 105.0 golint [2019-09-12T10:46:33.428Z] #24 105.0 gosimple [2019-09-12T10:46:33.428Z] #24 105.0 gotype [2019-09-12T10:46:33.428Z] #24 105.0 gotypex [2019-09-12T10:46:33.428Z] #24 105.0 ineffassign [2019-09-12T10:46:33.428Z] #24 105.0 interfacer [2019-09-12T10:46:33.428Z] #24 105.0 lll [2019-09-12T10:46:33.428Z] #24 105.0 maligned [2019-09-12T10:46:33.428Z] #24 105.0 megacheck [2019-09-12T10:46:33.428Z] #24 105.0 misspell [2019-09-12T10:46:33.428Z] #24 105.0 nakedret [2019-09-12T10:46:33.428Z] #24 105.0 safesql [2019-09-12T10:46:33.428Z] #24 105.0 staticcheck [2019-09-12T10:46:33.428Z] #24 105.0 structcheck [2019-09-12T10:46:33.428Z] #24 105.0 unconvert [2019-09-12T10:46:33.428Z] #24 105.0 unparam [2019-09-12T10:46:33.428Z] #24 105.0 unused [2019-09-12T10:46:33.428Z] #24 105.0 varcheck [2019-09-12T10:46:33.588Z] #58 128.5 CC criu/parasite-syscall.o [2019-09-12T10:46:34.153Z] #58 129.1 CC criu/path.o [2019-09-12T10:46:34.411Z] #58 129.4 CC criu/pie-util-vdso-elf32.o [2019-09-12T10:46:34.669Z] #58 129.7 CC criu/pie-util-vdso.o [2019-09-12T10:46:34.927Z] #58 130.0 CC criu/pie-util.o [2019-09-12T10:46:34.927Z] #58 130.1 CC criu/pipes.o [2019-09-12T10:46:35.326Z] #24 ... [2019-09-12T10:46:35.326Z] [2019-09-12T10:46:35.326Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:35.326Z] #33 97.17 encoding/asn1 [2019-09-12T10:46:35.326Z] #33 98.95 crypto/ecdsa [2019-09-12T10:46:35.326Z] #33 99.39 crypto/rsa [2019-09-12T10:46:35.326Z] #33 100.5 crypto/dsa [2019-09-12T10:46:35.326Z] #33 100.7 crypto/x509/pkix [2019-09-12T10:46:35.326Z] #33 101.2 internal/x/crypto/cryptobyte [2019-09-12T10:46:35.326Z] #33 102.6 internal/x/crypto/internal/chacha20 [2019-09-12T10:46:35.326Z] #33 103.1 internal/x/crypto/poly1305 [2019-09-12T10:46:35.326Z] #33 103.4 internal/x/crypto/chacha20poly1305 [2019-09-12T10:46:35.326Z] #33 104.3 internal/x/crypto/hkdf [2019-09-12T10:46:35.326Z] #33 104.5 internal/x/text/transform [2019-09-12T10:46:35.326Z] #33 105.2 internal/x/text/unicode/bidi [2019-09-12T10:46:35.326Z] #33 106.7 internal/x/text/secure/bidirule [2019-09-12T10:46:35.326Z] #33 107.1 internal/x/text/unicode/norm [2019-09-12T10:46:35.492Z] #58 130.6 CC criu/plugin.o [2019-09-12T10:46:35.584Z] #33 ... [2019-09-12T10:46:35.584Z] [2019-09-12T10:46:35.584Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:35.584Z] #58 55.95 CC criu/pie/parasite-vdso.o [2019-09-12T10:46:35.584Z] #58 56.89 CC criu/arch/x86/vdso-pie.o [2019-09-12T10:46:35.584Z] #58 57.21 CC criu/pie/util-vdso-elf32.o [2019-09-12T10:46:35.584Z] #58 57.84 AR criu/pie/pie.lib.a [2019-09-12T10:46:35.584Z] #58 57.90 DEP criu/pie/restorer.d [2019-09-12T10:46:35.584Z] #58 58.07 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-12T10:46:35.584Z] #58 58.24 DEP criu/arch/x86/restorer_unmap.d [2019-09-12T10:46:35.584Z] #58 58.26 DEP criu/arch/x86/restorer.d [2019-09-12T10:46:35.842Z] #58 58.52 DEP criu/pie/parasite.d [2019-09-12T10:46:36.057Z] #58 131.0 CC criu/proc_parse.o [2019-09-12T10:46:36.100Z] #58 58.82 CC criu/pie/parasite.o [2019-09-12T10:46:37.472Z] #58 60.00 LINK criu/pie/parasite.built-in.o [2019-09-12T10:46:37.472Z] #58 60.01 GEN criu/pie/parasite-blob.h [2019-09-12T10:46:37.472Z] #58 60.03 CC criu/arch/x86/restorer.o [2019-09-12T10:46:37.954Z] #58 132.9 CC criu/protobuf-desc.o [2019-09-12T10:46:38.037Z] #58 60.47 CC criu/arch/x86/restorer_unmap.o [2019-09-12T10:46:38.037Z] #58 60.53 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-12T10:46:38.295Z] #58 60.78 CC criu/pie/restorer.o [2019-09-12T10:46:38.519Z] #58 133.5 CC criu/protobuf.o [2019-09-12T10:46:38.552Z] #58 ... [2019-09-12T10:46:38.552Z] [2019-09-12T10:46:38.552Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:38.552Z] #33 110.4 crypto/x509 [2019-09-12T10:46:38.810Z] #33 110.5 internal/x/net/idna [2019-09-12T10:46:39.084Z] #58 133.8 CC criu/pstree.o [2019-09-12T10:46:39.341Z] #58 ... [2019-09-12T10:46:39.341Z] [2019-09-12T10:46:39.341Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:46:39.341Z] #55 183.2 + dpkg --print-architecture [2019-09-12T10:46:39.341Z] #55 183.2 + cd /tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution [2019-09-12T10:46:39.341Z] #55 183.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-12T10:46:39.599Z] #55 183.5 + GOPATH=/tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OUbV29gQ27 [2019-09-12T10:46:39.599Z] #55 183.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-12T10:46:41.336Z] #33 112.7 net/textproto [2019-09-12T10:46:41.906Z] #33 113.6 internal/x/net/http/httpguts [2019-09-12T10:46:42.164Z] #33 113.9 internal/x/net/http/httpproxy [2019-09-12T10:46:42.730Z] #33 114.3 internal/x/net/http2/hpack [2019-09-12T10:46:42.730Z] #33 114.6 crypto/tls [2019-09-12T10:46:43.663Z] #33 115.2 mime [2019-09-12T10:46:44.595Z] #33 ... [2019-09-12T10:46:44.595Z] [2019-09-12T10:46:44.595Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:44.595Z] #58 63.15 LINK criu/pie/restorer.built-in.o [2019-09-12T10:46:44.595Z] #58 63.16 GEN criu/pie/restorer-blob.h [2019-09-12T10:46:44.595Z] #58 63.22 DEP criu/vdso.d [2019-09-12T10:46:44.595Z] #58 63.53 DEP criu/vdso-compat.d [2019-09-12T10:46:44.595Z] #58 63.73 DEP criu/uts_ns.d [2019-09-12T10:46:44.595Z] #58 63.84 DEP criu/util.d [2019-09-12T10:46:44.595Z] #58 64.00 DEP criu/uffd.d [2019-09-12T10:46:44.595Z] #58 64.23 DEP criu/tun.d [2019-09-12T10:46:44.595Z] #58 64.43 DEP criu/tty.d [2019-09-12T10:46:44.595Z] #58 64.62 DEP criu/timerfd.d [2019-09-12T10:46:44.595Z] #58 64.78 DEP criu/sysfs_parse.d [2019-09-12T10:46:44.595Z] #58 64.95 DEP criu/sysctl.d [2019-09-12T10:46:44.595Z] #58 65.08 DEP criu/string.d [2019-09-12T10:46:44.595Z] #58 65.17 DEP criu/stats.d [2019-09-12T10:46:44.595Z] #58 65.31 DEP criu/sockets.d [2019-09-12T10:46:44.595Z] #58 65.52 DEP criu/sk-unix.d [2019-09-12T10:46:44.595Z] #58 65.69 DEP criu/sk-tcp.d [2019-09-12T10:46:44.595Z] #58 65.85 DEP criu/sk-queue.d [2019-09-12T10:46:44.595Z] #58 65.98 DEP criu/sk-packet.d [2019-09-12T10:46:44.595Z] #58 66.15 DEP criu/sk-netlink.d [2019-09-12T10:46:44.595Z] #58 66.30 DEP criu/sk-inet.d [2019-09-12T10:46:44.595Z] #58 66.51 DEP criu/signalfd.d [2019-09-12T10:46:44.595Z] #58 66.67 DEP criu/sigframe.d [2019-09-12T10:46:44.595Z] #58 66.77 DEP criu/shmem.d [2019-09-12T10:46:44.595Z] #58 66.93 DEP criu/servicefd.d [2019-09-12T10:46:44.595Z] #58 67.11 DEP criu/seize.d [2019-09-12T10:46:44.595Z] #58 67.28 DEP criu/seccomp.d [2019-09-12T10:46:45.160Z] #58 67.54 DEP criu/rst-malloc.d [2019-09-12T10:46:45.160Z] #58 67.67 DEP criu/rbtree.d [2019-09-12T10:46:45.160Z] #58 67.72 DEP criu/pstree.d [2019-09-12T10:46:45.160Z] #58 67.95 DEP criu/protobuf.d [2019-09-12T10:46:45.726Z] #58 68.10 GEN criu/protobuf-desc-gen.h [2019-09-12T10:46:46.658Z] #58 69.37 DEP criu/protobuf-desc.d [2019-09-12T10:46:46.916Z] #58 69.47 DEP criu/proc_parse.d [2019-09-12T10:46:46.916Z] #58 69.61 DEP criu/plugin.d [2019-09-12T10:46:46.916Z] #58 69.69 DEP criu/pipes.d [2019-09-12T10:46:47.174Z] #58 69.85 DEP criu/pie-util.d [2019-09-12T10:46:47.174Z] #58 69.94 DEP criu/pie-util-vdso.d [2019-09-12T10:46:47.431Z] #58 70.05 DEP criu/pie-util-vdso-elf32.d [2019-09-12T10:46:47.431Z] #58 70.17 DEP criu/path.d [2019-09-12T10:46:47.688Z] #58 70.28 DEP criu/parasite-syscall.d [2019-09-12T10:46:47.946Z] #58 70.44 DEP criu/pagemap.d [2019-09-12T10:46:47.946Z] #58 70.63 DEP criu/pagemap-cache.d [2019-09-12T10:46:48.203Z] #58 70.74 DEP criu/page-xfer.d [2019-09-12T10:46:48.461Z] #58 70.89 DEP criu/page-pipe.d [2019-09-12T10:46:48.461Z] #58 71.05 DEP criu/netfilter.d [2019-09-12T10:46:48.718Z] #58 71.23 DEP criu/net.d [2019-09-12T10:46:48.718Z] #58 71.44 DEP criu/namespaces.d [2019-09-12T10:46:48.976Z] #58 71.71 DEP criu/mount.d [2019-09-12T10:46:49.233Z] #58 71.89 DEP criu/mem.d [2019-09-12T10:46:49.495Z] #58 72.08 DEP criu/lsm.d [2019-09-12T10:46:49.560Z] #55 ... [2019-09-12T10:46:49.560Z] [2019-09-12T10:46:49.560Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:49.560Z] #58 134.9 CC criu/rbtree.o [2019-09-12T10:46:49.560Z] #58 135.1 CC criu/rst-malloc.o [2019-09-12T10:46:49.560Z] #58 135.4 CC criu/seccomp.o [2019-09-12T10:46:49.560Z] #58 136.0 CC criu/seize.o [2019-09-12T10:46:49.560Z] #58 136.7 CC criu/servicefd.o [2019-09-12T10:46:49.560Z] #58 137.0 CC criu/shmem.o [2019-09-12T10:46:49.560Z] #58 137.8 CC criu/sigframe.o [2019-09-12T10:46:49.560Z] #58 137.9 CC criu/signalfd.o [2019-09-12T10:46:49.560Z] #58 138.1 CC criu/sk-inet.o [2019-09-12T10:46:49.560Z] #58 138.9 CC criu/sk-netlink.o [2019-09-12T10:46:49.560Z] #58 139.3 CC criu/sk-packet.o [2019-09-12T10:46:49.560Z] #58 139.9 CC criu/sk-queue.o [2019-09-12T10:46:49.560Z] #58 140.3 CC criu/sk-tcp.o [2019-09-12T10:46:49.560Z] #58 140.7 CC criu/sk-unix.o [2019-09-12T10:46:49.560Z] #58 142.3 CC criu/sockets.o [2019-09-12T10:46:49.560Z] #58 142.9 CC criu/stats.o [2019-09-12T10:46:49.560Z] #58 143.2 CC criu/string.o [2019-09-12T10:46:49.560Z] #58 143.3 CC criu/sysctl.o [2019-09-12T10:46:49.560Z] #58 143.9 CC criu/sysfs_parse.o [2019-09-12T10:46:49.560Z] #58 144.2 CC criu/timerfd.o [2019-09-12T10:46:49.560Z] #58 144.5 CC criu/tty.o [2019-09-12T10:46:49.753Z] #58 72.24 DEP criu/log.d [2019-09-12T10:46:49.753Z] #58 72.42 DEP criu/libnetlink.d [2019-09-12T10:46:49.753Z] #58 72.54 DEP criu/kerndat.d [2019-09-12T10:46:50.318Z] #58 72.78 DEP criu/kcmp-ids.d [2019-09-12T10:46:50.318Z] #58 72.85 DEP criu/irmap.d [2019-09-12T10:46:50.576Z] #58 72.99 DEP criu/ipc_ns.d [2019-09-12T10:46:50.576Z] #58 73.23 DEP criu/image.d [2019-09-12T10:46:50.834Z] #58 73.48 DEP criu/image-desc.d [2019-09-12T10:46:51.092Z] #58 73.57 DEP criu/fsnotify.d [2019-09-12T10:46:51.092Z] #58 73.72 DEP criu/filesystems.d [2019-09-12T10:46:51.092Z] #58 73.86 DEP criu/files.d [2019-09-12T10:46:51.460Z] #58 146.3 CC criu/tun.o [2019-09-12T10:46:51.660Z] #58 74.04 DEP criu/files-reg.d [2019-09-12T10:46:51.660Z] #58 74.25 DEP criu/files-ext.d [2019-09-12T10:46:51.660Z] #58 74.35 DEP criu/file-lock.d [2019-09-12T10:46:51.918Z] #58 ... [2019-09-12T10:46:51.918Z] [2019-09-12T10:46:51.918Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-12T10:46:51.918Z] #27 DONE 123.3s [2019-09-12T10:46:51.918Z] [2019-09-12T10:46:51.918Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:51.918Z] #58 74.46 DEP criu/file-ids.d [2019-09-12T10:46:51.918Z] #58 ... [2019-09-12T10:46:51.918Z] [2019-09-12T10:46:51.918Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:46:51.918Z] #33 116.6 mime/quotedprintable [2019-09-12T10:46:51.918Z] #33 116.9 mime/multipart [2019-09-12T10:46:51.918Z] #33 117.8 net/http/internal [2019-09-12T10:46:51.918Z] #33 118.1 os/exec [2019-09-12T10:46:51.918Z] #33 122.4 net/http/httptrace [2019-09-12T10:46:51.918Z] #33 122.6 net/http [2019-09-12T10:46:52.028Z] #58 146.9 CC criu/uffd.o [2019-09-12T10:46:52.176Z] #33 ... [2019-09-12T10:46:52.176Z] [2019-09-12T10:46:52.176Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:52.176Z] #58 74.62 DEP criu/fifo.d [2019-09-12T10:46:52.176Z] #58 74.87 DEP criu/fdstore.d [2019-09-12T10:46:52.433Z] #58 74.99 DEP criu/fault-injection.d [2019-09-12T10:46:52.433Z] #58 75.05 DEP criu/external.d [2019-09-12T10:46:52.691Z] #58 75.36 DEP criu/eventpoll.d [2019-09-12T10:46:52.949Z] #58 75.61 DEP criu/eventfd.d [2019-09-12T10:46:53.023Z] #58 147.8 CC criu/util.o [2019-09-12T10:46:53.207Z] #58 75.77 DEP criu/crtools.d [2019-09-12T10:46:53.207Z] #58 76.00 DEP criu/cr-service.d [2019-09-12T10:46:53.772Z] #58 76.22 DEP criu/cr-restore.d [2019-09-12T10:46:53.772Z] #58 76.43 DEP criu/cr-errno.d [2019-09-12T10:46:54.041Z] #58 76.45 DEP criu/cr-dump.d [2019-09-12T10:46:54.041Z] #58 76.72 DEP criu/cr-dedup.d [2019-09-12T10:46:54.302Z] #58 76.99 DEP criu/cr-check.d [2019-09-12T10:46:54.396Z] #58 149.0 CC criu/uts_ns.o [2019-09-12T10:46:54.396Z] #58 149.3 CC criu/vdso-compat.o [2019-09-12T10:46:54.559Z] #58 77.24 DEP criu/config.d [2019-09-12T10:46:54.653Z] #58 149.4 CC criu/vdso.o [2019-09-12T10:46:54.816Z] #58 77.38 DEP criu/clone-noasan.d [2019-09-12T10:46:54.816Z] #58 77.42 DEP criu/cgroup.d [2019-09-12T10:46:55.073Z] #58 77.55 DEP criu/cgroup-props.d [2019-09-12T10:46:55.073Z] #58 77.65 DEP criu/bitmap.d [2019-09-12T10:46:55.073Z] #58 77.67 DEP criu/bfd.d [2019-09-12T10:46:55.073Z] #58 77.74 DEP criu/autofs.d [2019-09-12T10:46:55.330Z] #58 77.95 DEP criu/aio.d [2019-09-12T10:46:55.585Z] #58 150.4 LINK criu/built-in.o [2019-09-12T10:46:55.586Z] #58 150.6 LINK criu/criu [2019-09-12T10:46:55.587Z] #58 78.19 DEP criu/action-scripts.d [2019-09-12T10:46:55.843Z] #58 78.54 CC criu/action-scripts.o [2019-09-12T10:46:56.150Z] #58 150.9 DEP lib/c/criu.d [2019-09-12T10:46:56.150Z] #58 151.0 CC images/rpc.pb-c.o [2019-09-12T10:46:56.407Z] #58 78.97 CC criu/aio.o [2019-09-12T10:46:56.715Z] #58 151.5 CC lib/c/criu.o [2019-09-12T10:46:56.970Z] #58 79.52 CC criu/autofs.o [2019-09-12T10:46:57.280Z] #58 152.3 LINK lib/c/built-in.o [2019-09-12T10:46:57.280Z] #58 152.3 LINK lib/c/libcriu.so [2019-09-12T10:46:57.537Z] #58 152.5 GEN magic.py [2019-09-12T10:46:57.795Z] #58 152.6 Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:46:57.795Z] #58 152.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:46:58.340Z] #58 80.76 CC criu/bfd.o [2019-09-12T10:46:58.359Z] #58 153.2 fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:46:58.598Z] #58 81.25 CC criu/bitmap.o [2019-09-12T10:46:58.617Z] #58 ... [2019-09-12T10:46:58.617Z] [2019-09-12T10:46:58.617Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:46:58.617Z] #55 202.6 + rm -rf /tmp/tmp.OUbV29gQ27/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OUbV29gQ27 [2019-09-12T10:46:58.856Z] #58 81.44 CC criu/cgroup-props.o [2019-09-12T10:46:59.420Z] #58 82.06 CC criu/cgroup.o [2019-09-12T10:46:59.550Z] #55 DONE 203.5s [2019-09-12T10:46:59.550Z] [2019-09-12T10:46:59.550Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:46:59.550Z] #58 153.8 make[1]: Nothing to be done for 'all'. [2019-09-12T10:46:59.550Z] #58 154.2 make[1]: 'images/built-in.o' is up to date. [2019-09-12T10:46:59.550Z] #58 154.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-12T10:46:59.550Z] #58 154.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-12T10:46:59.550Z] #58 154.3 make[1]: 'compel/libcompel.a' is up to date. [2019-09-12T10:46:59.550Z] #58 154.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-12T10:46:59.550Z] #58 154.3 make[1]: Nothing to be done for 'all'. [2019-09-12T10:46:59.550Z] #58 154.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:46:59.550Z] #58 154.5 make[2]: Nothing to be done for 'all'. [2019-09-12T10:46:59.550Z] #58 154.5 make[2]: Nothing to be done for 'all'. [2019-09-12T10:46:59.550Z] #58 154.5 make[2]: Nothing to be done for 'all'. [2019-09-12T10:46:59.807Z] #58 154.6 make[2]: Nothing to be done for 'all'. [2019-09-12T10:46:59.807Z] #58 154.7 make[2]: Nothing to be done for 'all'. [2019-09-12T10:46:59.807Z] #58 154.8 make[2]: Nothing to be done for 'all'. [2019-09-12T10:47:00.065Z] #58 154.9 make[2]: Nothing to be done for 'all'. [2019-09-12T10:47:00.065Z] #58 155.0 make[2]: Nothing to be done for 'all'. [2019-09-12T10:47:00.065Z] #58 155.0 INSTALL criu/criu [2019-09-12T10:47:00.413Z] #58 DONE 155.2s [2019-09-12T10:47:00.413Z] [2019-09-12T10:47:00.413Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:47:00.853Z] #58 ... [2019-09-12T10:47:00.853Z] [2019-09-12T10:47:00.853Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:47:00.853Z] #33 132.4 github.com/LK4D4/vndr/godl [2019-09-12T10:47:01.418Z] #33 133.1 github.com/LK4D4/vndr [2019-09-12T10:47:04.596Z] #47 ... [2019-09-12T10:47:04.596Z] [2019-09-12T10:47:04.596Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:47:04.596Z] #24 DONE 203.6s [2019-09-12T10:47:04.596Z] [2019-09-12T10:47:04.596Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:47:05.968Z] #47 ... [2019-09-12T10:47:05.968Z] [2019-09-12T10:47:05.968Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-12T10:47:06.682Z] #33 ... [2019-09-12T10:47:06.682Z] [2019-09-12T10:47:06.682Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:47:06.682Z] #58 84.30 CC criu/clone-noasan.o [2019-09-12T10:47:06.682Z] #58 84.44 CC criu/config.o [2019-09-12T10:47:06.682Z] #58 85.76 CC criu/cr-check.o [2019-09-12T10:47:06.682Z] #58 87.10 CC criu/cr-dedup.o [2019-09-12T10:47:06.682Z] #58 87.44 CC criu/cr-dump.o [2019-09-12T10:47:06.682Z] #58 89.31 CC criu/cr-errno.o [2019-09-12T10:47:06.682Z] #58 89.41 CC criu/cr-restore.o [2019-09-12T10:47:06.905Z] #25 DONE 0.9s [2019-09-12T10:47:06.905Z] [2019-09-12T10:47:06.905Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:47:06.905Z] #47 ... [2019-09-12T10:47:06.905Z] [2019-09-12T10:47:06.905Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-12T10:47:06.905Z] #28 DONE 0.1s [2019-09-12T10:47:06.905Z] [2019-09-12T10:47:06.905Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-12T10:47:06.905Z] #31 DONE 0.1s [2019-09-12T10:47:06.905Z] [2019-09-12T10:47:06.905Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-12T10:47:07.163Z] #34 DONE 0.1s [2019-09-12T10:47:07.163Z] [2019-09-12T10:47:07.163Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-12T10:47:07.163Z] #39 DONE 0.1s [2019-09-12T10:47:07.163Z] [2019-09-12T10:47:07.163Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-12T10:47:07.163Z] #43 DONE 0.2s [2019-09-12T10:47:07.163Z] [2019-09-12T10:47:07.163Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:47:08.580Z] #58 ... [2019-09-12T10:47:08.580Z] [2019-09-12T10:47:08.580Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-12T10:47:08.580Z] #33 DONE 140.4s [2019-09-12T10:47:08.838Z] [2019-09-12T10:47:08.838Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:47:11.339Z] #47 210.4 🇩 bin/containerd [2019-09-12T10:47:11.366Z] #47 ... [2019-09-12T10:47:11.366Z] [2019-09-12T10:47:11.366Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:47:11.366Z] #58 93.51 CC criu/cr-service.o [2019-09-12T10:47:11.931Z] #58 94.64 CC criu/crtools.o [2019-09-12T10:47:12.497Z] #58 95.10 CC criu/eventfd.o [2019-09-12T10:47:12.754Z] #58 95.46 CC criu/eventpoll.o [2019-09-12T10:47:13.687Z] #58 96.22 CC criu/external.o [2019-09-12T10:47:13.945Z] #58 96.48 CC criu/fault-injection.o [2019-09-12T10:47:13.945Z] #58 96.58 CC criu/fdstore.o [2019-09-12T10:47:14.510Z] #58 96.90 CC criu/fifo.o [2019-09-12T10:47:14.510Z] #58 97.30 CC criu/file-ids.o [2019-09-12T10:47:15.075Z] #58 97.63 CC criu/file-lock.o [2019-09-12T10:47:15.640Z] #58 98.33 CC criu/files-ext.o [2019-09-12T10:47:15.810Z] Removing intermediate container 4bc4fbcab368 [2019-09-12T10:47:15.810Z] ---> 14da86309acd [2019-09-12T10:47:15.810Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-12T10:47:15.810Z] ---> Running in 5024a930147d [2019-09-12T10:47:15.810Z] Removing intermediate container 5024a930147d [2019-09-12T10:47:15.810Z] ---> 8da1f56bdfb4 [2019-09-12T10:47:15.810Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-12T10:47:15.810Z] ---> Running in e20f073ff774 [2019-09-12T10:47:15.810Z] Removing intermediate container e20f073ff774 [2019-09-12T10:47:15.810Z] ---> 85e6480f109c [2019-09-12T10:47:15.810Z] Step 8/8 : COPY . . [2019-09-12T10:47:15.898Z] #58 ... [2019-09-12T10:47:15.898Z] [2019-09-12T10:47:15.898Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-12T10:47:15.898Z] #42 145.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-12T10:47:15.898Z] #42 146.9 + mkdir -p /build [2019-09-12T10:47:15.898Z] #42 146.9 + cp runc /build/runc [2019-09-12T10:47:15.898Z] #42 DONE 147.2s [2019-09-12T10:47:15.898Z] [2019-09-12T10:47:15.898Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:47:16.156Z] #24 ... [2019-09-12T10:47:16.156Z] [2019-09-12T10:47:16.156Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:47:16.156Z] #58 98.81 CC criu/files-reg.o [2019-09-12T10:47:18.682Z] #58 100.7 CC criu/files.o [2019-09-12T10:47:19.614Z] #58 102.2 CC criu/filesystems.o [2019-09-12T10:47:20.179Z] #58 102.7 CC criu/fsnotify.o [2019-09-12T10:47:20.745Z] #58 103.4 CC criu/image-desc.o [2019-09-12T10:47:21.002Z] #58 103.6 CC criu/image.o [2019-09-12T10:47:21.568Z] #58 104.2 CC criu/ipc_ns.o [2019-09-12T10:47:22.507Z] #58 105.1 CC criu/irmap.o [2019-09-12T10:47:23.072Z] #58 105.6 CC criu/kcmp-ids.o [2019-09-12T10:47:23.330Z] #58 105.8 CC criu/kerndat.o [2019-09-12T10:47:23.895Z] #58 106.4 CC criu/libnetlink.o [2019-09-12T10:47:23.895Z] #58 106.6 CC criu/log.o [2019-09-12T10:47:24.460Z] #58 107.0 CC criu/lsm.o [2019-09-12T10:47:24.718Z] #58 107.3 CC criu/mem.o [2019-09-12T10:47:26.091Z] #58 108.6 CC criu/mount.o [2019-09-12T10:47:29.370Z] #58 111.4 CC criu/namespaces.o [2019-09-12T10:47:29.936Z] #58 112.6 CC criu/net.o [2019-09-12T10:47:32.463Z] #58 114.8 CC criu/netfilter.o [2019-09-12T10:47:32.463Z] #58 115.1 CC criu/page-pipe.o [2019-09-12T10:47:33.028Z] #58 115.5 CC criu/page-xfer.o [2019-09-12T10:47:33.241Z] #47 232.0 🇩 bin/containerd-stress [2019-09-12T10:47:33.960Z] #58 116.5 CC criu/pagemap-cache.o [2019-09-12T10:47:34.170Z] #47 233.6 🇩 bin/containerd-shim [2019-09-12T10:47:34.218Z] #58 116.7 CC criu/pagemap.o [2019-09-12T10:47:34.783Z] #58 117.4 CC criu/parasite-syscall.o [2019-09-12T10:47:35.715Z] #58 118.2 CC criu/path.o [2019-09-12T10:47:35.715Z] #58 118.5 CC criu/pie-util-vdso-elf32.o [2019-09-12T10:47:35.973Z] #58 118.7 CC criu/pie-util-vdso.o [2019-09-12T10:47:36.538Z] #58 119.1 CC criu/pie-util.o [2019-09-12T10:47:36.538Z] #58 119.2 CC criu/pipes.o [2019-09-12T10:47:36.930Z] ---> 7d0b52812a8a [2019-09-12T10:47:37.103Z] #58 119.7 CC criu/plugin.o [2019-09-12T10:47:37.394Z] Successfully built 7d0b52812a8a [2019-09-12T10:47:37.395Z] Successfully tagged docker:latest [2019-09-12T10:47:37.395Z] INFO: Image build ended at 09/12/2019 10:47:37. Duration:00:03:36.6504595 [2019-09-12T10:47:37.395Z] [2019-09-12T10:47:37.395Z] [2019-09-12T10:47:37.395Z] INFO: Building the test binaries at 09/12/2019 10:47:37... [2019-09-12T10:47:37.668Z] #58 120.1 CC criu/proc_parse.o [2019-09-12T10:47:39.566Z] #58 ... [2019-09-12T10:47:39.566Z] [2019-09-12T10:47:39.566Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:47:39.566Z] #55 171.3 + dpkg --print-architecture [2019-09-12T10:47:39.566Z] #55 171.3 + cd /tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution [2019-09-12T10:47:39.566Z] #55 171.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-12T10:47:39.566Z] #55 171.5 + GOPATH=/tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.p4uZLb6rts [2019-09-12T10:47:39.566Z] #55 171.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-12T10:47:40.720Z] #47 239.4 🇩 bin/containerd-shim-runc-v1 [2019-09-12T10:47:42.139Z] INFO: make.ps1 starting at 09/12/2019 10:47:41 [2019-09-12T10:47:42.140Z] INFO: Git commit (3d811f203) assumed from DOCKER_GITCOMMIT environment variable [2019-09-12T10:47:42.140Z] INFO: Invoking autogen... [2019-09-12T10:47:42.613Z] #47 242.0 🇩 binaries [2019-09-12T10:47:42.613Z] #47 242.0 + mkdir -p /build [2019-09-12T10:47:42.613Z] #47 242.0 + cp bin/containerd /build/containerd [2019-09-12T10:47:42.613Z] #47 242.0 + cp bin/containerd-shim /build/containerd-shim [2019-09-12T10:47:42.613Z] #47 242.0 + cp bin/ctr /build/ctr [2019-09-12T10:47:43.110Z] INFO: Building daemon... [2019-09-12T10:47:43.176Z] #47 DONE 242.8s [2019-09-12T10:47:44.551Z] [2019-09-12T10:47:44.551Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-12T10:47:44.551Z] #48 DONE 0.3s [2019-09-12T10:47:44.551Z] [2019-09-12T10:47:44.551Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-12T10:47:44.807Z] #51 DONE 0.1s [2019-09-12T10:47:44.808Z] [2019-09-12T10:47:44.808Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-12T10:47:44.808Z] #54 DONE 0.1s [2019-09-12T10:47:44.808Z] [2019-09-12T10:47:44.808Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-12T10:47:45.064Z] #56 DONE 0.2s [2019-09-12T10:47:45.064Z] [2019-09-12T10:47:45.064Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-12T10:47:45.064Z] #59 DONE 0.1s [2019-09-12T10:47:45.064Z] [2019-09-12T10:47:45.064Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-12T10:47:45.320Z] #63 DONE 0.2s [2019-09-12T10:47:45.320Z] [2019-09-12T10:47:45.320Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-12T10:47:45.577Z] #65 DONE 0.2s [2019-09-12T10:47:45.577Z] [2019-09-12T10:47:45.577Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-12T10:47:45.577Z] #66 DONE 0.0s [2019-09-12T10:47:45.577Z] [2019-09-12T10:47:45.577Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-12T10:47:46.507Z] #67 DONE 0.9s [2019-09-12T10:47:46.507Z] [2019-09-12T10:47:46.507Z] #68 exporting to image [2019-09-12T10:47:46.507Z] #68 exporting layers [2019-09-12T10:47:51.757Z] #55 ... [2019-09-12T10:47:51.757Z] [2019-09-12T10:47:51.757Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:47:51.757Z] #58 122.2 CC criu/protobuf-desc.o [2019-09-12T10:47:51.757Z] #58 122.9 CC criu/protobuf.o [2019-09-12T10:47:51.757Z] #58 123.2 CC criu/pstree.o [2019-09-12T10:47:51.757Z] #58 124.1 CC criu/rbtree.o [2019-09-12T10:47:51.757Z] #58 124.4 CC criu/rst-malloc.o [2019-09-12T10:47:51.757Z] #58 124.6 CC criu/seccomp.o [2019-09-12T10:47:51.757Z] #58 125.2 CC criu/seize.o [2019-09-12T10:47:51.757Z] #58 125.9 CC criu/servicefd.o [2019-09-12T10:47:51.757Z] #58 126.3 CC criu/shmem.o [2019-09-12T10:47:51.757Z] #58 126.9 CC criu/sigframe.o [2019-09-12T10:47:51.757Z] #58 127.1 CC criu/signalfd.o [2019-09-12T10:47:51.757Z] #58 127.3 CC criu/sk-inet.o [2019-09-12T10:47:51.757Z] #58 128.0 CC criu/sk-netlink.o [2019-09-12T10:47:51.757Z] #58 128.3 CC criu/sk-packet.o [2019-09-12T10:47:51.757Z] #58 128.8 CC criu/sk-queue.o [2019-09-12T10:47:51.757Z] #58 129.2 CC criu/sk-tcp.o [2019-09-12T10:47:51.757Z] #58 129.7 CC criu/sk-unix.o [2019-09-12T10:47:51.757Z] #58 131.1 CC criu/sockets.o [2019-09-12T10:47:51.757Z] #58 131.8 CC criu/stats.o [2019-09-12T10:47:51.757Z] #58 132.1 CC criu/string.o [2019-09-12T10:47:51.757Z] #58 132.2 CC criu/sysctl.o [2019-09-12T10:47:51.757Z] #58 132.8 CC criu/sysfs_parse.o [2019-09-12T10:47:51.757Z] #58 133.1 CC criu/timerfd.o [2019-09-12T10:47:51.757Z] #58 133.5 CC criu/tty.o [2019-09-12T10:47:52.691Z] #58 135.1 CC criu/tun.o [2019-09-12T10:47:52.948Z] #58 135.6 CC criu/uffd.o [2019-09-12T10:47:53.054Z] #68 exporting layers 6.5s done [2019-09-12T10:47:53.054Z] #68 writing image sha256:03c63625e7e1e8dfd82262d85c353c8f4ad7ebf13aed9bed763d895ad575e782 done [2019-09-12T10:47:53.054Z] #68 naming to docker.io/library/docker:2edfd4ef44b3866c5714c9de70b150283eb15588 done [2019-09-12T10:47:53.054Z] #68 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-12T10:47:53.377Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39844/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/validate/default [2019-09-12T10:47:53.881Z] #58 136.6 CC criu/util.o [2019-09-12T10:47:54.306Z] Congratulations! All commits are properly signed with the DCO! [2019-09-12T10:47:55.253Z] #58 137.7 CC criu/uts_ns.o [2019-09-12T10:47:55.253Z] #58 137.9 CC criu/vdso-compat.o [2019-09-12T10:47:55.510Z] #58 138.1 CC criu/vdso.o [2019-09-12T10:47:56.456Z] #58 138.8 LINK criu/built-in.o [2019-09-12T10:47:56.456Z] #58 139.0 LINK criu/criu [2019-09-12T10:47:56.456Z] #58 139.2 DEP lib/c/criu.d [2019-09-12T10:47:56.713Z] #58 139.3 CC images/rpc.pb-c.o [2019-09-12T10:47:57.279Z] #58 139.9 CC lib/c/criu.o [2019-09-12T10:47:58.211Z] #58 140.8 LINK lib/c/built-in.o [2019-09-12T10:47:58.211Z] #58 140.8 LINK lib/c/libcriu.so [2019-09-12T10:47:58.469Z] #58 141.0 GEN magic.py [2019-09-12T10:47:58.469Z] #58 141.1 Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:47:58.469Z] #58 141.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:47:59.034Z] #58 141.6 fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:47:59.034Z] #58 ... [2019-09-12T10:47:59.034Z] [2019-09-12T10:47:59.034Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-12T10:47:59.034Z] #55 191.0 + rm -rf /tmp/tmp.p4uZLb6rts/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.p4uZLb6rts [2019-09-12T10:47:59.967Z] #55 DONE 191.9s [2019-09-12T10:47:59.967Z] [2019-09-12T10:47:59.967Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-12T10:47:59.967Z] #58 142.2 make[1]: Nothing to be done for 'all'. [2019-09-12T10:48:00.228Z] #58 142.8 make[1]: 'images/built-in.o' is up to date. [2019-09-12T10:48:00.228Z] #58 142.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-12T10:48:00.228Z] #58 142.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-12T10:48:00.228Z] #58 143.0 make[1]: 'compel/libcompel.a' is up to date. [2019-09-12T10:48:00.486Z] #58 143.0 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-12T10:48:00.486Z] #58 143.1 make[1]: Nothing to be done for 'all'. [2019-09-12T10:48:00.486Z] #58 143.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:48:00.744Z] #58 143.4 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:00.744Z] #58 143.5 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.002Z] #58 143.6 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.002Z] #58 143.8 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.002Z] #58 143.8 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.259Z] #58 143.8 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.259Z] #58 143.8 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.259Z] #58 143.9 make[2]: Nothing to be done for 'all'. [2019-09-12T10:48:01.259Z] #58 143.9 INSTALL criu/criu [2019-09-12T10:48:01.259Z] #58 DONE 144.0s [2019-09-12T10:48:01.259Z] [2019-09-12T10:48:01.259Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:48:02.631Z] #47 ... [2019-09-12T10:48:02.631Z] [2019-09-12T10:48:02.631Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-12T10:48:02.631Z] #24 DONE 194.1s [2019-09-12T10:48:02.631Z] [2019-09-12T10:48:02.631Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:48:05.156Z] #47 ... [2019-09-12T10:48:05.156Z] [2019-09-12T10:48:05.156Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-12T10:48:05.722Z] #25 DONE 0.8s [2019-09-12T10:48:05.722Z] [2019-09-12T10:48:05.722Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-12T10:48:05.722Z] #28 DONE 0.1s [2019-09-12T10:48:05.722Z] [2019-09-12T10:48:05.722Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-12T10:48:05.722Z] #31 DONE 0.1s [2019-09-12T10:48:05.722Z] [2019-09-12T10:48:05.722Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:48:05.984Z] #47 ... [2019-09-12T10:48:05.984Z] [2019-09-12T10:48:05.984Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-12T10:48:05.984Z] #34 DONE 0.1s [2019-09-12T10:48:05.984Z] [2019-09-12T10:48:05.984Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-12T10:48:05.984Z] #39 DONE 0.1s [2019-09-12T10:48:05.984Z] [2019-09-12T10:48:05.984Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-12T10:48:06.241Z] #43 DONE 0.1s [2019-09-12T10:48:06.241Z] [2019-09-12T10:48:06.241Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-12T10:48:12.789Z] #47 167.8 🇩 bin/containerd [2019-09-12T10:48:34.693Z] #47 189.9 🇩 bin/containerd-stress [2019-09-12T10:48:36.586Z] #47 191.5 🇩 bin/containerd-shim [2019-09-12T10:48:43.133Z] #47 197.3 🇩 bin/containerd-shim-runc-v1 [2019-09-12T10:48:45.030Z] #47 200.0 🇩 binaries [2019-09-12T10:48:45.030Z] #47 200.0 + mkdir -p /build [2019-09-12T10:48:45.030Z] #47 200.0 + cp bin/containerd /build/containerd [2019-09-12T10:48:45.030Z] #47 200.0 + cp bin/containerd-shim /build/containerd-shim [2019-09-12T10:48:45.030Z] #47 200.0 + cp bin/ctr /build/ctr [2019-09-12T10:48:45.605Z] #47 DONE 200.7s [2019-09-12T10:48:46.538Z] [2019-09-12T10:48:46.538Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-12T10:48:46.794Z] #48 DONE 0.3s [2019-09-12T10:48:46.794Z] [2019-09-12T10:48:46.794Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-12T10:48:46.794Z] #51 DONE 0.1s [2019-09-12T10:48:46.794Z] [2019-09-12T10:48:46.794Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-12T10:48:47.050Z] #54 DONE 0.2s [2019-09-12T10:48:47.050Z] [2019-09-12T10:48:47.050Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-12T10:48:47.307Z] #56 DONE 0.3s [2019-09-12T10:48:47.307Z] [2019-09-12T10:48:47.307Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-12T10:48:47.307Z] #59 DONE 0.1s [2019-09-12T10:48:47.307Z] [2019-09-12T10:48:47.307Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-12T10:48:47.564Z] #63 DONE 0.2s [2019-09-12T10:48:47.821Z] [2019-09-12T10:48:47.821Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-12T10:48:48.404Z] #65 DONE 0.4s [2019-09-12T10:48:48.404Z] [2019-09-12T10:48:48.404Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-12T10:48:48.404Z] #66 DONE 0.0s [2019-09-12T10:48:48.404Z] [2019-09-12T10:48:48.404Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-12T10:48:48.974Z] #67 DONE 0.8s [2019-09-12T10:48:48.974Z] [2019-09-12T10:48:48.974Z] #68 exporting to image [2019-09-12T10:48:48.974Z] #68 exporting layers [2019-09-12T10:49:03.826Z] #68 exporting layers 13.7s done [2019-09-12T10:49:03.826Z] #68 writing image sha256:7af3a4f2fd8fc95ca037b7da9f71fe0839b725ce4bab4c899b03e88a6aead89f done [2019-09-12T10:49:03.826Z] #68 naming to docker.io/library/docker:2edfd4ef44b3866c5714c9de70b150283eb15588 done [2019-09-12T10:49:03.826Z] #68 DONE 13.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-12T10:49:04.824Z] [2019-09-12T10:49:04.824Z] Removing bundles/ [2019-09-12T10:49:04.824Z] [2019-09-12T10:49:04.824Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-12T10:49:04.824Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T10:49:04.824Z] GOOS="" GOARCH="" GOARM="" [2019-09-12T10:49:09.194Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-12T10:49:09.194Z] [2019-09-12T10:49:09.194Z] ________ ____ __. [2019-09-12T10:49:09.194Z] \_____ \ | |/ _| [2019-09-12T10:49:09.194Z] / | \| < [2019-09-12T10:49:09.194Z] / | \ | \ [2019-09-12T10:49:09.194Z] \_______ /____|__ \ [2019-09-12T10:49:09.194Z] \/ \/ [2019-09-12T10:49:09.194Z] [2019-09-12T10:49:09.194Z] INFO: make.ps1 ended at 09/12/2019 10:49:04 [2019-09-12T10:49:09.194Z] INFO: Binaries build ended at 09/12/2019 10:49:06. Duration:00:01:29.0286465 [2019-09-12T10:49:09.194Z] INFO: Copying the built daemon binary to d:\CI-5\CI-3d811f203\binary\dockerd-3d811f203.exe... [2019-09-12T10:49:09.654Z] INFO: Copying the built client binary to d:\CI-5\CI-3d811f203\binary\docker-3d811f203.exe... [2019-09-12T10:49:09.654Z] INFO: Copying dockerversion from the container... [2019-09-12T10:49:10.115Z] INFO: Copying the golang package from the container to d:\CI-5\CI-3d811f203\installer\go.zip... [2019-09-12T10:49:13.033Z] INFO: Extracting go.zip to d:\CI-5\CI-3d811f203\go [2019-09-12T10:49:15.704Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-12T10:49:15.704Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-12T10:49:15.704Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-12T10:49:15.704Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-12T10:49:15.704Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-09-12T10:49:15.704Z] Congratulations! No new tests added to integration-cli. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-12T10:49:16.035Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/make.sh dynbinary-daemon test-docker-py [2019-09-12T10:49:16.980Z] [2019-09-12T10:49:16.980Z] Removing bundles/ [2019-09-12T10:49:16.980Z] [2019-09-12T10:49:16.980Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-12T10:49:16.980Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T10:49:16.980Z] GOOS="" GOARCH="" GOARM="" [2019-09-12T10:49:43.015Z] INFO: Extraction ended at 09/12/2019 10:49:39. Duration:00:00:27.3455047 [2019-09-12T10:49:43.015Z] INFO: Updating the golang and path environment variables [2019-09-12T10:49:43.015Z] INFO: GOPATH=d:\gopath [2019-09-12T10:49:43.015Z] INFO: go version go1.12.9 windows/amd64 [2019-09-12T10:49:43.015Z] INFO: Running the daemon under test in debug mode [2019-09-12T10:49:43.015Z] INFO: Starting a daemon under test... [2019-09-12T10:49:43.015Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-5\CI-3d811f203\daemon --pidfile d:\CI-5\CI-3d811f203\docker.pid -D [2019-09-12T10:49:43.015Z] INFO: Process started successfully. [2019-09-12T10:49:43.015Z] INFO: Start tailing logs of the daemon under tests [2019-09-12T10:49:43.015Z] INFO: Waiting for the daemon under test to start... [2019-09-12T10:49:43.475Z] INFO: Daemon under test started and replied! [2019-09-12T10:49:43.475Z] INFO: Docker version of the daemon under test [2019-09-12T10:49:43.475Z] [2019-09-12T10:49:43.475Z] Client: [2019-09-12T10:49:43.475Z] Version: 17.06.2-ce [2019-09-12T10:49:43.475Z] API version: 1.30 [2019-09-12T10:49:43.475Z] Go version: go1.8.3 [2019-09-12T10:49:43.475Z] Git commit: cec0b72 [2019-09-12T10:49:43.475Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-12T10:49:43.475Z] OS/Arch: windows/amd64 [2019-09-12T10:49:43.475Z] [2019-09-12T10:49:43.475Z] Server: [2019-09-12T10:49:43.475Z] Version: 0.0.0-dev [2019-09-12T10:49:43.475Z] API version: 1.41 (minimum version 1.24) [2019-09-12T10:49:43.475Z] Go version: go1.12.9 [2019-09-12T10:49:43.475Z] Git commit: 3d811f203 [2019-09-12T10:49:43.475Z] Built: 09/12/2019 10:47:42 [2019-09-12T10:49:43.475Z] OS/Arch: windows/amd64 [2019-09-12T10:49:43.475Z] Experimental: false [2019-09-12T10:49:43.475Z] [2019-09-12T10:49:43.475Z] INFO: Docker info of the daemon under test [2019-09-12T10:49:43.475Z] [2019-09-12T10:49:43.936Z] Containers: 0 [2019-09-12T10:49:43.936Z] Running: 0 [2019-09-12T10:49:43.936Z] Paused: 0 [2019-09-12T10:49:43.936Z] Stopped: 0 [2019-09-12T10:49:43.936Z] Images: 0 [2019-09-12T10:49:43.936Z] Server Version: 0.0.0-dev [2019-09-12T10:49:43.936Z] Storage Driver: windowsfilter [2019-09-12T10:49:43.936Z] Windows: [2019-09-12T10:49:43.936Z] Logging Driver: json-file [2019-09-12T10:49:43.936Z] Plugins: [2019-09-12T10:49:43.936Z] Volume: local [2019-09-12T10:49:43.936Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-12T10:49:43.936Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-12T10:49:43.936Z] Swarm: inactive [2019-09-12T10:49:43.936Z] Default Isolation: process [2019-09-12T10:49:43.936Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-12T10:49:43.936Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-12T10:49:43.936Z] OSType: windows [2019-09-12T10:49:43.936Z] Architecture: x86_64 [2019-09-12T10:49:43.936Z] CPUs: 4 [2019-09-12T10:49:43.936Z] Total Memory: 32GiB [2019-09-12T10:49:43.936Z] Name: azwin-2-725a40 [2019-09-12T10:49:43.936Z] ID: ZAKC:JYKJ:ACD7:CDBQ:3APS:WUHU:HXOE:QZNE:QQ4B:FERZ:B5RG:FBCX [2019-09-12T10:49:43.936Z] Docker Root Dir: D:\CI-5\CI-3d811f203\daemon [2019-09-12T10:49:43.936Z] Debug Mode (client): false [2019-09-12T10:49:43.936Z] Debug Mode (server): true [2019-09-12T10:49:43.936Z] File Descriptors: -1 [2019-09-12T10:49:43.936Z] Goroutines: 17 [2019-09-12T10:49:43.936Z] System Time: 2019-09-12T10:49:43.4579785Z [2019-09-12T10:49:43.936Z] EventsListeners: 0 [2019-09-12T10:49:43.936Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:49:43.936Z] Labels: [2019-09-12T10:49:43.936Z] Experimental: false [2019-09-12T10:49:43.936Z] Insecure Registries: [2019-09-12T10:49:43.936Z] 127.0.0.0/8 [2019-09-12T10:49:43.936Z] Live Restore Enabled: false [2019-09-12T10:49:43.936Z] [2019-09-12T10:49:43.936Z] [2019-09-12T10:49:43.936Z] INFO: Docker images of the daemon under test [2019-09-12T10:49:43.936Z] [2019-09-12T10:49:43.936Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-12T10:49:43.936Z] [2019-09-12T10:49:43.936Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-12T10:49:43.936Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-12T10:49:43.936Z] ltsc2019: Pulling from windows/servercore [2019-09-12T10:49:44.398Z] 65014b3c3121: Pulling fs layer [2019-09-12T10:49:44.398Z] 2945147eda09: Pulling fs layer [2019-09-12T10:49:51.500Z] 2945147eda09: Verifying Checksum [2019-09-12T10:49:51.500Z] 2945147eda09: Download complete [2019-09-12T10:50:00.099Z] 65014b3c3121: Verifying Checksum [2019-09-12T10:50:00.099Z] 65014b3c3121: Download complete [2019-09-12T10:50:26.221Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T10:50:26.221Z] [2019-09-12T10:50:26.221Z] [2019-09-12T10:50:26.221Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-12T10:50:26.221Z] [2019-09-12T10:50:26.221Z] [2019-09-12T10:50:26.221Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-12T10:50:26.221Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-12T10:50:26.221Z] PKG_CONFIG=pkg-config [2019-09-12T10:50:26.221Z] GOLANG_VERSION=1.12.9 [2019-09-12T10:50:26.221Z] HOSTNAME=924e68ff7be9 [2019-09-12T10:50:26.221Z] KEEPBUNDLE=1 [2019-09-12T10:50:26.221Z] container=docker [2019-09-12T10:50:26.221Z] TEST_SKIP_INTEGRATION=1 [2019-09-12T10:50:26.221Z] GOPATH=/go [2019-09-12T10:50:26.221Z] PWD=/go/src/github.com/docker/docker [2019-09-12T10:50:26.221Z] HOME=/root [2019-09-12T10:50:26.221Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-12T10:50:26.221Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-12T10:50:26.221Z] DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:50:26.221Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-12T10:50:26.221Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-12T10:50:26.221Z] TERM=xterm [2019-09-12T10:50:26.221Z] DEST=bundles/test-integration [2019-09-12T10:50:26.221Z] SHLVL=1 [2019-09-12T10:50:26.221Z] TIMEOUT=120m [2019-09-12T10:50:26.221Z] TESTFLAGS=-test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-12T10:50:26.221Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-12T10:50:26.221Z] DOCKER_PKG=github.com/docker/docker [2019-09-12T10:50:26.221Z] TESTDEBUG=0 [2019-09-12T10:50:26.221Z] _=/usr/bin/env [2019-09-12T10:50:26.221Z] Building test suite binary ./integration-cli/test.main [2019-09-12T10:50:26.221Z] No new tests added to integration. [2019-09-12T10:50:26.221Z] [2019-09-12T10:50:26.221Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-12T10:50:26.221Z] PKG_CONFIG=pkg-config [2019-09-12T10:50:26.221Z] GOLANG_VERSION=1.12.9 [2019-09-12T10:50:26.221Z] HOSTNAME=fda579efb620 [2019-09-12T10:50:26.221Z] KEEPBUNDLE=1 [2019-09-12T10:50:26.221Z] container=docker [2019-09-12T10:50:26.221Z] TEST_SKIP_INTEGRATION=1 [2019-09-12T10:50:26.221Z] GOPATH=/go [2019-09-12T10:50:26.221Z] PWD=/go/src/github.com/docker/docker [2019-09-12T10:50:26.221Z] HOME=/root [2019-09-12T10:50:26.221Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-12T10:50:26.221Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-12T10:50:26.221Z] DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:50:26.221Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-12T10:50:26.221Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-12T10:50:26.221Z] TERM=xterm [2019-09-12T10:50:26.221Z] DEST=bundles/test-integration [2019-09-12T10:50:26.221Z] SHLVL=1 [2019-09-12T10:50:26.221Z] TIMEOUT=120m [2019-09-12T10:50:26.221Z] TESTFLAGS=-test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-12T10:50:26.221Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-12T10:50:26.221Z] DOCKER_PKG=github.com/docker/docker [2019-09-12T10:50:26.221Z] TESTDEBUG=0 [2019-09-12T10:50:26.221Z] _=/usr/bin/env [2019-09-12T10:50:26.221Z] Building test suite binary ./integration-cli/test.main [2019-09-12T10:50:26.221Z] PKG_CONFIG=pkg-config [2019-09-12T10:50:26.221Z] GOLANG_VERSION=1.12.9 [2019-09-12T10:50:26.221Z] HOSTNAME=ccef028b491a [2019-09-12T10:50:26.221Z] KEEPBUNDLE=1 [2019-09-12T10:50:26.221Z] container=docker [2019-09-12T10:50:26.221Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-12T10:50:26.221Z] GOPATH=/go [2019-09-12T10:50:26.221Z] PWD=/go/src/github.com/docker/docker [2019-09-12T10:50:26.221Z] HOME=/root [2019-09-12T10:50:26.221Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-12T10:50:26.221Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-12T10:50:26.221Z] DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T10:50:26.221Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-12T10:50:26.221Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-12T10:50:26.221Z] TERM=xterm [2019-09-12T10:50:26.221Z] DEST=bundles/test-integration [2019-09-12T10:50:26.221Z] SHLVL=1 [2019-09-12T10:50:26.221Z] TIMEOUT=120m [2019-09-12T10:50:26.221Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-12T10:50:26.221Z] DOCKER_PKG=github.com/docker/docker [2019-09-12T10:50:26.221Z] TESTDEBUG=0 [2019-09-12T10:50:26.221Z] _=/usr/bin/env [2019-09-12T10:50:26.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-12T10:50:38.384Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T10:50:38.384Z] [2019-09-12T10:50:38.384Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-12T10:50:38.384Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-12T10:50:38.384Z] Using test binary docker [2019-09-12T10:50:38.384Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-12T10:50:38.384Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T10:50:38.384Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T10:50:38.384Z] Warning failed to create cache: (null) [2019-09-12T10:50:38.384Z] . [2019-09-12T10:50:38.384Z] INFO: Waiting for daemon to start... [2019-09-12T10:50:38.384Z] Starting dockerd [2019-09-12T10:50:38.384Z] . [2019-09-12T10:50:38.384Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-12T10:51:46.032Z] sha256:02e7b7d85d96b3f306834cb86de8d11647d077a102937b7ec32404f8f168a948 [2019-09-12T10:51:46.032Z] INFO: Starting docker-py tests... [2019-09-12T10:51:46.598Z] ============================= test session starts ============================== [2019-09-12T10:51:46.598Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-12T10:51:46.598Z] rootdir: /src, inifile: pytest.ini [2019-09-12T10:51:46.598Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-12T10:51:47.529Z] collected 385 items / 6 deselected [2019-09-12T10:51:47.529Z] [2019-09-12T10:52:15.118Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-12T10:52:15.681Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-12T10:52:18.136Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-12T10:52:26.989Z] 65014b3c3121: Pull complete [2019-09-12T10:52:59.622Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-12T10:53:17.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-12T10:53:19.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-12T10:53:29.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-12T10:53:35.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-12T10:53:43.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-12T10:53:50.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-12T10:53:56.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-12T10:53:57.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-12T10:54:05.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-12T10:54:09.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-12T10:54:14.776Z] ................................................ [ 29%] [2019-09-12T10:54:15.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-12T10:54:25.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-12T10:54:32.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-12T10:54:38.390Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-12T10:54:38.602Z] 2945147eda09: Pull complete [2019-09-12T10:54:38.602Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-12T10:54:38.602Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T10:54:38.602Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-12T10:54:38.602Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-12T10:54:38.602Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-12T10:54:38.602Z] WARN: Skipping validation tests [2019-09-12T10:54:38.602Z] INFO: Running unit tests at 09/12/2019 10:54:28... [2019-09-12T10:54:38.602Z] INFO: make.ps1 starting at 09/12/2019 10:54:32 [2019-09-12T10:54:38.602Z] INFO: Git commit (3d811f203) assumed from DOCKER_GITCOMMIT environment variable [2019-09-12T10:54:38.602Z] INFO: Invoking autogen... [2019-09-12T10:54:38.602Z] INFO: Running unit tests... [2019-09-12T10:54:38.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-12T10:54:46.342Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-12T10:54:46.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-12T10:54:49.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-12T10:54:50.889Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-39844 [Pipeline] { [Pipeline] checkout [2019-09-12T10:54:51.099Z] using credential docker-jenkins-github-credentials [2019-09-12T10:54:51.147Z] Cloning the remote Git repository [2019-09-12T10:54:51.147Z] Cloning with configured refspecs honoured and without tags [2019-09-12T10:54:51.236Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-12T10:54:51.188Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T10:54:51.190Z] > git init /home/jenkins/workspace/moby_PR-39844 # timeout=10 [2019-09-12T10:54:51.219Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:54:51.221Z] > git --version # timeout=10 [2019-09-12T10:54:51.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:54:51.242Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:54:55.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-12T10:54:59.224Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-12T10:54:59.224Z] Using test binary docker [2019-09-12T10:54:59.224Z] +++ /etc/init.d/apparmor start [2019-09-12T10:54:59.224Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T10:54:59.224Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T10:54:59.224Z] Warning failed to create cache: (null) [2019-09-12T10:54:59.224Z] . [2019-09-12T10:54:59.224Z] INFO: Waiting for daemon to start... [2019-09-12T10:54:59.224Z] Starting dockerd [2019-09-12T10:54:59.224Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-12T10:54:59.661Z] ? github.com/docker/docker/api [no test files] [2019-09-12T10:55:00.101Z] Fetching without tags [2019-09-12T10:55:00.509Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:54:59.971Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:54:59.991Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T10:55:00.010Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T10:55:00.074Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T10:55:00.142Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T10:55:00.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T10:55:00.146Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T10:55:01.134Z] . [2019-09-12T10:55:01.134Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-12T10:55:01.313Z] Merge succeeded, producing 48fc6485d5d004ecc7950add370d1876904276ae [2019-09-12T10:55:01.314Z] Checking out Revision 48fc6485d5d004ecc7950add370d1876904276ae (PR-39844) [2019-09-12T10:55:01.391Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-12T10:55:01.391Z] Error: No such image: emptyfs [2019-09-12T10:55:01.391Z] ++++ docker load [2019-09-12T10:55:01.391Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-12T10:55:01.776Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T10:55:01.955Z] Running integration-test (iteration 1) [2019-09-12T10:55:01.955Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-12T10:55:01.955Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:55:01.955Z] ++ set -e [2019-09-12T10:55:01.955Z] ++ '[' -n 0 ']' [2019-09-12T10:55:01.955Z] ++ set -x [2019-09-12T10:55:01.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:55:00.550Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:55:00.570Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T10:55:01.162Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T10:55:01.283Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-12T10:55:01.353Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T10:55:01.376Z] > git checkout -f 48fc6485d5d004ecc7950add370d1876904276ae [2019-09-12T10:55:01.822Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-12T10:55:03.999Z] + docker version [2019-09-12T10:55:03.999Z] Client: [2019-09-12T10:55:03.999Z] Version: 18.06.1-ce [2019-09-12T10:55:03.999Z] API version: 1.38 [2019-09-12T10:55:03.999Z] Go version: go1.10.3 [2019-09-12T10:55:03.999Z] Git commit: e68fc7a [2019-09-12T10:55:03.999Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-12T10:55:03.999Z] OS/Arch: linux/s390x [2019-09-12T10:55:03.999Z] Experimental: false [2019-09-12T10:55:03.999Z] [2019-09-12T10:55:03.999Z] Server: [2019-09-12T10:55:03.999Z] Engine: [2019-09-12T10:55:03.999Z] Version: 18.06.1-ce [2019-09-12T10:55:03.999Z] API version: 1.38 (minimum version 1.12) [2019-09-12T10:55:03.999Z] Go version: go1.10.3 [2019-09-12T10:55:03.999Z] Git commit: e68fc7a [2019-09-12T10:55:03.999Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-12T10:55:03.999Z] OS/Arch: linux/s390x [2019-09-12T10:55:03.999Z] Experimental: true [Pipeline] sh [2019-09-12T10:55:04.804Z] + docker info [2019-09-12T10:55:04.804Z] Containers: 0 [2019-09-12T10:55:04.804Z] Running: 0 [2019-09-12T10:55:04.804Z] Paused: 0 [2019-09-12T10:55:04.804Z] Stopped: 0 [2019-09-12T10:55:04.804Z] Images: 98 [2019-09-12T10:55:04.804Z] Server Version: 18.06.1-ce [2019-09-12T10:55:04.804Z] Storage Driver: overlay2 [2019-09-12T10:55:04.804Z] Backing Filesystem: extfs [2019-09-12T10:55:04.804Z] Supports d_type: true [2019-09-12T10:55:04.804Z] Native Overlay Diff: true [2019-09-12T10:55:04.804Z] Logging Driver: json-file [2019-09-12T10:55:04.804Z] Cgroup Driver: cgroupfs [2019-09-12T10:55:04.804Z] Plugins: [2019-09-12T10:55:04.804Z] Volume: local [2019-09-12T10:55:04.804Z] Network: bridge host ipvlan macvlan null overlay [2019-09-12T10:55:04.804Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-12T10:55:04.804Z] Swarm: inactive [2019-09-12T10:55:04.804Z] Runtimes: runc [2019-09-12T10:55:04.804Z] Default Runtime: runc [2019-09-12T10:55:04.804Z] Init Binary: docker-init [2019-09-12T10:55:04.804Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-12T10:55:04.804Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-12T10:55:04.804Z] init version: fec3683 [2019-09-12T10:55:04.804Z] Security Options: [2019-09-12T10:55:04.804Z] apparmor [2019-09-12T10:55:04.804Z] seccomp [2019-09-12T10:55:04.804Z] Profile: default [2019-09-12T10:55:04.804Z] Kernel Version: 4.4.0-133-generic [2019-09-12T10:55:04.804Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-12T10:55:04.804Z] OSType: linux [2019-09-12T10:55:04.804Z] Architecture: s390x [2019-09-12T10:55:04.804Z] CPUs: 2 [2019-09-12T10:55:04.804Z] Total Memory: 7.862GiB [2019-09-12T10:55:04.804Z] Name: s390x-ubuntu-30 [2019-09-12T10:55:04.804Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-12T10:55:04.804Z] Docker Root Dir: /var/lib/docker [2019-09-12T10:55:04.804Z] Debug Mode (client): false [2019-09-12T10:55:04.804Z] Debug Mode (server): false [2019-09-12T10:55:04.804Z] Username: dockerbuildbot [2019-09-12T10:55:04.804Z] Registry: https://index.docker.io/v1/ [2019-09-12T10:55:04.804Z] Labels: [2019-09-12T10:55:04.804Z] Experimental: true [2019-09-12T10:55:04.804Z] Insecure Registries: [2019-09-12T10:55:04.804Z] 127.0.0.0/8 [2019-09-12T10:55:04.804Z] Live Restore Enabled: false [2019-09-12T10:55:04.804Z] [2019-09-12T10:55:04.804Z] WARNING: No swap limit support [Pipeline] sh [2019-09-12T10:55:05.603Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:55:05.603Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T10:55:05.603Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39844/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-12T10:55:05.603Z] + bash /home/jenkins/workspace/moby_PR-39844/check-config.sh [2019-09-12T10:55:05.603Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-12T10:55:05.603Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2019-09-12T10:55:05.603Z] [2019-09-12T10:55:05.603Z] Generally Necessary: [2019-09-12T10:55:05.603Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-12T10:55:05.603Z] - apparmor: enabled and tools installed [2019-09-12T10:55:05.603Z] - CONFIG_NAMESPACES: enabled [2019-09-12T10:55:05.603Z] - CONFIG_NET_NS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_PID_NS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_IPC_NS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_UTS_NS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CGROUPS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-12T10:55:05.603Z] - CONFIG_CPUSETS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_MEMCG: enabled [2019-09-12T10:55:05.603Z] - CONFIG_KEYS: enabled [2019-09-12T10:55:05.603Z] - CONFIG_VETH: enabled (as module) [2019-09-12T10:55:05.603Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-12T10:55:05.603Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-12T10:55:05.603Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-12T10:55:05.603Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-12T10:55:05.603Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-12T10:55:05.967Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-12T10:55:05.967Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-12T10:55:05.967Z] [2019-09-12T10:55:05.967Z] Optional Features: [2019-09-12T10:55:05.967Z] - CONFIG_USER_NS: enabled [2019-09-12T10:55:05.967Z] - CONFIG_SECCOMP: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-12T10:55:05.967Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-12T10:55:05.967Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-12T10:55:05.967Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-12T10:55:05.967Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-12T10:55:05.967Z] - CONFIG_BLK_CGROUP: enabled [2019-09-12T10:55:05.967Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-12T10:55:05.967Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CGROUP_PERF: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-12T10:55:05.967Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-12T10:55:05.967Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-12T10:55:05.967Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-12T10:55:05.967Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_IP_VS: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-12T10:55:05.967Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-12T10:55:05.967Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-12T10:55:05.967Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_EXT4_FS: enabled [2019-09-12T10:55:05.967Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-12T10:55:05.967Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-12T10:55:05.967Z] - Network Drivers: [2019-09-12T10:55:05.967Z] - "overlay": [2019-09-12T10:55:05.967Z] - CONFIG_VXLAN: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-12T10:55:05.967Z] Optional (for encrypted networks): [2019-09-12T10:55:05.967Z] - CONFIG_CRYPTO: enabled [2019-09-12T10:55:05.967Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_XFRM: enabled [2019-09-12T10:55:05.967Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-12T10:55:05.967Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-12T10:55:05.967Z] - "ipvlan": [2019-09-12T10:55:05.967Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-12T10:55:05.967Z] - "macvlan": [2019-09-12T10:55:05.967Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-12T10:55:05.968Z] - CONFIG_DUMMY: enabled (as module) [2019-09-12T10:55:05.968Z] - "ftp,tftp client in container": [2019-09-12T10:55:05.968Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-12T10:55:05.968Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-12T10:55:05.968Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-12T10:55:05.968Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-12T10:55:05.968Z] - Storage Drivers: [2019-09-12T10:55:05.968Z] - "aufs": [2019-09-12T10:55:05.968Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-12T10:55:05.968Z] - "btrfs": [2019-09-12T10:55:05.968Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-12T10:55:05.968Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-12T10:55:05.968Z] - "devicemapper": [2019-09-12T10:55:05.968Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-12T10:55:05.968Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-12T10:55:05.968Z] - "overlay": [2019-09-12T10:55:05.968Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-12T10:55:05.968Z] - "zfs": [2019-09-12T10:55:05.968Z] - /dev/zfs: missing [2019-09-12T10:55:05.968Z] - zfs command: missing [2019-09-12T10:55:05.968Z] - zpool command: missing [2019-09-12T10:55:05.968Z] [2019-09-12T10:55:05.968Z] Limits: [2019-09-12T10:55:05.968Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-12T10:55:05.968Z] [2019-09-12T10:55:05.968Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-12T10:55:06.812Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2edfd4ef44b3866c5714c9de70b150283eb15588 -f Dockerfile . [2019-09-12T10:55:07.738Z] Sending build context to Docker daemon 49.97MB [2019-09-12T10:55:07.738Z] Step 1/125 : ARG CROSS="false" [2019-09-12T10:55:07.738Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-12T10:55:07.738Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-12T10:55:07.738Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-12T10:55:08.192Z] 1.12.9-stretch: Pulling from library/golang [2019-09-12T10:55:08.192Z] 05b3194a550b: Already exists [2019-09-12T10:55:08.192Z] 5cc01dcd9b0a: Already exists [2019-09-12T10:55:08.192Z] 5154470af4c8: Already exists [2019-09-12T10:55:08.192Z] cd3b67ff4ea9: Already exists [2019-09-12T10:55:08.192Z] 81cc889ba28f: Already exists [2019-09-12T10:55:08.192Z] 893380247084: Pulling fs layer [2019-09-12T10:55:08.192Z] 1dde6e4a9a98: Pulling fs layer [2019-09-12T10:55:08.603Z] 1dde6e4a9a98: Verifying Checksum [2019-09-12T10:55:08.603Z] 1dde6e4a9a98: Download complete [2019-09-12T10:55:09.407Z] 893380247084: Verifying Checksum [2019-09-12T10:55:09.407Z] 893380247084: Download complete [2019-09-12T10:55:12.568Z] 893380247084: Pull complete [2019-09-12T10:55:12.568Z] 1dde6e4a9a98: Pull complete [2019-09-12T10:55:12.568Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 [2019-09-12T10:55:12.568Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-12T10:55:12.568Z] ---> b121e8146464 [2019-09-12T10:55:12.568Z] Step 5/125 : ARG APT_MIRROR [2019-09-12T10:55:12.568Z] ---> Running in cfc938c6e378 [2019-09-12T10:55:12.928Z] Removing intermediate container cfc938c6e378 [2019-09-12T10:55:12.928Z] ---> f8b272d1ffbd [2019-09-12T10:55:12.928Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-12T10:55:12.928Z] ---> Running in 76ee7ff0ff77 [2019-09-12T10:55:13.707Z] Removing intermediate container 76ee7ff0ff77 [2019-09-12T10:55:13.707Z] ---> 1e92bb6db2e5 [2019-09-12T10:55:13.707Z] Step 7/125 : FROM base AS criu [2019-09-12T10:55:13.707Z] ---> 1e92bb6db2e5 [2019-09-12T10:55:13.707Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:55:13.707Z] ---> Running in 2ca99617f102 [2019-09-12T10:55:14.066Z] Removing intermediate container 2ca99617f102 [2019-09-12T10:55:14.066Z] ---> d6e9a91537af [2019-09-12T10:55:14.066Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-12T10:55:14.066Z] ---> Running in 0a555f9e829a [2019-09-12T10:55:14.066Z] Removing intermediate container 0a555f9e829a [2019-09-12T10:55:14.066Z] ---> ca00f9a339fb [2019-09-12T10:55:14.066Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-12T10:55:14.431Z] ---> Running in 906f270208f2 [2019-09-12T10:55:14.827Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:55:14.827Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:55:14.827Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:55:14.827Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:55:14.827Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:55:14.827Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T10:55:15.608Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T10:55:15.608Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T10:55:17.017Z] Fetched 7671 kB in 2s (3761 kB/s) [2019-09-12T10:55:17.316Z] ok github.com/docker/docker/api/server 0.149s coverage: 9.0% of statements [2019-09-12T10:55:17.406Z] Reading package lists... [2019-09-12T10:55:17.770Z] Reading package lists... [2019-09-12T10:55:17.770Z] Building dependency tree... [2019-09-12T10:55:17.770Z] Reading state information... [2019-09-12T10:55:17.881Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-12T10:55:18.163Z] The following additional packages will be installed: [2019-09-12T10:55:18.163Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-12T10:55:18.163Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-12T10:55:18.163Z] Suggested packages: [2019-09-12T10:55:18.163Z] manpages-dev python-setuptools [2019-09-12T10:55:18.163Z] The following NEW packages will be installed: [2019-09-12T10:55:18.163Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-12T10:55:18.163Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-12T10:55:18.163Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-12T10:55:18.163Z] zlib1g-dev [2019-09-12T10:55:18.163Z] 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:55:18.163Z] Need to get 3476 kB of archives. [2019-09-12T10:55:18.163Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-12T10:55:18.163Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-12T10:55:18.163Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-12T10:55:18.163Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-12T10:55:18.163Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-12T10:55:18.163Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-12T10:55:18.163Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-12T10:55:18.163Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-12T10:55:18.163Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-12T10:55:18.163Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-12T10:55:18.163Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-12T10:55:18.163Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-12T10:55:18.163Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-12T10:55:18.163Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-12T10:55:18.163Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-12T10:55:18.163Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-12T10:55:18.163Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-12T10:55:18.538Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:55:18.538Z] Fetched 3476 kB in 0s (27.5 MB/s) [2019-09-12T10:55:18.538Z] Selecting previously unselected package libnet1:s390x. [2019-09-12T10:55:18.538Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-12T10:55:18.538Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-12T10:55:18.538Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-12T10:55:18.538Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-12T10:55:18.538Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-12T10:55:18.538Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-12T10:55:18.538Z] Selecting previously unselected package libnet1-dev. [2019-09-12T10:55:18.538Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-12T10:55:18.538Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:55:18.538Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-12T10:55:18.538Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-12T10:55:18.538Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-12T10:55:18.538Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-12T10:55:18.538Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-12T10:55:18.538Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-12T10:55:18.912Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-12T10:55:18.912Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-12T10:55:18.912Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-12T10:55:19.277Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-12T10:55:19.277Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-12T10:55:19.277Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-12T10:55:19.277Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-12T10:55:19.277Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-12T10:55:19.277Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:55:19.277Z] Selecting previously unselected package protobuf-compiler. [2019-09-12T10:55:19.277Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-12T10:55:19.277Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-12T10:55:19.277Z] Selecting previously unselected package python-pkg-resources. [2019-09-12T10:55:19.277Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-12T10:55:19.277Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-12T10:55:19.277Z] Selecting previously unselected package python-protobuf. [2019-09-12T10:55:19.277Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-12T10:55:19.277Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-12T10:55:19.277Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-12T10:55:19.642Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-12T10:55:19.642Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-12T10:55:20.007Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-12T10:55:20.007Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-12T10:55:20.007Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:55:20.007Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-12T10:55:20.366Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-12T10:55:20.366Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-12T10:55:20.366Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-12T10:55:20.366Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-12T10:55:20.366Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-12T10:55:20.366Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-12T10:55:20.366Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-12T10:55:20.366Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-12T10:55:20.366Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-12T10:55:20.366Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-12T10:55:20.366Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:55:21.148Z] Removing intermediate container 906f270208f2 [2019-09-12T10:55:21.148Z] ---> 774348e095a4 [2019-09-12T10:55:21.148Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-12T10:55:21.148Z] ---> Running in 48acfca09de8 [2019-09-12T10:55:21.926Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:55:21.926Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:55:22.297Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:55:22.297Z]  GEN .gitid [2019-09-12T10:55:22.297Z] GEN criu/include/version.h [2019-09-12T10:55:22.297Z] GEN include/common/asm [2019-09-12T10:55:22.297Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-12T10:55:22.297Z] PBCC images/opts.pb-c.c [2019-09-12T10:55:22.297Z] PBCC images/sit.pb-c.c [2019-09-12T10:55:22.297Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-12T10:55:22.297Z] DEP images/opts.pb-c.d [2019-09-12T10:55:22.297Z] DEP images/sit.pb-c.d [2019-09-12T10:55:22.297Z] PBCC images/macvlan.pb-c.c [2019-09-12T10:55:22.297Z] DEP images/macvlan.pb-c.d [2019-09-12T10:55:22.297Z] PBCC images/autofs.pb-c.c [2019-09-12T10:55:22.297Z] DEP images/autofs.pb-c.d [2019-09-12T10:55:22.297Z] PBCC images/sysctl.pb-c.c [2019-09-12T10:55:22.297Z] DEP images/sysctl.pb-c.d [2019-09-12T10:55:22.297Z] PBCC images/time.pb-c.c [2019-09-12T10:55:22.297Z] DEP images/time.pb-c.d [2019-09-12T10:55:22.297Z] PBCC images/binfmt-misc.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/binfmt-misc.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/seccomp.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/seccomp.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/userns.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/userns.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/cgroup.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/cgroup.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/fown.pb-c.c [2019-09-12T10:55:22.738Z] PBCC images/ext-file.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/fown.pb-c.d [2019-09-12T10:55:22.738Z] DEP images/ext-file.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/rpc.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/rpc.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/siginfo.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/siginfo.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/pagemap.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/pagemap.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/rlimit.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/rlimit.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/file-lock.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/file-lock.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/tty.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/tty.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/tun.pb-c.c [2019-09-12T10:55:22.738Z] PBCC images/netdev.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/tun.pb-c.d [2019-09-12T10:55:22.738Z] DEP images/netdev.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/vma.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/vma.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/creds.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/creds.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/utsns.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/utsns.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/ipc-desc.pb-c.c [2019-09-12T10:55:22.738Z] PBCC images/ipc-sem.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/ipc-desc.pb-c.d [2019-09-12T10:55:22.738Z] DEP images/ipc-sem.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/ipc-msg.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/ipc-msg.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/ipc-shm.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/ipc-shm.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/ipc-var.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/ipc-var.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sk-opts.pb-c.c [2019-09-12T10:55:22.738Z] PBCC images/packet-sock.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sk-opts.pb-c.d [2019-09-12T10:55:22.738Z] DEP images/packet-sock.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sk-netlink.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sk-netlink.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sk-inet.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sk-inet.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sk-unix.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sk-unix.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/mm.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/mm.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/timerfd.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/timerfd.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/timer.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/timer.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sa.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sa.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/pipe-data.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/pipe-data.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/mnt.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/mnt.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/sk-packet.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/sk-packet.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/tcp-stream.pb-c.c [2019-09-12T10:55:22.738Z] DEP images/tcp-stream.pb-c.d [2019-09-12T10:55:22.738Z] PBCC images/pipe.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/pipe.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/pstree.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/pstree.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/fs.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/fs.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/signalfd.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/signalfd.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/fh.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/fsnotify.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/fh.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/fsnotify.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/eventpoll.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/eventpoll.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/eventfd.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/eventfd.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/remap-file-path.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/remap-file-path.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/fifo.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/fifo.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/ghost-file.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/ghost-file.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/regfile.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/regfile.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/ns.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/ns.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/fdinfo.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/fdinfo.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/core-aarch64.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/core-arm.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/core-ppc64.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/core-s390.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/core-x86.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/core.pb-c.c [2019-09-12T10:55:23.177Z] PBCC images/inventory.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/core-aarch64.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/core-arm.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/core-ppc64.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/core-s390.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/core-x86.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/core.pb-c.d [2019-09-12T10:55:23.177Z] DEP images/inventory.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/cpuinfo.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/cpuinfo.pb-c.d [2019-09-12T10:55:23.177Z] PBCC images/stats.pb-c.c [2019-09-12T10:55:23.177Z] DEP images/stats.pb-c.d [2019-09-12T10:55:23.682Z] make[1]: Nothing to be done for 'all'. [2019-09-12T10:55:23.682Z] CC images/stats.o [2019-09-12T10:55:23.682Z] CC images/core.o [2019-09-12T10:55:23.682Z] CC images/core-x86.o [2019-09-12T10:55:23.682Z] CC images/core-arm.o [2019-09-12T10:55:23.682Z] CC images/core-aarch64.o [2019-09-12T10:55:24.053Z] CC images/core-ppc64.o [2019-09-12T10:55:24.053Z] CC images/core-s390.o [2019-09-12T10:55:24.053Z] CC images/cpuinfo.o [2019-09-12T10:55:24.053Z] CC images/inventory.o [2019-09-12T10:55:24.053Z] CC images/fdinfo.o [2019-09-12T10:55:24.053Z] CC images/fown.o [2019-09-12T10:55:24.053Z] CC images/ns.o [2019-09-12T10:55:24.053Z] CC images/regfile.o [2019-09-12T10:55:24.426Z] CC images/ghost-file.o [2019-09-12T10:55:24.426Z] CC images/fifo.o [2019-09-12T10:55:24.426Z] CC images/remap-file-path.o [2019-09-12T10:55:24.426Z] CC images/eventfd.o [2019-09-12T10:55:24.426Z] CC images/eventpoll.o [2019-09-12T10:55:24.426Z] CC images/fh.o [2019-09-12T10:55:24.426Z] CC images/fsnotify.o [2019-09-12T10:55:24.426Z] CC images/signalfd.o [2019-09-12T10:55:24.426Z] CC images/fs.o [2019-09-12T10:55:24.426Z] CC images/pstree.o [2019-09-12T10:55:24.426Z] CC images/pipe.o [2019-09-12T10:55:24.426Z] CC images/tcp-stream.o [2019-09-12T10:55:24.806Z] CC images/sk-packet.o [2019-09-12T10:55:24.806Z] CC images/mnt.o [2019-09-12T10:55:24.806Z] CC images/pipe-data.o [2019-09-12T10:55:24.806Z] CC images/sa.o [2019-09-12T10:55:24.806Z] CC images/timer.o [2019-09-12T10:55:24.806Z] CC images/timerfd.o [2019-09-12T10:55:24.806Z] CC images/mm.o [2019-09-12T10:55:24.806Z] CC images/sk-opts.o [2019-09-12T10:55:24.806Z] CC images/sk-unix.o [2019-09-12T10:55:24.806Z] CC images/sk-inet.o [2019-09-12T10:55:24.806Z] CC images/tun.o [2019-09-12T10:55:24.806Z] CC images/sk-netlink.o [2019-09-12T10:55:25.177Z] CC images/packet-sock.o [2019-09-12T10:55:25.177Z] CC images/ipc-var.o [2019-09-12T10:55:25.177Z] CC images/ipc-desc.o [2019-09-12T10:55:25.177Z] CC images/ipc-shm.o [2019-09-12T10:55:25.177Z] CC images/ipc-msg.o [2019-09-12T10:55:25.177Z] CC images/ipc-sem.o [2019-09-12T10:55:25.177Z] CC images/utsns.o [2019-09-12T10:55:25.177Z] CC images/creds.o [2019-09-12T10:55:25.177Z] CC images/vma.o [2019-09-12T10:55:25.177Z] CC images/netdev.o [2019-09-12T10:55:25.177Z] CC images/tty.o [2019-09-12T10:55:25.544Z] CC images/file-lock.o [2019-09-12T10:55:25.544Z] CC images/rlimit.o [2019-09-12T10:55:25.544Z] CC images/pagemap.o [2019-09-12T10:55:25.544Z] CC images/siginfo.o [2019-09-12T10:55:25.544Z] CC images/rpc.o [2019-09-12T10:55:25.544Z] CC images/ext-file.o [2019-09-12T10:55:25.544Z] CC images/cgroup.o [2019-09-12T10:55:25.919Z] CC images/userns.o [2019-09-12T10:55:25.919Z] CC images/google/protobuf/descriptor.o [2019-09-12T10:55:25.919Z] CC images/opts.o [2019-09-12T10:55:25.919Z] CC images/seccomp.o [2019-09-12T10:55:25.919Z] CC images/binfmt-misc.o [2019-09-12T10:55:25.919Z] CC images/time.o [2019-09-12T10:55:25.919Z] CC images/sysctl.o [2019-09-12T10:55:26.100Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-12T10:55:26.290Z] CC images/autofs.o [2019-09-12T10:55:26.290Z] CC images/macvlan.o [2019-09-12T10:55:26.290Z] CC images/sit.o [2019-09-12T10:55:26.290Z] LINK images/built-in.o [2019-09-12T10:55:26.290Z] GEN compel/include/asm [2019-09-12T10:55:26.290Z] GEN compel/include/version.h [2019-09-12T10:55:26.290Z] touch .config [2019-09-12T10:55:26.290Z] GEN include/common/config.h [2019-09-12T10:55:26.290Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-12T10:55:26.290Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-12T10:55:26.290Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-12T10:55:26.290Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-12T10:55:26.290Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-12T10:55:26.290Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-12T10:55:26.290Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-12T10:55:26.290Z] DEP compel/plugins/std/infect.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/std/string.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/std/log.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/std/fds.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/std/std.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/shmem/shmem.d [2019-09-12T10:55:26.290Z] DEP compel/plugins/fds/fds.d [2019-09-12T10:55:26.290Z] CC compel/plugins/std/std.o [2019-09-12T10:55:26.681Z] CC compel/plugins/std/fds.o [2019-09-12T10:55:26.681Z] CC compel/plugins/std/log.o [2019-09-12T10:55:26.681Z] CC compel/plugins/std/string.o [2019-09-12T10:55:26.681Z] CC compel/plugins/std/infect.o [2019-09-12T10:55:27.049Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-12T10:55:27.049Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-12T10:55:27.049Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-12T10:55:27.049Z] AR compel/plugins/std.lib.a [2019-09-12T10:55:27.049Z] CC compel/plugins/fds/fds.o [2019-09-12T10:55:27.049Z] AR compel/plugins/fds.lib.a [2019-09-12T10:55:27.049Z] HOSTDEP compel/src/lib/log-host.d [2019-09-12T10:55:27.049Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-12T10:55:27.049Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-12T10:55:27.049Z] HOSTDEP compel/src/main-host.d [2019-09-12T10:55:27.049Z] DEP compel/src/lib/ptrace.d [2019-09-12T10:55:27.049Z] DEP compel/src/lib/infect.d [2019-09-12T10:55:27.049Z] DEP compel/src/lib/infect-util.d [2019-09-12T10:55:27.049Z] DEP compel/src/lib/infect-rpc.d [2019-09-12T10:55:27.049Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-12T10:55:27.049Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-12T10:55:27.049Z] DEP compel/src/lib/log.d [2019-09-12T10:55:27.427Z] DEP compel/src/main.d [2019-09-12T10:55:27.427Z] DEP compel/src/lib/handle-elf.d [2019-09-12T10:55:27.427Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-12T10:55:27.427Z] CC compel/src/lib/log.o [2019-09-12T10:55:27.427Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-12T10:55:27.427Z] CC compel/arch/s390/src/lib/infect.o [2019-09-12T10:55:27.427Z] CC compel/src/lib/infect-rpc.o [2019-09-12T10:55:27.791Z] CC compel/src/lib/infect-util.o [2019-09-12T10:55:27.791Z] CC compel/src/lib/infect.o [2019-09-12T10:55:28.166Z] CC compel/src/lib/ptrace.o [2019-09-12T10:55:28.166Z] AR compel/libcompel.a [2019-09-12T10:55:28.166Z] HOSTCC compel/src/main-host.o [2019-09-12T10:55:28.166Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-12T10:55:28.166Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-12T10:55:28.166Z] HOSTCC compel/src/lib/log-host.o [2019-09-12T10:55:28.166Z] HOSTLINK compel/compel-host-bin [2019-09-12T10:55:28.166Z] DEP soccr/soccr.d [2019-09-12T10:55:28.166Z] CC soccr/soccr.o [2019-09-12T10:55:28.253Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-12T10:55:28.531Z] AR soccr/libsoccr.a [2019-09-12T10:55:28.531Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:55:28.531Z] DEP criu/arch/s390/sigframe.d [2019-09-12T10:55:28.531Z] DEP criu/arch/s390/crtools.d [2019-09-12T10:55:28.531Z] DEP criu/arch/s390/cpu.d [2019-09-12T10:55:28.531Z] CC criu/arch/s390/cpu.o [2019-09-12T10:55:28.908Z] CC criu/arch/s390/crtools.o [2019-09-12T10:55:28.908Z] CC criu/arch/s390/sigframe.o [2019-09-12T10:55:28.908Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-12T10:55:28.908Z] DEP criu/arch/s390/vdso-pie.d [2019-09-12T10:55:28.908Z] DEP criu/pie/parasite-vdso.d [2019-09-12T10:55:28.908Z] DEP criu/pie/util-vdso.d [2019-09-12T10:55:29.288Z] DEP criu/pie/util.d [2019-09-12T10:55:29.288Z] CC criu/pie/util.o [2019-09-12T10:55:29.288Z] CC criu/pie/util-vdso.o [2019-09-12T10:55:29.288Z] CC criu/pie/parasite-vdso.o [2019-09-12T10:55:29.288Z] CC criu/arch/s390/vdso-pie.o [2019-09-12T10:55:29.680Z] AR criu/pie/pie.lib.a [2019-09-12T10:55:29.680Z] DEP criu/pie/restorer.d [2019-09-12T10:55:29.680Z] DEP criu/arch/s390/restorer.d [2019-09-12T10:55:29.680Z] DEP criu/pie/parasite.d [2019-09-12T10:55:29.680Z] CC criu/pie/parasite.o [2019-09-12T10:55:29.680Z] LINK criu/pie/parasite.built-in.o [2019-09-12T10:55:29.680Z] GEN criu/pie/parasite-blob.h [2019-09-12T10:55:29.680Z] CC criu/arch/s390/restorer.o [2019-09-12T10:55:30.096Z] CC criu/pie/restorer.o [2019-09-12T10:55:30.536Z] LINK criu/pie/restorer.built-in.o [2019-09-12T10:55:30.536Z] GEN criu/pie/restorer-blob.h [2019-09-12T10:55:30.536Z] DEP criu/vdso.d [2019-09-12T10:55:30.536Z] DEP criu/uts_ns.d [2019-09-12T10:55:30.536Z] DEP criu/util.d [2019-09-12T10:55:30.536Z] DEP criu/uffd.d [2019-09-12T10:55:30.536Z] DEP criu/tun.d [2019-09-12T10:55:30.536Z] DEP criu/tty.d [2019-09-12T10:55:30.536Z] DEP criu/timerfd.d [2019-09-12T10:55:30.536Z] DEP criu/sysfs_parse.d [2019-09-12T10:55:30.958Z] DEP criu/sysctl.d [2019-09-12T10:55:30.958Z] DEP criu/string.d [2019-09-12T10:55:30.958Z] DEP criu/stats.d [2019-09-12T10:55:30.958Z] DEP criu/sockets.d [2019-09-12T10:55:30.958Z] DEP criu/sk-unix.d [2019-09-12T10:55:30.958Z] DEP criu/sk-tcp.d [2019-09-12T10:55:30.958Z] DEP criu/sk-queue.d [2019-09-12T10:55:30.958Z] DEP criu/sk-packet.d [2019-09-12T10:55:30.958Z] DEP criu/sk-netlink.d [2019-09-12T10:55:30.958Z] DEP criu/sk-inet.d [2019-09-12T10:55:30.958Z] DEP criu/signalfd.d [2019-09-12T10:55:30.958Z] DEP criu/sigframe.d [2019-09-12T10:55:30.958Z] DEP criu/shmem.d [2019-09-12T10:55:30.958Z] DEP criu/servicefd.d [2019-09-12T10:55:31.393Z] DEP criu/seize.d [2019-09-12T10:55:31.393Z] DEP criu/seccomp.d [2019-09-12T10:55:31.393Z] DEP criu/rst-malloc.d [2019-09-12T10:55:31.393Z] DEP criu/rbtree.d [2019-09-12T10:55:31.393Z] DEP criu/pstree.d [2019-09-12T10:55:31.393Z] DEP criu/protobuf.d [2019-09-12T10:55:31.393Z] GEN criu/protobuf-desc-gen.h [2019-09-12T10:55:31.393Z] DEP criu/protobuf-desc.d [2019-09-12T10:55:31.763Z] DEP criu/proc_parse.d [2019-09-12T10:55:31.763Z] DEP criu/plugin.d [2019-09-12T10:55:31.763Z] DEP criu/pipes.d [2019-09-12T10:55:31.763Z] DEP criu/pie-util.d [2019-09-12T10:55:31.763Z] DEP criu/pie-util-vdso.d [2019-09-12T10:55:31.763Z] DEP criu/pie-util-vdso-elf32.d [2019-09-12T10:55:31.763Z] DEP criu/path.d [2019-09-12T10:55:31.763Z] DEP criu/parasite-syscall.d [2019-09-12T10:55:31.763Z] DEP criu/pagemap.d [2019-09-12T10:55:31.763Z] DEP criu/pagemap-cache.d [2019-09-12T10:55:31.763Z] DEP criu/page-xfer.d [2019-09-12T10:55:32.129Z] DEP criu/page-pipe.d [2019-09-12T10:55:32.129Z] DEP criu/netfilter.d [2019-09-12T10:55:32.129Z] DEP criu/net.d [2019-09-12T10:55:32.129Z] DEP criu/namespaces.d [2019-09-12T10:55:32.129Z] DEP criu/mount.d [2019-09-12T10:55:32.129Z] DEP criu/mem.d [2019-09-12T10:55:32.129Z] DEP criu/lsm.d [2019-09-12T10:55:32.129Z] DEP criu/log.d [2019-09-12T10:55:32.129Z] DEP criu/libnetlink.d [2019-09-12T10:55:32.129Z] DEP criu/kerndat.d [2019-09-12T10:55:32.129Z] DEP criu/kcmp-ids.d [2019-09-12T10:55:32.513Z] DEP criu/irmap.d [2019-09-12T10:55:32.513Z] DEP criu/ipc_ns.d [2019-09-12T10:55:32.513Z] DEP criu/image.d [2019-09-12T10:55:32.513Z] DEP criu/image-desc.d [2019-09-12T10:55:32.514Z] DEP criu/fsnotify.d [2019-09-12T10:55:32.514Z] DEP criu/filesystems.d [2019-09-12T10:55:32.514Z] DEP criu/files.d [2019-09-12T10:55:32.514Z] DEP criu/files-reg.d [2019-09-12T10:55:32.514Z] DEP criu/files-ext.d [2019-09-12T10:55:32.514Z] DEP criu/file-lock.d [2019-09-12T10:55:32.514Z] DEP criu/file-ids.d [2019-09-12T10:55:32.888Z] DEP criu/fifo.d [2019-09-12T10:55:32.888Z] DEP criu/fdstore.d [2019-09-12T10:55:32.888Z] DEP criu/fault-injection.d [2019-09-12T10:55:32.888Z] DEP criu/external.d [2019-09-12T10:55:32.888Z] DEP criu/eventpoll.d [2019-09-12T10:55:32.888Z] DEP criu/eventfd.d [2019-09-12T10:55:32.888Z] DEP criu/crtools.d [2019-09-12T10:55:32.888Z] DEP criu/cr-service.d [2019-09-12T10:55:32.888Z] DEP criu/cr-restore.d [2019-09-12T10:55:32.888Z] DEP criu/cr-errno.d [2019-09-12T10:55:32.888Z] DEP criu/cr-dump.d [2019-09-12T10:55:32.888Z] DEP criu/cr-dedup.d [2019-09-12T10:55:33.249Z] DEP criu/cr-check.d [2019-09-12T10:55:33.249Z] DEP criu/config.d [2019-09-12T10:55:33.249Z] DEP criu/clone-noasan.d [2019-09-12T10:55:33.249Z] DEP criu/cgroup.d [2019-09-12T10:55:33.249Z] DEP criu/cgroup-props.d [2019-09-12T10:55:33.249Z] DEP criu/bitmap.d [2019-09-12T10:55:33.249Z] DEP criu/bfd.d [2019-09-12T10:55:33.249Z] DEP criu/autofs.d [2019-09-12T10:55:33.249Z] DEP criu/aio.d [2019-09-12T10:55:33.249Z] DEP criu/action-scripts.d [2019-09-12T10:55:33.249Z] CC criu/action-scripts.o [2019-09-12T10:55:33.630Z] CC criu/aio.o [2019-09-12T10:55:33.630Z] CC criu/autofs.o [2019-09-12T10:55:34.011Z] CC criu/bfd.o [2019-09-12T10:55:34.011Z] CC criu/bitmap.o [2019-09-12T10:55:34.011Z] CC criu/cgroup-props.o [2019-09-12T10:55:34.011Z] Loaded image: buildpack-deps:jessie [2019-09-12T10:55:34.012Z] Loaded image: busybox:latest [2019-09-12T10:55:34.012Z] Loaded image: busybox:glibc [2019-09-12T10:55:34.012Z] Loaded image: debian:jessie [2019-09-12T10:55:34.012Z] Loaded image: hello-world:latest [2019-09-12T10:55:34.012Z] INFO: Testing against a local daemon [2019-09-12T10:55:34.012Z] === RUN TestCgroupNamespacesBuild [2019-09-12T10:55:34.383Z] CC criu/cgroup.o [2019-09-12T10:55:34.577Z] --- PASS: TestCgroupNamespacesBuild (3.48s) [2019-09-12T10:55:34.577Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-12T10:55:34.577Z] daemon.go:336: [db3178fa8ccb8] waiting for daemon to start [2019-09-12T10:55:34.577Z] daemon.go:336: [db3178fa8ccb8] waiting for daemon to start [2019-09-12T10:55:34.577Z] daemon.go:364: [db3178fa8ccb8] daemon started [2019-09-12T10:55:34.577Z] daemon.go:472: [db3178fa8ccb8] Stopping daemon [2019-09-12T10:55:34.577Z] daemon.go:307: [db3178fa8ccb8] exiting daemon [2019-09-12T10:55:34.577Z] daemon.go:459: [db3178fa8ccb8] Daemon stopped [2019-09-12T10:55:34.577Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T10:55:34.589Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-12T10:55:34.748Z] CC criu/clone-noasan.o [2019-09-12T10:55:34.748Z] CC criu/config.o [2019-09-12T10:55:35.124Z] CC criu/cr-check.o [2019-09-12T10:55:35.488Z] CC criu/cr-dedup.o [2019-09-12T10:55:35.488Z] CC criu/cr-dump.o [2019-09-12T10:55:36.295Z] CC criu/cr-errno.o [2019-09-12T10:55:36.295Z] CC criu/cr-restore.o [2019-09-12T10:55:37.103Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.33s) [2019-09-12T10:55:37.103Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T10:55:37.103Z] daemon.go:336: [d71ccb3888fa5] waiting for daemon to start [2019-09-12T10:55:37.103Z] daemon.go:336: [d71ccb3888fa5] waiting for daemon to start [2019-09-12T10:55:37.103Z] daemon.go:364: [d71ccb3888fa5] daemon started [2019-09-12T10:55:37.103Z] daemon.go:472: [d71ccb3888fa5] Stopping daemon [2019-09-12T10:55:37.103Z] daemon.go:307: [d71ccb3888fa5] exiting daemon [2019-09-12T10:55:37.103Z] daemon.go:459: [d71ccb3888fa5] Daemon stopped [2019-09-12T10:55:37.103Z] === RUN TestBuildWithSession [2019-09-12T10:55:37.191Z] CC criu/cr-service.o [2019-09-12T10:55:37.614Z] CC criu/crtools.o [2019-09-12T10:55:37.614Z] CC criu/eventfd.o [2019-09-12T10:55:37.614Z] CC criu/eventpoll.o [2019-09-12T10:55:38.012Z] CC criu/external.o [2019-09-12T10:55:38.012Z] CC criu/fault-injection.o [2019-09-12T10:55:38.012Z] CC criu/fdstore.o [2019-09-12T10:55:38.012Z] CC criu/fifo.o [2019-09-12T10:55:38.012Z] CC criu/file-ids.o [2019-09-12T10:55:38.379Z] CC criu/file-lock.o [2019-09-12T10:55:38.379Z] CC criu/files-ext.o [2019-09-12T10:55:38.379Z] CC criu/files-reg.o [2019-09-12T10:55:39.153Z] CC criu/files.o [2019-09-12T10:55:39.520Z] CC criu/filesystems.o [2019-09-12T10:55:39.520Z] CC criu/fsnotify.o [2019-09-12T10:55:39.888Z] CC criu/image-desc.o [2019-09-12T10:55:39.888Z] CC criu/image.o [2019-09-12T10:55:40.261Z] CC criu/ipc_ns.o [2019-09-12T10:55:40.623Z] CC criu/irmap.o [2019-09-12T10:55:40.623Z] CC criu/kcmp-ids.o [2019-09-12T10:55:40.623Z] CC criu/kerndat.o [2019-09-12T10:55:41.002Z] CC criu/libnetlink.o [2019-09-12T10:55:41.002Z] CC criu/log.o [2019-09-12T10:55:41.002Z] CC criu/lsm.o [2019-09-12T10:55:41.283Z] --- PASS: TestBuildWithSession (3.57s) [2019-09-12T10:55:41.284Z] === RUN TestBuildSquashParent [2019-09-12T10:55:41.386Z] CC criu/mem.o [2019-09-12T10:55:41.759Z] CC criu/mount.o [2019-09-12T10:55:42.565Z] CC criu/namespaces.o [2019-09-12T10:55:42.941Z] CC criu/net.o [2019-09-12T10:55:44.321Z] CC criu/netfilter.o [2019-09-12T10:55:44.321Z] CC criu/page-pipe.o [2019-09-12T10:55:44.321Z] CC criu/page-xfer.o [2019-09-12T10:55:44.741Z] CC criu/pagemap-cache.o [2019-09-12T10:55:44.741Z] CC criu/pagemap.o [2019-09-12T10:55:44.741Z] CC criu/parasite-syscall.o [2019-09-12T10:55:45.165Z] CC criu/path.o [2019-09-12T10:55:45.165Z] CC criu/pie-util-vdso-elf32.o [2019-09-12T10:55:45.165Z] CC criu/pie-util-vdso.o [2019-09-12T10:55:45.531Z] CC criu/pie-util.o [2019-09-12T10:55:45.531Z] CC criu/pipes.o [2019-09-12T10:55:45.531Z] CC criu/plugin.o [2019-09-12T10:55:45.897Z] CC criu/proc_parse.o [2019-09-12T10:55:45.992Z] ........................ [ 67%] [2019-09-12T10:55:46.280Z] CC criu/protobuf-desc.o [2019-09-12T10:55:47.068Z] CC criu/protobuf.o [2019-09-12T10:55:47.068Z] CC criu/pstree.o [2019-09-12T10:55:47.450Z] CC criu/rbtree.o [2019-09-12T10:55:47.450Z] CC criu/rst-malloc.o [2019-09-12T10:55:47.450Z] CC criu/seccomp.o [2019-09-12T10:55:47.840Z] CC criu/seize.o [2019-09-12T10:55:47.840Z] CC criu/servicefd.o [2019-09-12T10:55:48.233Z] CC criu/shmem.o [2019-09-12T10:55:48.233Z] CC criu/sigframe.o [2019-09-12T10:55:48.634Z] CC criu/signalfd.o [2019-09-12T10:55:48.634Z] CC criu/sk-inet.o [2019-09-12T10:55:49.018Z] CC criu/sk-netlink.o [2019-09-12T10:55:49.018Z] CC criu/sk-packet.o [2019-09-12T10:55:49.018Z] CC criu/sk-queue.o [2019-09-12T10:55:49.394Z] CC criu/sk-tcp.o [2019-09-12T10:55:49.394Z] CC criu/sk-unix.o [2019-09-12T10:55:50.192Z] CC criu/sockets.o [2019-09-12T10:55:50.192Z] CC criu/stats.o [2019-09-12T10:55:50.554Z] CC criu/string.o [2019-09-12T10:55:50.554Z] CC criu/sysctl.o [2019-09-12T10:55:50.554Z] CC criu/sysfs_parse.o [2019-09-12T10:55:50.993Z] CC criu/timerfd.o [2019-09-12T10:55:50.994Z] CC criu/tty.o [2019-09-12T10:55:51.246Z] --- PASS: TestBuildSquashParent (10.78s) [2019-09-12T10:55:51.246Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent [2019-09-12T10:55:51.246Z] daemon.go:336: [daed7c0804da0] waiting for daemon to start [2019-09-12T10:55:51.246Z] daemon.go:336: [daed7c0804da0] waiting for daemon to start [2019-09-12T10:55:51.246Z] daemon.go:364: [daed7c0804da0] daemon started [2019-09-12T10:55:51.246Z] daemon.go:472: [daed7c0804da0] Stopping daemon [2019-09-12T10:55:51.246Z] daemon.go:307: [daed7c0804da0] exiting daemon [2019-09-12T10:55:51.246Z] daemon.go:459: [daed7c0804da0] Daemon stopped [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T10:55:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T10:55:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T10:55:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T10:55:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T10:55:51.414Z] CC criu/tun.o [2019-09-12T10:55:51.827Z] CC criu/uffd.o [2019-09-12T10:55:52.178Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-12T10:55:52.179Z] Using test binary docker [2019-09-12T10:55:52.211Z] CC criu/util.o [2019-09-12T10:55:52.436Z] +++ /etc/init.d/apparmor start [2019-09-12T10:55:52.436Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T10:55:52.436Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T10:55:52.436Z] Warning failed to create cache: (null) [2019-09-12T10:55:52.436Z] . [2019-09-12T10:55:52.436Z] INFO: Waiting for daemon to start... [2019-09-12T10:55:52.436Z] Starting dockerd [2019-09-12T10:55:52.436Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-12T10:55:52.585Z] CC criu/uts_ns.o [2019-09-12T10:55:52.585Z] CC criu/vdso.o [2019-09-12T10:55:52.585Z] LINK criu/built-in.o [2019-09-12T10:55:52.585Z] LINK criu/criu [2019-09-12T10:55:52.957Z] DEP lib/c/criu.d [2019-09-12T10:55:52.957Z] CC images/rpc.pb-c.o [2019-09-12T10:55:52.957Z] CC lib/c/criu.o [2019-09-12T10:55:53.341Z] LINK lib/c/built-in.o [2019-09-12T10:55:53.341Z] LINK lib/c/libcriu.so [2019-09-12T10:55:53.341Z] GEN magic.py [2019-09-12T10:55:53.341Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-12T10:55:53.341Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-12T10:55:53.709Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-12T10:55:53.709Z] make[1]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[1]: 'images/built-in.o' is up to date. [2019-09-12T10:55:54.074Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-12T10:55:54.074Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-12T10:55:54.074Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-12T10:55:54.074Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-12T10:55:54.074Z] make[1]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] make[2]: Nothing to be done for 'all'. [2019-09-12T10:55:54.074Z] INSTALL criu/criu [2019-09-12T10:55:54.335Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-12T10:55:54.335Z] Using test binary docker [2019-09-12T10:55:54.335Z] +++ /etc/init.d/apparmor start [2019-09-12T10:55:54.335Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T10:55:54.335Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T10:55:54.335Z] Warning failed to create cache: (null) [2019-09-12T10:55:54.335Z] . [2019-09-12T10:55:54.335Z] INFO: Waiting for daemon to start... [2019-09-12T10:55:54.335Z] Starting dockerd [2019-09-12T10:55:54.335Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-12T10:55:54.335Z] . [2019-09-12T10:55:54.335Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-12T10:55:54.593Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-12T10:55:54.593Z] Error: No such image: emptyfs [2019-09-12T10:55:54.593Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-12T10:55:54.593Z] ++++ docker load [2019-09-12T10:55:54.593Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T10:55:54.593Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T10:55:54.851Z] Running integration-test (iteration 1) [2019-09-12T10:55:54.851Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-12T10:55:54.851Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker ./test.main -test.v -test.timeout=360m -test.run '/(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-12T10:55:55.330Z] Removing intermediate container 48acfca09de8 [2019-09-12T10:55:55.330Z] ---> 224f690ec540 [2019-09-12T10:55:55.330Z] Step 12/125 : FROM base AS registry [2019-09-12T10:55:55.330Z] ---> 1e92bb6db2e5 [2019-09-12T10:55:55.330Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-12T10:55:55.330Z] ---> Running in 79e2436956d2 [2019-09-12T10:55:55.330Z] Removing intermediate container 79e2436956d2 [2019-09-12T10:55:55.330Z] ---> 526308d4e44c [2019-09-12T10:55:55.330Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-12T10:55:55.330Z] ---> Running in dd15e165fbdf [2019-09-12T10:55:55.690Z] Removing intermediate container dd15e165fbdf [2019-09-12T10:55:55.690Z] ---> 9c91040c2647 [2019-09-12T10:55:55.690Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-12T10:55:55.690Z] ---> Running in f48e89bbd837 [2019-09-12T10:55:56.050Z] + mktemp -d [2019-09-12T10:55:56.050Z] + export GOPATH=/tmp/tmp.OD4nWiA9sS [2019-09-12T10:55:56.050Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution [2019-09-12T10:55:56.050Z] Cloning into '/tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution'... [2019-09-12T10:55:56.221Z] [2019-09-12T10:55:56.221Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-12T10:55:56.221Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-12T10:55:56.478Z] Error: No such image: emptyfs [2019-09-12T10:55:56.478Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-12T10:55:56.478Z] ++++ docker load [2019-09-12T10:55:56.736Z] Running integration-test (iteration 1) [2019-09-12T10:55:56.736Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-12T10:55:56.736Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker ./test.main -test.v -test.timeout=360m -test.run '/(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-12T10:55:57.318Z] + cd /tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution [2019-09-12T10:55:57.318Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-12T10:55:57.682Z] + GOPATH=/tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OD4nWiA9sS go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-12T10:56:00.013Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T10:56:00.013Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.22s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.29s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (4.87s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (4.83s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.72s) [2019-09-12T10:56:03.305Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.83s) [2019-09-12T10:56:03.305Z] === RUN TestBuildMultiStageCopy [2019-09-12T10:56:03.305Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-12T10:56:07.482Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-12T10:56:08.046Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-12T10:56:08.978Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-12T10:56:09.910Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy (7.48s) [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (4.01s) [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.73s) [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.89s) [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.79s) [2019-09-12T10:56:10.841Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.06s) [2019-09-12T10:56:10.841Z] === RUN TestBuildMultiStageParentConfig [2019-09-12T10:56:13.413Z] --- PASS: TestBuildMultiStageParentConfig (2.33s) [2019-09-12T10:56:13.413Z] === RUN TestBuildLabelWithTargets [2019-09-12T10:56:16.691Z] --- PASS: TestBuildLabelWithTargets (3.31s) [2019-09-12T10:56:16.692Z] === RUN TestBuildWithEmptyLayers [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/server/httputils 0.136s coverage: 14.7% of statements [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/server/middleware 0.153s coverage: 37.7% of statements [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/server/router/swarm 0.105s coverage: 4.0% of statements [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 95.2% of statements [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/types/strslice 0.055s coverage: 90.0% of statements [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/types/time 0.372s coverage: 100.0% of statements [2019-09-12T10:56:17.720Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 75.0% of statements [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-12T10:56:17.720Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-12T10:56:17.748Z] + dpkg --print-architecture [2019-09-12T10:56:17.748Z] + cd /tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution [2019-09-12T10:56:17.748Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-12T10:56:17.748Z] + GOPATH=/tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OD4nWiA9sS [2019-09-12T10:56:17.748Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-12T10:56:18.061Z] --- PASS: TestBuildWithEmptyLayers (1.60s) [2019-09-12T10:56:18.061Z] === RUN TestBuildMultiStageOnBuild [2019-09-12T10:56:18.061Z] Loaded image: buildpack-deps:jessie [2019-09-12T10:56:18.317Z] Loaded image: busybox:latest [2019-09-12T10:56:18.574Z] Loaded image: busybox:glibc [2019-09-12T10:56:18.574Z] Loaded image: debian:jessie [2019-09-12T10:56:18.832Z] Loaded image: hello-world:latest [2019-09-12T10:56:18.832Z] INFO: Testing against a local daemon [2019-09-12T10:56:18.832Z] === RUN Test [2019-09-12T10:56:19.089Z] === RUN Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-12T10:56:20.987Z] Loaded image: buildpack-deps:jessie [2019-09-12T10:56:20.987Z] Loaded image: busybox:latest [2019-09-12T10:56:21.244Z] Loaded image: busybox:glibc [2019-09-12T10:56:21.244Z] Loaded image: debian:jessie [2019-09-12T10:56:21.500Z] Loaded image: hello-world:latest [2019-09-12T10:56:21.500Z] INFO: Testing against a local daemon [2019-09-12T10:56:21.500Z] === RUN Test [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-12T10:56:21.500Z] --- PASS: TestBuildMultiStageOnBuild (3.49s) [2019-09-12T10:56:21.500Z] === RUN TestBuildUncleanTarFilenames [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-12T10:56:21.500Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-12T10:56:22.063Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-12T10:56:22.063Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-12T10:56:22.394Z] ok github.com/docker/docker/builder/dockerfile 0.457s coverage: 43.2% of statements [2019-09-12T10:56:22.394Z] ok github.com/docker/docker/builder/dockerignore 0.043s coverage: 96.8% of statements [2019-09-12T10:56:22.394Z] ok github.com/docker/docker/builder/fscache 1.548s coverage: 69.2% of statements [2019-09-12T10:56:22.394Z] ok github.com/docker/docker/builder/remotecontext 0.513s coverage: 9.2% of statements [2019-09-12T10:56:22.627Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-12T10:56:22.627Z] --- PASS: TestBuildUncleanTarFilenames (1.06s) [2019-09-12T10:56:22.627Z] === RUN TestBuildMultiStageLayerLeak [2019-09-12T10:56:22.627Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-12T10:56:23.191Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-12T10:56:23.448Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-12T10:56:23.448Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-12T10:56:23.705Z] === RUN Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-12T10:56:24.324Z] + rm -rf /tmp/tmp.OD4nWiA9sS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.OD4nWiA9sS [2019-09-12T10:56:24.687Z] Removing intermediate container f48e89bbd837 [2019-09-12T10:56:24.687Z] ---> 268721f6777a [2019-09-12T10:56:24.687Z] Step 16/125 : FROM base AS swagger [2019-09-12T10:56:24.687Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:24.687Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-12T10:56:24.687Z] ---> Running in debceb31898c [2019-09-12T10:56:25.051Z] Removing intermediate container debceb31898c [2019-09-12T10:56:25.051Z] ---> c14a91bc8ec2 [2019-09-12T10:56:25.051Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-12T10:56:25.051Z] ---> Running in 97e655c284e9 [2019-09-12T10:56:25.426Z] + mktemp -d [2019-09-12T10:56:25.426Z] + export GOPATH=/tmp/tmp.sEWiisaBoQ [2019-09-12T10:56:25.426Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.sEWiisaBoQ/src/github.com/go-swagger/go-swagger [2019-09-12T10:56:25.426Z] Cloning into '/tmp/tmp.sEWiisaBoQ/src/github.com/go-swagger/go-swagger'... [2019-09-12T10:56:25.599Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-12T10:56:25.599Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-12T10:56:25.599Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s) [2019-09-12T10:56:25.599Z] === RUN TestBuildWithHugeFile [2019-09-12T10:56:25.599Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-12T10:56:25.599Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-12T10:56:25.599Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-12T10:56:25.856Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-12T10:56:26.419Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-12T10:56:27.790Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-12T10:56:27.790Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-12T10:56:27.790Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-12T10:56:27.790Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-12T10:56:28.604Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-12T10:56:28.646Z] + cd /tmp/tmp.sEWiisaBoQ/src/github.com/go-swagger/go-swagger [2019-09-12T10:56:28.646Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-12T10:56:28.646Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-12T10:56:29.160Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-12T10:56:33.340Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-12T10:56:33.340Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-12T10:56:36.631Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-12T10:56:36.631Z] === RUN Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-12T10:56:38.525Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-12T10:56:40.258Z] + rm -rf /tmp/tmp.sEWiisaBoQ [2019-09-12T10:56:40.258Z] Removing intermediate container 97e655c284e9 [2019-09-12T10:56:40.258Z] ---> a23536227fa2 [2019-09-12T10:56:40.258Z] Step 19/125 : FROM base AS frozen-images [2019-09-12T10:56:40.258Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:40.258Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:56:40.258Z] ---> Using cache [2019-09-12T10:56:40.258Z] ---> d6e9a91537af [2019-09-12T10:56:40.258Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-12T10:56:40.258Z] ---> Running in 0fd4b71892fd [2019-09-12T10:56:40.258Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:56:40.258Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:56:40.258Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:56:40.258Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:56:40.258Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:56:40.258Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T10:56:40.421Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-12T10:56:40.635Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T10:56:40.635Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T10:56:41.954Z] Fetched 7671 kB in 1s (4696 kB/s) [2019-09-12T10:56:42.316Z] Reading package lists... [2019-09-12T10:56:42.317Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-12T10:56:42.886Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-12T10:56:43.125Z] Reading package lists... [2019-09-12T10:56:43.125Z] Building dependency tree... [2019-09-12T10:56:43.125Z] Reading state information... [2019-09-12T10:56:43.125Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-12T10:56:43.125Z] The following additional packages will be installed: [2019-09-12T10:56:43.125Z] libjq1 libonig4 [2019-09-12T10:56:43.125Z] The following NEW packages will be installed: [2019-09-12T10:56:43.125Z] jq libjq1 libonig4 [2019-09-12T10:56:43.125Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:56:43.125Z] Need to get 328 kB of archives. [2019-09-12T10:56:43.125Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-12T10:56:43.125Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-12T10:56:43.125Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-12T10:56:43.125Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-12T10:56:43.125Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:56:43.448Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-12T10:56:43.490Z] Fetched 328 kB in 0s (4154 kB/s) [2019-09-12T10:56:43.490Z] Selecting previously unselected package libonig4:s390x. [2019-09-12T10:56:43.490Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-12T10:56:43.490Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-12T10:56:43.490Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-12T10:56:43.490Z] Selecting previously unselected package libjq1:s390x. [2019-09-12T10:56:43.490Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-12T10:56:43.490Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-12T10:56:43.490Z] Selecting previously unselected package jq. [2019-09-12T10:56:43.490Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-12T10:56:43.490Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-12T10:56:43.490Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-12T10:56:43.490Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-12T10:56:43.490Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:56:43.490Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-12T10:56:43.871Z] Removing intermediate container 0fd4b71892fd [2019-09-12T10:56:43.871Z] ---> 703a20ebc0cf [2019-09-12T10:56:43.871Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-12T10:56:44.256Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-12T10:56:44.320Z] ---> df86752f43b2 [2019-09-12T10:56:44.320Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-12T10:56:44.320Z] ---> Running in 587b719fb4a6 [2019-09-12T10:56:45.189Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-12T10:56:45.281Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-12T10:56:45.339Z] tests/integration/client_test.py ..... [ 75%] [2019-09-12T10:56:45.650Z]  [2019-09-12T10:56:45.753Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-12T10:56:46.268Z] tests/integration/errors_test.py . [ 75%] [2019-09-12T10:56:46.408Z]  #######          11.0% ##################   25.7% #############################  40.3% ####################################### 54.9% ##################################################  69.6% ############################################################ 84.2% ####################################################################### 98.8% ######################################################################## 100.0% [2019-09-12T10:56:46.408Z]  [2019-09-12T10:56:46.802Z]  ##################### 29.8% #################################################             69.4% ######################################################################## 100.0% [2019-09-12T10:56:47.126Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-12T10:56:47.190Z]  [2019-09-12T10:56:47.565Z]  ###########                                                               16.1% ###################### 31.4% ###################################  49.1% ################################################## 69.5% ################################################################  89.9% ######################################################################## 100.0% [2019-09-12T10:56:47.942Z]  [2019-09-12T10:56:48.496Z] === RUN Test/DockerSuite/TestAttachAfterDetach [2019-09-12T10:56:49.486Z]  ####                                 6.0% ########        11.7% #############    18.3% ##################    25.9% ###################### 31.5% ##########################      37.2% ############################### 43.8% ####################################       50.5% #########################################                  57.1% #############################################               63.7% ##################################################                  70.3% #######################################################   76.9% ###########################################################            82.6% ################################################################    89.2% #####################################################################     96.8% ######################################################################## 100.0% [2019-09-12T10:56:49.486Z]  [2019-09-12T10:56:49.865Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-12T10:56:50.273Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-12T10:56:50.273Z]  [2019-09-12T10:56:50.273Z]  ######################################################################## 100.0% [2019-09-12T10:56:50.641Z]  [2019-09-12T10:56:50.797Z] === RUN Test/DockerSuite/TestAttachClosedOnContainerStop [2019-09-12T10:56:51.006Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-12T10:56:51.007Z]  [2019-09-12T10:56:51.419Z]  ######################################################################## 100.0% [2019-09-12T10:56:51.419Z]  [2019-09-12T10:56:51.934Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-12T10:56:51.934Z] skipping existing b63cc5f62c21 [2019-09-12T10:56:51.934Z] [2019-09-12T10:56:52.337Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-12T10:56:52.740Z]  [2019-09-12T10:56:52.740Z]  ######################################################################## 100.0% [2019-09-12T10:56:52.740Z]  [2019-09-12T10:56:52.740Z] Download of images into '/build' complete. [2019-09-12T10:56:52.740Z] Use something like the following to load the result into a Docker daemon: [2019-09-12T10:56:52.740Z] tar -cC '/build' . | docker load [2019-09-12T10:56:53.318Z] === RUN Test/DockerSuite/TestAttachDetach [2019-09-12T10:56:53.978Z] Removing intermediate container 587b719fb4a6 [2019-09-12T10:56:53.978Z] ---> b7c31cda600d [2019-09-12T10:56:53.978Z] Step 24/125 : FROM base AS cross-false [2019-09-12T10:56:53.978Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:53.978Z] Step 25/125 : FROM base AS cross-true [2019-09-12T10:56:53.978Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:53.978Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:56:53.978Z] ---> Using cache [2019-09-12T10:56:53.978Z] ---> d6e9a91537af [2019-09-12T10:56:53.978Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-12T10:56:53.978Z] ---> Running in 11774cee2897 [2019-09-12T10:56:54.689Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-12T10:56:54.764Z] Removing intermediate container 11774cee2897 [2019-09-12T10:56:54.764Z] ---> b8e46405dddf [2019-09-12T10:56:54.764Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-12T10:56:54.764Z] ---> Running in 8ee928ddf844 [2019-09-12T10:56:54.946Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-12T10:56:56.013Z] Removing intermediate container 8ee928ddf844 [2019-09-12T10:56:56.013Z] ---> f2bf86257357 [2019-09-12T10:56:56.013Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-12T10:56:56.013Z] ---> Running in d47ae5a54f66 [2019-09-12T10:56:56.318Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-12T10:56:56.797Z] Removing intermediate container d47ae5a54f66 [2019-09-12T10:56:56.797Z] ---> f8ea06182c28 [2019-09-12T10:56:56.797Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-12T10:56:56.797Z] ---> Running in 547c2b85a42b [2019-09-12T10:56:58.073Z] Removing intermediate container 547c2b85a42b [2019-09-12T10:56:58.073Z] ---> 33228a6082fd [2019-09-12T10:56:58.073Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-12T10:56:58.073Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:58.073Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-12T10:56:58.073Z] ---> 1e92bb6db2e5 [2019-09-12T10:56:58.073Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:56:58.073Z] ---> Using cache [2019-09-12T10:56:58.073Z] ---> d6e9a91537af [2019-09-12T10:56:58.073Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-12T10:56:58.073Z] ---> Running in 40cc5de52683 [2019-09-12T10:56:58.091Z] ok github.com/docker/docker/builder/remotecontext/git 36.536s coverage: 85.1% of statements [2019-09-12T10:56:58.091Z] ? github.com/docker/docker/cli [no test files] [2019-09-12T10:56:58.091Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-12T10:56:58.091Z] ok github.com/docker/docker/cli/debug 0.050s coverage: 100.0% of statements [2019-09-12T10:56:58.091Z] ok github.com/docker/docker/client 0.579s coverage: 75.1% of statements [2019-09-12T10:56:58.473Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:56:58.473Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:56:58.473Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:56:58.473Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:56:58.473Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:56:58.473Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T10:56:58.473Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T10:56:58.473Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T10:56:58.930Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-12T10:56:58.930Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-12T10:57:00.009Z] Fetched 7671 kB in 1s (4849 kB/s) [2019-09-12T10:57:00.403Z] Reading package lists... [2019-09-12T10:57:00.773Z] Reading package lists... [2019-09-12T10:57:00.830Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-12T10:57:00.830Z] === RUN Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-12T10:57:01.146Z] Building dependency tree... [2019-09-12T10:57:01.146Z] Reading state information... [2019-09-12T10:57:01.146Z] The following additional packages will be installed: [2019-09-12T10:57:01.146Z] libapparmor1 libseccomp2 [2019-09-12T10:57:01.146Z] Suggested packages: [2019-09-12T10:57:01.146Z] seccomp [2019-09-12T10:57:01.146Z] The following NEW packages will be installed: [2019-09-12T10:57:01.146Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-12T10:57:01.146Z] 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:57:01.146Z] Need to get 301 kB of archives. [2019-09-12T10:57:01.146Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-12T10:57:01.146Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-12T10:57:01.146Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-09-12T10:57:01.146Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-12T10:57:01.146Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-12T10:57:01.146Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:57:01.516Z] Fetched 301 kB in 0s (3795 kB/s) [2019-09-12T10:57:01.516Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-12T10:57:01.516Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-12T10:57:01.516Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-12T10:57:01.516Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-12T10:57:01.516Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-12T10:57:01.516Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-12T10:57:01.516Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-12T10:57:01.516Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-12T10:57:01.516Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-12T10:57:01.516Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-12T10:57:01.516Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-12T10:57:01.516Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-12T10:57:01.516Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-12T10:57:01.516Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:57:01.516Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-12T10:57:01.516Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-12T10:57:01.516Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-12T10:57:01.516Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-12T10:57:01.516Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:57:02.311Z] Removing intermediate container 40cc5de52683 [2019-09-12T10:57:02.311Z] ---> e24e7a723e7d [2019-09-12T10:57:02.311Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-12T10:57:02.311Z] ---> 33228a6082fd [2019-09-12T10:57:02.311Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:57:02.311Z] ---> Running in 923b58db450f [2019-09-12T10:57:02.311Z] Removing intermediate container 923b58db450f [2019-09-12T10:57:02.311Z] ---> acf22c3846ac [2019-09-12T10:57:02.311Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-12T10:57:02.688Z] ---> Running in 5f12b16b420a [2019-09-12T10:57:02.726Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-12T10:57:03.495Z] Removing intermediate container 5f12b16b420a [2019-09-12T10:57:03.495Z] ---> b2fa4e9cb950 [2019-09-12T10:57:03.495Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-12T10:57:03.495Z] ---> e24e7a723e7d [2019-09-12T10:57:03.495Z] Step 39/125 : FROM base AS tomlv [2019-09-12T10:57:03.495Z] ---> 1e92bb6db2e5 [2019-09-12T10:57:03.495Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-12T10:57:03.495Z] ---> Running in 4aa0859f25db [2019-09-12T10:57:03.495Z] Removing intermediate container 4aa0859f25db [2019-09-12T10:57:03.495Z] ---> 8906b9325289 [2019-09-12T10:57:03.495Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:57:03.862Z] ---> 3140e6040b89 [2019-09-12T10:57:03.862Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:57:03.897Z] ok github.com/docker/docker/cmd/dockerd 0.661s coverage: 18.7% of statements [2019-09-12T10:57:04.224Z] ---> d38abb1158ff [2019-09-12T10:57:04.224Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:57:04.224Z] ---> Running in eb004b939d9d [2019-09-12T10:57:04.590Z] + RM_GOPATH=0 [2019-09-12T10:57:04.590Z] + TMP_GOPATH= [2019-09-12T10:57:04.590Z] + : /build [2019-09-12T10:57:04.590Z] + '[' -z '' ']' [2019-09-12T10:57:04.590Z] ++ mktemp -d [2019-09-12T10:57:04.590Z] + export GOPATH=/tmp/tmp.JdqJYtfK1H [2019-09-12T10:57:04.590Z] + GOPATH=/tmp/tmp.JdqJYtfK1H [2019-09-12T10:57:04.590Z] + RM_GOPATH=1 [2019-09-12T10:57:04.590Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:57:04.590Z] ++ dirname ./install.sh [2019-09-12T10:57:04.590Z] + dir=. [2019-09-12T10:57:04.590Z] + bin=tomlv [2019-09-12T10:57:04.590Z] + shift [2019-09-12T10:57:04.590Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-12T10:57:04.590Z] + . ./tomlv.installer [2019-09-12T10:57:04.590Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:57:04.590Z] + install_tomlv [2019-09-12T10:57:04.590Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-12T10:57:04.590Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.JdqJYtfK1H/src/github.com/BurntSushi/toml [2019-09-12T10:57:04.590Z] Cloning into '/tmp/tmp.JdqJYtfK1H/src/github.com/BurntSushi/toml'... [2019-09-12T10:57:04.590Z] + cd /tmp/tmp.JdqJYtfK1H/src/github.com/BurntSushi/toml [2019-09-12T10:57:04.590Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-12T10:57:04.590Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:57:04.645Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-12T10:57:04.903Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-12T10:57:04.969Z] errors [2019-09-12T10:57:04.969Z] math/bits [2019-09-12T10:57:04.969Z] internal/cpu [2019-09-12T10:57:04.969Z] math [2019-09-12T10:57:04.969Z] internal/bytealg [2019-09-12T10:57:04.969Z] runtime/internal/atomic [2019-09-12T10:57:04.969Z] runtime/internal/sys [2019-09-12T10:57:04.969Z] runtime/internal/math [2019-09-12T10:57:04.969Z] runtime [2019-09-12T10:57:04.969Z] unicode/utf8 [2019-09-12T10:57:04.969Z] strconv [2019-09-12T10:57:05.159Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-12T10:57:05.358Z] internal/race [2019-09-12T10:57:05.358Z] sync/atomic [2019-09-12T10:57:05.358Z] unicode [2019-09-12T10:57:05.417Z] === RUN Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-12T10:57:05.754Z] internal/testlog [2019-09-12T10:57:05.754Z] encoding [2019-09-12T10:57:05.754Z] runtime/cgo [2019-09-12T10:57:07.277Z] sync [2019-09-12T10:57:07.277Z] io [2019-09-12T10:57:07.277Z] reflect [2019-09-12T10:57:07.277Z] syscall [2019-09-12T10:57:07.643Z] ok github.com/docker/docker/container 0.539s coverage: 42.7% of statements [2019-09-12T10:57:07.643Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-12T10:57:07.643Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-12T10:57:07.643Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-12T10:57:07.643Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-12T10:57:07.941Z] === RUN Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-12T10:57:08.119Z] time [2019-09-12T10:57:08.119Z] sort [2019-09-12T10:57:08.119Z] internal/fmtsort [2019-09-12T10:57:08.119Z] internal/syscall/unix [2019-09-12T10:57:08.199Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-12T10:57:08.457Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-12T10:57:08.495Z] strings [2019-09-12T10:57:08.495Z] internal/poll [2019-09-12T10:57:08.495Z] os [2019-09-12T10:57:08.495Z] bytes [2019-09-12T10:57:08.883Z] fmt [2019-09-12T10:57:08.883Z] bufio [2019-09-12T10:57:08.883Z] path/filepath [2019-09-12T10:57:08.883Z] io/ioutil [2019-09-12T10:57:08.883Z] flag [2019-09-12T10:57:08.883Z] github.com/BurntSushi/toml [2019-09-12T10:57:09.253Z] log [2019-09-12T10:57:09.253Z] path [2019-09-12T10:57:09.253Z] text/tabwriter [2019-09-12T10:57:09.253Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-12T10:57:10.354Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-12T10:57:10.529Z] Removing intermediate container eb004b939d9d [2019-09-12T10:57:10.529Z] ---> 67d05b456f95 [2019-09-12T10:57:10.529Z] Step 44/125 : FROM base AS vndr [2019-09-12T10:57:10.529Z] ---> 1e92bb6db2e5 [2019-09-12T10:57:10.529Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-12T10:57:10.529Z] ---> Running in 4cb449244d60 [2019-09-12T10:57:10.907Z] Removing intermediate container 4cb449244d60 [2019-09-12T10:57:10.907Z] ---> ab0115828f54 [2019-09-12T10:57:10.907Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:57:10.907Z] ---> 737e9bb12c26 [2019-09-12T10:57:10.907Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:57:11.270Z] ---> 24d5b01039d3 [2019-09-12T10:57:11.270Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:57:11.270Z] ---> Running in e1a76e5c8be3 [2019-09-12T10:57:11.636Z] + RM_GOPATH=0 [2019-09-12T10:57:11.636Z] + TMP_GOPATH= [2019-09-12T10:57:11.636Z] + : /build [2019-09-12T10:57:11.636Z] + '[' -z '' ']' [2019-09-12T10:57:11.636Z] ++ mktemp -d [2019-09-12T10:57:11.636Z] + export GOPATH=/tmp/tmp.YRvBhxw4Yf [2019-09-12T10:57:11.636Z] + GOPATH=/tmp/tmp.YRvBhxw4Yf [2019-09-12T10:57:11.636Z] + RM_GOPATH=1 [2019-09-12T10:57:11.636Z] ++ dirname ./install.sh [2019-09-12T10:57:11.636Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:57:11.636Z] + dir=. [2019-09-12T10:57:11.636Z] + bin=vndr [2019-09-12T10:57:11.636Z] + shift [2019-09-12T10:57:11.636Z] + '[' '!' -f ./vndr.installer ']' [2019-09-12T10:57:11.636Z] + . ./vndr.installer [2019-09-12T10:57:11.636Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:57:11.636Z] + install_vndr [2019-09-12T10:57:11.636Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-12T10:57:11.636Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.YRvBhxw4Yf/src/github.com/LK4D4/vndr [2019-09-12T10:57:11.636Z] Cloning into '/tmp/tmp.YRvBhxw4Yf/src/github.com/LK4D4/vndr'... [2019-09-12T10:57:12.037Z] + cd /tmp/tmp.YRvBhxw4Yf/src/github.com/LK4D4/vndr [2019-09-12T10:57:12.037Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-12T10:57:12.037Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-12T10:57:12.037Z] errors [2019-09-12T10:57:12.037Z] internal/cpu [2019-09-12T10:57:12.037Z] internal/race [2019-09-12T10:57:12.037Z] runtime/internal/atomic [2019-09-12T10:57:12.037Z] runtime/internal/sys [2019-09-12T10:57:12.037Z] internal/bytealg [2019-09-12T10:57:12.037Z] runtime/internal/math [2019-09-12T10:57:12.037Z] sync/atomic [2019-09-12T10:57:12.037Z] runtime [2019-09-12T10:57:12.037Z] unicode [2019-09-12T10:57:12.249Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-12T10:57:12.249Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-12T10:57:12.429Z] unicode/utf8 [2019-09-12T10:57:12.429Z] math/bits [2019-09-12T10:57:12.429Z] math [2019-09-12T10:57:12.507Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-12T10:57:12.803Z] strconv [2019-09-12T10:57:12.803Z] internal/testlog [2019-09-12T10:57:12.803Z] encoding [2019-09-12T10:57:12.803Z] unicode/utf16 [2019-09-12T10:57:12.803Z] container/list [2019-09-12T10:57:12.803Z] crypto/internal/subtle [2019-09-12T10:57:13.169Z] crypto/subtle [2019-09-12T10:57:13.169Z] crypto/rc4 [2019-09-12T10:57:13.169Z] internal/x/crypto/cryptobyte/asn1 [2019-09-12T10:57:13.169Z] internal/nettrace [2019-09-12T10:57:13.169Z] internal/x/net/dns/dnsmessage [2019-09-12T10:57:13.632Z] runtime/cgo [2019-09-12T10:57:14.404Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-12T10:57:14.404Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-12T10:57:14.623Z] sync [2019-09-12T10:57:14.623Z] io [2019-09-12T10:57:14.623Z] reflect [2019-09-12T10:57:14.624Z] bytes [2019-09-12T10:57:15.104Z] bufio [2019-09-12T10:57:15.104Z] syscall [2019-09-12T10:57:15.485Z] sort [2019-09-12T10:57:15.485Z] internal/fmtsort [2019-09-12T10:57:15.779Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-12T10:57:15.874Z] strings [2019-09-12T10:57:15.874Z] time [2019-09-12T10:57:15.874Z] internal/syscall/unix [2019-09-12T10:57:15.874Z] path [2019-09-12T10:57:15.874Z] regexp/syntax [2019-09-12T10:57:16.271Z] internal/poll [2019-09-12T10:57:16.271Z] regexp [2019-09-12T10:57:16.271Z] os [2019-09-12T10:57:16.659Z] encoding/binary [2019-09-12T10:57:16.659Z] fmt [2019-09-12T10:57:16.659Z] path/filepath [2019-09-12T10:57:16.659Z] io/ioutil [2019-09-12T10:57:17.054Z] encoding/base64 [2019-09-12T10:57:17.054Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-12T10:57:17.054Z] hash [2019-09-12T10:57:17.054Z] flag [2019-09-12T10:57:17.054Z] go/token [2019-09-12T10:57:17.054Z] go/scanner [2019-09-12T10:57:17.054Z] net/url [2019-09-12T10:57:17.054Z] go/ast [2019-09-12T10:57:17.435Z] text/template/parse [2019-09-12T10:57:17.435Z] go/parser [2019-09-12T10:57:17.435Z] text/template [2019-09-12T10:57:17.674Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-12T10:57:17.839Z] log [2019-09-12T10:57:17.839Z] encoding/json [2019-09-12T10:57:18.250Z] go/doc [2019-09-12T10:57:18.250Z] encoding/xml [2019-09-12T10:57:18.636Z] github.com/LK4D4/vndr/build [2019-09-12T10:57:18.636Z] compress/flate [2019-09-12T10:57:19.024Z] hash/crc32 [2019-09-12T10:57:19.024Z] context [2019-09-12T10:57:19.024Z] compress/gzip [2019-09-12T10:57:19.024Z] crypto/cipher [2019-09-12T10:57:19.024Z] math/rand [2019-09-12T10:57:19.024Z] math/big [2019-09-12T10:57:19.024Z] crypto/aes [2019-09-12T10:57:19.043Z] === RUN Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-12T10:57:19.413Z] crypto [2019-09-12T10:57:19.413Z] crypto/des [2019-09-12T10:57:19.413Z] crypto/internal/randutil [2019-09-12T10:57:19.413Z] crypto/sha512 [2019-09-12T10:57:19.413Z] crypto/hmac [2019-09-12T10:57:19.413Z] crypto/md5 [2019-09-12T10:57:19.413Z] crypto/sha1 [2019-09-12T10:57:19.609Z] === RUN Test/DockerDaemonSuite/TestDaemonEvents [2019-09-12T10:57:19.823Z] crypto/sha256 [2019-09-12T10:57:19.824Z] encoding/hex [2019-09-12T10:57:19.824Z] crypto/rand [2019-09-12T10:57:19.824Z] crypto/elliptic [2019-09-12T10:57:19.824Z] encoding/asn1 [2019-09-12T10:57:20.213Z] crypto/rsa [2019-09-12T10:57:20.213Z] crypto/ecdsa [2019-09-12T10:57:20.213Z] crypto/dsa [2019-09-12T10:57:20.213Z] crypto/x509/pkix [2019-09-12T10:57:20.213Z] encoding/pem [2019-09-12T10:57:20.213Z] internal/x/crypto/cryptobyte [2019-09-12T10:57:20.213Z] internal/singleflight [2019-09-12T10:57:20.213Z] net [2019-09-12T10:57:20.629Z] internal/x/crypto/internal/chacha20 [2019-09-12T10:57:20.629Z] internal/x/crypto/poly1305 [2019-09-12T10:57:20.629Z] internal/x/crypto/chacha20poly1305 [2019-09-12T10:57:20.629Z] internal/x/crypto/curve25519 [2019-09-12T10:57:20.629Z] internal/x/crypto/hkdf [2019-09-12T10:57:20.629Z] internal/x/text/transform [2019-09-12T10:57:21.047Z] internal/x/text/unicode/bidi [2019-09-12T10:57:21.047Z] internal/x/text/secure/bidirule [2019-09-12T10:57:21.047Z] internal/x/text/unicode/norm [2019-09-12T10:57:21.921Z] internal/x/net/idna [2019-09-12T10:57:22.304Z] internal/x/net/http2/hpack [2019-09-12T10:57:22.304Z] mime [2019-09-12T10:57:22.304Z] mime/quotedprintable [2019-09-12T10:57:22.675Z] net/http/internal [2019-09-12T10:57:22.675Z] os/exec [2019-09-12T10:57:22.675Z] net/textproto [2019-09-12T10:57:22.675Z] crypto/x509 [2019-09-12T10:57:23.041Z] internal/x/net/http/httpguts [2019-09-12T10:57:23.041Z] internal/x/net/http/httpproxy [2019-09-12T10:57:23.041Z] mime/multipart [2019-09-12T10:57:23.416Z] crypto/tls [2019-09-12T10:57:23.782Z] === RUN Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-12T10:57:24.210Z] net/http/httptrace [2019-09-12T10:57:24.210Z] net/http [2019-09-12T10:57:25.278Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-12T10:57:26.061Z] github.com/LK4D4/vndr/godl [2019-09-12T10:57:26.061Z] github.com/LK4D4/vndr [2019-09-12T10:57:27.055Z] === RUN Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-12T10:57:27.312Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-12T10:57:28.243Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-12T10:57:28.518Z] Removing intermediate container e1a76e5c8be3 [2019-09-12T10:57:28.518Z] ---> d3ccf60f60ce [2019-09-12T10:57:28.518Z] Step 49/125 : FROM dev-base AS containerd [2019-09-12T10:57:28.518Z] ---> 1e92bb6db2e5 [2019-09-12T10:57:28.518Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:57:28.518Z] ---> Using cache [2019-09-12T10:57:28.518Z] ---> d6e9a91537af [2019-09-12T10:57:28.518Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-12T10:57:28.518Z] ---> Running in 87edebabe525 [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon 2.956s coverage: 9.1% of statements [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/cluster 1.300s coverage: 0.5% of statements [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.303s coverage: 65.3% of statements [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/cluster/convert 0.742s coverage: 35.8% of statements [2019-09-12T10:57:28.765Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.594s coverage: 10.9% of statements [2019-09-12T10:57:28.765Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/config 0.567s coverage: 82.3% of statements [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/discovery 0.250s coverage: 30.0% of statements [2019-09-12T10:57:28.765Z] ok github.com/docker/docker/daemon/events 0.369s coverage: 50.0% of statements [2019-09-12T10:57:28.765Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-12T10:57:28.765Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-12T10:57:28.766Z] ok github.com/docker/docker/daemon/graphdriver 0.612s coverage: 2.3% of statements [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-12T10:57:28.766Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-12T10:57:28.808Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-12T10:57:28.941Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:57:29.337Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:57:29.337Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:57:29.337Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:57:29.337Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:57:29.337Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T10:57:29.372Z] === RUN Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-12T10:57:29.856Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T10:57:29.856Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T10:57:31.143Z] Fetched 7671 kB in 1s (4052 kB/s) [2019-09-12T10:57:31.515Z] Reading package lists... [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/images 0.530s coverage: 4.9% of statements [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/links 0.065s coverage: 93.0% of statements [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/logger 0.535s coverage: 43.0% of statements [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/logger/awslogs 0.666s coverage: 77.8% of statements [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-12T10:57:31.678Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.398s coverage: 62.1% of statements [2019-09-12T10:57:31.678Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.482s coverage: 88.3% of statements [2019-09-12T10:57:31.879Z] Reading package lists... [2019-09-12T10:57:32.246Z] Building dependency tree... [2019-09-12T10:57:32.246Z] Reading state information... [2019-09-12T10:57:32.246Z] The following additional packages will be installed: [2019-09-12T10:57:32.246Z] btrfs-progs liblzo2-2 [2019-09-12T10:57:32.246Z] The following NEW packages will be installed: [2019-09-12T10:57:32.246Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-12T10:57:32.246Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:57:32.246Z] Need to get 668 kB of archives. [2019-09-12T10:57:32.246Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-12T10:57:32.246Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-12T10:57:32.246Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-12T10:57:32.246Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-12T10:57:32.246Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:57:32.246Z] Fetched 668 kB in 0s (7393 kB/s) [2019-09-12T10:57:32.246Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-12T10:57:32.246Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-12T10:57:32.246Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-12T10:57:32.246Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T10:57:32.610Z] Selecting previously unselected package btrfs-progs. [2019-09-12T10:57:32.610Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-12T10:57:32.976Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-12T10:57:32.976Z] Selecting previously unselected package btrfs-tools. [2019-09-12T10:57:32.976Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-12T10:57:32.976Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-12T10:57:32.976Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:57:32.976Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T10:57:32.976Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-12T10:57:32.976Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-12T10:57:32.976Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:57:33.548Z] === RUN Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-12T10:57:33.549Z] === RUN Test/DockerDaemonSuite/TestDaemonIP [2019-09-12T10:57:34.215Z] Removing intermediate container 87edebabe525 [2019-09-12T10:57:34.215Z] ---> 6c9f4807c763 [2019-09-12T10:57:34.215Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-12T10:57:34.578Z] ---> Running in 98d67038a51a [2019-09-12T10:57:34.590Z] ok github.com/docker/docker/daemon/logger/local 0.437s coverage: 74.7% of statements [2019-09-12T10:57:34.590Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-12T10:57:34.590Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.307s coverage: 18.1% of statements [2019-09-12T10:57:34.966Z] Removing intermediate container 98d67038a51a [2019-09-12T10:57:34.966Z] ---> 513de2ca2551 [2019-09-12T10:57:34.966Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:57:35.348Z] ---> 75b22dd58911 [2019-09-12T10:57:35.348Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:57:35.348Z] ---> 87bc655ab8c4 [2019-09-12T10:57:35.348Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:57:35.348Z] ---> Running in e615b8ce6ac6 [2019-09-12T10:57:35.807Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:57:35.807Z] + RM_GOPATH=0 [2019-09-12T10:57:35.807Z] + TMP_GOPATH= [2019-09-12T10:57:35.807Z] + : /build [2019-09-12T10:57:35.807Z] + '[' -z '' ']' [2019-09-12T10:57:35.807Z] ++ mktemp -d [2019-09-12T10:57:35.807Z] + export GOPATH=/tmp/tmp.0C5S02YgGc [2019-09-12T10:57:35.807Z] + GOPATH=/tmp/tmp.0C5S02YgGc [2019-09-12T10:57:35.807Z] + RM_GOPATH=1 [2019-09-12T10:57:35.807Z] ++ dirname ./install.sh [2019-09-12T10:57:35.807Z] + dir=. [2019-09-12T10:57:35.807Z] + bin=containerd [2019-09-12T10:57:35.807Z] + shift [2019-09-12T10:57:35.807Z] + '[' '!' -f ./containerd.installer ']' [2019-09-12T10:57:35.807Z] + . ./containerd.installer [2019-09-12T10:57:35.807Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:57:35.807Z] + install_containerd [2019-09-12T10:57:35.807Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-12T10:57:35.807Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.0C5S02YgGc/src/github.com/containerd/containerd [2019-09-12T10:57:35.807Z] Cloning into '/tmp/tmp.0C5S02YgGc/src/github.com/containerd/containerd'... [2019-09-12T10:57:37.505Z] ok github.com/docker/docker/daemon/logger/splunk 3.135s coverage: 84.5% of statements [2019-09-12T10:57:37.505Z] ok github.com/docker/docker/daemon/logger/syslog 0.151s coverage: 47.8% of statements [2019-09-12T10:57:37.505Z] ok github.com/docker/docker/daemon/logger/templates 0.246s coverage: 8.3% of statements [2019-09-12T10:57:37.505Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-12T10:57:37.505Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-12T10:57:37.505Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-12T10:57:37.735Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-12T10:57:37.735Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-12T10:57:39.097Z] + cd /tmp/tmp.0C5S02YgGc/src/github.com/containerd/containerd [2019-09-12T10:57:39.097Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-12T10:57:39.097Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-12T10:57:39.097Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-12T10:57:39.097Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:57:39.097Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-12T10:57:39.097Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-12T10:57:39.097Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-12T10:57:39.097Z] + '[' '' = dynamic ']' [2019-09-12T10:57:39.097Z] + make [2019-09-12T10:57:39.475Z] 🇩 bin/ctr [2019-09-12T10:57:40.418Z] ok github.com/docker/docker/distribution 1.635s coverage: 20.8% of statements [2019-09-12T10:57:40.418Z] ok github.com/docker/docker/distribution/metadata 1.850s coverage: 48.2% of statements [2019-09-12T10:57:40.418Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-12T10:57:41.389Z] ok github.com/docker/docker/distribution/xfer 2.163s coverage: 61.7% of statements [2019-09-12T10:57:41.389Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-12T10:57:41.389Z] ok github.com/docker/docker/errdefs 0.106s coverage: 49.4% of statements [2019-09-12T10:57:42.994Z] --- PASS: TestBuildWithHugeFile (76.92s) [2019-09-12T10:57:42.994Z] === RUN TestBuildWithEmptyDockerfile [2019-09-12T10:57:42.994Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T10:57:42.994Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T10:57:42.994Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T10:57:42.994Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T10:57:42.994Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T10:57:42.994Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T10:57:42.994Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T10:57:42.994Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T10:57:42.994Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T10:57:42.994Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-09-12T10:57:42.994Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2019-09-12T10:57:42.994Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2019-09-12T10:57:42.994Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-12T10:57:42.994Z] === RUN TestBuildPreserveOwnership [2019-09-12T10:57:42.994Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-12T10:57:44.310Z] ok github.com/docker/docker/image 1.469s coverage: 86.4% of statements [2019-09-12T10:57:44.310Z] ok github.com/docker/docker/image/cache 0.262s coverage: 19.2% of statements [2019-09-12T10:57:44.310Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-12T10:57:44.310Z] ok github.com/docker/docker/image/v1 0.294s coverage: 25.0% of statements [2019-09-12T10:57:44.310Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-12T10:57:46.268Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-12T10:57:46.268Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-12T10:57:46.444Z] ......... [ 85%] [2019-09-12T10:57:46.494Z] ok github.com/docker/docker/layer 0.532s coverage: 27.7% of statements [2019-09-12T10:57:46.494Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-12T10:57:46.524Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-12T10:57:47.894Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-12T10:57:48.039Z] ok github.com/docker/docker/libcontainerd/local 0.444s coverage: 1.0% of statements [2019-09-12T10:57:48.039Z] ok github.com/docker/docker/libcontainerd/queue 0.127s coverage: 100.0% of statements [2019-09-12T10:57:48.039Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-12T10:57:48.039Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-12T10:57:48.039Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-12T10:57:48.039Z] ? github.com/docker/docker/oci [no test files] [2019-09-12T10:57:48.039Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-12T10:57:48.039Z] ok github.com/docker/docker/opts 0.353s coverage: 67.3% of statements [2019-09-12T10:57:48.039Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 50.0% of statements [2019-09-12T10:57:48.151Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-12T10:57:48.151Z] --- PASS: TestBuildPreserveOwnership (5.59s) [2019-09-12T10:57:48.151Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.67s) [2019-09-12T10:57:48.151Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.92s) [2019-09-12T10:57:48.151Z] === RUN TestBuildPlatformInvalid [2019-09-12T10:57:48.408Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-12T10:57:48.408Z] PASS [2019-09-12T10:57:48.408Z] [2019-09-12T10:57:48.408Z] DONE 32 tests in 166.476s [2019-09-12T10:57:48.408Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-12T10:57:48.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:57:48.408Z] ++ set -e [2019-09-12T10:57:48.408Z] ++ '[' -n 0 ']' [2019-09-12T10:57:48.408Z] ++ set -x [2019-09-12T10:57:48.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:57:48.665Z] INFO: Testing against a local daemon [2019-09-12T10:57:48.665Z] === RUN TestConfigList [2019-09-12T10:57:48.922Z] === RUN Test/DockerSuite/TestBuildAddChangeOwnership [2019-09-12T10:57:50.818Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-12T10:57:51.383Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-12T10:57:51.383Z] --- PASS: TestConfigList (2.75s) [2019-09-12T10:57:51.383Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-12T10:57:51.383Z] daemon.go:336: [dfeb54bee881f] waiting for daemon to start [2019-09-12T10:57:51.383Z] daemon.go:336: [dfeb54bee881f] waiting for daemon to start [2019-09-12T10:57:51.383Z] daemon.go:364: [dfeb54bee881f] daemon started [2019-09-12T10:57:51.383Z] daemon.go:472: [dfeb54bee881f] Stopping daemon [2019-09-12T10:57:51.383Z] daemon.go:307: [dfeb54bee881f] exiting daemon [2019-09-12T10:57:51.383Z] daemon.go:459: [dfeb54bee881f] Daemon stopped [2019-09-12T10:57:51.383Z] === RUN TestConfigsCreateAndDelete [2019-09-12T10:57:52.268Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-12T10:57:53.906Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-12T10:57:54.149Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-12T10:57:54.469Z] --- PASS: TestConfigsCreateAndDelete (3.11s) [2019-09-12T10:57:54.469Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-12T10:57:54.469Z] daemon.go:336: [d0acc02b6ca90] waiting for daemon to start [2019-09-12T10:57:54.469Z] daemon.go:336: [d0acc02b6ca90] waiting for daemon to start [2019-09-12T10:57:54.469Z] daemon.go:364: [d0acc02b6ca90] daemon started [2019-09-12T10:57:54.469Z] daemon.go:472: [d0acc02b6ca90] Stopping daemon [2019-09-12T10:57:54.469Z] daemon.go:307: [d0acc02b6ca90] exiting daemon [2019-09-12T10:57:54.469Z] daemon.go:459: [d0acc02b6ca90] Daemon stopped [2019-09-12T10:57:54.469Z] === RUN TestConfigsUpdate [2019-09-12T10:57:54.727Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-12T10:57:58.000Z] --- PASS: TestConfigsUpdate (3.12s) [2019-09-12T10:57:58.000Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-12T10:57:58.000Z] daemon.go:336: [dd9332f729e1e] waiting for daemon to start [2019-09-12T10:57:58.000Z] daemon.go:336: [dd9332f729e1e] waiting for daemon to start [2019-09-12T10:57:58.000Z] daemon.go:364: [dd9332f729e1e] daemon started [2019-09-12T10:57:58.000Z] daemon.go:472: [dd9332f729e1e] Stopping daemon [2019-09-12T10:57:58.000Z] daemon.go:307: [dd9332f729e1e] exiting daemon [2019-09-12T10:57:58.000Z] daemon.go:459: [dd9332f729e1e] Daemon stopped [2019-09-12T10:57:58.000Z] === RUN TestTemplatedConfig [2019-09-12T10:58:00.688Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-12T10:58:01.253Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-12T10:58:01.276Z] --- PASS: TestTemplatedConfig (3.25s) [2019-09-12T10:58:01.276Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-12T10:58:01.276Z] daemon.go:336: [da308cab0cae1] waiting for daemon to start [2019-09-12T10:58:01.276Z] daemon.go:336: [da308cab0cae1] waiting for daemon to start [2019-09-12T10:58:01.276Z] daemon.go:364: [da308cab0cae1] daemon started [2019-09-12T10:58:01.276Z] daemon.go:472: [da308cab0cae1] Stopping daemon [2019-09-12T10:58:01.276Z] daemon.go:307: [da308cab0cae1] exiting daemon [2019-09-12T10:58:01.276Z] daemon.go:459: [da308cab0cae1] Daemon stopped [2019-09-12T10:58:01.276Z] === RUN TestConfigInspect [2019-09-12T10:58:03.171Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-12T10:58:03.428Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-12T10:58:03.428Z] --- PASS: TestConfigInspect (2.60s) [2019-09-12T10:58:03.428Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-12T10:58:03.428Z] daemon.go:336: [d12b826415c14] waiting for daemon to start [2019-09-12T10:58:03.428Z] daemon.go:336: [d12b826415c14] waiting for daemon to start [2019-09-12T10:58:03.428Z] daemon.go:364: [d12b826415c14] daemon started [2019-09-12T10:58:03.428Z] daemon.go:472: [d12b826415c14] Stopping daemon [2019-09-12T10:58:03.428Z] daemon.go:307: [d12b826415c14] exiting daemon [2019-09-12T10:58:03.428Z] daemon.go:459: [d12b826415c14] Daemon stopped [2019-09-12T10:58:03.428Z] === RUN TestConfigCreateWithLabels [2019-09-12T10:58:06.703Z] --- PASS: TestConfigCreateWithLabels (2.81s) [2019-09-12T10:58:06.703Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-12T10:58:06.703Z] daemon.go:336: [d45af18d2c232] waiting for daemon to start [2019-09-12T10:58:06.703Z] daemon.go:336: [d45af18d2c232] waiting for daemon to start [2019-09-12T10:58:06.703Z] daemon.go:364: [d45af18d2c232] daemon started [2019-09-12T10:58:06.703Z] daemon.go:472: [d45af18d2c232] Stopping daemon [2019-09-12T10:58:06.703Z] daemon.go:307: [d45af18d2c232] exiting daemon [2019-09-12T10:58:06.703Z] daemon.go:459: [d45af18d2c232] Daemon stopped [2019-09-12T10:58:06.703Z] === RUN TestConfigCreateResolve [2019-09-12T10:58:07.319Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-12T10:58:07.637Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-12T10:58:07.637Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-12T10:58:08.104Z] 🇩 bin/containerd [2019-09-12T10:58:09.547Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-12T10:58:09.547Z] --- PASS: TestConfigCreateResolve (3.04s) [2019-09-12T10:58:09.547Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-12T10:58:09.547Z] daemon.go:336: [d801138289ea6] waiting for daemon to start [2019-09-12T10:58:09.547Z] daemon.go:336: [d801138289ea6] waiting for daemon to start [2019-09-12T10:58:09.547Z] daemon.go:364: [d801138289ea6] daemon started [2019-09-12T10:58:09.547Z] daemon.go:472: [d801138289ea6] Stopping daemon [2019-09-12T10:58:09.547Z] daemon.go:307: [d801138289ea6] exiting daemon [2019-09-12T10:58:09.547Z] daemon.go:459: [d801138289ea6] Daemon stopped [2019-09-12T10:58:09.547Z] === RUN TestConfigDaemonLibtrustID [2019-09-12T10:58:09.804Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-12T10:58:09.804Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-12T10:58:09.804Z] daemon.go:336: [d027d25af1f74] waiting for daemon to start [2019-09-12T10:58:09.804Z] daemon.go:336: [d027d25af1f74] waiting for daemon to start [2019-09-12T10:58:09.804Z] daemon.go:364: [d027d25af1f74] daemon started [2019-09-12T10:58:09.804Z] daemon.go:472: [d027d25af1f74] Stopping daemon [2019-09-12T10:58:09.804Z] daemon.go:307: [d027d25af1f74] exiting daemon [2019-09-12T10:58:09.804Z] daemon.go:459: [d027d25af1f74] Daemon stopped [2019-09-12T10:58:09.804Z] PASS [2019-09-12T10:58:09.804Z] [2019-09-12T10:58:09.804Z] DONE 8 tests in 21.454s [2019-09-12T10:58:09.804Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-12T10:58:09.804Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:58:09.804Z] ++ set -e [2019-09-12T10:58:09.804Z] ++ '[' -n 0 ']' [2019-09-12T10:58:09.804Z] ++ set -x [2019-09-12T10:58:09.804Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T10:58:10.061Z] INFO: Testing against a local daemon [2019-09-12T10:58:10.061Z] === RUN TestCheckpoint [2019-09-12T10:58:10.061Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-12T10:58:10.061Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T10:58:10.061Z] === RUN TestContainerInvalidJSON [2019-09-12T10:58:10.061Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T10:58:10.061Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T10:58:10.061Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T10:58:10.061Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T10:58:10.061Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-12T10:58:10.061Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-12T10:58:10.318Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T10:58:10.318Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-12T10:58:10.318Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T10:58:10.318Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-12T10:58:10.318Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-12T10:58:10.318Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-12T10:58:10.318Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-12T10:58:10.318Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-12T10:58:10.318Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-12T10:58:10.318Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-12T10:58:10.318Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-12T10:58:10.318Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-12T10:58:10.575Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-12T10:58:10.575Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-12T10:58:10.575Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-09-12T10:58:10.575Z] === RUN TestCopyFromContainer [2019-09-12T10:58:11.731Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-12T10:58:11.731Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-12T10:58:12.471Z] === RUN TestCopyFromContainer// [2019-09-12T10:58:12.471Z] === RUN TestCopyFromContainer//bar/root [2019-09-12T10:58:12.471Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-12T10:58:12.728Z] === RUN TestCopyFromContainer/bar/quux [2019-09-12T10:58:12.728Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-12T10:58:12.986Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-12T10:58:12.986Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-12T10:58:12.986Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-12T10:58:12.986Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-12T10:58:13.243Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-12T10:58:13.243Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer (2.75s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-12T10:58:13.243Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-12T10:58:13.243Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-12T10:58:13.500Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T10:58:13.500Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T10:58:13.500Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T10:58:13.500Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T10:58:13.500Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T10:58:13.500Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T10:58:13.500Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T10:58:13.500Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T10:58:13.500Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T10:58:13.500Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-12T10:58:13.500Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-12T10:58:13.500Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-09-12T10:58:13.500Z] === RUN TestCreateWithInvalidEnv [2019-09-12T10:58:13.500Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-12T10:58:13.500Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-12T10:58:13.500Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-12T10:58:13.500Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-12T10:58:13.500Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-12T10:58:13.500Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-12T10:58:13.500Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-12T10:58:13.500Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-12T10:58:13.500Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-12T10:58:13.500Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-12T10:58:13.500Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-12T10:58:13.500Z] === RUN TestCreateTmpfsMountsTarget [2019-09-12T10:58:13.500Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-12T10:58:13.500Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-12T10:58:14.429Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-12T10:58:14.995Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-12T10:58:14.995Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCustomMaskedPaths (2.69s) [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T10:58:16.366Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-12T10:58:16.366Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-09-12T10:58:16.366Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-12T10:58:16.366Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-12T10:58:16.623Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-12T10:58:17.063Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-12T10:58:17.833Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-12T10:58:17.833Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-12T10:58:17.833Z] [2019-09-12T10:58:17.833Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-12T10:58:17.833Z] =========================== short test summary info ============================ [2019-09-12T10:58:17.833Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-12T10:58:17.833Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-12T10:58:17.833Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-12T10:58:17.833Z] Not supported on most drivers [2019-09-12T10:58:17.833Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-12T10:58:17.833Z] This doesn't seem to be taken into account by the engine [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-12T10:58:17.834Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-12T10:58:17.834Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-12T10:58:17.834Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 391.26 seconds == [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/archive 10.085s coverage: 62.2% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/authorization 0.925s coverage: 26.2% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/broadcaster 0.049s coverage: 100.0% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/capabilities 0.040s coverage: 87.5% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/chrootarchive 0.128s coverage: 15.4% of statements [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/directory 0.104s coverage: 80.0% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/discovery 0.136s coverage: 58.3% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/discovery/file 0.139s coverage: 92.9% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/discovery/kv 3.417s coverage: 84.1% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/discovery/memory 0.181s coverage: 92.3% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/discovery/nodes 0.036s coverage: 93.8% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/filenotify 0.226s coverage: 45.7% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/fileutils 0.117s coverage: 87.7% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/homedir 0.088s coverage: 37.5% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/idtools 0.238s coverage: 6.3% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/ioutils 0.813s coverage: 69.2% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/jsonmessage 0.357s coverage: 91.7% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/locker 0.206s coverage: 88.9% of statements [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/longpath 0.129s coverage: 100.0% of statements [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/namesgenerator 0.051s coverage: 85.7% of statements [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-12T10:58:18.020Z] ok github.com/docker/docker/pkg/pidfile 0.083s coverage: 82.6% of statements [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-12T10:58:18.020Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-12T10:58:18.090Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-12T10:58:19.146Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-12T10:58:19.402Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.84s) [2019-09-12T10:58:19.402Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-12T10:58:19.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T10:58:19.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T10:58:19.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T10:58:19.402Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T10:58:19.402Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T10:58:19.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T10:58:19.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T10:58:19.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T10:58:19.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T10:58:19.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T10:58:19.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T10:58:19.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T10:58:19.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T10:58:19.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T10:58:19.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-09-12T10:58:19.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-12T10:58:19.403Z] === RUN TestContainerStartOnDaemonRestart [2019-09-12T10:58:19.403Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-12T10:58:19.403Z] === RUN TestDaemonRestartIpcMode [2019-09-12T10:58:19.403Z] === PAUSE TestDaemonRestartIpcMode [2019-09-12T10:58:19.403Z] === RUN TestDiff [2019-09-12T10:58:19.966Z] === RUN Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-12T10:58:20.222Z] --- PASS: TestDiff (0.85s) [2019-09-12T10:58:20.222Z] === RUN TestExecWithCloseStdin [2019-09-12T10:58:20.479Z] === RUN Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-12T10:58:21.411Z] --- PASS: TestExecWithCloseStdin (1.02s) [2019-09-12T10:58:21.411Z] === RUN TestExec [2019-09-12T10:58:21.976Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-12T10:58:22.541Z] --- PASS: TestExec (1.27s) [2019-09-12T10:58:22.541Z] === RUN TestExecUser [2019-09-12T10:58:23.105Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-12T10:58:23.668Z] --- PASS: TestExecUser (1.04s) [2019-09-12T10:58:23.668Z] === RUN TestExportContainerAndImportImage [2019-09-12T10:58:24.232Z] === RUN Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-12T10:58:24.489Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-12T10:58:24.745Z] --- PASS: TestExportContainerAndImportImage (1.28s) [2019-09-12T10:58:24.745Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-12T10:58:26.642Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2019-09-12T10:58:26.642Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-12T10:58:26.642Z] daemon.go:336: [d2d7a7daea292] waiting for daemon to start [2019-09-12T10:58:26.642Z] daemon.go:336: [d2d7a7daea292] waiting for daemon to start [2019-09-12T10:58:26.642Z] daemon.go:364: [d2d7a7daea292] daemon started [2019-09-12T10:58:26.642Z] daemon.go:472: [d2d7a7daea292] Stopping daemon [2019-09-12T10:58:26.642Z] daemon.go:307: [d2d7a7daea292] exiting daemon [2019-09-12T10:58:26.642Z] daemon.go:459: [d2d7a7daea292] Daemon stopped [2019-09-12T10:58:26.642Z] daemon.go:336: [d2d7a7daea292] waiting for daemon to start [2019-09-12T10:58:26.642Z] daemon.go:336: [d2d7a7daea292] waiting for daemon to start [2019-09-12T10:58:26.642Z] daemon.go:364: [d2d7a7daea292] daemon started [2019-09-12T10:58:26.642Z] daemon.go:472: [d2d7a7daea292] Stopping daemon [2019-09-12T10:58:26.642Z] daemon.go:307: [d2d7a7daea292] exiting daemon [2019-09-12T10:58:26.642Z] daemon.go:459: [d2d7a7daea292] Daemon stopped [2019-09-12T10:58:26.642Z] === RUN TestHealthCheckWorkdir [2019-09-12T10:58:27.574Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2019-09-12T10:58:27.574Z] === RUN TestHealthKillContainer [2019-09-12T10:58:28.081Z] 🇩 bin/containerd-stress [2019-09-12T10:58:28.138Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-12T10:58:28.394Z] === RUN Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-12T10:58:28.893Z] 🇩 bin/containerd-shim [2019-09-12T10:58:30.263Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-12T10:58:30.263Z] Clearing AppArmor profiles cache:. [2019-09-12T10:58:30.263Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T10:58:30.263Z] Unloading profiles will leave already running processes permanently [2019-09-12T10:58:30.263Z] unconfined, which can lead to unexpected situations. [2019-09-12T10:58:30.263Z] [2019-09-12T10:58:30.263Z] To set a process to complain mode, use the command line tool [2019-09-12T10:58:30.263Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T10:58:30.263Z] with the 'teardown' option." [2019-09-12T10:58:30.263Z] Post stage [Pipeline] junit [2019-09-12T10:58:30.841Z] Recording test results [2019-09-12T10:58:30.917Z] --- PASS: TestHealthKillContainer (3.11s) [2019-09-12T10:58:30.917Z] === RUN TestInspectCpusetInConfigPre120 [Pipeline] sh [2019-09-12T10:58:31.849Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s) [2019-09-12T10:58:31.849Z] === RUN TestIpcModeNone [2019-09-12T10:58:31.849Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-12T10:58:31.940Z] + echo Ensuring container killed. [2019-09-12T10:58:31.940Z] Ensuring container killed. [2019-09-12T10:58:31.940Z] + docker rm -vf docker-pr5 [2019-09-12T10:58:31.940Z] Error: No such container: docker-pr5 [2019-09-12T10:58:31.940Z] + true [Pipeline] sh [2019-09-12T10:58:32.222Z] + echo Chowning /workspace to jenkins user [2019-09-12T10:58:32.222Z] Chowning /workspace to jenkins user [2019-09-12T10:58:32.222Z] + id -u [2019-09-12T10:58:32.222Z] + id -g [2019-09-12T10:58:32.222Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39844:/workspace busybox chown -R 1000:1000 /workspace [2019-09-12T10:58:32.413Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-12T10:58:32.672Z] --- PASS: TestIpcModeNone (1.05s) [2019-09-12T10:58:32.672Z] === RUN TestIpcModePrivate [2019-09-12T10:58:32.929Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-12T10:58:33.193Z] === RUN Test/DockerDaemonSuite/TestDaemonLogOptions [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-12T10:58:33.758Z] --- PASS: TestIpcModePrivate (1.10s) [2019-09-12T10:58:33.758Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-09-12T10:58:33.758Z] === RUN TestIpcModeShareable [2019-09-12T10:58:33.912Z] + bundleName=docker-py [2019-09-12T10:58:33.912Z] + echo Creating docker-py-bundles.tar.gz [2019-09-12T10:58:33.912Z] Creating docker-py-bundles.tar.gz [2019-09-12T10:58:33.912Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-09-12T10:58:33.932Z] Archiving artifacts [2019-09-12T10:58:34.057Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-12T10:58:35.129Z] --- PASS: TestIpcModeShareable (1.27s) [2019-09-12T10:58:35.129Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:202, shared: true, mustBeShared: true [2019-09-12T10:58:35.129Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-12T10:58:35.129Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-12T10:58:35.719Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/plugins 35.177s coverage: 73.4% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.117s coverage: 56.8% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/plugins/transport 0.107s coverage: 85.7% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/pools 0.044s coverage: 87.9% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/progress 0.034s coverage: 75.9% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/pubsub 1.096s coverage: 73.9% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/reexec 0.118s coverage: 82.4% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/signal 0.050s coverage: 20.3% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/stdcopy 0.060s coverage: 100.0% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/streamformatter 0.121s coverage: 66.2% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/sysinfo 0.064s coverage: 38.2% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/system 0.071s coverage: 12.7% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/tailfile 0.085s coverage: 88.6% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/tarsum 0.240s coverage: 89.3% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/term 0.124s coverage: 30.8% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: 0.0% of statements [no tests to run] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/urlutil 0.079s coverage: 100.0% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/plugin 0.259s coverage: 11.6% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/plugin/v2 0.184s coverage: 20.1% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/reference 0.150s coverage: 84.4% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/registry 0.409s coverage: 52.3% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/registry/resumable 0.428s coverage: 100.0% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 45.3% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/rootless [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/runconfig 0.161s coverage: 54.5% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/testutil 0.081s coverage: 62.5% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/volume [no test files] [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/volume/drivers 0.181s coverage: 36.1% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/volume/local 0.144s coverage: 37.7% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/volume/mounts 0.229s coverage: 66.2% of statements [2019-09-12T10:58:35.722Z] ok github.com/docker/docker/volume/service 0.429s coverage: 70.3% of statements [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-12T10:58:35.722Z] ? github.com/docker/docker/volume/testutils [no test files] [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-12T10:58:36.086Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/make.sh binary-daemon [2019-09-12T10:58:36.590Z] 🇩 binaries [2019-09-12T10:58:36.590Z] + mkdir -p /build [2019-09-12T10:58:36.590Z] + cp bin/containerd /build/containerd [2019-09-12T10:58:36.590Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-12T10:58:36.590Z] + cp bin/ctr /build/ctr [2019-09-12T10:58:36.650Z] [2019-09-12T10:58:36.907Z] Removing bundles/ [2019-09-12T10:58:36.907Z] [2019-09-12T10:58:36.907Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-12T10:58:36.907Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-12T10:58:36.907Z] GOOS="" GOARCH="" GOARM="" [2019-09-12T10:58:37.048Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-12T10:58:37.049Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-12T10:58:37.906Z] INFO: make.ps1 ended at 09/12/2019 10:58:37 [2019-09-12T10:58:38.418Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.28s) [2019-09-12T10:58:38.418Z] === RUN TestAPIIpcModeHost [2019-09-12T10:58:38.983Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-12T10:58:39.241Z] --- PASS: TestAPIIpcModeHost (0.94s) [2019-09-12T10:58:39.241Z] === RUN TestDaemonIpcModeShareable [2019-09-12T10:58:39.449Z] INFO: Unit tests ended at 09/12/2019 10:58:39. Duration:00:04:10.5018993 [2019-09-12T10:58:39.449Z] INFO: Building busybox [2019-09-12T10:58:39.449Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-12T10:58:39.449Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-12T10:58:39.449Z] [2019-09-12T10:58:39.449Z] Sending build context to Docker daemon 2.56kB [2019-09-12T10:58:39.449Z] [2019-09-12T10:58:39.449Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-12T10:58:39.449Z] ---> 1ddfa8bee56a [2019-09-12T10:58:39.449Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-12T10:58:39.449Z] ---> Running in 58e5476a9eaf [2019-09-12T10:58:39.873Z] Removing intermediate container e615b8ce6ac6 [2019-09-12T10:58:39.873Z] ---> 6ca4318abd79 [2019-09-12T10:58:39.873Z] Step 56/125 : FROM dev-base AS proxy [2019-09-12T10:58:39.873Z] ---> 1e92bb6db2e5 [2019-09-12T10:58:39.873Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-12T10:58:39.873Z] ---> Running in fdea7df0f34c [2019-09-12T10:58:39.873Z] Removing intermediate container fdea7df0f34c [2019-09-12T10:58:39.873Z] ---> 0bc929bb347f [2019-09-12T10:58:39.873Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:58:39.873Z] ---> d2837d2ee73f [2019-09-12T10:58:39.874Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:58:39.874Z] ---> 808eb0ce6152 [2019-09-12T10:58:39.874Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:58:40.233Z] ---> Running in 6f522a85706d [2019-09-12T10:58:40.616Z] + RM_GOPATH=0 [2019-09-12T10:58:40.616Z] + TMP_GOPATH= [2019-09-12T10:58:40.616Z] + : /build [2019-09-12T10:58:40.616Z] + '[' -z '' ']' [2019-09-12T10:58:40.616Z] ++ mktemp -d [2019-09-12T10:58:40.616Z] + export GOPATH=/tmp/tmp.keAKTMX05b [2019-09-12T10:58:40.616Z] + GOPATH=/tmp/tmp.keAKTMX05b [2019-09-12T10:58:40.616Z] + RM_GOPATH=1 [2019-09-12T10:58:40.616Z] ++ dirname ./install.sh [2019-09-12T10:58:40.616Z] + dir=. [2019-09-12T10:58:40.616Z] + bin=proxy [2019-09-12T10:58:40.616Z] + shift [2019-09-12T10:58:40.616Z] + '[' '!' -f ./proxy.installer ']' [2019-09-12T10:58:40.616Z] + . ./proxy.installer [2019-09-12T10:58:40.616Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:58:40.616Z] + install_proxy [2019-09-12T10:58:40.616Z] + case "$1" in [2019-09-12T10:58:40.616Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:58:40.616Z] + export CGO_ENABLED=0 [2019-09-12T10:58:40.616Z] + CGO_ENABLED=0 [2019-09-12T10:58:40.616Z] + _install_proxy [2019-09-12T10:58:40.616Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-12T10:58:40.616Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.keAKTMX05b/src/github.com/docker/libnetwork [2019-09-12T10:58:40.616Z] Cloning into '/tmp/tmp.keAKTMX05b/src/github.com/docker/libnetwork'... [2019-09-12T10:58:41.140Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-12T10:58:41.398Z] --- PASS: TestDaemonIpcModeShareable (2.04s) [2019-09-12T10:58:41.398Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-12T10:58:41.398Z] daemon.go:336: [d716848ee3030] waiting for daemon to start [2019-09-12T10:58:41.398Z] daemon.go:336: [d716848ee3030] waiting for daemon to start [2019-09-12T10:58:41.398Z] daemon.go:364: [d716848ee3030] daemon started [2019-09-12T10:58:41.398Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: true, mustBeShared: true [2019-09-12T10:58:41.398Z] daemon.go:472: [d716848ee3030] Stopping daemon [2019-09-12T10:58:41.398Z] daemon.go:307: [d716848ee3030] exiting daemon [2019-09-12T10:58:41.398Z] daemon.go:459: [d716848ee3030] Daemon stopped [2019-09-12T10:58:41.398Z] === RUN TestDaemonIpcModePrivate [2019-09-12T10:58:41.929Z] + cd /tmp/tmp.keAKTMX05b/src/github.com/docker/libnetwork [2019-09-12T10:58:41.929Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-12T10:58:41.929Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-12T10:58:41.961Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-12T10:58:42.893Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-12T10:58:43.150Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2019-09-12T10:58:43.150Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-12T10:58:43.150Z] daemon.go:336: [d81203878f561] waiting for daemon to start [2019-09-12T10:58:43.150Z] daemon.go:336: [d81203878f561] waiting for daemon to start [2019-09-12T10:58:43.150Z] daemon.go:364: [d81203878f561] daemon started [2019-09-12T10:58:43.150Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: false, mustBeShared: false [2019-09-12T10:58:43.150Z] daemon.go:472: [d81203878f561] Stopping daemon [2019-09-12T10:58:43.150Z] daemon.go:307: [d81203878f561] exiting daemon [2019-09-12T10:58:43.150Z] daemon.go:459: [d81203878f561] Daemon stopped [2019-09-12T10:58:43.150Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-12T10:58:44.417Z] Removing intermediate container 6f522a85706d [2019-09-12T10:58:44.417Z] ---> eeb6da3d59ca [2019-09-12T10:58:44.417Z] Step 61/125 : FROM base AS gometalinter [2019-09-12T10:58:44.417Z] ---> 1e92bb6db2e5 [2019-09-12T10:58:44.417Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-12T10:58:44.417Z] ---> Running in ce05e3898a9a [2019-09-12T10:58:44.417Z] Removing intermediate container ce05e3898a9a [2019-09-12T10:58:44.417Z] ---> d20dbacae5dc [2019-09-12T10:58:44.417Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:58:44.519Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-12T10:58:44.798Z] ---> f2c4d215d2ae [2019-09-12T10:58:44.798Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:58:44.798Z] ---> e7cd1a175ff8 [2019-09-12T10:58:44.798Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:58:45.085Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2019-09-12T10:58:45.085Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-12T10:58:45.085Z] daemon.go:336: [d02bc43b89bc7] waiting for daemon to start [2019-09-12T10:58:45.085Z] daemon.go:336: [d02bc43b89bc7] waiting for daemon to start [2019-09-12T10:58:45.085Z] daemon.go:364: [d02bc43b89bc7] daemon started [2019-09-12T10:58:45.085Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:212, shared: false, mustBeShared: false [2019-09-12T10:58:45.085Z] daemon.go:472: [d02bc43b89bc7] Stopping daemon [2019-09-12T10:58:45.085Z] daemon.go:307: [d02bc43b89bc7] exiting daemon [2019-09-12T10:58:45.085Z] daemon.go:459: [d02bc43b89bc7] Daemon stopped [2019-09-12T10:58:45.085Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-12T10:58:45.187Z] ---> Running in dd840354f35b [2019-09-12T10:58:45.187Z] Installing gometalinter version v2.0.6 [2019-09-12T10:58:45.187Z] + RM_GOPATH=0 [2019-09-12T10:58:45.187Z] + TMP_GOPATH= [2019-09-12T10:58:45.187Z] + : /build [2019-09-12T10:58:45.187Z] + '[' -z '' ']' [2019-09-12T10:58:45.187Z] ++ mktemp -d [2019-09-12T10:58:45.188Z] + export GOPATH=/tmp/tmp.FHs7wGUKfO [2019-09-12T10:58:45.188Z] + GOPATH=/tmp/tmp.FHs7wGUKfO [2019-09-12T10:58:45.188Z] + RM_GOPATH=1 [2019-09-12T10:58:45.188Z] ++ dirname ./install.sh [2019-09-12T10:58:45.188Z] + dir=. [2019-09-12T10:58:45.188Z] + bin=gometalinter [2019-09-12T10:58:45.188Z] + shift [2019-09-12T10:58:45.188Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-12T10:58:45.188Z] + . ./gometalinter.installer [2019-09-12T10:58:45.188Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-12T10:58:45.188Z] + install_gometalinter [2019-09-12T10:58:45.188Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-12T10:58:45.188Z] + go get -d github.com/alecthomas/gometalinter [2019-09-12T10:58:45.250Z] Removing intermediate container 58e5476a9eaf [2019-09-12T10:58:45.250Z] ---> 7c940c1d2074 [2019-09-12T10:58:45.250Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-12T10:58:45.996Z] + cd /tmp/tmp.FHs7wGUKfO/src/github.com/alecthomas/gometalinter [2019-09-12T10:58:45.997Z] + git checkout -q v2.0.6 [2019-09-12T10:58:45.997Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-12T10:58:46.017Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-12T10:58:46.223Z] [2019-09-12T10:58:46.582Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-12T10:58:46.582Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-12T10:58:46.685Z] ---> d63464b0dd3e [2019-09-12T10:58:46.685Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-12T10:58:46.685Z] ---> Running in 1f4f26f2ce26 [2019-09-12T10:58:47.146Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s) [2019-09-12T10:58:47.146Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-12T10:58:47.146Z] daemon.go:336: [d3077c48a0b63] waiting for daemon to start [2019-09-12T10:58:47.146Z] daemon.go:336: [d3077c48a0b63] waiting for daemon to start [2019-09-12T10:58:47.146Z] daemon.go:364: [d3077c48a0b63] daemon started [2019-09-12T10:58:47.146Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:193, shared: true, mustBeShared: true [2019-09-12T10:58:47.146Z] daemon.go:472: [d3077c48a0b63] Stopping daemon [2019-09-12T10:58:47.146Z] daemon.go:307: [d3077c48a0b63] exiting daemon [2019-09-12T10:58:47.146Z] daemon.go:459: [d3077c48a0b63] Daemon stopped [2019-09-12T10:58:47.146Z] === RUN TestIpcModeOlderClient [2019-09-12T10:58:47.146Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-12T10:58:47.146Z] === PAUSE TestIpcModeOlderClient [2019-09-12T10:58:47.146Z] === RUN TestKillContainerInvalidSignal [2019-09-12T10:58:47.657Z] [2019-09-12T10:58:47.657Z] SUCCESS: Specified value was saved. [2019-09-12T10:58:48.077Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2019-09-12T10:58:48.077Z] === RUN TestKillContainer [2019-09-12T10:58:48.077Z] === RUN TestKillContainer/no_signal [2019-09-12T10:58:49.007Z] === RUN TestKillContainer/non_killing_signal [2019-09-12T10:58:49.570Z] === RUN TestKillContainer/killing_signal [2019-09-12T10:58:50.502Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-12T10:58:50.572Z] Removing intermediate container 1f4f26f2ce26 [2019-09-12T10:58:50.573Z] ---> e9d1a846ac6b [2019-09-12T10:58:50.573Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-12T10:58:50.759Z] --- PASS: TestKillContainer (2.79s) [2019-09-12T10:58:50.759Z] --- PASS: TestKillContainer/no_signal (0.88s) [2019-09-12T10:58:50.759Z] --- PASS: TestKillContainer/non_killing_signal (0.76s) [2019-09-12T10:58:50.759Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2019-09-12T10:58:50.759Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-12T10:58:50.759Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-12T10:58:51.034Z] ---> Running in b92aef6b0582 [2019-09-12T10:58:51.689Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-12T10:58:52.620Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.87s) [2019-09-12T10:58:52.620Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2019-09-12T10:58:52.620Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s) [2019-09-12T10:58:52.620Z] === RUN TestKillStoppedContainer [2019-09-12T10:58:52.620Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-09-12T10:58:52.620Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-12T10:58:52.876Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-12T10:58:52.876Z] === RUN TestKillDifferentUserContainer [2019-09-12T10:58:53.808Z] --- PASS: TestKillDifferentUserContainer (1.03s) [2019-09-12T10:58:53.808Z] === RUN TestInspectOomKilledTrue [2019-09-12T10:58:53.808Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-09-12T10:58:53.808Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T10:58:53.808Z] === RUN TestInspectOomKilledFalse [2019-09-12T10:58:53.808Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-12T10:58:53.808Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T10:58:53.808Z] === RUN TestLinksEtcHostsContentMatch [2019-09-12T10:58:54.372Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2019-09-12T10:58:54.372Z] === RUN TestLinksContainerNames [2019-09-12T10:58:54.937Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-12T10:58:55.850Z] + GOBIN=/build [2019-09-12T10:58:55.850Z] + /build/gometalinter --install [2019-09-12T10:58:55.850Z] Installing: [2019-09-12T10:58:55.850Z] deadcode [2019-09-12T10:58:55.850Z] dupl [2019-09-12T10:58:55.850Z] errcheck [2019-09-12T10:58:55.850Z] gas [2019-09-12T10:58:55.850Z] gochecknoglobals [2019-09-12T10:58:55.850Z] gochecknoinits [2019-09-12T10:58:55.850Z] goconst [2019-09-12T10:58:55.850Z] gocyclo [2019-09-12T10:58:55.850Z] goimports [2019-09-12T10:58:55.850Z] golint [2019-09-12T10:58:55.850Z] gosimple [2019-09-12T10:58:55.850Z] gotype [2019-09-12T10:58:55.850Z] gotypex [2019-09-12T10:58:55.850Z] ineffassign [2019-09-12T10:58:55.850Z] interfacer [2019-09-12T10:58:55.850Z] lll [2019-09-12T10:58:55.850Z] maligned [2019-09-12T10:58:55.850Z] megacheck [2019-09-12T10:58:55.850Z] misspell [2019-09-12T10:58:55.851Z] nakedret [2019-09-12T10:58:55.851Z] safesql [2019-09-12T10:58:55.851Z] staticcheck [2019-09-12T10:58:55.851Z] structcheck [2019-09-12T10:58:55.851Z] unconvert [2019-09-12T10:58:55.851Z] unparam [2019-09-12T10:58:55.851Z] unused [2019-09-12T10:58:55.851Z] varcheck [2019-09-12T10:58:56.305Z] --- PASS: TestLinksContainerNames (1.73s) [2019-09-12T10:58:56.305Z] === RUN TestLogsFollowTailEmpty [2019-09-12T10:58:56.305Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-12T10:58:56.895Z] Cannot create a file when that file already exists. [2019-09-12T10:58:57.238Z] --- PASS: TestLogsFollowTailEmpty (0.91s) [2019-09-12T10:58:57.238Z] === RUN TestContainerNetworkMountsNoChown [2019-09-12T10:58:57.238Z] === RUN Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-12T10:58:57.495Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-12T10:58:58.060Z] --- PASS: TestContainerNetworkMountsNoChown (1.02s) [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/default [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/default [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/private [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/private [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rprivate [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/slave [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/slave [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rslave [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/shared [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/shared [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rshared [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/default [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/rshared [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/shared [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/rslave [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/slave [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/rprivate [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/private [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-12T10:58:58.060Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-12T10:58:58.060Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-12T10:58:58.060Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T10:58:58.318Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T10:58:58.574Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-12T10:58:58.832Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-12T10:58:58.832Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-12T10:58:58.832Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-12T10:58:58.832Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-12T10:58:58.832Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T10:58:58.833Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-12T10:58:58.833Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T10:58:58.833Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-12T10:58:58.833Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-12T10:58:59.090Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.08s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2019-09-12T10:58:59.090Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-12T10:58:59.090Z] === RUN TestContainerBindMountNonRecursive [2019-09-12T10:59:01.615Z] --- PASS: TestContainerBindMountNonRecursive (2.50s) [2019-09-12T10:59:01.615Z] === RUN TestNetworkNat [2019-09-12T10:59:02.181Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-12T10:59:02.746Z] --- PASS: TestNetworkNat (1.18s) [2019-09-12T10:59:02.746Z] === RUN TestNetworkLocalhostTCPNat [2019-09-12T10:59:03.310Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-12T10:59:03.874Z] --- PASS: TestNetworkLocalhostTCPNat (1.07s) [2019-09-12T10:59:03.874Z] === RUN TestNetworkLoopbackNat [2019-09-12T10:59:03.978Z] Removing intermediate container b92aef6b0582 [2019-09-12T10:59:03.978Z] ---> 524dd9657227 [2019-09-12T10:59:03.978Z] Step 6/6 : CMD ["sh"] [2019-09-12T10:59:03.978Z] ---> Running in 3bfec7adb12e [2019-09-12T10:59:03.978Z] Removing intermediate container 3bfec7adb12e [2019-09-12T10:59:03.978Z] ---> b67173dad024 [2019-09-12T10:59:03.978Z] Successfully built b67173dad024 [2019-09-12T10:59:03.978Z] Successfully tagged busybox:latest [2019-09-12T10:59:03.978Z] INFO: Docker images of the daemon under test [2019-09-12T10:59:03.978Z] [2019-09-12T10:59:03.978Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-12T10:59:03.978Z] busybox latest b67173dad024 Less than a second ago 4.75GB [2019-09-12T10:59:03.978Z] microsoft/windowsservercore latest 1ddfa8bee56a 38 hours ago 4.71GB [2019-09-12T10:59:03.978Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 38 hours ago 4.71GB [2019-09-12T10:59:03.978Z] [2019-09-12T10:59:03.978Z] INFO: Running integration tests at 09/12/2019 10:59:03... [2019-09-12T10:59:03.978Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-12T10:59:03.978Z] INFO: Integration API tests being run from the host: [2019-09-12T10:59:03.978Z] INFO: make.ps1 starting at 09/12/2019 10:59:03 [2019-09-12T10:59:05.519Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-12T10:59:05.770Z] --- PASS: TestNetworkLoopbackNat (1.68s) [2019-09-12T10:59:05.770Z] === RUN TestPause [2019-09-12T10:59:06.028Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-12T10:59:06.592Z] --- PASS: TestPause (1.18s) [2019-09-12T10:59:06.592Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-12T10:59:06.592Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T10:59:06.592Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T10:59:06.592Z] === RUN TestPauseStopPausedContainer [2019-09-12T10:59:07.964Z] --- PASS: TestPauseStopPausedContainer (1.25s) [2019-09-12T10:59:07.964Z] === RUN TestPsFilter [2019-09-12T10:59:08.367Z] --- PASS: TestPsFilter (0.40s) [2019-09-12T10:59:08.367Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-12T10:59:10.265Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.70s) [2019-09-12T10:59:10.265Z] === RUN TestRemoveContainerWithVolume [2019-09-12T10:59:10.831Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2019-09-12T10:59:10.831Z] === RUN TestRemoveContainerRunning [2019-09-12T10:59:12.203Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-12T10:59:12.203Z] --- PASS: TestRemoveContainerRunning (1.39s) [2019-09-12T10:59:12.203Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-12T10:59:13.138Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-12T10:59:13.395Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.14s) [2019-09-12T10:59:13.395Z] === RUN TestRemoveInvalidContainer [2019-09-12T10:59:13.395Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-12T10:59:13.395Z] === RUN TestRenameLinkedContainer [2019-09-12T10:59:15.841Z] Removing intermediate container dd840354f35b [2019-09-12T10:59:15.841Z] ---> f26b3a670816 [2019-09-12T10:59:15.841Z] Step 66/125 : FROM base AS gotestsum [2019-09-12T10:59:15.841Z] ---> 1e92bb6db2e5 [2019-09-12T10:59:15.841Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-12T10:59:15.841Z] ---> Running in 660c2a2dbb28 [2019-09-12T10:59:15.841Z] Removing intermediate container 660c2a2dbb28 [2019-09-12T10:59:15.841Z] ---> af6314e2ae60 [2019-09-12T10:59:15.841Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:59:15.841Z] ---> a8644009adc7 [2019-09-12T10:59:15.841Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:59:15.841Z] ---> 8429206a2bc2 [2019-09-12T10:59:15.841Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:59:15.841Z] ---> Running in e36e0ffcc0c3 [2019-09-12T10:59:15.841Z] + RM_GOPATH=0 [2019-09-12T10:59:15.841Z] + TMP_GOPATH= [2019-09-12T10:59:15.841Z] + : /build [2019-09-12T10:59:15.841Z] + '[' -z '' ']' [2019-09-12T10:59:15.841Z] ++ mktemp -d [2019-09-12T10:59:15.841Z] + export GOPATH=/tmp/tmp.eDls9KAOR0 [2019-09-12T10:59:15.841Z] + GOPATH=/tmp/tmp.eDls9KAOR0 [2019-09-12T10:59:15.841Z] + RM_GOPATH=1 [2019-09-12T10:59:15.841Z] Installing gotestsum version v0.3.5 [2019-09-12T10:59:15.841Z] ++ dirname ./install.sh [2019-09-12T10:59:15.841Z] + dir=. [2019-09-12T10:59:15.841Z] + bin=gotestsum [2019-09-12T10:59:15.841Z] + shift [2019-09-12T10:59:15.841Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-12T10:59:15.841Z] + . ./gotestsum.installer [2019-09-12T10:59:15.841Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-12T10:59:15.841Z] + install_gotestsum [2019-09-12T10:59:15.841Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-12T10:59:15.841Z] + go get -d gotest.tools/gotestsum [2019-09-12T10:59:16.672Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-12T10:59:18.043Z] --- PASS: TestRenameLinkedContainer (4.62s) [2019-09-12T10:59:18.043Z] === RUN TestRenameStoppedContainer [2019-09-12T10:59:18.313Z] + cd /tmp/tmp.eDls9KAOR0/src/gotest.tools/gotestsum [2019-09-12T10:59:18.313Z] + git checkout -q v0.3.5 [2019-09-12T10:59:18.313Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-12T10:59:19.413Z] --- PASS: TestRenameStoppedContainer (1.37s) [2019-09-12T10:59:19.413Z] === RUN TestRenameRunningContainerAndReuse [2019-09-12T10:59:19.670Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-12T10:59:19.670Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-12T10:59:21.044Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-12T10:59:21.607Z] --- PASS: TestRenameRunningContainerAndReuse (2.02s) [2019-09-12T10:59:21.607Z] === RUN TestRenameInvalidName [2019-09-12T10:59:22.173Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-12T10:59:22.430Z] --- PASS: TestRenameInvalidName (1.07s) [2019-09-12T10:59:22.430Z] === RUN TestRenameAnonymousContainer [2019-09-12T10:59:23.361Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-12T10:59:23.926Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-12T10:59:26.450Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-12T10:59:26.450Z] --- PASS: TestRenameAnonymousContainer (3.71s) [2019-09-12T10:59:26.450Z] === RUN TestRenameContainerWithSameName [2019-09-12T10:59:27.382Z] --- PASS: TestRenameContainerWithSameName (0.94s) [2019-09-12T10:59:27.382Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-12T10:59:28.314Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-12T10:59:29.247Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-12T10:59:29.247Z] --- PASS: TestRenameContainerWithLinkedContainer (1.93s) [2019-09-12T10:59:29.247Z] === RUN TestResize [2019-09-12T10:59:29.845Z] Removing intermediate container e36e0ffcc0c3 [2019-09-12T10:59:29.845Z] ---> 56b1d332e813 [2019-09-12T10:59:29.845Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-12T10:59:29.845Z] ---> 1e92bb6db2e5 [2019-09-12T10:59:29.845Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-12T10:59:29.845Z] ---> Running in 21ed39423187 [2019-09-12T10:59:29.845Z] Removing intermediate container 21ed39423187 [2019-09-12T10:59:29.845Z] ---> d2f35aac881e [2019-09-12T10:59:29.845Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:59:29.845Z] ---> 0a2e78888f63 [2019-09-12T10:59:29.845Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:59:29.845Z] ---> 535bec5efcc3 [2019-09-12T10:59:29.845Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:59:29.845Z] ---> Running in 1e012891a272 [2019-09-12T10:59:30.179Z] --- PASS: TestResize (0.98s) [2019-09-12T10:59:30.179Z] === RUN TestResizeWithInvalidSize [2019-09-12T10:59:30.219Z] + RM_GOPATH=0 [2019-09-12T10:59:30.219Z] + TMP_GOPATH= [2019-09-12T10:59:30.219Z] + : /build [2019-09-12T10:59:30.219Z] + '[' -z '' ']' [2019-09-12T10:59:30.219Z] ++ mktemp -d [2019-09-12T10:59:30.219Z] + export GOPATH=/tmp/tmp.2yGENQorjU [2019-09-12T10:59:30.219Z] + GOPATH=/tmp/tmp.2yGENQorjU [2019-09-12T10:59:30.219Z] + RM_GOPATH=1 [2019-09-12T10:59:30.219Z] ++ dirname ./install.sh [2019-09-12T10:59:30.219Z] + dir=. [2019-09-12T10:59:30.219Z] + bin=dockercli [2019-09-12T10:59:30.219Z] + shift [2019-09-12T10:59:30.219Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-12T10:59:30.219Z] + . ./dockercli.installer [2019-09-12T10:59:30.219Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-12T10:59:30.219Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-12T10:59:30.219Z] + install_dockercli [2019-09-12T10:59:30.219Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-12T10:59:30.219Z] Install docker/cli version 17.06.2-ce from stable [2019-09-12T10:59:30.219Z] ++ uname -m [2019-09-12T10:59:30.219Z] + arch=s390x [2019-09-12T10:59:30.219Z] + '[' s390x '!=' x86_64 ']' [2019-09-12T10:59:30.219Z] + '[' s390x '!=' s390x ']' [2019-09-12T10:59:30.219Z] + url=https://download.docker.com/linux/static [2019-09-12T10:59:30.219Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-12T10:59:30.219Z] + tar -xz docker/docker [2019-09-12T10:59:30.766Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-12T10:59:31.024Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2019-09-12T10:59:31.024Z] === RUN TestResizeWhenContainerNotStarted [2019-09-12T10:59:31.471Z] + mkdir -p /build [2019-09-12T10:59:31.471Z] + mv docker/docker /build/ [2019-09-12T10:59:31.471Z] + rmdir docker [2019-09-12T10:59:31.587Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-12T10:59:31.837Z] Removing intermediate container 1e012891a272 [2019-09-12T10:59:31.837Z] ---> 7da13b62fb59 [2019-09-12T10:59:31.837Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-12T10:59:31.837Z] ---> e24e7a723e7d [2019-09-12T10:59:31.837Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-12T10:59:31.837Z] ---> Running in 079fd0964aa6 [2019-09-12T10:59:32.151Z] --- PASS: TestResizeWhenContainerNotStarted (0.89s) [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:32.151Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:32.151Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:32.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T10:59:32.151Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T10:59:32.206Z] Removing intermediate container 079fd0964aa6 [2019-09-12T10:59:32.206Z] ---> ee6844b65ec8 [2019-09-12T10:59:32.206Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:59:32.206Z] ---> 72f50a5c579a [2019-09-12T10:59:32.206Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:59:32.568Z] ---> 2bef3b94f8ab [2019-09-12T10:59:32.568Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:59:32.568Z] ---> Running in 4e245ba60ca6 [2019-09-12T10:59:32.932Z] + RM_GOPATH=0 [2019-09-12T10:59:32.932Z] + TMP_GOPATH= [2019-09-12T10:59:32.932Z] + : /build [2019-09-12T10:59:32.932Z] + '[' -z '' ']' [2019-09-12T10:59:32.932Z] ++ mktemp -d [2019-09-12T10:59:32.932Z] + export GOPATH=/tmp/tmp.LRxVh7e16s [2019-09-12T10:59:32.932Z] + GOPATH=/tmp/tmp.LRxVh7e16s [2019-09-12T10:59:32.932Z] + RM_GOPATH=1 [2019-09-12T10:59:32.932Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-12T10:59:32.932Z] ++ dirname ./install.sh [2019-09-12T10:59:32.932Z] + dir=. [2019-09-12T10:59:32.932Z] + bin=runc [2019-09-12T10:59:32.932Z] + shift [2019-09-12T10:59:32.932Z] + '[' '!' -f ./runc.installer ']' [2019-09-12T10:59:32.932Z] + . ./runc.installer [2019-09-12T10:59:32.932Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:59:32.932Z] + install_runc [2019-09-12T10:59:32.932Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-12T10:59:32.932Z] + uname -r [2019-09-12T10:59:32.932Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-12T10:59:32.932Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-12T10:59:32.932Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.LRxVh7e16s/src/github.com/opencontainers/runc [2019-09-12T10:59:32.932Z] Cloning into '/tmp/tmp.LRxVh7e16s/src/github.com/opencontainers/runc'... [2019-09-12T10:59:33.731Z] + cd /tmp/tmp.LRxVh7e16s/src/github.com/opencontainers/runc [2019-09-12T10:59:33.731Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-12T10:59:33.731Z] + '[' -z '' ']' [2019-09-12T10:59:33.731Z] + target=static [2019-09-12T10:59:33.731Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-12T10:59:34.115Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-12T10:59:34.675Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T10:59:34.675Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T10:59:35.605Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-12T10:59:38.130Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-12T10:59:38.387Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T10:59:38.644Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T10:59:39.575Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-12T10:59:40.954Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T10:59:41.211Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:41.776Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-12T10:59:43.148Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:43.406Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:44.780Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T10:59:45.038Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:47.566Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-12T10:59:47.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.55s) [2019-09-12T10:59:47.566Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d8a56a7300a36] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d8a56a7300a36] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d8a56a7300a36] daemon started [2019-09-12T10:59:47.566Z] daemon.go:336: [d8a56a7300a36] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:307: [d8a56a7300a36] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d8a56a7300a36] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d8a56a7300a36] daemon started [2019-09-12T10:59:47.566Z] daemon.go:472: [d8a56a7300a36] Stopping daemon [2019-09-12T10:59:47.566Z] daemon.go:307: [d8a56a7300a36] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:459: [d8a56a7300a36] Daemon stopped [2019-09-12T10:59:47.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.77s) [2019-09-12T10:59:47.566Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d9e295eefb3c3] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d9e295eefb3c3] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d9e295eefb3c3] daemon started [2019-09-12T10:59:47.566Z] daemon.go:336: [d9e295eefb3c3] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:307: [d9e295eefb3c3] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d9e295eefb3c3] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d9e295eefb3c3] daemon started [2019-09-12T10:59:47.566Z] daemon.go:472: [d9e295eefb3c3] Stopping daemon [2019-09-12T10:59:47.566Z] daemon.go:307: [d9e295eefb3c3] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:459: [d9e295eefb3c3] Daemon stopped [2019-09-12T10:59:47.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.71s) [2019-09-12T10:59:47.566Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d27522772c443] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d27522772c443] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d27522772c443] daemon started [2019-09-12T10:59:47.566Z] daemon.go:472: [d27522772c443] Stopping daemon [2019-09-12T10:59:47.566Z] daemon.go:307: [d27522772c443] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:459: [d27522772c443] Daemon stopped [2019-09-12T10:59:47.566Z] daemon.go:336: [d27522772c443] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d27522772c443] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d27522772c443] daemon started [2019-09-12T10:59:47.566Z] daemon.go:472: [d27522772c443] Stopping daemon [2019-09-12T10:59:47.566Z] daemon.go:307: [d27522772c443] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:459: [d27522772c443] Daemon stopped [2019-09-12T10:59:47.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.82s) [2019-09-12T10:59:47.566Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d3c53277e0195] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d3c53277e0195] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d3c53277e0195] daemon started [2019-09-12T10:59:47.566Z] daemon.go:307: [d3c53277e0195] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:336: [d3c53277e0195] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:336: [d3c53277e0195] waiting for daemon to start [2019-09-12T10:59:47.566Z] daemon.go:364: [d3c53277e0195] daemon started [2019-09-12T10:59:47.566Z] daemon.go:472: [d3c53277e0195] Stopping daemon [2019-09-12T10:59:47.566Z] daemon.go:307: [d3c53277e0195] exiting daemon [2019-09-12T10:59:47.566Z] daemon.go:459: [d3c53277e0195] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d3ee825930238] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d3ee825930238] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d3ee825930238] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d3ee825930238] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d3ee825930238] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d3ee825930238] Daemon stopped [2019-09-12T10:59:47.567Z] daemon.go:336: [d3ee825930238] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d3ee825930238] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d3ee825930238] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d3ee825930238] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d3ee825930238] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d3ee825930238] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.70s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d7eb2ea9c2250] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d7eb2ea9c2250] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d7eb2ea9c2250] daemon started [2019-09-12T10:59:47.567Z] daemon.go:336: [d7eb2ea9c2250] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:307: [d7eb2ea9c2250] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d7eb2ea9c2250] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d7eb2ea9c2250] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d7eb2ea9c2250] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d7eb2ea9c2250] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d7eb2ea9c2250] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d4be64a024c0d] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d4be64a024c0d] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d4be64a024c0d] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d4be64a024c0d] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d4be64a024c0d] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d4be64a024c0d] Daemon stopped [2019-09-12T10:59:47.567Z] daemon.go:336: [d4be64a024c0d] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d4be64a024c0d] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d4be64a024c0d] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d4be64a024c0d] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d4be64a024c0d] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d4be64a024c0d] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [df4f60ec5735c] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [df4f60ec5735c] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [df4f60ec5735c] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [df4f60ec5735c] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [df4f60ec5735c] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [df4f60ec5735c] Daemon stopped [2019-09-12T10:59:47.567Z] daemon.go:336: [df4f60ec5735c] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [df4f60ec5735c] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [df4f60ec5735c] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [df4f60ec5735c] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [df4f60ec5735c] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [df4f60ec5735c] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d4f40519b8627] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d4f40519b8627] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d4f40519b8627] daemon started [2019-09-12T10:59:47.567Z] daemon.go:336: [d4f40519b8627] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:307: [d4f40519b8627] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d4f40519b8627] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d4f40519b8627] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d4f40519b8627] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d4f40519b8627] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d4f40519b8627] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [dfddf98584554] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [dfddf98584554] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [dfddf98584554] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [dfddf98584554] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [dfddf98584554] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [dfddf98584554] Daemon stopped [2019-09-12T10:59:47.567Z] daemon.go:336: [dfddf98584554] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [dfddf98584554] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [dfddf98584554] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [dfddf98584554] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [dfddf98584554] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [dfddf98584554] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d51b28ec30a57] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d51b28ec30a57] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d51b28ec30a57] daemon started [2019-09-12T10:59:47.567Z] daemon.go:307: [d51b28ec30a57] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d51b28ec30a57] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d51b28ec30a57] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d51b28ec30a57] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d51b28ec30a57] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d51b28ec30a57] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d51b28ec30a57] Daemon stopped [2019-09-12T10:59:47.567Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.71s) [2019-09-12T10:59:47.567Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T10:59:47.567Z] daemon.go:336: [d8dd659af425f] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d8dd659af425f] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d8dd659af425f] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d8dd659af425f] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d8dd659af425f] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d8dd659af425f] Daemon stopped [2019-09-12T10:59:47.567Z] daemon.go:336: [d8dd659af425f] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:336: [d8dd659af425f] waiting for daemon to start [2019-09-12T10:59:47.567Z] daemon.go:364: [d8dd659af425f] daemon started [2019-09-12T10:59:47.567Z] daemon.go:472: [d8dd659af425f] Stopping daemon [2019-09-12T10:59:47.567Z] daemon.go:307: [d8dd659af425f] exiting daemon [2019-09-12T10:59:47.567Z] daemon.go:459: [d8dd659af425f] Daemon stopped [2019-09-12T10:59:47.567Z] === RUN TestCgroupNamespacesRun [2019-09-12T10:59:48.222Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-12T10:59:48.226Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-12T10:59:48.227Z] + mkdir -p /build [2019-09-12T10:59:48.227Z] + cp runc /build/runc [2019-09-12T10:59:48.599Z] Removing intermediate container 4e245ba60ca6 [2019-09-12T10:59:48.599Z] ---> 0351628512f4 [2019-09-12T10:59:48.599Z] Step 81/125 : FROM dev-base AS tini [2019-09-12T10:59:48.599Z] ---> 1e92bb6db2e5 [2019-09-12T10:59:48.599Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-12T10:59:48.599Z] ---> Using cache [2019-09-12T10:59:48.599Z] ---> d6e9a91537af [2019-09-12T10:59:48.599Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-12T10:59:48.599Z] ---> Running in d8ac31de626b [2019-09-12T10:59:48.964Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T10:59:49.331Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T10:59:49.331Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T10:59:49.331Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T10:59:49.331Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T10:59:49.331Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T10:59:49.462Z] --- PASS: TestCgroupNamespacesRun (1.96s) [2019-09-12T10:59:49.462Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-12T10:59:49.462Z] daemon.go:336: [d702d727461b3] waiting for daemon to start [2019-09-12T10:59:49.462Z] daemon.go:336: [d702d727461b3] waiting for daemon to start [2019-09-12T10:59:49.462Z] daemon.go:364: [d702d727461b3] daemon started [2019-09-12T10:59:49.462Z] daemon.go:472: [d702d727461b3] Stopping daemon [2019-09-12T10:59:49.462Z] daemon.go:307: [d702d727461b3] exiting daemon [2019-09-12T10:59:49.462Z] daemon.go:459: [d702d727461b3] Daemon stopped [2019-09-12T10:59:49.462Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-12T10:59:49.698Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T10:59:49.698Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T10:59:49.720Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-12T10:59:50.950Z] Fetched 7671 kB in 1s (4600 kB/s) [2019-09-12T10:59:51.396Z] Reading package lists... [2019-09-12T10:59:51.615Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.00s) [2019-09-12T10:59:51.615Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-12T10:59:51.615Z] daemon.go:336: [d7acfaf62508a] waiting for daemon to start [2019-09-12T10:59:51.615Z] daemon.go:336: [d7acfaf62508a] waiting for daemon to start [2019-09-12T10:59:51.615Z] daemon.go:364: [d7acfaf62508a] daemon started [2019-09-12T10:59:51.615Z] daemon.go:472: [d7acfaf62508a] Stopping daemon [2019-09-12T10:59:51.615Z] daemon.go:307: [d7acfaf62508a] exiting daemon [2019-09-12T10:59:51.615Z] daemon.go:459: [d7acfaf62508a] Daemon stopped [2019-09-12T10:59:51.615Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-12T10:59:51.866Z] Reading package lists... [2019-09-12T10:59:51.866Z] Building dependency tree... [2019-09-12T10:59:51.866Z] Reading state information... [2019-09-12T10:59:51.866Z] The following additional packages will be installed: [2019-09-12T10:59:51.866Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-12T10:59:51.866Z] Suggested packages: [2019-09-12T10:59:51.866Z] codeblocks eclipse ninja-build lrzip [2019-09-12T10:59:51.866Z] Recommended packages: [2019-09-12T10:59:51.866Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-12T10:59:52.298Z] The following NEW packages will be installed: [2019-09-12T10:59:52.298Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-12T10:59:52.298Z] vim-common xxd [2019-09-12T10:59:52.298Z] 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded. [2019-09-12T10:59:52.298Z] Need to get 13.2 MB of archives. [2019-09-12T10:59:52.298Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-12T10:59:52.298Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-12T10:59:52.298Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-12T10:59:52.298Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-12T10:59:52.298Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-12T10:59:52.298Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-12T10:59:52.298Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-12T10:59:52.298Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-12T10:59:52.298Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-12T10:59:52.298Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-12T10:59:52.298Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-12T10:59:52.679Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T10:59:52.679Z] Fetched 13.2 MB in 0s (50.8 MB/s) [2019-09-12T10:59:52.679Z] Selecting previously unselected package cmake-data. [2019-09-12T10:59:52.679Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-12T10:59:52.679Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-12T10:59:52.679Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-12T10:59:52.985Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-12T10:59:53.054Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-12T10:59:53.054Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-12T10:59:53.054Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T10:59:53.054Z] Selecting previously unselected package libicu57:s390x. [2019-09-12T10:59:53.054Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-12T10:59:53.054Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-12T10:59:53.243Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.98s) [2019-09-12T10:59:53.243Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-12T10:59:53.243Z] daemon.go:336: [de61da45ba368] waiting for daemon to start [2019-09-12T10:59:53.243Z] daemon.go:336: [de61da45ba368] waiting for daemon to start [2019-09-12T10:59:53.243Z] daemon.go:364: [de61da45ba368] daemon started [2019-09-12T10:59:53.243Z] daemon.go:472: [de61da45ba368] Stopping daemon [2019-09-12T10:59:53.243Z] daemon.go:307: [de61da45ba368] exiting daemon [2019-09-12T10:59:53.243Z] daemon.go:459: [de61da45ba368] Daemon stopped [2019-09-12T10:59:53.243Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-12T10:59:53.808Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-12T10:59:53.854Z] Selecting previously unselected package libxml2:s390x. [2019-09-12T10:59:53.854Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-12T10:59:53.854Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-12T10:59:53.854Z] Selecting previously unselected package libarchive13:s390x. [2019-09-12T10:59:53.854Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-12T10:59:53.854Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-12T10:59:54.025Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-12T10:59:54.220Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-12T10:59:54.220Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-12T10:59:54.220Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-12T10:59:54.220Z] Selecting previously unselected package libuv1:s390x. [2019-09-12T10:59:54.220Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-12T10:59:54.220Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-12T10:59:54.220Z] Selecting previously unselected package cmake. [2019-09-12T10:59:54.220Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-12T10:59:54.220Z] Unpacking cmake (3.7.2-1) ... [2019-09-12T10:59:55.012Z] Selecting previously unselected package xxd. [2019-09-12T10:59:55.012Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-12T10:59:55.012Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:59:55.012Z] Selecting previously unselected package vim-common. [2019-09-12T10:59:55.012Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T10:59:55.012Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:59:55.012Z] Processing triggers for mime-support (3.60) ... [2019-09-12T10:59:55.012Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:59:55.012Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-12T10:59:55.012Z] Setting up cmake-data (3.7.2-1) ... [2019-09-12T10:59:55.012Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-12T10:59:55.012Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-12T10:59:55.012Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:59:55.012Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T10:59:55.012Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T10:59:55.012Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-12T10:59:55.012Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-12T10:59:55.012Z] Setting up cmake (3.7.2-1) ... [2019-09-12T10:59:55.012Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T10:59:55.178Z] --- PASS: TestCgroupNamespacesRunHostMode (1.94s) [2019-09-12T10:59:55.178Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-12T10:59:55.178Z] daemon.go:336: [d0e954c9a8d52] waiting for daemon to start [2019-09-12T10:59:55.178Z] daemon.go:336: [d0e954c9a8d52] waiting for daemon to start [2019-09-12T10:59:55.178Z] daemon.go:364: [d0e954c9a8d52] daemon started [2019-09-12T10:59:55.178Z] daemon.go:472: [d0e954c9a8d52] Stopping daemon [2019-09-12T10:59:55.178Z] daemon.go:307: [d0e954c9a8d52] exiting daemon [2019-09-12T10:59:55.178Z] daemon.go:459: [d0e954c9a8d52] Daemon stopped [2019-09-12T10:59:55.178Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-12T10:59:56.550Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-12T10:59:56.962Z] Removing intermediate container d8ac31de626b [2019-09-12T10:59:56.962Z] ---> f58e7def79f1 [2019-09-12T10:59:56.962Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T10:59:57.114Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.97s) [2019-09-12T10:59:57.114Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-12T10:59:57.114Z] daemon.go:336: [dc875a0506e43] waiting for daemon to start [2019-09-12T10:59:57.114Z] daemon.go:336: [dc875a0506e43] waiting for daemon to start [2019-09-12T10:59:57.114Z] daemon.go:364: [dc875a0506e43] daemon started [2019-09-12T10:59:57.114Z] daemon.go:472: [dc875a0506e43] Stopping daemon [2019-09-12T10:59:57.114Z] daemon.go:307: [dc875a0506e43] exiting daemon [2019-09-12T10:59:57.114Z] daemon.go:459: [dc875a0506e43] Daemon stopped [2019-09-12T10:59:57.114Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T10:59:57.114Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-12T10:59:57.329Z] ---> 76fd32da94ae [2019-09-12T10:59:57.329Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-12T10:59:57.329Z] ---> Running in 00fe79f665cd [2019-09-12T10:59:57.678Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-12T10:59:57.699Z] Removing intermediate container 00fe79f665cd [2019-09-12T10:59:57.699Z] ---> 053a0919ced6 [2019-09-12T10:59:57.699Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T10:59:57.935Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-12T10:59:57.935Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.86s) [2019-09-12T10:59:57.935Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T10:59:57.935Z] daemon.go:336: [d9d975e658582] waiting for daemon to start [2019-09-12T10:59:57.935Z] daemon.go:336: [d9d975e658582] waiting for daemon to start [2019-09-12T10:59:57.935Z] daemon.go:364: [d9d975e658582] daemon started [2019-09-12T10:59:57.935Z] daemon.go:472: [d9d975e658582] Stopping daemon [2019-09-12T10:59:57.935Z] daemon.go:307: [d9d975e658582] exiting daemon [2019-09-12T10:59:57.935Z] daemon.go:459: [d9d975e658582] Daemon stopped [2019-09-12T10:59:57.935Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-12T10:59:58.063Z] ---> 19d32f9716f4 [2019-09-12T10:59:58.063Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T10:59:58.063Z] ---> Running in b267ae496096 [2019-09-12T10:59:58.297Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-12T10:59:58.297Z] Copying nested executables into bundles/binary-daemon [2019-09-12T10:59:58.297Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-12T10:59:58.447Z] + RM_GOPATH=0 [2019-09-12T10:59:58.447Z] + TMP_GOPATH= [2019-09-12T10:59:58.447Z] + : /build [2019-09-12T10:59:58.447Z] + '[' -z '' ']' [2019-09-12T10:59:58.447Z] ++ mktemp -d [2019-09-12T10:59:58.447Z] + export GOPATH=/tmp/tmp.X6mnq3q0J7 [2019-09-12T10:59:58.447Z] + GOPATH=/tmp/tmp.X6mnq3q0J7 [2019-09-12T10:59:58.447Z] + RM_GOPATH=1 [2019-09-12T10:59:58.447Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:59:58.447Z] ++ dirname ./install.sh [2019-09-12T10:59:58.447Z] + dir=. [2019-09-12T10:59:58.447Z] + bin=tini [2019-09-12T10:59:58.447Z] + shift [2019-09-12T10:59:58.447Z] + '[' '!' -f ./tini.installer ']' [2019-09-12T10:59:58.447Z] + . ./tini.installer [2019-09-12T10:59:58.447Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:59:58.447Z] + install_tini [2019-09-12T10:59:58.447Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-12T10:59:58.447Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.X6mnq3q0J7/tini [2019-09-12T10:59:58.447Z] Cloning into '/tmp/tmp.X6mnq3q0J7/tini'... [2019-09-12T10:59:58.447Z] + cd /tmp/tmp.X6mnq3q0J7/tini [2019-09-12T10:59:58.447Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-12T10:59:58.447Z] + cmake . [2019-09-12T10:59:58.620Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/make.sh cross [2019-09-12T10:59:58.881Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-12T10:59:58.881Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-12T10:59:58.881Z] daemon.go:336: [dcb9901be5b43] waiting for daemon to start [2019-09-12T10:59:58.881Z] daemon.go:336: [dcb9901be5b43] waiting for daemon to start [2019-09-12T10:59:58.881Z] daemon.go:364: [dcb9901be5b43] daemon started [2019-09-12T10:59:58.881Z] daemon.go:472: [dcb9901be5b43] Stopping daemon [2019-09-12T10:59:58.881Z] daemon.go:307: [dcb9901be5b43] exiting daemon [2019-09-12T10:59:58.881Z] daemon.go:459: [dcb9901be5b43] Daemon stopped [2019-09-12T10:59:58.881Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-12T10:59:58.900Z] -- The C compiler identification is GNU 6.3.0 [2019-09-12T10:59:58.900Z] -- Check for working C compiler: /usr/bin/cc [2019-09-12T10:59:58.900Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-12T10:59:58.900Z] -- Detecting C compiler ABI info [2019-09-12T10:59:58.900Z] -- Detecting C compiler ABI info - done [2019-09-12T10:59:58.900Z] -- Detecting C compile features [2019-09-12T10:59:58.900Z] -- Detecting C compile features - done [2019-09-12T10:59:58.900Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-12T10:59:59.183Z] [2019-09-12T10:59:59.388Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-12T10:59:59.388Z] -- Configuring done [2019-09-12T10:59:59.388Z] + make tini-static [2019-09-12T10:59:59.388Z] -- Generating done [2019-09-12T10:59:59.388Z] -- Build files have been written to: /tmp/tmp.X6mnq3q0J7/tini [2019-09-12T10:59:59.388Z] Scanning dependencies of target tini-static [2019-09-12T10:59:59.388Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-12T10:59:59.388Z] [100%] Linking C executable tini-static [2019-09-12T10:59:59.388Z] [100%] Built target tini-static [2019-09-12T10:59:59.388Z] + mkdir -p /build [2019-09-12T10:59:59.388Z] + cp tini-static /build/docker-init [2019-09-12T10:59:59.440Z] Removing bundles/ [2019-09-12T10:59:59.440Z] [2019-09-12T10:59:59.440Z] ---> Making bundle: cross (in bundles/cross) [2019-09-12T10:59:59.440Z] Cross building: bundles/cross/linux/amd64 [2019-09-12T10:59:59.440Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-12T10:59:59.440Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-12T10:59:59.825Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-12T11:00:00.190Z] Removing intermediate container b267ae496096 [2019-09-12T11:00:00.190Z] ---> 5b3e6da03391 [2019-09-12T11:00:00.190Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-12T11:00:00.190Z] ---> 1e92bb6db2e5 [2019-09-12T11:00:00.190Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-12T11:00:00.190Z] ---> Running in bca584ca3d45 [2019-09-12T11:00:00.261Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-12T11:00:00.518Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-12T11:00:00.572Z] Removing intermediate container bca584ca3d45 [2019-09-12T11:00:00.572Z] ---> 1a0aeec9fc42 [2019-09-12T11:00:00.572Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T11:00:00.935Z] ---> 9ca88fb98686 [2019-09-12T11:00:00.935Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T11:00:01.082Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.07s) [2019-09-12T11:00:01.082Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-12T11:00:01.082Z] daemon.go:336: [d1e3c49330016] waiting for daemon to start [2019-09-12T11:00:01.082Z] daemon.go:336: [d1e3c49330016] waiting for daemon to start [2019-09-12T11:00:01.082Z] daemon.go:364: [d1e3c49330016] daemon started [2019-09-12T11:00:01.082Z] daemon.go:472: [d1e3c49330016] Stopping daemon [2019-09-12T11:00:01.082Z] daemon.go:307: [d1e3c49330016] exiting daemon [2019-09-12T11:00:01.082Z] daemon.go:459: [d1e3c49330016] Daemon stopped [2019-09-12T11:00:01.082Z] === RUN TestKernelTCPMemory [2019-09-12T11:00:01.298Z] ---> d0d367175fd9 [2019-09-12T11:00:01.298Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-12T11:00:01.661Z] ---> Running in 07b79d806791 [2019-09-12T11:00:02.026Z] + RM_GOPATH=0 [2019-09-12T11:00:02.026Z] + TMP_GOPATH= [2019-09-12T11:00:02.026Z] + : /build/ [2019-09-12T11:00:02.026Z] + '[' -z '' ']' [2019-09-12T11:00:02.026Z] ++ mktemp -d [2019-09-12T11:00:02.026Z] + export GOPATH=/tmp/tmp.Y91KBP75iO [2019-09-12T11:00:02.026Z] + GOPATH=/tmp/tmp.Y91KBP75iO [2019-09-12T11:00:02.026Z] + RM_GOPATH=1 [2019-09-12T11:00:02.026Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T11:00:02.026Z] ++ dirname ./install.sh [2019-09-12T11:00:02.026Z] + dir=. [2019-09-12T11:00:02.026Z] + bin=rootlesskit [2019-09-12T11:00:02.026Z] + shift [2019-09-12T11:00:02.026Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-12T11:00:02.026Z] + . ./rootlesskit.installer [2019-09-12T11:00:02.026Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T11:00:02.026Z] + install_rootlesskit [2019-09-12T11:00:02.026Z] + case "$1" in [2019-09-12T11:00:02.026Z] + export CGO_ENABLED=0 [2019-09-12T11:00:02.026Z] + CGO_ENABLED=0 [2019-09-12T11:00:02.026Z] + _install_rootlesskit [2019-09-12T11:00:02.026Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-12T11:00:02.026Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Y91KBP75iO/src/github.com/rootless-containers/rootlesskit [2019-09-12T11:00:02.026Z] Cloning into '/tmp/tmp.Y91KBP75iO/src/github.com/rootless-containers/rootlesskit'... [2019-09-12T11:00:02.453Z] --- PASS: TestKernelTCPMemory (1.18s) [2019-09-12T11:00:02.453Z] === RUN TestNISDomainname [2019-09-12T11:00:02.710Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-12T11:00:02.817Z] + cd /tmp/tmp.Y91KBP75iO/src/github.com/rootless-containers/rootlesskit [2019-09-12T11:00:02.817Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-12T11:00:02.817Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T11:00:02.817Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-12T11:00:03.642Z] --- PASS: TestNISDomainname (1.30s) [2019-09-12T11:00:03.642Z] === RUN TestHostnameDnsResolution [2019-09-12T11:00:03.642Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-12T11:00:03.642Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-12T11:00:03.642Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-12T11:00:04.523Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-12T11:00:05.013Z] --- PASS: TestHostnameDnsResolution (1.60s) [2019-09-12T11:00:05.013Z] === RUN TestStats [2019-09-12T11:00:07.537Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-12T11:00:07.537Z] --- PASS: TestStats (2.53s) [2019-09-12T11:00:07.537Z] === RUN TestStopContainerWithTimeout [2019-09-12T11:00:07.537Z] === RUN TestStopContainerWithTimeout/0 [2019-09-12T11:00:07.537Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-12T11:00:07.537Z] === RUN TestStopContainerWithTimeout/1 [2019-09-12T11:00:07.537Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-12T11:00:07.537Z] === RUN TestStopContainerWithTimeout/3 [2019-09-12T11:00:07.537Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-12T11:00:07.537Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-12T11:00:07.537Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-12T11:00:07.537Z] === CONT TestStopContainerWithTimeout/0 [2019-09-12T11:00:07.537Z] === CONT TestStopContainerWithTimeout/3 [2019-09-12T11:00:08.908Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-12T11:00:09.165Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-12T11:00:09.258Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-12T11:00:09.258Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-12T11:00:10.330Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-12T11:00:10.534Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-12T11:00:10.790Z] === CONT TestStopContainerWithTimeout/1 [2019-09-12T11:00:10.790Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-12T11:00:11.087Z] Removing intermediate container 07b79d806791 [2019-09-12T11:00:11.087Z] ---> 89da8405adb2 [2019-09-12T11:00:11.087Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-12T11:00:11.250Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-12T11:00:11.456Z] ---> 928a811b571b [2019-09-12T11:00:11.456Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-12T11:00:11.456Z] ---> e24e7a723e7d [2019-09-12T11:00:11.456Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-12T11:00:11.456Z] ---> Running in e3df8e8f249b [2019-09-12T11:00:11.820Z] Removing intermediate container e3df8e8f249b [2019-09-12T11:00:11.820Z] ---> ad8544e8bfe2 [2019-09-12T11:00:11.820Z] Step 96/125 : RUN groupadd -r docker [2019-09-12T11:00:11.820Z] ---> Running in d30cde47dd22 [2019-09-12T11:00:12.220Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-12T11:00:12.253Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-12T11:00:12.595Z] Removing intermediate container d30cde47dd22 [2019-09-12T11:00:12.595Z] ---> a793c8eeb8d3 [2019-09-12T11:00:12.595Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-12T11:00:12.595Z] ---> Running in b18207346916 [2019-09-12T11:00:12.818Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-12T11:00:13.076Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-12T11:00:13.076Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-09-12T11:00:13.076Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2019-09-12T11:00:13.076Z] --- PASS: TestStopContainerWithTimeout/3 (3.23s) [2019-09-12T11:00:13.076Z] --- PASS: TestStopContainerWithTimeout/-1 (2.95s) [2019-09-12T11:00:13.076Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2019-09-12T11:00:13.076Z] === RUN TestDeleteDevicemapper [2019-09-12T11:00:13.076Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-12T11:00:13.076Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T11:00:13.076Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-12T11:00:13.192Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-12T11:00:13.843Z] Removing intermediate container b18207346916 [2019-09-12T11:00:13.843Z] ---> 2da41ac8bb33 [2019-09-12T11:00:13.843Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-12T11:00:13.843Z] ---> Running in 5a8b439373fe [2019-09-12T11:00:13.843Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-12T11:00:14.008Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-12T11:00:14.636Z] Removing intermediate container 5a8b439373fe [2019-09-12T11:00:14.636Z] ---> 1d4c2bebb39f [2019-09-12T11:00:14.636Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-12T11:00:14.636Z] ---> Running in 81d212085190 [2019-09-12T11:00:15.891Z] Removing intermediate container 81d212085190 [2019-09-12T11:00:15.891Z] ---> 2d7fee83d111 [2019-09-12T11:00:15.891Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-12T11:00:15.891Z] ---> Running in ec9c8e3c3a3b [2019-09-12T11:00:15.903Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.98s) [2019-09-12T11:00:15.903Z] === RUN TestUpdateMemory [2019-09-12T11:00:15.903Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-12T11:00:15.903Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:00:15.903Z] === RUN TestUpdateCPUQuota [2019-09-12T11:00:16.103Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-12T11:00:16.160Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-12T11:00:16.695Z] Removing intermediate container ec9c8e3c3a3b [2019-09-12T11:00:16.695Z] ---> 292425ba6926 [2019-09-12T11:00:16.695Z] Step 101/125 : RUN ldconfig [2019-09-12T11:00:16.695Z] ---> Running in fdedf3670add [2019-09-12T11:00:17.573Z] Removing intermediate container fdedf3670add [2019-09-12T11:00:17.573Z] ---> d813f5f3642a [2019-09-12T11:00:17.573Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-12T11:00:17.573Z] ---> Running in 9418daa9b072 [2019-09-12T11:00:17.951Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-12T11:00:17.951Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-12T11:00:17.951Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-12T11:00:17.951Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-12T11:00:17.951Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-12T11:00:17.951Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-12T11:00:18.058Z] --- PASS: TestUpdateCPUQuota (1.91s) [2019-09-12T11:00:18.058Z] === RUN TestUpdatePidsLimit [2019-09-12T11:00:18.058Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-12T11:00:18.345Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-12T11:00:18.345Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-12T11:00:18.623Z] === RUN TestUpdatePidsLimit/no_change [2019-09-12T11:00:19.187Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-12T11:00:19.444Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-12T11:00:19.594Z] Fetched 7671 kB in 1s (5035 kB/s) [2019-09-12T11:00:19.959Z] Reading package lists... [2019-09-12T11:00:20.009Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-12T11:00:20.009Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-12T11:00:20.329Z] Reading package lists... [2019-09-12T11:00:20.574Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-12T11:00:20.574Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-12T11:00:20.709Z] Building dependency tree... [2019-09-12T11:00:20.709Z] Reading state information... [2019-09-12T11:00:20.709Z] The following additional packages will be installed: [2019-09-12T11:00:20.709Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-12T11:00:20.709Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-12T11:00:20.709Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-12T11:00:20.709Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-12T11:00:20.709Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-12T11:00:20.709Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-12T11:00:20.709Z] libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12 [2019-09-12T11:00:20.709Z] mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-12T11:00:20.709Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-12T11:00:20.709Z] Suggested packages: [2019-09-12T11:00:20.709Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-12T11:00:20.709Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-12T11:00:20.709Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-12T11:00:20.709Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-12T11:00:20.709Z] Recommended packages: [2019-09-12T11:00:20.709Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-12T11:00:20.709Z] python3-keyrings.alt python3-xdg unzip [2019-09-12T11:00:20.830Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-12T11:00:21.512Z] The following NEW packages will be installed: [2019-09-12T11:00:21.512Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-12T11:00:21.512Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-12T11:00:21.512Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-12T11:00:21.512Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-12T11:00:21.512Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-12T11:00:21.512Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-12T11:00:21.512Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-12T11:00:21.512Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-12T11:00:21.512Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-12T11:00:21.512Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-12T11:00:21.512Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-12T11:00:21.512Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-12T11:00:21.512Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-12T11:00:21.512Z] xfsprogs xxd xz-utils zip [2019-09-12T11:00:21.512Z] The following packages will be upgraded: [2019-09-12T11:00:21.512Z] libsystemd0 libudev1 [2019-09-12T11:00:21.512Z] 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded. [2019-09-12T11:00:21.512Z] Need to get 88.6 MB of archives. [2019-09-12T11:00:21.512Z] After this operation, 565 MB of additional disk space will be used. [2019-09-12T11:00:21.512Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd0 s390x 232-25+deb9u12 [266 kB] [2019-09-12T11:00:21.512Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-12T11:00:21.512Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-12T11:00:21.512Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-12T11:00:21.512Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-12T11:00:21.512Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev1 s390x 232-25+deb9u12 [123 kB] [2019-09-12T11:00:21.512Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-12T11:00:21.512Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-12T11:00:21.512Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-12T11:00:21.512Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-12T11:00:21.512Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-12T11:00:21.512Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-12T11:00:21.512Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-12T11:00:21.512Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-12T11:00:21.512Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-12T11:00:21.512Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-12T11:00:21.512Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-12T11:00:21.512Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-12T11:00:21.512Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-12T11:00:21.512Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-12T11:00:21.512Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-12T11:00:21.512Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-12T11:00:21.512Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-12T11:00:21.512Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-12T11:00:21.512Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-12T11:00:21.512Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-12T11:00:21.512Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-12T11:00:21.512Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-12T11:00:21.512Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-12T11:00:21.512Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-12T11:00:21.512Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-12T11:00:21.512Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-12T11:00:21.512Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-12T11:00:21.512Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-12T11:00:21.512Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-12T11:00:21.512Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-12T11:00:21.512Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-12T11:00:21.512Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-12T11:00:21.512Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-12T11:00:21.512Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-09-12T11:00:21.512Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-12T11:00:21.512Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-12T11:00:21.512Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-12T11:00:21.512Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-12T11:00:21.512Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-12T11:00:21.512Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-12T11:00:21.512Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-12T11:00:21.512Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-12T11:00:21.512Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-12T11:00:21.512Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-12T11:00:21.512Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-12T11:00:21.512Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-12T11:00:21.512Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-12T11:00:21.512Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-12T11:00:21.513Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-12T11:00:21.513Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-12T11:00:21.513Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-12T11:00:21.513Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-12T11:00:21.900Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-12T11:00:21.900Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-12T11:00:21.900Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-12T11:00:21.900Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-12T11:00:21.900Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-12T11:00:21.900Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-09-12T11:00:21.900Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-09-12T11:00:21.900Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-12T11:00:21.900Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-12T11:00:21.900Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-12T11:00:21.900Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-09-12T11:00:21.900Z] Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-09-12T11:00:21.903Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-12T11:00:22.200Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-12T11:00:22.282Z] Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-09-12T11:00:22.458Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-12T11:00:22.651Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-12T11:00:22.651Z] Fetched 88.6 MB in 1s (82.1 MB/s) [2019-09-12T11:00:22.651Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-12T11:00:22.651Z] Preparing to unpack .../libsystemd0_232-25+deb9u12_s390x.deb ... [2019-09-12T11:00:22.651Z] Unpacking libsystemd0:s390x (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-12T11:00:22.651Z] Setting up libsystemd0:s390x (232-25+deb9u12) ... [2019-09-12T11:00:22.651Z] Selecting previously unselected package bash-completion. [2019-09-12T11:00:22.651Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-12T11:00:22.651Z] Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit (4.99s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.59s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/no_change (0.50s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.48s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.53s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2019-09-12T11:00:23.022Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.58s) [2019-09-12T11:00:23.022Z] === RUN TestUpdateRestartPolicy [2019-09-12T11:00:23.279Z] === RUN Test/DockerSuite/TestBuildCancellationKillsSleep [2019-09-12T11:00:23.438Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-12T11:00:23.438Z] Selecting previously unselected package libnet1:s390x. [2019-09-12T11:00:23.438Z] Preparing to unpack .../libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-12T11:00:23.438Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-12T11:00:23.438Z] Preparing to unpack .../libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-12T11:00:23.438Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-12T11:00:23.438Z] Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-12T11:00:23.438Z] Preparing to unpack .../libudev1_232-25+deb9u12_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libudev1:s390x (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-12T11:00:23.438Z] Setting up libudev1:s390x (232-25+deb9u12) ... [2019-09-12T11:00:23.438Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-12T11:00:23.438Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15497 files and directories currently installed.) [2019-09-12T11:00:23.438Z] Preparing to unpack .../0-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-12T11:00:23.438Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-12T11:00:23.438Z] Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-12T11:00:23.438Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-12T11:00:23.936Z] Selecting previously unselected package python3.5-minimal. [2019-09-12T11:00:23.936Z] Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-12T11:00:23.936Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-12T11:00:23.936Z] Selecting previously unselected package python3-minimal. [2019-09-12T11:00:23.936Z] Preparing to unpack .../3-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-12T11:00:23.936Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-12T11:00:23.936Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-12T11:00:23.936Z] Preparing to unpack .../4-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-12T11:00:23.936Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-12T11:00:23.936Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-12T11:00:23.936Z] Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-12T11:00:23.936Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-12T11:00:24.357Z] Selecting previously unselected package python3.5. [2019-09-12T11:00:24.357Z] Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-12T11:00:24.357Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-12T11:00:24.357Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-12T11:00:24.357Z] Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-12T11:00:24.357Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-12T11:00:24.357Z] Selecting previously unselected package dh-python. [2019-09-12T11:00:24.357Z] Preparing to unpack .../8-dh-python_2.20170125_all.deb ... [2019-09-12T11:00:24.357Z] Unpacking dh-python (2.20170125) ... [2019-09-12T11:00:24.357Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-12T11:00:24.357Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-12T11:00:24.648Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-12T11:00:24.786Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package python3. [2019-09-12T11:00:25.178Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-09-12T11:00:25.178Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking python3 (3.5.3-1) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package pigz. [2019-09-12T11:00:25.178Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking pigz (2.3.4-1) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-12T11:00:25.178Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-12T11:00:25.178Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package libiptc0:s390x. [2019-09-12T11:00:25.178Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package libxtables12:s390x. [2019-09-12T11:00:25.178Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-12T11:00:25.178Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package iptables. [2019-09-12T11:00:25.178Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:25.178Z] Selecting previously unselected package xxd. [2019-09-12T11:00:25.178Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-12T11:00:25.178Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package vim-common. [2019-09-12T11:00:25.568Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T11:00:25.568Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package bzip2. [2019-09-12T11:00:25.568Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package libgpm2:s390x. [2019-09-12T11:00:25.568Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package xz-utils. [2019-09-12T11:00:25.568Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package aufs-tools. [2019-09-12T11:00:25.568Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-12T11:00:25.568Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package btrfs-progs. [2019-09-12T11:00:25.568Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package btrfs-tools. [2019-09-12T11:00:25.568Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-12T11:00:25.568Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-12T11:00:25.568Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-12T11:00:25.568Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-12T11:00:25.656Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-12T11:00:25.938Z] Selecting previously unselected package dmsetup. [2019-09-12T11:00:25.938Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-12T11:00:25.938Z] Selecting previously unselected package libonig4:s390x. [2019-09-12T11:00:25.938Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-12T11:00:25.938Z] Selecting previously unselected package libjq1:s390x. [2019-09-12T11:00:25.938Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-12T11:00:25.938Z] Selecting previously unselected package jq. [2019-09-12T11:00:25.938Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-12T11:00:25.938Z] Selecting previously unselected package libaio1:s390x. [2019-09-12T11:00:25.938Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-12T11:00:25.938Z] Selecting previously unselected package libcap2-bin. [2019-09-12T11:00:25.938Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-12T11:00:25.938Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-12T11:00:26.320Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-12T11:00:26.320Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-12T11:00:26.320Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-12T11:00:26.547Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-12T11:00:26.689Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-12T11:00:26.689Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-12T11:00:26.689Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-12T11:00:26.689Z] Selecting previously unselected package libreadline5:s390x. [2019-09-12T11:00:26.689Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-12T11:00:26.689Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-12T11:00:26.689Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-12T11:00:26.689Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-12T11:00:26.689Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-12T11:00:26.689Z] Selecting previously unselected package net-tools. [2019-09-12T11:00:26.689Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-12T11:00:26.689Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package python-pip-whl. [2019-09-12T11:00:27.059Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-12T11:00:27.059Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package python3-pip. [2019-09-12T11:00:27.059Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-12T11:00:27.059Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package python3-pkg-resources. [2019-09-12T11:00:27.059Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-12T11:00:27.059Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package python3-setuptools. [2019-09-12T11:00:27.059Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-12T11:00:27.059Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package python3-wheel. [2019-09-12T11:00:27.059Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-12T11:00:27.059Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-12T11:00:27.059Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-12T11:00:27.059Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-12T11:00:27.059Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-12T11:00:27.429Z] Selecting previously unselected package vim-runtime. [2019-09-12T11:00:27.429Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-12T11:00:27.429Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-12T11:00:27.429Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-12T11:00:27.429Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:28.212Z] Selecting previously unselected package vim. [2019-09-12T11:00:28.212Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-12T11:00:28.212Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:28.212Z] Selecting previously unselected package xfsprogs. [2019-09-12T11:00:28.212Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-12T11:00:28.212Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-12T11:00:28.212Z] Selecting previously unselected package zip. [2019-09-12T11:00:28.212Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-12T11:00:28.212Z] Unpacking zip (3.0-11+b1) ... [2019-09-12T11:00:28.212Z] Selecting previously unselected package libapparmor-perl. [2019-09-12T11:00:28.212Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-12T11:00:28.212Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-12T11:00:28.212Z] Selecting previously unselected package apparmor. [2019-09-12T11:00:28.212Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-12T11:00:28.212Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-12T11:00:28.589Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-12T11:00:28.589Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-12T11:00:28.589Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-12T11:00:28.589Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-12T11:00:28.589Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-12T11:00:28.589Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-12T11:00:29.380Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-12T11:00:29.380Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-12T11:00:29.380Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-12T11:00:29.380Z] Selecting previously unselected package mingw-w64-common. [2019-09-12T11:00:29.380Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-12T11:00:29.380Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-12T11:00:29.766Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-12T11:00:29.766Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-12T11:00:29.766Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-12T11:00:30.512Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-12T11:00:30.566Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-12T11:00:30.566Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-12T11:00:30.566Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:30.566Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-12T11:00:30.566Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-12T11:00:30.566Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:30.879Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-12T11:00:30.879Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-12T11:00:33.401Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-12T11:00:33.965Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-12T11:00:34.154Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-12T11:00:34.154Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-12T11:00:34.154Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:34.529Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-12T11:00:34.787Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-12T11:00:35.044Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-12T11:00:35.301Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-12T11:00:35.866Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-12T11:00:35.866Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-12T11:00:36.312Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-12T11:00:36.605Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-12T11:00:36.605Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-12T11:00:36.605Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-12T11:00:36.605Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-12T11:00:36.605Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-12T11:00:36.605Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:36.605Z] Processing triggers for mime-support (3.60) ... [2019-09-12T11:00:36.605Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:36.605Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-12T11:00:36.605Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-12T11:00:36.605Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-12T11:00:36.605Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-12T11:00:36.605Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-12T11:00:36.802Z] --- PASS: TestUpdateRestartPolicy (13.65s) [2019-09-12T11:00:36.802Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-12T11:00:36.972Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-12T11:00:36.972Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-12T11:00:36.972Z] Setting up zip (3.0-11+b1) ... [2019-09-12T11:00:36.972Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-12T11:00:36.972Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:36.972Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-12T11:00:36.972Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T11:00:36.972Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-12T11:00:36.972Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:36.972Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-12T11:00:36.972Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-12T11:00:36.972Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-12T11:00:36.972Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:36.972Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-12T11:00:36.972Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-12T11:00:36.972Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-12T11:00:36.972Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:37.341Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-12T11:00:37.341Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-12T11:00:37.341Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-12T11:00:37.341Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-12T11:00:37.341Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-12T11:00:37.341Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-12T11:00:37.341Z] Setting up pigz (2.3.4-1) ... [2019-09-12T11:00:37.341Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-12T11:00:37.341Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-12T11:00:37.341Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:37.341Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-12T11:00:37.341Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-12T11:00:37.341Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-12T11:00:37.341Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-12T11:00:37.341Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-12T11:00:37.341Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-12T11:00:37.341Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-12T11:00:37.341Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-12T11:00:37.341Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-12T11:00:37.341Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:37.341Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-12T11:00:37.341Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-12T11:00:37.341Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-12T11:00:37.341Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-12T11:00:37.341Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-12T11:00:37.367Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-12T11:00:37.624Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2019-09-12T11:00:37.624Z] === RUN TestWaitNonBlocked [2019-09-12T11:00:37.624Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:00:37.624Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:00:37.624Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:00:37.624Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:00:37.624Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:00:37.624Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:00:37.624Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-12T11:00:38.589Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-12T11:00:38.589Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:38.589Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-12T11:00:38.589Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-12T11:00:38.589Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-12T11:00:38.589Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-12T11:00:38.589Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-12T11:00:38.589Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-12T11:00:38.589Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-12T11:00:38.589Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-12T11:00:38.589Z] Setting up python3 (3.5.3-1) ... [2019-09-12T11:00:38.589Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-12T11:00:38.995Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-12T11:00:38.995Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2019-09-12T11:00:38.995Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2019-09-12T11:00:38.995Z] === RUN TestWaitBlocked [2019-09-12T11:00:38.995Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:00:38.995Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:00:38.995Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:00:38.995Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:00:38.995Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:00:38.995Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:00:39.383Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-12T11:00:39.383Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-12T11:00:39.383Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-12T11:00:39.383Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-12T11:00:39.383Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-12T11:00:39.795Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-12T11:00:39.795Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-12T11:00:39.795Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-12T11:00:39.795Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-12T11:00:39.930Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-12T11:00:39.930Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2019-09-12T11:00:39.930Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.22s) [2019-09-12T11:00:39.930Z] === CONT TestContainerStartOnDaemonRestart [2019-09-12T11:00:39.930Z] === CONT TestIpcModeOlderClient [2019-09-12T11:00:40.187Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-09-12T11:00:40.187Z] === CONT TestDaemonRestartIpcMode [2019-09-12T11:00:40.296Z] Setting up dh-python (2.20170125) ... [2019-09-12T11:00:40.296Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-12T11:00:40.296Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-12T11:00:41.014Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-12T11:00:41.557Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-12T11:00:43.925Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-12T11:00:44.080Z] --- PASS: TestContainerStartOnDaemonRestart (3.68s) [2019-09-12T11:00:44.080Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-12T11:00:44.080Z] daemon.go:336: [d70441db00f20] waiting for daemon to start [2019-09-12T11:00:44.080Z] daemon.go:336: [d70441db00f20] waiting for daemon to start [2019-09-12T11:00:44.080Z] daemon.go:364: [d70441db00f20] daemon started [2019-09-12T11:00:44.080Z] daemon.go:307: [d70441db00f20] exiting daemon [2019-09-12T11:00:44.080Z] daemon.go:336: [d70441db00f20] waiting for daemon to start [2019-09-12T11:00:44.080Z] daemon.go:336: [d70441db00f20] waiting for daemon to start [2019-09-12T11:00:44.080Z] daemon.go:364: [d70441db00f20] daemon started [2019-09-12T11:00:44.080Z] daemon.go:472: [d70441db00f20] Stopping daemon [2019-09-12T11:00:44.080Z] daemon.go:307: [d70441db00f20] exiting daemon [2019-09-12T11:00:44.080Z] daemon.go:459: [d70441db00f20] Daemon stopped [2019-09-12T11:00:44.080Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-12T11:00:44.337Z] --- PASS: TestDaemonRestartIpcMode (4.25s) [2019-09-12T11:00:44.337Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-12T11:00:44.337Z] daemon.go:336: [df7758cb1d2cc] waiting for daemon to start [2019-09-12T11:00:44.337Z] daemon.go:336: [df7758cb1d2cc] waiting for daemon to start [2019-09-12T11:00:44.337Z] daemon.go:364: [df7758cb1d2cc] daemon started [2019-09-12T11:00:44.337Z] daemon.go:472: [df7758cb1d2cc] Stopping daemon [2019-09-12T11:00:44.337Z] daemon.go:307: [df7758cb1d2cc] exiting daemon [2019-09-12T11:00:44.337Z] daemon.go:459: [df7758cb1d2cc] Daemon stopped [2019-09-12T11:00:44.337Z] daemon.go:336: [df7758cb1d2cc] waiting for daemon to start [2019-09-12T11:00:44.337Z] daemon.go:336: [df7758cb1d2cc] waiting for daemon to start [2019-09-12T11:00:44.337Z] daemon.go:364: [df7758cb1d2cc] daemon started [2019-09-12T11:00:44.337Z] daemon.go:472: [df7758cb1d2cc] Stopping daemon [2019-09-12T11:00:44.337Z] daemon.go:307: [df7758cb1d2cc] exiting daemon [2019-09-12T11:00:44.337Z] daemon.go:459: [df7758cb1d2cc] Daemon stopped [2019-09-12T11:00:44.337Z] PASS [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === Skipped [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-12T11:00:44.337Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2019-09-12T11:00:44.337Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-12T11:00:44.337Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T11:00:44.337Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-12T11:00:44.337Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-12T11:00:44.337Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] [2019-09-12T11:00:44.337Z] DONE 197 tests, 6 skipped in 154.459s [2019-09-12T11:00:44.337Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-12T11:00:44.337Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:00:44.337Z] ++ set -e [2019-09-12T11:00:44.337Z] ++ '[' -n 0 ']' [2019-09-12T11:00:44.337Z] ++ set -x [2019-09-12T11:00:44.337Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:00:44.439Z] Removing intermediate container 9418daa9b072 [2019-09-12T11:00:44.439Z] ---> 3f777ab9dd10 [2019-09-12T11:00:44.439Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-12T11:00:44.439Z] ---> Running in 7cefebc3114e [2019-09-12T11:00:44.594Z] INFO: Testing against a local daemon [2019-09-12T11:00:44.594Z] === RUN TestCommitInheritsEnv [2019-09-12T11:00:45.158Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-12T11:00:45.158Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-12T11:00:45.416Z] --- PASS: TestCommitInheritsEnv (0.62s) [2019-09-12T11:00:45.416Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-12T11:00:45.416Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-12T11:00:45.416Z] === RUN TestImagesFilterMultiReference [2019-09-12T11:00:45.416Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-12T11:00:45.416Z] === RUN TestImagePullPlatformInvalid [2019-09-12T11:00:45.416Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-12T11:00:45.416Z] === RUN TestRemoveImageOrphaning [2019-09-12T11:00:45.980Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2019-09-12T11:00:45.980Z] === RUN TestRemoveImageGarbageCollector [2019-09-12T11:00:46.262Z] Collecting yamllint==1.16.0 [2019-09-12T11:00:46.262Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-12T11:00:46.262Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-12T11:00:46.262Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-12T11:00:46.624Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-12T11:00:46.624Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-12T11:00:46.911Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-12T11:00:46.988Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-12T11:00:46.988Z] Running setup.py bdist_wheel for pathspec: started [2019-09-12T11:00:47.372Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-12T11:00:47.372Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-12T11:00:47.372Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-12T11:00:47.749Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-12T11:00:47.749Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-12T11:00:47.749Z] Successfully built pathspec pyyaml [2019-09-12T11:00:47.749Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-12T11:00:47.749Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-12T11:00:48.281Z] --- PASS: TestRemoveImageGarbageCollector (2.36s) [2019-09-12T11:00:48.281Z] remove_unix_test.go:34: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector [2019-09-12T11:00:48.281Z] daemon.go:336: [d04cd8d585316] waiting for daemon to start [2019-09-12T11:00:48.281Z] daemon.go:336: [d04cd8d585316] waiting for daemon to start [2019-09-12T11:00:48.281Z] daemon.go:364: [d04cd8d585316] daemon started [2019-09-12T11:00:48.281Z] daemon.go:472: [d04cd8d585316] Stopping daemon [2019-09-12T11:00:48.281Z] daemon.go:307: [d04cd8d585316] exiting daemon [2019-09-12T11:00:48.281Z] daemon.go:459: [d04cd8d585316] Daemon stopped [2019-09-12T11:00:48.281Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-12T11:00:48.281Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-12T11:00:48.281Z] === RUN TestTagInvalidReference [2019-09-12T11:00:48.281Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-12T11:00:48.281Z] === RUN TestTagValidPrefixedRepo [2019-09-12T11:00:48.540Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-12T11:00:48.540Z] === RUN TestTagExistedNameWithoutForce [2019-09-12T11:00:48.540Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-12T11:00:48.540Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-12T11:00:48.540Z] === RUN TestTagOfficialNames [2019-09-12T11:00:48.540Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-12T11:00:48.540Z] === RUN TestTagMatchesDigest [2019-09-12T11:00:48.540Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-12T11:00:48.540Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-12T11:00:48.632Z] Removing intermediate container 7cefebc3114e [2019-09-12T11:00:48.632Z] ---> adec026cb6ad [2019-09-12T11:00:48.632Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-12T11:00:49.471Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-12T11:00:49.545Z] ---> 3183c8b224c5 [2019-09-12T11:00:49.545Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-12T11:00:49.729Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-12T11:00:50.034Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-12T11:00:50.290Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-12T11:00:50.816Z] ---> 1b93cb37ba3a [2019-09-12T11:00:50.816Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-12T11:00:51.221Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-12T11:00:51.785Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-12T11:00:51.913Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-12T11:00:51.913Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:00:51.913Z] INFO: Testing against a local daemon [2019-09-12T11:00:51.913Z] === RUN TestBuildWithSession [2019-09-12T11:00:51.913Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-12T11:00:51.913Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:00:51.913Z] === RUN TestBuildSquashParent [2019-09-12T11:00:51.913Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-12T11:00:51.913Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:00:51.913Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-12T11:00:51.913Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-12T11:00:51.913Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:00:51.913Z] === RUN TestBuildMultiStageCopy [2019-09-12T11:00:51.913Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-12T11:00:52.109Z] ---> 7fc39d4fb0e7 [2019-09-12T11:00:52.109Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-12T11:00:52.348Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-12T11:00:52.475Z] ---> 40dce7b23eff [2019-09-12T11:00:52.475Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-12T11:00:52.847Z] ---> d85487fd0c45 [2019-09-12T11:00:52.847Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-12T11:00:53.223Z] ---> f9957d0164ae [2019-09-12T11:00:53.223Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-12T11:00:53.585Z] ---> 16ad10583682 [2019-09-12T11:00:53.585Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-12T11:00:53.950Z] ---> cef07d39a48a [2019-09-12T11:00:53.950Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-12T11:00:54.314Z] ---> bd7b2dda2a69 [2019-09-12T11:00:54.314Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-12T11:00:54.686Z] ---> e9512513be33 [2019-09-12T11:00:54.686Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-12T11:00:55.050Z] ---> 0ebcd3b0c8be [2019-09-12T11:00:55.050Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-12T11:00:55.874Z] ---> e5b637b954b5 [2019-09-12T11:00:55.874Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-12T11:00:56.292Z] ---> 575f43a65e37 [2019-09-12T11:00:56.292Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-12T11:00:56.778Z] ---> 3e5dd9f1a0fc [2019-09-12T11:00:56.778Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-12T11:00:57.160Z] ---> 59898d3252e0 [2019-09-12T11:00:57.160Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-12T11:00:57.160Z] ---> Running in 16b44488ec36 [2019-09-12T11:00:57.531Z] Removing intermediate container 16b44488ec36 [2019-09-12T11:00:57.531Z] ---> 03ecd3df5637 [2019-09-12T11:00:57.531Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-12T11:00:57.531Z] ---> Running in a50fc9266175 [2019-09-12T11:00:57.531Z] Removing intermediate container a50fc9266175 [2019-09-12T11:00:57.531Z] ---> a63e676a7470 [2019-09-12T11:00:57.531Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-12T11:00:57.531Z] ---> Running in 691f75643037 [2019-09-12T11:00:57.634Z] === RUN Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-12T11:00:57.901Z] Removing intermediate container 691f75643037 [2019-09-12T11:00:57.901Z] ---> 60cf28c03ccb [2019-09-12T11:00:57.901Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-12T11:00:57.901Z] ---> Running in da078d557450 [2019-09-12T11:00:57.901Z] Removing intermediate container da078d557450 [2019-09-12T11:00:57.901Z] ---> cf81d63296b0 [2019-09-12T11:00:57.901Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-12T11:00:58.023Z] === RUN Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-12T11:00:58.281Z] ---> Running in 55598a1a286f [2019-09-12T11:00:58.281Z] Removing intermediate container 55598a1a286f [2019-09-12T11:00:58.281Z] ---> 67da1891225e [2019-09-12T11:00:58.281Z] Step 124/125 : FROM dev AS final [2019-09-12T11:00:58.281Z] ---> 67da1891225e [2019-09-12T11:00:58.281Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-12T11:00:58.586Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-12T11:00:59.150Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:01:00.887Z] ---> 202a29f98aba [2019-09-12T11:01:00.887Z] Successfully built 202a29f98aba [2019-09-12T11:01:00.887Z] Successfully tagged docker:2edfd4ef44b3866c5714c9de70b150283eb15588 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-12T11:01:02.017Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/test/unit [2019-09-12T11:01:02.246Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-12T11:01:02.707Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-12T11:01:03.677Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-12T11:01:04.405Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-12T11:01:04.481Z] ? github.com/docker/docker/api [no test files] [2019-09-12T11:01:05.218Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-12T11:01:05.336Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-12T11:01:05.901Z] === RUN Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy (14.37s) [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.72s) [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.12s) [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.23s) [2019-09-12T11:01:06.189Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2019-09-12T11:01:06.189Z] === RUN TestBuildMultiStageParentConfig [2019-09-12T11:01:06.189Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-12T11:01:06.189Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:06.189Z] === RUN TestBuildLabelWithTargets [2019-09-12T11:01:06.189Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-12T11:01:06.189Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:06.189Z] === RUN TestBuildWithEmptyLayers [2019-09-12T11:01:06.466Z] === RUN Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-12T11:01:07.731Z] --- PASS: TestBuildWithEmptyLayers (1.21s) [2019-09-12T11:01:07.731Z] === RUN TestBuildMultiStageOnBuild [2019-09-12T11:01:07.731Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-12T11:01:07.731Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:07.731Z] === RUN TestBuildUncleanTarFilenames [2019-09-12T11:01:07.731Z] --- SKIP: TestBuildUncleanTarFilenames (0.02s) [2019-09-12T11:01:07.731Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:07.731Z] === RUN TestBuildMultiStageLayerLeak [2019-09-12T11:01:07.731Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-12T11:01:07.731Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:07.731Z] === RUN TestBuildWithHugeFile [2019-09-12T11:01:07.731Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-12T11:01:07.731Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-12T11:01:07.731Z] === RUN TestBuildWithEmptyDockerfile [2019-09-12T11:01:07.731Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:01:07.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:01:07.731Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:01:07.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:01:07.731Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:01:07.731Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:01:08.192Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:01:08.192Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:01:08.192Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:01:08.192Z] --- PASS: TestBuildWithEmptyDockerfile (0.46s) [2019-09-12T11:01:08.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-12T11:01:08.192Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-12T11:01:08.192Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-12T11:01:08.192Z] === RUN TestBuildPreserveOwnership [2019-09-12T11:01:08.192Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-12T11:01:08.192Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:08.192Z] === RUN TestBuildPlatformInvalid [2019-09-12T11:01:08.192Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-09-12T11:01:08.192Z] PASS [2019-09-12T11:01:08.192Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-12T11:01:08.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:01:08.192Z] INFO: Testing against a local daemon [2019-09-12T11:01:08.192Z] === RUN TestConfigList [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigList (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.192Z] === RUN TestConfigsCreateAndDelete [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.192Z] === RUN TestConfigsUpdate [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.192Z] === RUN TestTemplatedConfig [2019-09-12T11:01:08.192Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.192Z] === RUN TestConfigInspect [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.192Z] === RUN TestConfigCreateWithLabels [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:01:08.192Z] === RUN TestConfigCreateResolve [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:01:08.192Z] === RUN TestConfigDaemonLibtrustID [2019-09-12T11:01:08.192Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-12T11:01:08.192Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:01:08.192Z] PASS [2019-09-12T11:01:08.192Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-12T11:01:08.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:01:08.192Z] INFO: Testing against a local daemon [2019-09-12T11:01:08.192Z] === RUN TestCheckpoint [2019-09-12T11:01:08.192Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-12T11:01:08.192Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T11:01:08.192Z] === RUN TestContainerInvalidJSON [2019-09-12T11:01:08.192Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:01:08.192Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:01:08.192Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:01:08.192Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:01:08.192Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:01:08.192Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:01:08.192Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:01:08.192Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:01:08.192Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:01:08.192Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-12T11:01:08.192Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-12T11:01:08.192Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-12T11:01:08.192Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-12T11:01:08.192Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-12T11:01:08.362Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-12T11:01:08.655Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-12T11:01:08.655Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-12T11:01:08.655Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-12T11:01:08.655Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-12T11:01:08.655Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-12T11:01:08.655Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-12T11:01:08.655Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-12T11:01:08.655Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCopyFromContainer [2019-09-12T11:01:08.655Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-12T11:01:08.655Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-12T11:01:08.655Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:01:08.655Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:01:08.655Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:01:08.655Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:01:08.655Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:01:08.655Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:01:08.655Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:01:08.655Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:01:08.655Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:01:08.655Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-12T11:01:08.655Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-12T11:01:08.655Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-12T11:01:08.655Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidEnv [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-12T11:01:08.655Z] === RUN TestCreateTmpfsMountsTarget [2019-09-12T11:01:08.655Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-12T11:01:08.655Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:08.655Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-12T11:01:08.655Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-12T11:01:08.655Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:01:08.655Z] === RUN TestCreateWithCapabilities [2019-09-12T11:01:08.655Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-12T11:01:08.655Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-12T11:01:08.655Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-12T11:01:08.655Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-12T11:01:08.655Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:01:08.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:01:08.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:01:08.655Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-12T11:01:08.655Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-12T11:01:08.655Z] === RUN TestDiff [2019-09-12T11:01:08.655Z] --- SKIP: TestDiff (0.00s) [2019-09-12T11:01:08.655Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:08.655Z] === RUN TestExecWithCloseStdin [2019-09-12T11:01:09.305Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-12T11:01:10.236Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-12T11:01:10.494Z] === RUN Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-12T11:01:10.919Z] --- PASS: TestExecWithCloseStdin (2.12s) [2019-09-12T11:01:10.919Z] === RUN TestExec [2019-09-12T11:01:10.919Z] --- SKIP: TestExec (0.00s) [2019-09-12T11:01:10.919Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-12T11:01:10.919Z] === RUN TestExecUser [2019-09-12T11:01:10.919Z] --- SKIP: TestExecUser (0.00s) [2019-09-12T11:01:10.919Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-12T11:01:10.919Z] === RUN TestExportContainerAndImportImage [2019-09-12T11:01:10.919Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-12T11:01:10.919Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:10.919Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-12T11:01:10.919Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-12T11:01:10.919Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:10.919Z] === RUN TestHealthCheckWorkdir [2019-09-12T11:01:10.919Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-12T11:01:10.919Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:10.919Z] === RUN TestHealthKillContainer [2019-09-12T11:01:10.919Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-12T11:01:10.919Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-12T11:01:10.919Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-12T11:01:10.919Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-12T11:01:10.919Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-12T11:01:10.919Z] === RUN TestKillContainerInvalidSignal [2019-09-12T11:01:11.060Z] === RUN Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-12T11:01:12.461Z] --- PASS: TestKillContainerInvalidSignal (1.71s) [2019-09-12T11:01:12.461Z] === RUN TestKillContainer [2019-09-12T11:01:12.461Z] --- SKIP: TestKillContainer (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-12T11:01:12.461Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-12T11:01:12.461Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-12T11:01:12.461Z] === RUN TestKillStoppedContainer [2019-09-12T11:01:12.461Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-12T11:01:12.461Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-12T11:01:12.461Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-12T11:01:12.461Z] === RUN TestKillDifferentUserContainer [2019-09-12T11:01:12.461Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-12T11:01:12.461Z] === RUN TestInspectOomKilledTrue [2019-09-12T11:01:12.461Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:01:12.461Z] === RUN TestInspectOomKilledFalse [2019-09-12T11:01:12.461Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-12T11:01:12.461Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:01:12.461Z] === RUN TestLogsFollowTailEmpty [2019-09-12T11:01:14.003Z] --- PASS: TestLogsFollowTailEmpty (1.69s) [2019-09-12T11:01:14.003Z] === RUN TestNetworkNat [2019-09-12T11:01:14.003Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-12T11:01:14.003Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:14.003Z] === RUN TestNetworkLocalhostTCPNat [2019-09-12T11:01:14.003Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-12T11:01:14.003Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:01:14.003Z] === RUN TestNetworkLoopbackNat [2019-09-12T11:01:14.003Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-12T11:01:14.003Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:14.003Z] === RUN TestPause [2019-09-12T11:01:14.003Z] --- SKIP: TestPause (0.00s) [2019-09-12T11:01:14.003Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-12T11:01:14.003Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-12T11:01:14.337Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-12T11:01:16.187Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.72s) [2019-09-12T11:01:16.187Z] === RUN TestPauseStopPausedContainer [2019-09-12T11:01:16.187Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-12T11:01:16.187Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:16.187Z] === RUN TestPsFilter [2019-09-12T11:01:16.187Z] --- PASS: TestPsFilter (0.16s) [2019-09-12T11:01:16.187Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-12T11:01:16.299Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2019-09-12T11:01:17.727Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.90s) [2019-09-12T11:01:17.727Z] === RUN TestRemoveContainerWithVolume [2019-09-12T11:01:19.593Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-12T11:01:19.911Z] --- PASS: TestRemoveContainerWithVolume (2.01s) [2019-09-12T11:01:19.911Z] === RUN TestRemoveContainerRunning [2019-09-12T11:01:20.845Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-12T11:01:20.845Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-12T11:01:20.845Z] Cross building: bundles/cross/windows/amd64 [2019-09-12T11:01:20.845Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-12T11:01:20.845Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-12T11:01:21.488Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-12T11:01:21.488Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-12T11:01:21.488Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-12T11:01:21.488Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-12T11:01:21.488Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-12T11:01:22.094Z] --- PASS: TestRemoveContainerRunning (1.74s) [2019-09-12T11:01:22.094Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-12T11:01:23.636Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.70s) [2019-09-12T11:01:23.636Z] === RUN TestRemoveInvalidContainer [2019-09-12T11:01:23.636Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-12T11:01:23.636Z] === RUN TestRenameLinkedContainer [2019-09-12T11:01:23.636Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-12T11:01:23.636Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:23.636Z] === RUN TestRenameStoppedContainer [2019-09-12T11:01:24.768Z] === RUN Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-12T11:01:25.820Z] --- PASS: TestRenameStoppedContainer (2.13s) [2019-09-12T11:01:25.820Z] === RUN TestRenameRunningContainerAndReuse [2019-09-12T11:01:26.663Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-12T11:01:26.663Z] === RUN Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-12T11:01:28.791Z] --- PASS: TestRenameRunningContainerAndReuse (3.44s) [2019-09-12T11:01:28.791Z] === RUN TestRenameInvalidName [2019-09-12T11:01:30.977Z] --- PASS: TestRenameInvalidName (1.70s) [2019-09-12T11:01:30.977Z] === RUN TestRenameAnonymousContainer [2019-09-12T11:01:30.977Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-12T11:01:30.977Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:30.977Z] === RUN TestRenameContainerWithSameName [2019-09-12T11:01:32.001Z] === RUN Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-12T11:01:32.258Z] === RUN Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-12T11:01:32.520Z] --- PASS: TestRenameContainerWithSameName (1.71s) [2019-09-12T11:01:32.520Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-12T11:01:32.520Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-12T11:01:32.520Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:32.520Z] === RUN TestResize [2019-09-12T11:01:32.520Z] --- SKIP: TestResize (0.00s) [2019-09-12T11:01:32.520Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:32.520Z] === RUN TestResizeWithInvalidSize [2019-09-12T11:01:32.520Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-12T11:01:32.520Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-12T11:01:32.520Z] === RUN TestResizeWhenContainerNotStarted [2019-09-12T11:01:32.823Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-12T11:01:34.704Z] --- PASS: TestResizeWhenContainerNotStarted (1.94s) [2019-09-12T11:01:34.704Z] === RUN TestDaemonRestartKillContainers [2019-09-12T11:01:34.704Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-12T11:01:34.704Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:01:34.704Z] === RUN TestStats [2019-09-12T11:01:34.704Z] --- SKIP: TestStats (0.00s) [2019-09-12T11:01:34.704Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-12T11:01:34.704Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-12T11:01:38.078Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-12T11:01:38.078Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-12T11:01:38.642Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-12T11:01:39.406Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.06s) [2019-09-12T11:01:39.407Z] === RUN TestStopContainerWithTimeout [2019-09-12T11:01:39.407Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-12T11:01:39.407Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-12T11:01:39.407Z] === RUN TestUpdateRestartPolicy [2019-09-12T11:01:42.838Z] === RUN Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-12T11:01:46.118Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-12T11:01:54.216Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-12T11:01:54.216Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-12T11:01:55.148Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-12T11:01:56.078Z] === RUN Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-12T11:01:58.604Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-12T11:01:58.861Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-12T11:01:59.425Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-12T11:01:59.990Z] === RUN Test/DockerDaemonSuite/TestHTTPSRun [2019-09-12T11:02:00.247Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-12T11:02:00.516Z] --- PASS: TestUpdateRestartPolicy (19.98s) [2019-09-12T11:02:00.516Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-12T11:02:00.977Z] --- PASS: TestUpdateRestartWithAutoRemove (1.70s) [2019-09-12T11:02:00.977Z] === RUN TestWaitNonBlocked [2019-09-12T11:02:00.977Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:02:00.977Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:02:00.977Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:02:00.977Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:02:00.977Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:02:00.977Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:02:01.180Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-12T11:02:01.180Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-12T11:02:02.113Z] === RUN Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-12T11:02:02.113Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-12T11:02:02.679Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-12T11:02:04.577Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-12T11:02:04.577Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-12T11:02:06.475Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-12T11:02:06.475Z] === RUN Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-12T11:02:08.072Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-12T11:02:08.072Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.71s) [2019-09-12T11:02:08.072Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.19s) [2019-09-12T11:02:08.072Z] === RUN TestWaitBlocked [2019-09-12T11:02:08.072Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-12T11:02:08.072Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:08.072Z] PASS [2019-09-12T11:02:08.535Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-12T11:02:08.535Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:08.535Z] INFO: Testing against a local daemon [2019-09-12T11:02:08.535Z] === RUN TestCommitInheritsEnv [2019-09-12T11:02:08.535Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-12T11:02:08.535Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:02:08.535Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-12T11:02:08.535Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-12T11:02:08.535Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-12T11:02:08.535Z] === RUN TestImagesFilterMultiReference [2019-09-12T11:02:08.535Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-12T11:02:08.535Z] === RUN TestImagePullPlatformInvalid [2019-09-12T11:02:08.535Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-12T11:02:08.535Z] === RUN TestRemoveImageOrphaning [2019-09-12T11:02:08.535Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-12T11:02:08.535Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:02:08.535Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-12T11:02:08.535Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-12T11:02:08.535Z] === RUN TestTagInvalidReference [2019-09-12T11:02:08.535Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-12T11:02:08.535Z] === RUN TestTagValidPrefixedRepo [2019-09-12T11:02:08.535Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-12T11:02:08.535Z] === RUN TestTagExistedNameWithoutForce [2019-09-12T11:02:08.535Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-12T11:02:08.535Z] === RUN TestTagOfficialNames [2019-09-12T11:02:08.535Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-12T11:02:08.535Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-12T11:02:08.535Z] === RUN TestTagMatchesDigest [2019-09-12T11:02:08.535Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-12T11:02:08.535Z] PASS [2019-09-12T11:02:08.535Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-12T11:02:08.997Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:08.997Z] INFO: Testing against a local daemon [2019-09-12T11:02:08.997Z] === RUN TestNetworkCreateDelete [2019-09-12T11:02:08.997Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-12T11:02:08.997Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:08.997Z] === RUN TestDockerNetworkDeletePreferID [2019-09-12T11:02:08.997Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-12T11:02:08.997Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-09-12T11:02:08.997Z] === RUN TestInspectNetwork [2019-09-12T11:02:08.997Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-12T11:02:08.997Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-12T11:02:08.997Z] === RUN TestRunContainerWithBridgeNone [2019-09-12T11:02:08.997Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-12T11:02:08.997Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:08.997Z] === RUN TestNetworkInvalidJSON [2019-09-12T11:02:08.997Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-12T11:02:08.997Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-12T11:02:08.997Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:02:08.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:02:08.997Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:02:08.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:02:08.997Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-12T11:02:08.997Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:02:08.997Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:02:08.997Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-12T11:02:08.997Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-12T11:02:08.997Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-12T11:02:08.997Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-12T11:02:08.997Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-12T11:02:08.997Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestDaemonDefaultNetworkPools [2019-09-12T11:02:08.997Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-12T11:02:08.997Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T11:02:08.997Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T11:02:08.997Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestServiceWithPredefinedNetwork [2019-09-12T11:02:08.997Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-12T11:02:08.997Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:230: FLAKY_TEST [2019-09-12T11:02:08.997Z] === RUN TestServiceWithDataPathPortInit [2019-09-12T11:02:08.997Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-12T11:02:08.997Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-12T11:02:08.997Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-12T11:02:08.997Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:08.997Z] INFO: Testing against a local daemon [2019-09-12T11:02:08.997Z] === RUN TestPluginInvalidJSON [2019-09-12T11:02:08.997Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:02:08.997Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:02:08.997Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:02:08.997Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-12T11:02:08.997Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-12T11:02:08.997Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:08.997Z] INFO: Testing against a local daemon [2019-09-12T11:02:08.997Z] === RUN TestExternalGraphDriver [2019-09-12T11:02:08.997Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-12T11:02:08.997Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-12T11:02:08.997Z] === RUN TestGraphdriverPluginV2 [2019-09-12T11:02:08.997Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-12T11:02:08.997Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-12T11:02:08.997Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:08.997Z] INFO: Testing against a local daemon [2019-09-12T11:02:08.997Z] PASS [2019-09-12T11:02:08.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-12T11:02:10.003Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:10.003Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-12T11:02:10.003Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:10.003Z] INFO: Testing against a local daemon [2019-09-12T11:02:10.003Z] === RUN TestSecretInspect [2019-09-12T11:02:10.003Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestSecretList [2019-09-12T11:02:10.003Z] --- SKIP: TestSecretList (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestSecretsCreateAndDelete [2019-09-12T11:02:10.003Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestSecretsUpdate [2019-09-12T11:02:10.003Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestTemplatedSecret [2019-09-12T11:02:10.003Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestSecretCreateResolve [2019-09-12T11:02:10.003Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-12T11:02:10.003Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:10.003Z] PASS [2019-09-12T11:02:10.003Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-12T11:02:10.003Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:10.003Z] INFO: Testing against a local daemon [2019-09-12T11:02:10.003Z] === RUN TestServiceCreateInit [2019-09-12T11:02:10.003Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-12T11:02:10.003Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-12T11:02:10.003Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceMultipleTimes [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceConflict [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceMaxReplicas [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-12T11:02:10.003Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceSecretFileMode [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceConfigFileMode [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-12T11:02:10.003Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceSysctls [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-12T11:02:10.003Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestCreateServiceCapabilities [2019-09-12T11:02:10.003Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-12T11:02:10.003Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestInspect [2019-09-12T11:02:10.003Z] --- SKIP: TestInspect (0.00s) [2019-09-12T11:02:10.003Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestDockerNetworkConnectAlias [2019-09-12T11:02:10.003Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-12T11:02:10.003Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestDockerNetworkReConnect [2019-09-12T11:02:10.003Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-12T11:02:10.003Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestServicePlugin [2019-09-12T11:02:10.003Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-12T11:02:10.003Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestServiceUpdateLabel [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-12T11:02:10.003Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:10.003Z] === RUN TestServiceUpdateSecrets [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-12T11:02:10.003Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:10.003Z] === RUN TestServiceUpdateConfigs [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-12T11:02:10.003Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:10.003Z] === RUN TestServiceUpdateNetwork [2019-09-12T11:02:10.003Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-12T11:02:10.003Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-12T11:02:10.003Z] PASS [2019-09-12T11:02:10.003Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-12T11:02:10.003Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:10.003Z] INFO: Testing against a local daemon [2019-09-12T11:02:10.003Z] === RUN TestSessionCreate [2019-09-12T11:02:10.003Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-12T11:02:10.003Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-12T11:02:10.003Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-12T11:02:10.003Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-12T11:02:10.003Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-12T11:02:10.003Z] PASS [2019-09-12T11:02:10.003Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-12T11:02:10.003Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:10.003Z] INFO: Testing against a local daemon [2019-09-12T11:02:10.003Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-12T11:02:10.003Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-12T11:02:10.003Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-12T11:02:10.003Z] === RUN TestEventsExecDie [2019-09-12T11:02:10.003Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-12T11:02:10.003Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-12T11:02:10.003Z] === RUN TestEventsBackwardsCompatible [2019-09-12T11:02:10.003Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-12T11:02:10.003Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-12T11:02:10.003Z] === RUN TestInfoAPI [2019-09-12T11:02:10.003Z] --- PASS: TestInfoAPI (0.04s) [2019-09-12T11:02:10.003Z] === RUN TestInfoAPIWarnings [2019-09-12T11:02:10.003Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-12T11:02:10.003Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-12T11:02:10.003Z] === RUN TestLoginFailsWithBadCredentials [2019-09-12T11:02:10.653Z] === RUN Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-12T11:02:11.067Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2019-09-12T11:02:11.067Z] === RUN TestPingCacheHeaders [2019-09-12T11:02:11.067Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-12T11:02:11.067Z] === RUN TestPingGet [2019-09-12T11:02:11.067Z] --- PASS: TestPingGet (0.03s) [2019-09-12T11:02:11.067Z] === RUN TestPingHead [2019-09-12T11:02:11.067Z] --- PASS: TestPingHead (0.03s) [2019-09-12T11:02:11.067Z] === RUN TestVersion [2019-09-12T11:02:11.067Z] --- PASS: TestVersion (0.02s) [2019-09-12T11:02:11.067Z] PASS [2019-09-12T11:02:11.067Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-12T11:02:11.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:11.067Z] INFO: Testing against a local daemon [2019-09-12T11:02:11.067Z] === RUN TestVolumesCreateAndList [2019-09-12T11:02:11.067Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-12T11:02:11.067Z] === RUN TestVolumesRemove [2019-09-12T11:02:11.067Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-12T11:02:11.067Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-12T11:02:11.067Z] === RUN TestVolumesInspect [2019-09-12T11:02:11.067Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-12T11:02:11.067Z] === RUN TestVolumesInvalidJSON [2019-09-12T11:02:11.067Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-12T11:02:11.067Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-12T11:02:11.067Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-12T11:02:11.067Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-12T11:02:11.067Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-12T11:02:11.067Z] PASS [2019-09-12T11:02:11.067Z] INFO: make.ps1 ended at 09/12/2019 11:02:10 [2019-09-12T11:02:11.067Z] INFO: Integration CLI tests being run from the host: [2019-09-12T11:02:11.067Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-12T11:02:12.025Z] === RUN Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-12T11:02:13.944Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-12T11:02:14.509Z] === RUN Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-12T11:02:15.144Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2019-09-12T11:02:15.144Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-12T11:02:15.144Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 4.0% of statements [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-12T11:02:15.144Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2019-09-12T11:02:15.144Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 95.2% of statements [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-12T11:02:15.144Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-12T11:02:15.145Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2019-09-12T11:02:15.145Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-12T11:02:15.145Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-12T11:02:15.145Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2019-09-12T11:02:17.046Z] ok github.com/docker/docker/builder/fscache 0.110s coverage: 69.2% of statements [2019-09-12T11:02:17.442Z] ok github.com/docker/docker/builder/dockerfile 1.000s coverage: 45.1% of statements [2019-09-12T11:02:18.685Z] === RUN Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-12T11:02:20.143Z] ok github.com/docker/docker/builder/remotecontext 0.249s coverage: 13.6% of statements [2019-09-12T11:02:20.536Z] ok github.com/docker/docker/builder/remotecontext/git 0.779s coverage: 85.1% of statements [2019-09-12T11:02:20.536Z] ? github.com/docker/docker/cli [no test files] [2019-09-12T11:02:20.536Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-12T11:02:20.918Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2019-09-12T11:02:21.208Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-12T11:02:22.577Z] === RUN Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-12T11:02:22.835Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-12T11:02:23.475Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-12T11:02:23.475Z] INFO: Testing against a local daemon [2019-09-12T11:02:23.475Z] === RUN Test [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-12T11:02:23.475Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-12T11:02:23.936Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-12T11:02:24.397Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-12T11:02:24.857Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-12T11:02:25.053Z] ok github.com/docker/docker/client 0.239s coverage: 75.6% of statements [2019-09-12T11:02:28.099Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-12T11:02:28.099Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-12T11:02:28.512Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-12T11:02:28.512Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-12T11:02:28.512Z] remote: Enumerating objects: 19, done. [2019-09-12T11:02:28.512Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-12T11:02:28.512Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-09-12T11:02:28.512Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-12T11:02:28.512Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-12T11:02:28.848Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/test/unit [2019-09-12T11:02:29.993Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-12T11:02:30.927Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-12T11:02:31.376Z] ? github.com/docker/docker/api [no test files] [2019-09-12T11:02:32.301Z] === RUN Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-12T11:02:35.768Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-12T11:02:43.597Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2019-09-12T11:02:43.873Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-12T11:02:43.873Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-12T11:02:43.873Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-12T11:02:45.768Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-12T11:02:49.947Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-12T11:02:52.483Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-12T11:02:55.759Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-12T11:02:56.018Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-12T11:02:59.295Z] === RUN Test/DockerDaemonSuite/TestShmSize [2019-09-12T11:02:59.580Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 29.9% of statements [2019-09-12T11:02:59.580Z] ok github.com/docker/docker/container 0.114s coverage: 35.5% of statements [2019-09-12T11:02:59.580Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-12T11:02:59.580Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-12T11:02:59.580Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-12T11:02:59.580Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-12T11:03:01.192Z] === RUN Test/DockerDaemonSuite/TestShmSizeReload [2019-09-12T11:03:03.719Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-12T11:03:04.283Z] === RUN Test/DockerDaemonSuite/TestTLSVerify [2019-09-12T11:03:04.540Z] === RUN Test/DockerDaemonSuite/TestVolumePlugin [2019-09-12T11:03:05.231Z] ok github.com/docker/docker/daemon/cluster 0.028s coverage: 0.5% of statements [2019-09-12T11:03:07.065Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-12T11:03:07.073Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2019-09-12T11:03:08.912Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-09-12T11:03:09.592Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-12T11:03:10.524Z] === RUN Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-12T11:03:17.160Z] === RUN Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-12T11:03:17.226Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.5% of statements [2019-09-12T11:03:17.226Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-12T11:03:17.226Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.6% of statements [2019-09-12T11:03:17.226Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-12T11:03:18.092Z] === RUN Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-12T11:03:18.534Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2019-09-12T11:03:19.376Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 84.2% of statements [2019-09-12T11:03:19.376Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2019-09-12T11:03:19.376Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-12T11:03:19.376Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-12T11:03:20.721Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2019-09-12T11:03:23.411Z] === RUN Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-12T11:03:23.507Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2019-09-12T11:03:24.306Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.248s coverage: 57.8% of statements [2019-09-12T11:03:30.624Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.454s coverage: 45.9% of statements [2019-09-12T11:03:31.527Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-12T11:03:31.527Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-12T11:03:33.893Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.436s coverage: 72.5% of statements [2019-09-12T11:03:33.893Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-12T11:03:33.893Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.008s coverage: 50.8% of statements [2019-09-12T11:03:36.486Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.569s coverage: 76.1% of statements [2019-09-12T11:03:36.781Z] === RUN Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-12T11:03:37.345Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-12T11:03:37.345Z] === RUN Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-12T11:03:37.765Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.0% of statements [2019-09-12T11:03:37.909Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-12T11:03:38.472Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-12T11:03:39.059Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2019-09-12T11:03:39.403Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-12T11:03:39.403Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-12T11:03:39.967Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-12T11:03:40.898Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-12T11:03:41.584Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.964s coverage: 57.0% of statements [2019-09-12T11:03:41.584Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-12T11:03:41.584Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-12T11:03:41.584Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-12T11:03:41.584Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-12T11:03:41.971Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2019-09-12T11:03:41.971Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-12T11:03:44.126Z] ok github.com/docker/docker/daemon/logger 0.233s coverage: 42.7% of statements [2019-09-12T11:03:44.174Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-12T11:03:44.525Z] ok github.com/docker/docker/daemon/logger/awslogs 0.102s coverage: 77.8% of statements [2019-09-12T11:03:44.525Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-12T11:03:44.525Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-12T11:03:45.335Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2019-09-12T11:03:45.731Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 26.2% of statements [2019-09-12T11:03:46.069Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-12T11:03:46.069Z] --- PASS: TestImportExtremelyLargeImageWorks (177.28s) [2019-09-12T11:03:46.069Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-12T11:03:46.069Z] daemon.go:336: [dcc56ef047cf7] waiting for daemon to start [2019-09-12T11:03:46.069Z] daemon.go:336: [dcc56ef047cf7] waiting for daemon to start [2019-09-12T11:03:46.069Z] daemon.go:364: [dcc56ef047cf7] daemon started [2019-09-12T11:03:46.069Z] daemon.go:472: [dcc56ef047cf7] Stopping daemon [2019-09-12T11:03:46.069Z] daemon.go:307: [dcc56ef047cf7] exiting daemon [2019-09-12T11:03:46.069Z] daemon.go:459: [dcc56ef047cf7] Daemon stopped [2019-09-12T11:03:46.069Z] PASS [2019-09-12T11:03:46.069Z] [2019-09-12T11:03:46.069Z] DONE 12 tests in 181.400s [2019-09-12T11:03:46.069Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-12T11:03:46.069Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:03:46.069Z] ++ set -e [2019-09-12T11:03:46.069Z] ++ '[' -n 0 ']' [2019-09-12T11:03:46.069Z] ++ set -x [2019-09-12T11:03:46.069Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:03:46.069Z] INFO: Testing against a local daemon [2019-09-12T11:03:46.069Z] === RUN TestNetworkCreateDelete [2019-09-12T11:03:46.069Z] --- PASS: TestNetworkCreateDelete (0.10s) [2019-09-12T11:03:46.069Z] === RUN TestDockerNetworkDeletePreferID [2019-09-12T11:03:46.563Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-09-12T11:03:46.633Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2019-09-12T11:03:46.633Z] === RUN TestInspectNetwork [2019-09-12T11:03:46.948Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.042s coverage: 62.1% of statements [2019-09-12T11:03:47.563Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-12T11:03:47.762Z] ok github.com/docker/docker/daemon/logger/local 0.012s coverage: 74.7% of statements [2019-09-12T11:03:47.762Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-12T11:03:48.558Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 18.6% of statements [2019-09-12T11:03:49.458Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-12T11:03:50.466Z] ok github.com/docker/docker/daemon/logger/syslog 0.030s coverage: 47.8% of statements [2019-09-12T11:03:50.827Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-12T11:03:50.881Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-09-12T11:03:51.299Z] ok github.com/docker/docker/daemon/logger/splunk 1.549s coverage: 84.5% of statements [2019-09-12T11:03:51.299Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-12T11:03:51.718Z] ok github.com/docker/docker/daemon/network 0.017s coverage: 63.8% of statements [2019-09-12T11:03:51.718Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-12T11:03:52.198Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-12T11:03:52.788Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2019-09-12T11:03:52.788Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-12T11:03:52.788Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-12T11:03:52.788Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-12T11:03:52.789Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2019-09-12T11:03:52.789Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-12T11:03:52.789Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2019-09-12T11:03:52.789Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-12T11:03:52.789Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-12T11:03:52.789Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2019-09-12T11:03:53.567Z] === RUN TestInspectNetwork/full_network_id [2019-09-12T11:03:53.567Z] === RUN TestInspectNetwork/partial_network_id [2019-09-12T11:03:53.567Z] === RUN TestInspectNetwork/network_name [2019-09-12T11:03:53.567Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-12T11:03:53.658Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2019-09-12T11:03:54.966Z] ok github.com/docker/docker/distribution 0.285s coverage: 22.6% of statements [2019-09-12T11:03:54.966Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-12T11:03:55.782Z] ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements [2019-09-12T11:03:56.066Z] ok github.com/docker/docker/builder/fscache 0.138s coverage: 69.2% of statements [2019-09-12T11:03:56.324Z] ok github.com/docker/docker/builder/dockerfile 0.596s coverage: 45.1% of statements [2019-09-12T11:03:56.570Z] ok github.com/docker/docker/distribution/xfer 1.462s coverage: 83.4% of statements [2019-09-12T11:03:56.570Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-12T11:03:56.950Z] ok github.com/docker/docker/image 0.022s coverage: 86.4% of statements [2019-09-12T11:03:57.741Z] --- PASS: TestInspectNetwork (10.97s) [2019-09-12T11:03:57.741Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-12T11:03:57.741Z] daemon.go:336: [d44c626db428f] waiting for daemon to start [2019-09-12T11:03:57.741Z] daemon.go:336: [d44c626db428f] waiting for daemon to start [2019-09-12T11:03:57.741Z] daemon.go:364: [d44c626db428f] daemon started [2019-09-12T11:03:57.741Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-12T11:03:57.741Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-12T11:03:57.741Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-12T11:03:57.741Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-12T11:03:57.741Z] daemon.go:472: [d44c626db428f] Stopping daemon [2019-09-12T11:03:57.741Z] daemon.go:307: [d44c626db428f] exiting daemon [2019-09-12T11:03:57.741Z] daemon.go:459: [d44c626db428f] Daemon stopped [2019-09-12T11:03:57.741Z] === RUN TestRunContainerWithBridgeNone [2019-09-12T11:03:58.285Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2019-09-12T11:03:58.285Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-12T11:03:58.285Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2019-09-12T11:03:58.285Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-12T11:03:58.850Z] ok github.com/docker/docker/builder/remotecontext/git 0.801s coverage: 85.1% of statements [2019-09-12T11:03:58.850Z] ok github.com/docker/docker/builder/remotecontext 0.187s coverage: 13.6% of statements [2019-09-12T11:03:59.108Z] ? github.com/docker/docker/cli [no test files] [2019-09-12T11:03:59.108Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-12T11:03:59.108Z] ok github.com/docker/docker/cli/debug 0.021s coverage: 100.0% of statements [2019-09-12T11:03:59.639Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-12T11:03:59.860Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-09-12T11:04:00.570Z] --- PASS: TestRunContainerWithBridgeNone (2.89s) [2019-09-12T11:04:00.570Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-12T11:04:00.570Z] daemon.go:336: [dcb5e3d2ec07d] waiting for daemon to start [2019-09-12T11:04:00.570Z] daemon.go:336: [dcb5e3d2ec07d] waiting for daemon to start [2019-09-12T11:04:00.570Z] daemon.go:364: [dcb5e3d2ec07d] daemon started [2019-09-12T11:04:00.570Z] daemon.go:472: [dcb5e3d2ec07d] Stopping daemon [2019-09-12T11:04:00.570Z] daemon.go:307: [dcb5e3d2ec07d] exiting daemon [2019-09-12T11:04:00.570Z] daemon.go:459: [dcb5e3d2ec07d] Daemon stopped [2019-09-12T11:04:00.570Z] === RUN TestNetworkInvalidJSON [2019-09-12T11:04:00.570Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-12T11:04:00.570Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-12T11:04:00.570Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:04:00.570Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:04:00.570Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:04:00.570Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:04:00.570Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-12T11:04:00.570Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:04:00.570Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:04:00.570Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-12T11:04:00.570Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-12T11:04:00.570Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-12T11:04:00.570Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-12T11:04:00.570Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-12T11:04:01.185Z] ok github.com/docker/docker/opts 0.030s coverage: 66.9% of statements [2019-09-12T11:04:01.501Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2019-09-12T11:04:01.501Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-12T11:04:01.501Z] daemon.go:336: [d09f4261f8927] waiting for daemon to start [2019-09-12T11:04:01.501Z] daemon.go:336: [d09f4261f8927] waiting for daemon to start [2019-09-12T11:04:01.501Z] daemon.go:364: [d09f4261f8927] daemon started [2019-09-12T11:04:01.501Z] daemon.go:472: [d09f4261f8927] Stopping daemon [2019-09-12T11:04:01.501Z] daemon.go:307: [d09f4261f8927] exiting daemon [2019-09-12T11:04:01.501Z] daemon.go:459: [d09f4261f8927] Daemon stopped [2019-09-12T11:04:01.501Z] daemon.go:336: [d09f4261f8927] waiting for daemon to start [2019-09-12T11:04:01.501Z] daemon.go:336: [d09f4261f8927] waiting for daemon to start [2019-09-12T11:04:01.501Z] daemon.go:364: [d09f4261f8927] daemon started [2019-09-12T11:04:01.501Z] daemon.go:472: [d09f4261f8927] Stopping daemon [2019-09-12T11:04:01.501Z] daemon.go:307: [d09f4261f8927] exiting daemon [2019-09-12T11:04:01.501Z] daemon.go:459: [d09f4261f8927] Daemon stopped [2019-09-12T11:04:01.501Z] === RUN TestDaemonDefaultNetworkPools [2019-09-12T11:04:01.571Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 50.0% of statements [2019-09-12T11:04:02.433Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2019-09-12T11:04:02.433Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-12T11:04:02.433Z] daemon.go:336: [d279f671c33cc] waiting for daemon to start [2019-09-12T11:04:02.433Z] daemon.go:336: [d279f671c33cc] waiting for daemon to start [2019-09-12T11:04:02.433Z] daemon.go:364: [d279f671c33cc] daemon started [2019-09-12T11:04:02.433Z] daemon.go:472: [d279f671c33cc] Stopping daemon [2019-09-12T11:04:02.433Z] daemon.go:307: [d279f671c33cc] exiting daemon [2019-09-12T11:04:02.433Z] daemon.go:459: [d279f671c33cc] Daemon stopped [2019-09-12T11:04:02.433Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-12T11:04:03.380Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-09-12T11:04:03.380Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-12T11:04:03.380Z] daemon.go:336: [d48fd7865cc97] waiting for daemon to start [2019-09-12T11:04:03.380Z] daemon.go:336: [d48fd7865cc97] waiting for daemon to start [2019-09-12T11:04:03.380Z] daemon.go:364: [d48fd7865cc97] daemon started [2019-09-12T11:04:03.380Z] daemon.go:472: [d48fd7865cc97] Stopping daemon [2019-09-12T11:04:03.380Z] daemon.go:307: [d48fd7865cc97] exiting daemon [2019-09-12T11:04:03.380Z] daemon.go:459: [d48fd7865cc97] Daemon stopped [2019-09-12T11:04:03.380Z] daemon.go:336: [d48fd7865cc97] waiting for daemon to start [2019-09-12T11:04:03.380Z] daemon.go:336: [d48fd7865cc97] waiting for daemon to start [2019-09-12T11:04:03.380Z] daemon.go:364: [d48fd7865cc97] daemon started [2019-09-12T11:04:03.380Z] daemon.go:472: [d48fd7865cc97] Stopping daemon [2019-09-12T11:04:03.380Z] daemon.go:307: [d48fd7865cc97] exiting daemon [2019-09-12T11:04:03.380Z] daemon.go:459: [d48fd7865cc97] Daemon stopped [2019-09-12T11:04:03.380Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T11:04:03.404Z] ok github.com/docker/docker/pkg/archive 0.486s coverage: 76.9% of statements [2019-09-12T11:04:04.749Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2019-09-12T11:04:04.749Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T11:04:04.749Z] daemon.go:336: [d133358f69d40] waiting for daemon to start [2019-09-12T11:04:04.749Z] daemon.go:336: [d133358f69d40] waiting for daemon to start [2019-09-12T11:04:04.749Z] daemon.go:364: [d133358f69d40] daemon started [2019-09-12T11:04:04.749Z] daemon.go:472: [d133358f69d40] Stopping daemon [2019-09-12T11:04:04.749Z] daemon.go:307: [d133358f69d40] exiting daemon [2019-09-12T11:04:04.749Z] daemon.go:459: [d133358f69d40] Daemon stopped [2019-09-12T11:04:04.749Z] daemon.go:336: [d133358f69d40] waiting for daemon to start [2019-09-12T11:04:04.749Z] daemon.go:336: [d133358f69d40] waiting for daemon to start [2019-09-12T11:04:04.749Z] daemon.go:364: [d133358f69d40] daemon started [2019-09-12T11:04:04.749Z] daemon.go:472: [d133358f69d40] Stopping daemon [2019-09-12T11:04:04.749Z] daemon.go:307: [d133358f69d40] exiting daemon [2019-09-12T11:04:04.749Z] daemon.go:459: [d133358f69d40] Daemon stopped [2019-09-12T11:04:04.749Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T11:04:05.222Z] ok github.com/docker/docker/pkg/authorization 1.106s coverage: 66.7% of statements [2019-09-12T11:04:05.315Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-09-12T11:04:05.315Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T11:04:05.315Z] daemon.go:336: [d20f86d1c78b0] waiting for daemon to start [2019-09-12T11:04:05.315Z] daemon.go:336: [d20f86d1c78b0] waiting for daemon to start [2019-09-12T11:04:05.315Z] daemon.go:364: [d20f86d1c78b0] daemon started [2019-09-12T11:04:05.315Z] daemon.go:472: [d20f86d1c78b0] Stopping daemon [2019-09-12T11:04:05.315Z] daemon.go:307: [d20f86d1c78b0] exiting daemon [2019-09-12T11:04:05.315Z] daemon.go:459: [d20f86d1c78b0] Daemon stopped [2019-09-12T11:04:05.315Z] === RUN TestServiceWithPredefinedNetwork [2019-09-12T11:04:05.590Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-09-12T11:04:05.711Z] ok github.com/docker/docker/client 0.177s coverage: 75.6% of statements [2019-09-12T11:04:05.974Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-12T11:04:06.685Z] === RUN Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-12T11:04:06.685Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-12T11:04:08.527Z] ok github.com/docker/docker/layer 7.533s coverage: 66.5% of statements [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/oci [no test files] [2019-09-12T11:04:08.527Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-12T11:04:08.527Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-09-12T11:04:08.582Z] --- PASS: TestServiceWithPredefinedNetwork (3.39s) [2019-09-12T11:04:08.582Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-12T11:04:08.582Z] daemon.go:336: [dc17ef67c6955] waiting for daemon to start [2019-09-12T11:04:08.582Z] daemon.go:336: [dc17ef67c6955] waiting for daemon to start [2019-09-12T11:04:08.582Z] daemon.go:364: [dc17ef67c6955] daemon started [2019-09-12T11:04:08.582Z] daemon.go:472: [dc17ef67c6955] Stopping daemon [2019-09-12T11:04:08.582Z] daemon.go:307: [dc17ef67c6955] exiting daemon [2019-09-12T11:04:08.582Z] daemon.go:459: [dc17ef67c6955] Daemon stopped [2019-09-12T11:04:08.582Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-12T11:04:08.582Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T11:04:08.582Z] service_test.go:230: FLAKY_TEST [2019-09-12T11:04:08.582Z] === RUN TestServiceWithDataPathPortInit [2019-09-12T11:04:08.908Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-12T11:04:09.707Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 97.6% of statements [2019-09-12T11:04:10.506Z] ok github.com/docker/docker/pkg/chrootarchive 3.570s coverage: 43.2% of statements [2019-09-12T11:04:10.506Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-12T11:04:10.506Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-12T11:04:10.903Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-09-12T11:04:11.719Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-09-12T11:04:12.099Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-09-12T11:04:13.360Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2019-09-12T11:04:13.747Z] ok github.com/docker/docker/pkg/discovery/kv 3.157s coverage: 84.1% of statements [2019-09-12T11:04:14.135Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-09-12T11:04:14.574Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 10.2% of statements [2019-09-12T11:04:14.574Z] ok github.com/docker/docker/pkg/fsutils 0.433s coverage: 85.1% of statements [2019-09-12T11:04:16.442Z] ok github.com/docker/docker/pkg/idtools 0.470s coverage: 70.1% of statements [2019-09-12T11:04:16.442Z] ok github.com/docker/docker/pkg/ioutils 0.431s coverage: 70.6% of statements [2019-09-12T11:04:16.842Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2019-09-12T11:04:16.842Z] ok github.com/docker/docker/pkg/locker 0.017s coverage: 88.9% of statements [2019-09-12T11:04:17.245Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2019-09-12T11:04:17.245Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-12T11:04:17.649Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2019-09-12T11:04:18.018Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2019-09-12T11:04:18.399Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-09-12T11:04:18.787Z] ok github.com/docker/docker/pkg/mount 1.189s coverage: 69.6% of statements [2019-09-12T11:04:18.787Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-12T11:04:19.168Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 91.4% of statements [2019-09-12T11:04:19.581Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2019-09-12T11:04:19.581Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-12T11:04:19.581Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-12T11:04:20.388Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2019-09-12T11:04:21.193Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2019-09-12T11:04:21.566Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 87.9% of statements [2019-09-12T11:04:21.945Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2019-09-12T11:04:23.351Z] ok github.com/docker/docker/pkg/pubsub 1.051s coverage: 73.9% of statements [2019-09-12T11:04:23.433Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-12T11:04:23.788Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-12T11:04:25.327Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-12T11:04:26.696Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-12T11:04:26.962Z] ok github.com/docker/docker/pkg/signal 2.491s coverage: 61.0% of statements [2019-09-12T11:04:27.260Z] === RUN Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-12T11:04:27.352Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2019-09-12T11:04:27.758Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2019-09-12T11:04:28.154Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2019-09-12T11:04:28.190Z] --- PASS: TestServiceWithDataPathPortInit (19.54s) [2019-09-12T11:04:28.190Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T11:04:28.190Z] daemon.go:336: [dc94c8714bb9a] waiting for daemon to start [2019-09-12T11:04:28.190Z] daemon.go:336: [dc94c8714bb9a] waiting for daemon to start [2019-09-12T11:04:28.190Z] daemon.go:364: [dc94c8714bb9a] daemon started [2019-09-12T11:04:28.190Z] daemon.go:472: [dc94c8714bb9a] Stopping daemon [2019-09-12T11:04:28.190Z] daemon.go:307: [dc94c8714bb9a] exiting daemon [2019-09-12T11:04:28.190Z] daemon.go:459: [dc94c8714bb9a] Daemon stopped [2019-09-12T11:04:28.190Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T11:04:28.190Z] daemon.go:336: [d715583de45f1] waiting for daemon to start [2019-09-12T11:04:28.190Z] daemon.go:336: [d715583de45f1] waiting for daemon to start [2019-09-12T11:04:28.190Z] daemon.go:364: [d715583de45f1] daemon started [2019-09-12T11:04:28.190Z] daemon.go:472: [d715583de45f1] Stopping daemon [2019-09-12T11:04:28.190Z] daemon.go:307: [d715583de45f1] exiting daemon [2019-09-12T11:04:28.190Z] daemon.go:459: [d715583de45f1] Daemon stopped [2019-09-12T11:04:28.190Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-12T11:04:28.540Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-12T11:04:28.914Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-09-12T11:04:29.736Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 36.9% of statements [2019-09-12T11:04:30.543Z] ok github.com/docker/docker/pkg/tailfile 0.051s coverage: 88.6% of statements [2019-09-12T11:04:30.977Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-09-12T11:04:31.895Z] ok github.com/docker/docker/pkg/term 0.005s coverage: 84.8% of statements [2019-09-12T11:04:32.289Z] testing: warning: no tests to run [2019-09-12T11:04:32.289Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: 0.0% of statements [no tests to run] [2019-09-12T11:04:32.670Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2019-09-12T11:04:33.046Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2019-09-12T11:04:33.438Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2019-09-12T11:04:35.887Z] ok github.com/docker/docker/plugin 0.538s coverage: 27.0% of statements [2019-09-12T11:04:36.270Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements [2019-09-12T11:04:36.287Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-12T11:04:36.287Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-12T11:04:36.546Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-12T11:04:37.109Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-12T11:04:37.589Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 76.2% of statements [2019-09-12T11:04:37.772Z] ok github.com/docker/docker/cmd/dockerd 0.066s coverage: 29.9% of statements [2019-09-12T11:04:37.966Z] ok github.com/docker/docker/reference 0.008s coverage: 83.7% of statements [2019-09-12T11:04:38.040Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.88s) [2019-09-12T11:04:38.040Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-12T11:04:38.040Z] daemon.go:336: [d44cf6565fb62] waiting for daemon to start [2019-09-12T11:04:38.040Z] daemon.go:336: [d44cf6565fb62] waiting for daemon to start [2019-09-12T11:04:38.040Z] daemon.go:364: [d44cf6565fb62] daemon started [2019-09-12T11:04:38.041Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:68abhrfgu0nequhs9dvlvpx3a Created:2019-09-12 11:04:29.617315603 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[aa9446bacf5000027f9a6c3d28ee7cc70ed1c15be2216076be7db85b0c342e4d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.53cv5b2h2pjm3cwzyvugcupcf EndpointID:257391cbad8cdcb24e5371646864fedbe582010c1e78b88e44c7b8ae1898fcb2 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f6ee48c00fceb981de5c37731e8920f2e1547cec4c704f77b8d046bbb285a68b MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:c9ca85ba0986 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.53cv5b2h2pjm3cwzyvugcupcf EndpointID:257391cbad8cdcb24e5371646864fedbe582010c1e78b88e44c7b8ae1898fcb2 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-12T11:04:38.041Z] daemon.go:472: [d44cf6565fb62] Stopping daemon [2019-09-12T11:04:38.041Z] daemon.go:307: [d44cf6565fb62] exiting daemon [2019-09-12T11:04:38.041Z] daemon.go:459: [d44cf6565fb62] Daemon stopped [2019-09-12T11:04:38.041Z] PASS [2019-09-12T11:04:38.041Z] [2019-09-12T11:04:38.041Z] === Skipped [2019-09-12T11:04:38.041Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T11:04:38.041Z] service_test.go:230: FLAKY_TEST [2019-09-12T11:04:38.041Z] [2019-09-12T11:04:38.041Z] [2019-09-12T11:04:38.041Z] DONE 21 tests, 1 skipped in 52.170s [2019-09-12T11:04:38.041Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-12T11:04:38.041Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:38.041Z] ++ set -e [2019-09-12T11:04:38.041Z] ++ '[' -n 0 ']' [2019-09-12T11:04:38.041Z] ++ set -x [2019-09-12T11:04:38.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:38.297Z] INFO: Testing against a local daemon [2019-09-12T11:04:38.297Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-12T11:04:38.297Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-12T11:04:38.297Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:04:38.297Z] === RUN TestDockerNetworkIpvlan [2019-09-12T11:04:38.297Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-12T11:04:38.297Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:04:38.297Z] PASS [2019-09-12T11:04:38.297Z] [2019-09-12T11:04:38.297Z] === Skipped [2019-09-12T11:04:38.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-12T11:04:38.297Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:04:38.297Z] [2019-09-12T11:04:38.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-12T11:04:38.297Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:04:38.297Z] [2019-09-12T11:04:38.297Z] [2019-09-12T11:04:38.297Z] DONE 2 tests, 2 skipped in 0.264s [2019-09-12T11:04:38.297Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-12T11:04:38.297Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:38.297Z] ++ set -e [2019-09-12T11:04:38.297Z] ++ '[' -n 0 ']' [2019-09-12T11:04:38.297Z] ++ set -x [2019-09-12T11:04:38.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:38.554Z] INFO: Testing against a local daemon [2019-09-12T11:04:38.554Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-12T11:04:38.554Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-12T11:04:38.554Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-12T11:04:39.122Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-12T11:04:40.015Z] ok github.com/docker/docker/registry 0.152s coverage: 56.4% of statements [2019-09-12T11:04:40.053Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2019-09-12T11:04:40.053Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-12T11:04:40.053Z] daemon.go:336: [d7a47aa96c1dd] waiting for daemon to start [2019-09-12T11:04:40.053Z] daemon.go:336: [d7a47aa96c1dd] waiting for daemon to start [2019-09-12T11:04:40.053Z] daemon.go:364: [d7a47aa96c1dd] daemon started [2019-09-12T11:04:40.053Z] daemon.go:472: [d7a47aa96c1dd] Stopping daemon [2019-09-12T11:04:40.053Z] daemon.go:307: [d7a47aa96c1dd] exiting daemon [2019-09-12T11:04:40.053Z] daemon.go:459: [d7a47aa96c1dd] Daemon stopped [2019-09-12T11:04:40.053Z] daemon.go:336: [d7a47aa96c1dd] waiting for daemon to start [2019-09-12T11:04:40.053Z] daemon.go:336: [d7a47aa96c1dd] waiting for daemon to start [2019-09-12T11:04:40.053Z] daemon.go:364: [d7a47aa96c1dd] daemon started [2019-09-12T11:04:40.053Z] daemon.go:472: [d7a47aa96c1dd] Stopping daemon [2019-09-12T11:04:40.053Z] daemon.go:307: [d7a47aa96c1dd] exiting daemon [2019-09-12T11:04:40.053Z] daemon.go:459: [d7a47aa96c1dd] Daemon stopped [2019-09-12T11:04:40.053Z] === RUN TestDockerNetworkMacvlan [2019-09-12T11:04:40.293Z] ok github.com/docker/docker/container 0.141s coverage: 35.5% of statements [2019-09-12T11:04:40.293Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-12T11:04:40.293Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-12T11:04:40.293Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-12T11:04:40.293Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-12T11:04:40.619Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-12T11:04:40.811Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-09-12T11:04:40.812Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2019-09-12T11:04:41.551Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-12T11:04:42.089Z] ok github.com/docker/docker/runconfig 0.010s coverage: 68.2% of statements [2019-09-12T11:04:42.089Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2019-09-12T11:04:42.481Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-12T11:04:45.382Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-09-12T11:04:45.767Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-12T11:04:46.182Z] ok github.com/docker/docker/volume/local 0.031s coverage: 73.0% of statements [2019-09-12T11:04:46.997Z] ok github.com/docker/docker/volume/mounts 0.027s coverage: 67.0% of statements [2019-09-12T11:04:48.416Z] ok github.com/docker/docker/volume/service 0.020s coverage: 73.0% of statements [2019-09-12T11:04:49.943Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-12T11:04:50.337Z] ok github.com/docker/docker/daemon/cluster 0.028s coverage: 0.5% of statements [2019-09-12T11:04:50.874Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan (11.29s) [2019-09-12T11:04:51.131Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:04:51.131Z] daemon.go:336: [dda211ee64b32] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:336: [dda211ee64b32] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:364: [dda211ee64b32] daemon started [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-09-12T11:04:51.131Z] daemon.go:472: [dda211ee64b32] Stopping daemon [2019-09-12T11:04:51.131Z] daemon.go:307: [dda211ee64b32] exiting daemon [2019-09-12T11:04:51.131Z] daemon.go:459: [dda211ee64b32] Daemon stopped [2019-09-12T11:04:51.131Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:04:51.131Z] daemon.go:336: [d3a5d9d0811af] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:336: [d3a5d9d0811af] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:364: [d3a5d9d0811af] daemon started [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-12T11:04:51.131Z] daemon.go:472: [d3a5d9d0811af] Stopping daemon [2019-09-12T11:04:51.131Z] daemon.go:307: [d3a5d9d0811af] exiting daemon [2019-09-12T11:04:51.131Z] daemon.go:459: [d3a5d9d0811af] Daemon stopped [2019-09-12T11:04:51.131Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:04:51.131Z] daemon.go:336: [d122010532c26] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:336: [d122010532c26] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:364: [d122010532c26] daemon started [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.93s) [2019-09-12T11:04:51.131Z] daemon.go:472: [d122010532c26] Stopping daemon [2019-09-12T11:04:51.131Z] daemon.go:307: [d122010532c26] exiting daemon [2019-09-12T11:04:51.131Z] daemon.go:459: [d122010532c26] Daemon stopped [2019-09-12T11:04:51.131Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:04:51.131Z] daemon.go:336: [da1e5412fff4b] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:336: [da1e5412fff4b] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:364: [da1e5412fff4b] daemon started [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.74s) [2019-09-12T11:04:51.131Z] daemon.go:472: [da1e5412fff4b] Stopping daemon [2019-09-12T11:04:51.131Z] daemon.go:307: [da1e5412fff4b] exiting daemon [2019-09-12T11:04:51.131Z] daemon.go:459: [da1e5412fff4b] Daemon stopped [2019-09-12T11:04:51.131Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:04:51.131Z] daemon.go:336: [d1d68f01b87a3] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:336: [d1d68f01b87a3] waiting for daemon to start [2019-09-12T11:04:51.131Z] daemon.go:364: [d1d68f01b87a3] daemon started [2019-09-12T11:04:51.131Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.43s) [2019-09-12T11:04:51.131Z] daemon.go:472: [d1d68f01b87a3] Stopping daemon [2019-09-12T11:04:51.131Z] daemon.go:307: [d1d68f01b87a3] exiting daemon [2019-09-12T11:04:51.131Z] daemon.go:459: [d1d68f01b87a3] Daemon stopped [2019-09-12T11:04:51.131Z] PASS [2019-09-12T11:04:51.131Z] [2019-09-12T11:04:51.131Z] DONE 7 tests in 12.927s [2019-09-12T11:04:51.388Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-12T11:04:51.388Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:51.388Z] ++ set -e [2019-09-12T11:04:51.388Z] ++ '[' -n 0 ']' [2019-09-12T11:04:51.388Z] ++ set -x [2019-09-12T11:04:51.389Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:51.389Z] testing: warning: no tests to run [2019-09-12T11:04:51.389Z] PASS [2019-09-12T11:04:51.389Z] [2019-09-12T11:04:51.389Z] DONE 0 tests in 0.038s [2019-09-12T11:04:51.389Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-12T11:04:51.389Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-12T11:04:51.389Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:51.389Z] ++ set -e [2019-09-12T11:04:51.389Z] ++ '[' -n 0 ']' [2019-09-12T11:04:51.389Z] ++ set -x [2019-09-12T11:04:51.389Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:04:51.645Z] INFO: Testing against a local daemon [2019-09-12T11:04:51.645Z] === RUN TestAuthZPluginAllowRequest [2019-09-12T11:04:51.706Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-12T11:04:52.210Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-12T11:04:52.467Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-12T11:04:53.030Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-12T11:04:53.075Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-12T11:04:53.527Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-12T11:04:53.594Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2019-09-12T11:04:53.594Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-12T11:04:53.594Z] daemon.go:336: [d4a9702e4da65] waiting for daemon to start [2019-09-12T11:04:53.594Z] daemon.go:336: [d4a9702e4da65] waiting for daemon to start [2019-09-12T11:04:53.594Z] daemon.go:364: [d4a9702e4da65] daemon started [2019-09-12T11:04:53.594Z] daemon.go:472: [d4a9702e4da65] Stopping daemon [2019-09-12T11:04:53.594Z] daemon.go:307: [d4a9702e4da65] exiting daemon [2019-09-12T11:04:53.594Z] daemon.go:459: [d4a9702e4da65] Daemon stopped [2019-09-12T11:04:53.594Z] === RUN TestAuthZPluginTLS [2019-09-12T11:04:53.851Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-12T11:04:53.851Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-12T11:04:53.988Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-12T11:04:53.988Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-12T11:04:53.988Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-12T11:04:53.988Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-12T11:04:54.108Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-12T11:04:54.108Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-12T11:04:54.108Z] daemon.go:336: [d3d0f880ab5e3] waiting for daemon to start [2019-09-12T11:04:54.108Z] daemon.go:336: [d3d0f880ab5e3] waiting for daemon to start [2019-09-12T11:04:54.108Z] daemon.go:364: [d3d0f880ab5e3] daemon started [2019-09-12T11:04:54.108Z] daemon.go:472: [d3d0f880ab5e3] Stopping daemon [2019-09-12T11:04:54.108Z] daemon.go:307: [d3d0f880ab5e3] exiting daemon [2019-09-12T11:04:54.108Z] daemon.go:459: [d3d0f880ab5e3] Daemon stopped [2019-09-12T11:04:54.108Z] === RUN TestAuthZPluginDenyRequest [2019-09-12T11:04:54.648Z] ok github.com/docker/docker/pkg/plugins 33.646s coverage: 76.6% of statements [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/rootless [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/volume [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-12T11:04:54.649Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === Skipped [2019-09-12T11:04:54.649Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-12T11:04:54.649Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-12T11:04:54.649Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:73: No driver to put! [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-12T11:04:54.649Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-12T11:04:54.649Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-12T11:04:54.649Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:04:54.649Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-12T11:04:54.649Z] graphtest_unix.go:73: No driver to put! [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-12T11:04:54.649Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-12T11:04:54.649Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] [2019-09-12T11:04:54.649Z] DONE 2076 tests, 20 skipped in 231.079s [2019-09-12T11:04:54.671Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-12T11:04:54.671Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-12T11:04:54.671Z] daemon.go:336: [ddbc287afd1ea] waiting for daemon to start [2019-09-12T11:04:54.671Z] daemon.go:336: [ddbc287afd1ea] waiting for daemon to start [2019-09-12T11:04:54.671Z] daemon.go:364: [ddbc287afd1ea] daemon started [2019-09-12T11:04:54.671Z] daemon.go:472: [ddbc287afd1ea] Stopping daemon [2019-09-12T11:04:54.671Z] daemon.go:307: [ddbc287afd1ea] exiting daemon [2019-09-12T11:04:54.671Z] daemon.go:459: [ddbc287afd1ea] Daemon stopped [2019-09-12T11:04:54.671Z] === RUN TestAuthZPluginAPIDenyResponse Post stage [Pipeline] junit [2019-09-12T11:04:54.783Z] Recording test results [2019-09-12T11:04:55.235Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-12T11:04:55.235Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-12T11:04:55.235Z] daemon.go:336: [dd51a1b230f5a] waiting for daemon to start [2019-09-12T11:04:55.235Z] daemon.go:336: [dd51a1b230f5a] waiting for daemon to start [2019-09-12T11:04:55.235Z] daemon.go:364: [dd51a1b230f5a] daemon started [2019-09-12T11:04:55.235Z] daemon.go:472: [dd51a1b230f5a] Stopping daemon [2019-09-12T11:04:55.235Z] daemon.go:307: [dd51a1b230f5a] exiting daemon [2019-09-12T11:04:55.235Z] daemon.go:459: [dd51a1b230f5a] Daemon stopped [2019-09-12T11:04:55.235Z] === RUN TestAuthZPluginDenyResponse [2019-09-12T11:04:55.800Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-09-12T11:04:55.800Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-12T11:04:55.800Z] daemon.go:336: [d9f9572f21990] waiting for daemon to start [2019-09-12T11:04:55.800Z] daemon.go:336: [d9f9572f21990] waiting for daemon to start [2019-09-12T11:04:55.800Z] daemon.go:364: [d9f9572f21990] daemon started [2019-09-12T11:04:55.800Z] daemon.go:472: [d9f9572f21990] Stopping daemon [2019-09-12T11:04:55.800Z] daemon.go:307: [d9f9572f21990] exiting daemon [2019-09-12T11:04:55.800Z] daemon.go:459: [d9f9572f21990] Daemon stopped [2019-09-12T11:04:55.800Z] === RUN TestAuthZPluginAllowEventStream [2019-09-12T11:04:56.363Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-12T11:04:57.295Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2019-09-12T11:04:57.295Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-12T11:04:57.295Z] daemon.go:336: [df9d9265b267d] waiting for daemon to start [2019-09-12T11:04:57.295Z] daemon.go:336: [df9d9265b267d] waiting for daemon to start [2019-09-12T11:04:57.295Z] daemon.go:364: [df9d9265b267d] daemon started [2019-09-12T11:04:57.295Z] daemon.go:472: [df9d9265b267d] Stopping daemon [2019-09-12T11:04:57.295Z] daemon.go:307: [df9d9265b267d] exiting daemon [2019-09-12T11:04:57.295Z] daemon.go:459: [df9d9265b267d] Daemon stopped [2019-09-12T11:04:57.295Z] === RUN TestAuthZPluginErrorResponse [2019-09-12T11:04:57.337Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/make.sh dynbinary test-integration [2019-09-12T11:04:57.337Z] [2019-09-12T11:04:57.705Z] Removing bundles/ [2019-09-12T11:04:57.705Z] [2019-09-12T11:04:57.705Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-12T11:04:57.705Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T11:04:57.705Z] GOOS="" GOARCH="" GOARM="" [2019-09-12T11:04:57.859Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-12T11:04:57.859Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-12T11:04:57.859Z] daemon.go:336: [d9758a3d3f67d] waiting for daemon to start [2019-09-12T11:04:57.859Z] daemon.go:336: [d9758a3d3f67d] waiting for daemon to start [2019-09-12T11:04:57.859Z] daemon.go:364: [d9758a3d3f67d] daemon started [2019-09-12T11:04:57.859Z] daemon.go:472: [d9758a3d3f67d] Stopping daemon [2019-09-12T11:04:57.859Z] daemon.go:307: [d9758a3d3f67d] exiting daemon [2019-09-12T11:04:57.859Z] daemon.go:459: [d9758a3d3f67d] Daemon stopped [2019-09-12T11:04:57.859Z] === RUN TestAuthZPluginErrorRequest [2019-09-12T11:04:58.423Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-12T11:04:58.423Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-12T11:04:58.423Z] daemon.go:336: [dfbc59e879970] waiting for daemon to start [2019-09-12T11:04:58.423Z] daemon.go:336: [dfbc59e879970] waiting for daemon to start [2019-09-12T11:04:58.423Z] daemon.go:364: [dfbc59e879970] daemon started [2019-09-12T11:04:58.423Z] daemon.go:472: [dfbc59e879970] Stopping daemon [2019-09-12T11:04:58.423Z] daemon.go:307: [dfbc59e879970] exiting daemon [2019-09-12T11:04:58.423Z] daemon.go:459: [dfbc59e879970] Daemon stopped [2019-09-12T11:04:58.423Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T11:04:58.988Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-12T11:04:58.988Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-12T11:04:58.988Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T11:04:58.988Z] daemon.go:336: [d40406ccbcb38] waiting for daemon to start [2019-09-12T11:04:58.988Z] daemon.go:336: [d40406ccbcb38] waiting for daemon to start [2019-09-12T11:04:58.988Z] daemon.go:364: [d40406ccbcb38] daemon started [2019-09-12T11:04:58.988Z] daemon.go:472: [d40406ccbcb38] Stopping daemon [2019-09-12T11:04:58.988Z] daemon.go:307: [d40406ccbcb38] exiting daemon [2019-09-12T11:04:58.988Z] daemon.go:459: [d40406ccbcb38] Daemon stopped [2019-09-12T11:04:58.988Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-12T11:05:00.883Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-12T11:05:01.074Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-12T11:05:01.074Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-12T11:05:01.074Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-12T11:05:01.144Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s) [2019-09-12T11:05:01.144Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-12T11:05:01.144Z] daemon.go:336: [d0d1f6d82ed7b] waiting for daemon to start [2019-09-12T11:05:01.144Z] daemon.go:336: [d0d1f6d82ed7b] waiting for daemon to start [2019-09-12T11:05:01.144Z] daemon.go:364: [d0d1f6d82ed7b] daemon started [2019-09-12T11:05:01.144Z] daemon.go:472: [d0d1f6d82ed7b] Stopping daemon [2019-09-12T11:05:01.144Z] daemon.go:307: [d0d1f6d82ed7b] exiting daemon [2019-09-12T11:05:01.144Z] daemon.go:459: [d0d1f6d82ed7b] Daemon stopped [2019-09-12T11:05:01.144Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T11:05:02.512Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-12T11:05:03.027Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-09-12T11:05:03.028Z] ok github.com/docker/docker/daemon 12.199s coverage: 17.5% of statements [2019-09-12T11:05:03.028Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-12T11:05:03.028Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-12T11:05:03.076Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-12T11:05:03.333Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s) [2019-09-12T11:05:03.333Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T11:05:03.333Z] daemon.go:336: [d1a9de3f3ef68] waiting for daemon to start [2019-09-12T11:05:03.333Z] daemon.go:336: [d1a9de3f3ef68] waiting for daemon to start [2019-09-12T11:05:03.333Z] daemon.go:364: [d1a9de3f3ef68] daemon started [2019-09-12T11:05:03.333Z] daemon.go:472: [d1a9de3f3ef68] Stopping daemon [2019-09-12T11:05:03.333Z] daemon.go:307: [d1a9de3f3ef68] exiting daemon [2019-09-12T11:05:03.333Z] daemon.go:459: [d1a9de3f3ef68] Daemon stopped [2019-09-12T11:05:03.333Z] === RUN TestAuthZPluginHeader [2019-09-12T11:05:03.591Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-09-12T11:05:03.999Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-12T11:05:04.263Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-12T11:05:04.263Z] --- PASS: TestAuthZPluginHeader (0.84s) [2019-09-12T11:05:04.263Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-12T11:05:04.263Z] daemon.go:336: [d186dc6a291c2] waiting for daemon to start [2019-09-12T11:05:04.263Z] daemon.go:336: [d186dc6a291c2] waiting for daemon to start [2019-09-12T11:05:04.263Z] daemon.go:364: [d186dc6a291c2] daemon started [2019-09-12T11:05:04.263Z] daemon.go:472: [d186dc6a291c2] Stopping daemon [2019-09-12T11:05:04.263Z] daemon.go:307: [d186dc6a291c2] exiting daemon [2019-09-12T11:05:04.263Z] daemon.go:459: [d186dc6a291c2] Daemon stopped [2019-09-12T11:05:04.263Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-12T11:05:04.521Z] ok github.com/docker/docker/daemon/config 0.041s coverage: 84.2% of statements [2019-09-12T11:05:04.778Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2019-09-12T11:05:04.778Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-12T11:05:04.778Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-12T11:05:06.158Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-12T11:05:06.185Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-12T11:05:06.185Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-12T11:05:06.185Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-12T11:05:06.185Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-12T11:05:06.185Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-12T11:05:06.675Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-09-12T11:05:07.089Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-12T11:05:07.346Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-12T11:05:08.570Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-12T11:05:08.715Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.46s) [2019-09-12T11:05:08.715Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest [2019-09-12T11:05:08.715Z] daemon.go:336: [d7e5205daa592] waiting for daemon to start [2019-09-12T11:05:08.715Z] daemon.go:336: [d7e5205daa592] waiting for daemon to start [2019-09-12T11:05:08.715Z] daemon.go:364: [d7e5205daa592] daemon started [2019-09-12T11:05:08.715Z] daemon.go:472: [d7e5205daa592] Stopping daemon [2019-09-12T11:05:08.715Z] daemon.go:307: [d7e5205daa592] exiting daemon [2019-09-12T11:05:08.715Z] daemon.go:459: [d7e5205daa592] Daemon stopped [2019-09-12T11:05:08.715Z] daemon.go:336: [d7e5205daa592] waiting for daemon to start [2019-09-12T11:05:08.715Z] daemon.go:336: [d7e5205daa592] waiting for daemon to start [2019-09-12T11:05:08.715Z] daemon.go:364: [d7e5205daa592] daemon started [2019-09-12T11:05:08.715Z] daemon.go:472: [d7e5205daa592] Stopping daemon [2019-09-12T11:05:08.715Z] daemon.go:307: [d7e5205daa592] exiting daemon [2019-09-12T11:05:08.715Z] daemon.go:459: [d7e5205daa592] Daemon stopped [2019-09-12T11:05:08.715Z] === RUN TestAuthZPluginV2Disable [2019-09-12T11:05:09.501Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.231s coverage: 56.9% of statements [2019-09-12T11:05:09.645Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-12T11:05:09.981Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-12T11:05:09.981Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-12T11:05:09.981Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-12T11:05:12.045Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.392s coverage: 72.5% of statements [2019-09-12T11:05:12.190Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-12T11:05:12.447Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2019-09-12T11:05:12.447Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable [2019-09-12T11:05:12.447Z] daemon.go:336: [dd38d276f9ac0] waiting for daemon to start [2019-09-12T11:05:12.447Z] daemon.go:336: [dd38d276f9ac0] waiting for daemon to start [2019-09-12T11:05:12.447Z] daemon.go:364: [dd38d276f9ac0] daemon started [2019-09-12T11:05:12.447Z] daemon.go:472: [dd38d276f9ac0] Stopping daemon [2019-09-12T11:05:12.447Z] daemon.go:307: [dd38d276f9ac0] exiting daemon [2019-09-12T11:05:12.447Z] daemon.go:459: [dd38d276f9ac0] Daemon stopped [2019-09-12T11:05:12.447Z] daemon.go:336: [dd38d276f9ac0] waiting for daemon to start [2019-09-12T11:05:12.447Z] daemon.go:336: [dd38d276f9ac0] waiting for daemon to start [2019-09-12T11:05:12.447Z] daemon.go:364: [dd38d276f9ac0] daemon started [2019-09-12T11:05:12.447Z] daemon.go:472: [dd38d276f9ac0] Stopping daemon [2019-09-12T11:05:12.447Z] daemon.go:307: [dd38d276f9ac0] exiting daemon [2019-09-12T11:05:12.447Z] daemon.go:459: [dd38d276f9ac0] Daemon stopped [2019-09-12T11:05:12.447Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-12T11:05:12.977Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.681s coverage: 45.9% of statements [2019-09-12T11:05:12.977Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-12T11:05:13.817Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-12T11:05:15.497Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.028s coverage: 50.8% of statements [2019-09-12T11:05:15.788Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-12T11:05:16.339Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s) [2019-09-12T11:05:16.339Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests [2019-09-12T11:05:16.339Z] daemon.go:336: [da415a7acd044] waiting for daemon to start [2019-09-12T11:05:16.340Z] daemon.go:336: [da415a7acd044] waiting for daemon to start [2019-09-12T11:05:16.340Z] daemon.go:364: [da415a7acd044] daemon started [2019-09-12T11:05:16.340Z] daemon.go:472: [da415a7acd044] Stopping daemon [2019-09-12T11:05:16.340Z] daemon.go:307: [da415a7acd044] exiting daemon [2019-09-12T11:05:16.340Z] daemon.go:459: [da415a7acd044] Daemon stopped [2019-09-12T11:05:16.340Z] daemon.go:336: [da415a7acd044] waiting for daemon to start [2019-09-12T11:05:16.340Z] daemon.go:336: [da415a7acd044] waiting for daemon to start [2019-09-12T11:05:16.340Z] daemon.go:364: [da415a7acd044] daemon started [2019-09-12T11:05:16.340Z] daemon.go:472: [da415a7acd044] Stopping daemon [2019-09-12T11:05:16.340Z] daemon.go:307: [da415a7acd044] exiting daemon [2019-09-12T11:05:16.340Z] daemon.go:459: [da415a7acd044] Daemon stopped [2019-09-12T11:05:16.340Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-12T11:05:16.340Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-12T11:05:16.426Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.292s coverage: 76.1% of statements [2019-09-12T11:05:17.796Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.029s coverage: 57.2% of statements [2019-09-12T11:05:17.796Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-12T11:05:17.796Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-12T11:05:17.796Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.0% of statements [2019-09-12T11:05:19.621Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-12T11:05:19.694Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.035s coverage: 3.0% of statements [2019-09-12T11:05:20.258Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2019-09-12T11:05:20.991Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-12T11:05:21.190Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2019-09-12T11:05:21.190Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-12T11:05:21.190Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-12T11:05:21.923Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-12T11:05:22.560Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 42.7% of statements [2019-09-12T11:05:23.292Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-12T11:05:23.492Z] ok github.com/docker/docker/daemon/logger/awslogs 0.146s coverage: 77.8% of statements [2019-09-12T11:05:23.492Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-12T11:05:23.492Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-12T11:05:24.057Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-09-12T11:05:24.223Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-12T11:05:24.223Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-12T11:05:24.622Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-09-12T11:05:25.553Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2019-09-12T11:05:25.553Z] time="2019-09-12T11:05:25Z" level=error msg="Failed to open log file: open /tmp/docker-logger-786832422/container.log.1: no such file or directory" [2019-09-12T11:05:25.553Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-09-12T11:05:25.591Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-12T11:05:25.848Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-12T11:05:26.411Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-12T11:05:26.669Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-12T11:05:26.922Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-09-12T11:05:26.922Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-12T11:05:27.181Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.043s coverage: 18.6% of statements [2019-09-12T11:05:27.232Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-12T11:05:27.490Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-12T11:05:28.054Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.16s) [2019-09-12T11:05:28.054Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:364: [d7f26d8feff15] daemon started [2019-09-12T11:05:28.054Z] daemon.go:472: [d7f26d8feff15] Stopping daemon [2019-09-12T11:05:28.054Z] daemon.go:307: [d7f26d8feff15] exiting daemon [2019-09-12T11:05:28.054Z] daemon.go:459: [d7f26d8feff15] Daemon stopped [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:307: [d7f26d8feff15] exiting daemon [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:336: [d7f26d8feff15] waiting for daemon to start [2019-09-12T11:05:28.054Z] daemon.go:364: [d7f26d8feff15] daemon started [2019-09-12T11:05:28.054Z] daemon.go:472: [d7f26d8feff15] Stopping daemon [2019-09-12T11:05:28.054Z] daemon.go:307: [d7f26d8feff15] exiting daemon [2019-09-12T11:05:28.054Z] daemon.go:459: [d7f26d8feff15] Daemon stopped [2019-09-12T11:05:28.054Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T11:05:28.984Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-12T11:05:29.077Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 47.8% of statements [2019-09-12T11:05:29.335Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-09-12T11:05:29.900Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-12T11:05:30.464Z] ok github.com/docker/docker/daemon/logger/splunk 1.618s coverage: 84.5% of statements [2019-09-12T11:05:30.464Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-12T11:05:30.464Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-12T11:05:31.506Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-12T11:05:32.989Z] ok github.com/docker/docker/distribution/metadata 0.048s coverage: 48.2% of statements [2019-09-12T11:05:32.989Z] ok github.com/docker/docker/distribution 0.217s coverage: 22.6% of statements [2019-09-12T11:05:32.989Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-12T11:05:33.920Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-09-12T11:05:35.290Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-09-12T11:05:35.854Z] ok github.com/docker/docker/distribution/xfer 1.426s coverage: 83.4% of statements [2019-09-12T11:05:35.854Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-12T11:05:36.419Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2019-09-12T11:05:36.419Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-12T11:05:37.350Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2019-09-12T11:05:37.350Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-12T11:05:38.049Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-12T11:05:38.281Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-12T11:05:39.652Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-09-12T11:05:39.652Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-12T11:05:41.322Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-12T11:05:41.322Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-12T11:05:41.322Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-12T11:05:41.323Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-12T11:05:41.323Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-12T11:05:41.545Z] ok github.com/docker/docker/pkg/archive 0.390s coverage: 77.1% of statements [2019-09-12T11:05:41.579Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-12T11:05:42.477Z] ok github.com/docker/docker/pkg/authorization 0.137s coverage: 66.7% of statements [2019-09-12T11:05:42.734Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-12T11:05:42.949Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-12T11:05:42.991Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-12T11:05:44.338Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-12T11:05:44.595Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.62s) [2019-09-12T11:05:44.595Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:364: [de6d878d23605] daemon started [2019-09-12T11:05:44.595Z] daemon.go:472: [de6d878d23605] Stopping daemon [2019-09-12T11:05:44.595Z] daemon.go:307: [de6d878d23605] exiting daemon [2019-09-12T11:05:44.595Z] daemon.go:459: [de6d878d23605] Daemon stopped [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.595Z] daemon.go:350: [de6d878d23605] error pinging daemon on start: Get http://de6d878d23605.sock/_ping: context deadline exceeded [2019-09-12T11:05:44.595Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:350: [de6d878d23605] error pinging daemon on start: Get http://de6d878d23605.sock/_ping: context deadline exceeded [2019-09-12T11:05:44.596Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:350: [de6d878d23605] error pinging daemon on start: Get http://de6d878d23605.sock/_ping: context deadline exceeded [2019-09-12T11:05:44.596Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:350: [de6d878d23605] error pinging daemon on start: Get http://de6d878d23605.sock/_ping: context deadline exceeded [2019-09-12T11:05:44.596Z] daemon.go:307: [de6d878d23605] exiting daemon [2019-09-12T11:05:44.596Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:336: [de6d878d23605] waiting for daemon to start [2019-09-12T11:05:44.596Z] daemon.go:364: [de6d878d23605] daemon started [2019-09-12T11:05:44.596Z] daemon.go:472: [de6d878d23605] Stopping daemon [2019-09-12T11:05:44.596Z] daemon.go:307: [de6d878d23605] exiting daemon [2019-09-12T11:05:44.596Z] daemon.go:459: [de6d878d23605] Daemon stopped [2019-09-12T11:05:44.596Z] PASS [2019-09-12T11:05:44.596Z] [2019-09-12T11:05:44.596Z] DONE 17 tests in 53.343s [2019-09-12T11:05:44.852Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-12T11:05:44.852Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:44.852Z] ++ set -e [2019-09-12T11:05:44.852Z] ++ '[' -n 0 ']' [2019-09-12T11:05:44.852Z] ++ set -x [2019-09-12T11:05:44.852Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:44.852Z] INFO: Testing against a local daemon [2019-09-12T11:05:44.852Z] === RUN TestPluginInvalidJSON [2019-09-12T11:05:44.852Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:05:44.852Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:05:45.109Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:05:45.109Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-09-12T11:05:45.109Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-12T11:05:45.109Z] PASS [2019-09-12T11:05:45.109Z] [2019-09-12T11:05:45.109Z] DONE 2 tests in 0.251s [2019-09-12T11:05:45.109Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-12T11:05:45.109Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:45.109Z] ++ set -e [2019-09-12T11:05:45.109Z] ++ '[' -n 0 ']' [2019-09-12T11:05:45.109Z] ++ set -x [2019-09-12T11:05:45.109Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:45.366Z] INFO: Testing against a local daemon [2019-09-12T11:05:45.366Z] === RUN TestExternalGraphDriver [2019-09-12T11:05:45.366Z] === RUN TestExternalGraphDriver/json [2019-09-12T11:05:46.264Z] ok github.com/docker/docker/layer 7.409s coverage: 66.5% of statements [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/oci [no test files] [2019-09-12T11:05:46.264Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-12T11:05:46.521Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-12T11:05:46.521Z] ok github.com/docker/docker/pkg/chrootarchive 2.982s coverage: 43.2% of statements [2019-09-12T11:05:46.521Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-12T11:05:46.521Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-12T11:05:47.083Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2019-09-12T11:05:47.340Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2019-09-12T11:05:47.888Z] === RUN TestExternalGraphDriver/spec [2019-09-12T11:05:48.271Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2019-09-12T11:05:48.838Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2019-09-12T11:05:49.095Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-09-12T11:05:49.261Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-12T11:05:49.519Z] === RUN TestExternalGraphDriver/pull [2019-09-12T11:05:49.776Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-12T11:05:49.776Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-12T11:05:50.341Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-12T11:05:50.466Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-12T11:05:51.029Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 89.5% of statements [2019-09-12T11:05:51.593Z] ok github.com/docker/docker/pkg/discovery/kv 3.103s coverage: 84.1% of statements [2019-09-12T11:05:51.712Z] --- PASS: TestExternalGraphDriver (6.30s) [2019-09-12T11:05:51.712Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:364: [d55d62e242bc4] daemon started [2019-09-12T11:05:51.712Z] daemon.go:472: [d55d62e242bc4] Stopping daemon [2019-09-12T11:05:51.712Z] daemon.go:307: [d55d62e242bc4] exiting daemon [2019-09-12T11:05:51.712Z] daemon.go:459: [d55d62e242bc4] Daemon stopped [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:364: [d55d62e242bc4] daemon started [2019-09-12T11:05:51.712Z] daemon.go:472: [d55d62e242bc4] Stopping daemon [2019-09-12T11:05:51.712Z] daemon.go:307: [d55d62e242bc4] exiting daemon [2019-09-12T11:05:51.712Z] daemon.go:459: [d55d62e242bc4] Daemon stopped [2019-09-12T11:05:51.712Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:364: [d55d62e242bc4] daemon started [2019-09-12T11:05:51.712Z] daemon.go:472: [d55d62e242bc4] Stopping daemon [2019-09-12T11:05:51.712Z] daemon.go:307: [d55d62e242bc4] exiting daemon [2019-09-12T11:05:51.712Z] daemon.go:459: [d55d62e242bc4] Daemon stopped [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:364: [d55d62e242bc4] daemon started [2019-09-12T11:05:51.712Z] daemon.go:472: [d55d62e242bc4] Stopping daemon [2019-09-12T11:05:51.712Z] daemon.go:307: [d55d62e242bc4] exiting daemon [2019-09-12T11:05:51.712Z] daemon.go:459: [d55d62e242bc4] Daemon stopped [2019-09-12T11:05:51.712Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:336: [d55d62e242bc4] waiting for daemon to start [2019-09-12T11:05:51.712Z] daemon.go:364: [d55d62e242bc4] daemon started [2019-09-12T11:05:51.712Z] daemon.go:472: [d55d62e242bc4] Stopping daemon [2019-09-12T11:05:51.712Z] daemon.go:307: [d55d62e242bc4] exiting daemon [2019-09-12T11:05:51.712Z] daemon.go:459: [d55d62e242bc4] Daemon stopped [2019-09-12T11:05:51.712Z] --- PASS: TestExternalGraphDriver/pull (2.08s) [2019-09-12T11:05:51.712Z] === RUN TestGraphdriverPluginV2 [2019-09-12T11:05:51.851Z] ok github.com/docker/docker/pkg/fsutils 0.206s coverage: 85.1% of statements [2019-09-12T11:05:52.108Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 10.2% of statements [2019-09-12T11:05:53.477Z] ok github.com/docker/docker/pkg/idtools 0.513s coverage: 70.1% of statements [2019-09-12T11:05:53.477Z] ok github.com/docker/docker/pkg/ioutils 0.391s coverage: 70.1% of statements [2019-09-12T11:05:53.734Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2019-09-12T11:05:53.734Z] ok github.com/docker/docker/pkg/locker 0.021s coverage: 88.9% of statements [2019-09-12T11:05:53.991Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-12T11:05:53.991Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-12T11:05:54.581Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2019-09-12T11:05:55.168Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-12T11:05:55.442Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-12T11:05:55.442Z] ok github.com/docker/docker/pkg/mount 0.545s coverage: 69.6% of statements [2019-09-12T11:05:55.442Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-12T11:05:56.021Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-09-12T11:05:56.021Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2019-09-12T11:05:56.021Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-12T11:05:56.021Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-12T11:05:56.466Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T11:05:56.466Z] [2019-09-12T11:05:56.466Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-12T11:05:56.856Z] PKG_CONFIG=pkg-config [2019-09-12T11:05:56.856Z] GOLANG_VERSION=1.12.9 [2019-09-12T11:05:56.856Z] HOSTNAME=6cc318ec4007 [2019-09-12T11:05:56.856Z] DOCKER_EXPERIMENTAL=1 [2019-09-12T11:05:56.856Z] container=docker [2019-09-12T11:05:56.856Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-12T11:05:56.856Z] GOPATH=/go [2019-09-12T11:05:56.856Z] PWD=/go/src/github.com/docker/docker [2019-09-12T11:05:56.856Z] HOME=/root [2019-09-12T11:05:56.856Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-12T11:05:56.856Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-12T11:05:56.856Z] DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T11:05:56.856Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-12T11:05:56.856Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-12T11:05:56.856Z] TERM=xterm [2019-09-12T11:05:56.856Z] DEST=bundles/test-integration [2019-09-12T11:05:56.856Z] SHLVL=1 [2019-09-12T11:05:56.856Z] TIMEOUT=120m [2019-09-12T11:05:56.856Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-12T11:05:56.856Z] DOCKER_PKG=github.com/docker/docker [2019-09-12T11:05:56.856Z] TESTDEBUG=0 [2019-09-12T11:05:56.856Z] _=/usr/bin/env [2019-09-12T11:05:56.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-12T11:05:56.961Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2019-09-12T11:05:56.965Z] --- PASS: TestGraphdriverPluginV2 (4.83s) [2019-09-12T11:05:56.965Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2 [2019-09-12T11:05:56.965Z] daemon.go:336: [d5e12b68b0de2] waiting for daemon to start [2019-09-12T11:05:56.965Z] daemon.go:336: [d5e12b68b0de2] waiting for daemon to start [2019-09-12T11:05:56.965Z] daemon.go:364: [d5e12b68b0de2] daemon started [2019-09-12T11:05:56.965Z] daemon.go:472: [d5e12b68b0de2] Stopping daemon [2019-09-12T11:05:56.965Z] daemon.go:307: [d5e12b68b0de2] exiting daemon [2019-09-12T11:05:56.965Z] daemon.go:459: [d5e12b68b0de2] Daemon stopped [2019-09-12T11:05:56.966Z] daemon.go:336: [d5e12b68b0de2] waiting for daemon to start [2019-09-12T11:05:56.966Z] daemon.go:336: [d5e12b68b0de2] waiting for daemon to start [2019-09-12T11:05:56.966Z] daemon.go:364: [d5e12b68b0de2] daemon started [2019-09-12T11:05:56.966Z] daemon.go:472: [d5e12b68b0de2] Stopping daemon [2019-09-12T11:05:56.966Z] daemon.go:307: [d5e12b68b0de2] exiting daemon [2019-09-12T11:05:56.966Z] daemon.go:459: [d5e12b68b0de2] Daemon stopped [2019-09-12T11:05:56.966Z] PASS [2019-09-12T11:05:56.966Z] [2019-09-12T11:05:56.966Z] DONE 5 tests in 11.444s [2019-09-12T11:05:56.966Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-12T11:05:56.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:56.966Z] ++ set -e [2019-09-12T11:05:56.966Z] ++ '[' -n 0 ']' [2019-09-12T11:05:56.966Z] ++ set -x [2019-09-12T11:05:56.966Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:05:56.966Z] INFO: Testing against a local daemon [2019-09-12T11:05:56.966Z] === RUN TestContinueAfterPluginCrash [2019-09-12T11:05:56.966Z] === PAUSE TestContinueAfterPluginCrash [2019-09-12T11:05:56.966Z] === RUN TestDaemonStartWithLogOpt [2019-09-12T11:05:56.966Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-12T11:05:56.966Z] === CONT TestContinueAfterPluginCrash [2019-09-12T11:05:56.966Z] === CONT TestDaemonStartWithLogOpt [2019-09-12T11:05:57.894Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-12T11:05:57.894Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-12T11:05:58.151Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-12T11:05:59.524Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-09-12T11:06:00.088Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-12T11:06:03.363Z] ok github.com/docker/docker/pkg/signal 2.405s coverage: 61.0% of statements [2019-09-12T11:06:03.363Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-12T11:06:03.517Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-12T11:06:03.620Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-12T11:06:03.877Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2019-09-12T11:06:04.134Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-12T11:06:04.698Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-12T11:06:05.262Z] ok github.com/docker/docker/pkg/system 0.023s coverage: 36.9% of statements [2019-09-12T11:06:05.519Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2019-09-12T11:06:06.084Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2019-09-12T11:06:06.648Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-12T11:06:06.905Z] testing: warning: no tests to run [2019-09-12T11:06:06.905Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [2019-09-12T11:06:07.468Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-12T11:06:07.468Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-12T11:06:07.725Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-12T11:06:10.071Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-12T11:06:10.247Z] ok github.com/docker/docker/plugin 0.529s coverage: 27.0% of statements [2019-09-12T11:06:10.504Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-09-12T11:06:10.636Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-12T11:06:11.435Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-09-12T11:06:11.692Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2019-09-12T11:06:12.528Z] --- PASS: TestDaemonStartWithLogOpt (15.71s) [2019-09-12T11:06:12.528Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-12T11:06:12.528Z] daemon.go:336: [da61023ff67af] waiting for daemon to start [2019-09-12T11:06:12.528Z] daemon.go:336: [da61023ff67af] waiting for daemon to start [2019-09-12T11:06:12.528Z] daemon.go:364: [da61023ff67af] daemon started [2019-09-12T11:06:12.528Z] daemon.go:472: [da61023ff67af] Stopping daemon [2019-09-12T11:06:12.528Z] daemon.go:307: [da61023ff67af] exiting daemon [2019-09-12T11:06:12.528Z] daemon.go:459: [da61023ff67af] Daemon stopped [2019-09-12T11:06:12.528Z] daemon.go:336: [da61023ff67af] waiting for daemon to start [2019-09-12T11:06:12.528Z] daemon.go:336: [da61023ff67af] waiting for daemon to start [2019-09-12T11:06:12.528Z] daemon.go:364: [da61023ff67af] daemon started [2019-09-12T11:06:12.528Z] daemon.go:472: [da61023ff67af] Stopping daemon [2019-09-12T11:06:12.528Z] daemon.go:307: [da61023ff67af] exiting daemon [2019-09-12T11:06:12.528Z] daemon.go:459: [da61023ff67af] Daemon stopped [2019-09-12T11:06:13.586Z] ok github.com/docker/docker/registry 0.092s coverage: 56.4% of statements [2019-09-12T11:06:13.843Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-12T11:06:13.896Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-12T11:06:13.896Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-12T11:06:14.100Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-09-12T11:06:15.031Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-09-12T11:06:15.265Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-12T11:06:15.289Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-12T11:06:17.160Z] --- PASS: TestContinueAfterPluginCrash (20.41s) [2019-09-12T11:06:17.160Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-12T11:06:17.160Z] daemon.go:336: [d9b0e34c7d585] waiting for daemon to start [2019-09-12T11:06:17.160Z] daemon.go:336: [d9b0e34c7d585] waiting for daemon to start [2019-09-12T11:06:17.160Z] daemon.go:364: [d9b0e34c7d585] daemon started [2019-09-12T11:06:17.160Z] daemon.go:472: [d9b0e34c7d585] Stopping daemon [2019-09-12T11:06:17.160Z] daemon.go:307: [d9b0e34c7d585] exiting daemon [2019-09-12T11:06:17.160Z] daemon.go:459: [d9b0e34c7d585] Daemon stopped [2019-09-12T11:06:17.160Z] PASS [2019-09-12T11:06:17.160Z] [2019-09-12T11:06:17.160Z] DONE 2 tests in 20.675s [2019-09-12T11:06:17.160Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-12T11:06:17.160Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:17.160Z] ++ set -e [2019-09-12T11:06:17.160Z] ++ '[' -n 0 ']' [2019-09-12T11:06:17.160Z] ++ set -x [2019-09-12T11:06:17.160Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:17.417Z] INFO: Testing against a local daemon [2019-09-12T11:06:17.417Z] === RUN TestPluginWithDevMounts [2019-09-12T11:06:17.417Z] === PAUSE TestPluginWithDevMounts [2019-09-12T11:06:17.417Z] === CONT TestPluginWithDevMounts [2019-09-12T11:06:17.812Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-12T11:06:18.377Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [2019-09-12T11:06:19.308Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-12T11:06:19.319Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-12T11:06:19.577Z] --- PASS: TestPluginWithDevMounts (2.22s) [2019-09-12T11:06:19.577Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-12T11:06:19.577Z] daemon.go:336: [ded58a2162376] waiting for daemon to start [2019-09-12T11:06:19.577Z] daemon.go:336: [ded58a2162376] waiting for daemon to start [2019-09-12T11:06:19.577Z] daemon.go:364: [ded58a2162376] daemon started [2019-09-12T11:06:19.577Z] daemon.go:472: [ded58a2162376] Stopping daemon [2019-09-12T11:06:19.577Z] daemon.go:307: [ded58a2162376] exiting daemon [2019-09-12T11:06:19.577Z] daemon.go:459: [ded58a2162376] Daemon stopped [2019-09-12T11:06:19.577Z] PASS [2019-09-12T11:06:19.577Z] [2019-09-12T11:06:19.577Z] DONE 1 tests in 2.479s [2019-09-12T11:06:19.835Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-12T11:06:19.835Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:19.835Z] ++ set -e [2019-09-12T11:06:19.835Z] ++ '[' -n 0 ']' [2019-09-12T11:06:19.835Z] ++ set -x [2019-09-12T11:06:19.835Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:19.835Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-12T11:06:20.098Z] INFO: Testing against a local daemon [2019-09-12T11:06:20.098Z] === RUN TestSecretInspect [2019-09-12T11:06:20.239Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-09-12T11:06:22.635Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-12T11:06:22.635Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-12T11:06:22.635Z] --- PASS: TestSecretInspect (2.54s) [2019-09-12T11:06:22.635Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-12T11:06:22.635Z] daemon.go:336: [d713cfbb17f0f] waiting for daemon to start [2019-09-12T11:06:22.635Z] daemon.go:336: [d713cfbb17f0f] waiting for daemon to start [2019-09-12T11:06:22.635Z] daemon.go:364: [d713cfbb17f0f] daemon started [2019-09-12T11:06:22.635Z] daemon.go:472: [d713cfbb17f0f] Stopping daemon [2019-09-12T11:06:22.635Z] daemon.go:307: [d713cfbb17f0f] exiting daemon [2019-09-12T11:06:22.635Z] daemon.go:459: [d713cfbb17f0f] Daemon stopped [2019-09-12T11:06:22.635Z] === RUN TestSecretList [2019-09-12T11:06:25.272Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-12T11:06:25.529Z] --- PASS: TestSecretList (3.10s) [2019-09-12T11:06:25.529Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-12T11:06:25.529Z] daemon.go:336: [d007321203c73] waiting for daemon to start [2019-09-12T11:06:25.529Z] daemon.go:336: [d007321203c73] waiting for daemon to start [2019-09-12T11:06:25.529Z] daemon.go:364: [d007321203c73] daemon started [2019-09-12T11:06:25.529Z] daemon.go:472: [d007321203c73] Stopping daemon [2019-09-12T11:06:25.529Z] daemon.go:307: [d007321203c73] exiting daemon [2019-09-12T11:06:25.529Z] daemon.go:459: [d007321203c73] Daemon stopped [2019-09-12T11:06:25.529Z] === RUN TestSecretsCreateAndDelete [2019-09-12T11:06:26.092Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-12T11:06:27.460Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-12T11:06:28.390Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-12T11:06:28.953Z] --- PASS: TestSecretsCreateAndDelete (3.32s) [2019-09-12T11:06:28.953Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-12T11:06:28.953Z] daemon.go:336: [d25252e5fe8ed] waiting for daemon to start [2019-09-12T11:06:28.953Z] daemon.go:336: [d25252e5fe8ed] waiting for daemon to start [2019-09-12T11:06:28.953Z] daemon.go:364: [d25252e5fe8ed] daemon started [2019-09-12T11:06:28.953Z] daemon.go:472: [d25252e5fe8ed] Stopping daemon [2019-09-12T11:06:28.953Z] daemon.go:307: [d25252e5fe8ed] exiting daemon [2019-09-12T11:06:28.953Z] daemon.go:459: [d25252e5fe8ed] Daemon stopped [2019-09-12T11:06:28.953Z] === RUN TestSecretsUpdate [2019-09-12T11:06:30.324Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-12T11:06:30.889Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-12T11:06:30.889Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-12T11:06:31.147Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-12T11:06:31.711Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-12T11:06:32.275Z] --- PASS: TestSecretsUpdate (3.22s) [2019-09-12T11:06:32.275Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-12T11:06:32.275Z] daemon.go:336: [dfb3e7e22a1ad] waiting for daemon to start [2019-09-12T11:06:32.275Z] daemon.go:336: [dfb3e7e22a1ad] waiting for daemon to start [2019-09-12T11:06:32.275Z] daemon.go:364: [dfb3e7e22a1ad] daemon started [2019-09-12T11:06:32.275Z] daemon.go:472: [dfb3e7e22a1ad] Stopping daemon [2019-09-12T11:06:32.275Z] daemon.go:307: [dfb3e7e22a1ad] exiting daemon [2019-09-12T11:06:32.275Z] daemon.go:459: [dfb3e7e22a1ad] Daemon stopped [2019-09-12T11:06:32.275Z] === RUN TestTemplatedSecret [2019-09-12T11:06:32.412Z] ok github.com/docker/docker/pkg/plugins 33.618s coverage: 76.6% of statements [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/rootless [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-12T11:06:32.412Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/volume [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-12T11:06:32.413Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === Skipped [2019-09-12T11:06:32.413Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-12T11:06:32.413Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-12T11:06:32.413Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:73: No driver to put! [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-12T11:06:32.413Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-12T11:06:32.413Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-12T11:06:32.413Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T11:06:32.413Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-12T11:06:32.413Z] graphtest_unix.go:73: No driver to put! [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-12T11:06:32.413Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-12T11:06:32.413Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] [2019-09-12T11:06:32.413Z] DONE 2076 tests, 20 skipped in 240.558s Post stage [Pipeline] junit [2019-09-12T11:06:32.425Z] Recording test results [2019-09-12T11:06:32.532Z] === RUN Test/DockerSuite/TestBuildOnBuild [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-12T11:06:33.047Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39844/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/validate/vendor [2019-09-12T11:06:33.976Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-12T11:06:34.862Z] + echo Building e2e image [2019-09-12T11:06:34.862Z] Building e2e image [2019-09-12T11:06:34.862Z] + docker build --build-arg DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -t moby-e2e-test -f Dockerfile.e2e . [2019-09-12T11:06:34.862Z] #2 [internal] load .dockerignore [2019-09-12T11:06:34.862Z] #2 transferring context: 34B done [2019-09-12T11:06:34.862Z] #2 DONE 0.0s [2019-09-12T11:06:34.862Z] [2019-09-12T11:06:34.862Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-12T11:06:34.862Z] #1 transferring dockerfile: 3.19kB done [2019-09-12T11:06:34.862Z] #1 DONE 0.0s [2019-09-12T11:06:34.862Z] [2019-09-12T11:06:34.862Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-12T11:06:35.057Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-12T11:06:35.119Z] #4 DONE 0.3s [2019-09-12T11:06:35.119Z] [2019-09-12T11:06:35.119Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-12T11:06:35.119Z] #3 DONE 0.3s [2019-09-12T11:06:35.119Z] [2019-09-12T11:06:35.119Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-12T11:06:35.119Z] #14 resolve docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done [2019-09-12T11:06:35.376Z] #14 ... [2019-09-12T11:06:35.376Z] [2019-09-12T11:06:35.376Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-12T11:06:35.376Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-12T11:06:35.376Z] #5 DONE 0.0s [2019-09-12T11:06:35.376Z] [2019-09-12T11:06:35.376Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-12T11:06:35.376Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 [2019-09-12T11:06:35.376Z] #14 sha256:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done [2019-09-12T11:06:35.376Z] #14 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done [2019-09-12T11:06:35.376Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.1s done [2019-09-12T11:06:35.376Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.1s done [2019-09-12T11:06:35.376Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 2.68MB / 125.33MB 0.2s [2019-09-12T11:06:35.376Z] #14 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.1s done [2019-09-12T11:06:35.376Z] #14 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done [2019-09-12T11:06:35.621Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-12T11:06:35.634Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 16.29MB / 125.33MB 0.5s [2019-09-12T11:06:35.878Z] --- PASS: TestTemplatedSecret (3.58s) [2019-09-12T11:06:35.878Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-12T11:06:35.878Z] daemon.go:336: [d81855b9d1746] waiting for daemon to start [2019-09-12T11:06:35.878Z] daemon.go:336: [d81855b9d1746] waiting for daemon to start [2019-09-12T11:06:35.878Z] daemon.go:364: [d81855b9d1746] daemon started [2019-09-12T11:06:35.878Z] daemon.go:472: [d81855b9d1746] Stopping daemon [2019-09-12T11:06:35.878Z] daemon.go:307: [d81855b9d1746] exiting daemon [2019-09-12T11:06:35.878Z] daemon.go:459: [d81855b9d1746] Daemon stopped [2019-09-12T11:06:35.878Z] === RUN TestSecretCreateResolve [2019-09-12T11:06:35.891Z] #14 ... [2019-09-12T11:06:35.891Z] [2019-09-12T11:06:35.891Z] #8 [internal] load build context [2019-09-12T11:06:35.891Z] #8 transferring context: 793.75kB 0.5s done [2019-09-12T11:06:35.891Z] #8 DONE 0.5s [2019-09-12T11:06:35.891Z] [2019-09-12T11:06:35.891Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-12T11:06:35.891Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.4s done [2019-09-12T11:06:35.891Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf done [2019-09-12T11:06:35.891Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 34.19MB / 125.33MB 0.8s [2019-09-12T11:06:36.149Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 41.62MB / 125.33MB 0.9s [2019-09-12T11:06:36.149Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 60.28MB / 125.33MB 1.1s [2019-09-12T11:06:36.407Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 68.55MB / 125.33MB 1.2s [2019-09-12T11:06:36.407Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 76.52MB / 125.33MB 1.3s [2019-09-12T11:06:36.666Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 98.04MB / 125.33MB 1.5s [2019-09-12T11:06:36.666Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 109.36MB / 125.33MB 1.6s [2019-09-12T11:06:36.924Z] #14 ... [2019-09-12T11:06:36.924Z] [2019-09-12T11:06:36.924Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-12T11:06:36.924Z] #6 DONE 1.7s [2019-09-12T11:06:36.924Z] [2019-09-12T11:06:36.924Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-12T11:06:36.924Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 121.18MB / 125.33MB 1.7s [2019-09-12T11:06:37.182Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 1.7s done [2019-09-12T11:06:37.182Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 [2019-09-12T11:06:39.151Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-12T11:06:39.151Z] --- PASS: TestSecretCreateResolve (3.16s) [2019-09-12T11:06:39.151Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-12T11:06:39.151Z] daemon.go:336: [d9ecffe228b9a] waiting for daemon to start [2019-09-12T11:06:39.151Z] daemon.go:336: [d9ecffe228b9a] waiting for daemon to start [2019-09-12T11:06:39.151Z] daemon.go:364: [d9ecffe228b9a] daemon started [2019-09-12T11:06:39.151Z] daemon.go:472: [d9ecffe228b9a] Stopping daemon [2019-09-12T11:06:39.151Z] daemon.go:307: [d9ecffe228b9a] exiting daemon [2019-09-12T11:06:39.151Z] daemon.go:459: [d9ecffe228b9a] Daemon stopped [2019-09-12T11:06:39.151Z] PASS [2019-09-12T11:06:39.151Z] [2019-09-12T11:06:39.151Z] DONE 6 tests in 19.209s [2019-09-12T11:06:39.151Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-12T11:06:39.151Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:39.151Z] ++ set -e [2019-09-12T11:06:39.151Z] ++ '[' -n 0 ']' [2019-09-12T11:06:39.151Z] ++ set -x [2019-09-12T11:06:39.151Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:06:39.151Z] INFO: Testing against a local daemon [2019-09-12T11:06:39.151Z] === RUN TestServiceCreateInit [2019-09-12T11:06:39.151Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-12T11:06:39.151Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-12T11:06:41.048Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-12T11:06:42.438Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 5.0s [2019-09-12T11:06:43.368Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 6.0s done [2019-09-12T11:06:43.368Z] #14 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done [2019-09-12T11:06:43.572Z] === RUN Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-12T11:06:43.931Z] #14 DONE 8.5s [2019-09-12T11:06:43.931Z] [2019-09-12T11:06:43.931Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-12T11:06:43.931Z] #15 ... [2019-09-12T11:06:43.931Z] [2019-09-12T11:06:43.931Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-12T11:06:43.931Z] #7 1.256 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-12T11:06:43.931Z] #7 2.341 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-12T11:06:43.931Z] #7 2.452 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-12T11:06:43.931Z] #7 2.455 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-12T11:06:43.931Z] #7 2.665 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-12T11:06:43.931Z] #7 2.677 (4/31) Installing readline (8.0.0-r0) [2019-09-12T11:06:43.931Z] #7 2.683 (5/31) Installing bash (5.0.0-r0) [2019-09-12T11:06:43.931Z] #7 2.700 Executing bash-5.0.0-r0.post-install [2019-09-12T11:06:43.931Z] #7 2.704 (6/31) Installing ca-certificates (20190108-r0) [2019-09-12T11:06:43.931Z] #7 2.721 (7/31) Installing libgcc (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 2.726 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 2.741 (9/31) Installing binutils (2.32-r0) [2019-09-12T11:06:43.931Z] #7 2.847 (10/31) Installing gmp (6.1.2-r1) [2019-09-12T11:06:43.931Z] #7 2.854 (11/31) Installing isl (0.18-r0) [2019-09-12T11:06:43.931Z] #7 2.872 (12/31) Installing libgomp (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 2.877 (13/31) Installing libatomic (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 2.880 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-12T11:06:43.931Z] #7 2.886 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-12T11:06:43.931Z] #7 2.890 (16/31) Installing gcc (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 3.821 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-12T11:06:43.931Z] #7 3.921 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-12T11:06:43.931Z] #7 3.923 (19/31) Installing g++ (8.3.0-r0) [2019-09-12T11:06:43.931Z] #7 4.497 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-12T11:06:43.931Z] #7 4.499 (21/31) Installing libcurl (7.65.1-r0) [2019-09-12T11:06:43.931Z] #7 4.509 (22/31) Installing expat (2.2.7-r0) [2019-09-12T11:06:43.931Z] #7 4.514 (23/31) Installing pcre2 (10.33-r0) [2019-09-12T11:06:43.931Z] #7 4.523 (24/31) Installing git (2.22.0-r0) [2019-09-12T11:06:43.931Z] #7 4.735 (25/31) Installing libmnl (1.0.4-r0) [2019-09-12T11:06:43.931Z] #7 4.737 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-12T11:06:43.931Z] #7 4.742 (27/31) Installing iptables (1.8.3-r0) [2019-09-12T11:06:43.931Z] #7 4.770 (28/31) Installing pigz (2.4-r0) [2019-09-12T11:06:43.931Z] #7 4.777 (29/31) Installing tar (1.32-r0) [2019-09-12T11:06:43.931Z] #7 4.785 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-12T11:06:43.931Z] #7 4.788 (31/31) Installing xz (5.2.4-r0) [2019-09-12T11:06:43.931Z] #7 4.793 Executing busybox-1.30.1-r2.trigger [2019-09-12T11:06:43.931Z] #7 4.797 Executing ca-certificates-20190108-r0.trigger [2019-09-12T11:06:43.931Z] #7 4.860 OK: 185 MiB in 45 packages [2019-09-12T11:06:43.931Z] #7 DONE 6.9s [2019-09-12T11:06:43.931Z] [2019-09-12T11:06:43.931Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-12T11:06:43.931Z] #9 DONE 0.1s [2019-09-12T11:06:44.136Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-12T11:06:44.187Z] [2019-09-12T11:06:44.187Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-12T11:06:44.187Z] #10 DONE 0.1s [2019-09-12T11:06:44.187Z] [2019-09-12T11:06:44.187Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-12T11:06:44.187Z] #11 DONE 0.0s [2019-09-12T11:06:44.187Z] [2019-09-12T11:06:44.187Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-12T11:06:44.187Z] #12 DONE 0.1s [2019-09-12T11:06:44.187Z] [2019-09-12T11:06:44.187Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-12T11:06:44.187Z] #15 ... [2019-09-12T11:06:44.187Z] [2019-09-12T11:06:44.187Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-12T11:06:44.187Z] #13 DONE 0.1s [2019-09-12T11:06:44.443Z] [2019-09-12T11:06:44.443Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-12T11:06:44.443Z] #15 0.794 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-12T11:06:45.514Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-12T11:06:45.514Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-12T11:06:45.811Z] #15 1.862 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-12T11:06:45.811Z] #15 1.935 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-12T11:06:45.811Z] #15 1.938 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-12T11:06:45.811Z] #15 2.064 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-12T11:06:45.811Z] #15 2.071 (4/43) Installing readline (8.0.0-r0) [2019-09-12T11:06:45.811Z] #15 2.075 (5/43) Installing bash (5.0.0-r0) [2019-09-12T11:06:45.811Z] #15 2.086 Executing bash-5.0.0-r0.post-install [2019-09-12T11:06:45.811Z] #15 2.088 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-12T11:06:46.068Z] #15 2.159 (7/43) Installing libuuid (2.33.2-r0) [2019-09-12T11:06:46.068Z] #15 2.160 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-12T11:06:46.068Z] #15 2.163 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-12T11:06:46.068Z] #15 2.167 (10/43) Installing binutils (2.32-r0) [2019-09-12T11:06:46.068Z] #15 2.234 (11/43) Installing libmagic (5.37-r0) [2019-09-12T11:06:46.068Z] #15 2.254 (12/43) Installing file (5.37-r0) [2019-09-12T11:06:46.068Z] #15 2.256 (13/43) Installing gmp (6.1.2-r1) [2019-09-12T11:06:46.068Z] #15 2.262 (14/43) Installing isl (0.18-r0) [2019-09-12T11:06:46.068Z] #15 2.278 (15/43) Installing libgomp (8.3.0-r0) [2019-09-12T11:06:46.068Z] #15 2.281 (16/43) Installing libatomic (8.3.0-r0) [2019-09-12T11:06:46.068Z] #15 2.282 (17/43) Installing libgcc (8.3.0-r0) [2019-09-12T11:06:46.068Z] #15 2.284 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-12T11:06:46.068Z] #15 2.289 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-12T11:06:46.068Z] #15 2.291 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-12T11:06:46.068Z] #15 2.301 (21/43) Installing gcc (8.3.0-r0) [2019-09-12T11:06:46.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-12T11:06:46.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-12T11:06:46.634Z] #15 2.896 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-12T11:06:46.634Z] #15 2.972 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-12T11:06:46.891Z] #15 2.973 (24/43) Installing g++ (8.3.0-r0) [2019-09-12T11:06:47.148Z] #15 3.363 (25/43) Installing make (4.2.1-r2) [2019-09-12T11:06:47.148Z] #15 3.367 (26/43) Installing fortify-headers (1.1-r0) [2019-09-12T11:06:47.148Z] #15 3.369 (27/43) Installing build-base (0.5-r1) [2019-09-12T11:06:47.148Z] #15 3.370 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-12T11:06:47.148Z] #15 3.373 (29/43) Installing libcurl (7.65.1-r0) [2019-09-12T11:06:47.148Z] #15 3.379 (30/43) Installing curl (7.65.1-r0) [2019-09-12T11:06:47.148Z] #15 3.383 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-12T11:06:47.148Z] #15 3.389 (32/43) Installing jq (1.6-r0) [2019-09-12T11:06:47.148Z] #15 3.396 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-12T11:06:47.148Z] #15 3.401 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-12T11:06:47.148Z] #15 3.403 (35/43) Installing libaio (0.3.111-r0) [2019-09-12T11:06:47.148Z] #15 3.405 (36/43) Installing libblkid (2.33.2-r0) [2019-09-12T11:06:47.148Z] #15 3.409 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-12T11:06:47.148Z] #15 3.436 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-12T11:06:47.148Z] #15 3.441 (39/43) Installing libmount (2.33.2-r0) [2019-09-12T11:06:47.148Z] #15 3.445 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-12T11:06:47.148Z] #15 3.449 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-12T11:06:47.148Z] #15 3.451 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-12T11:06:47.148Z] #15 3.471 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-12T11:06:47.148Z] #15 3.475 Executing busybox-1.30.1-r2.trigger [2019-09-12T11:06:47.404Z] #15 3.481 OK: 190 MiB in 58 packages [2019-09-12T11:06:47.410Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-12T11:06:47.971Z] #15 DONE 4.4s [2019-09-12T11:06:47.974Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-12T11:06:48.228Z] [2019-09-12T11:06:48.228Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-12T11:06:48.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-12T11:06:49.162Z] #16 DONE 0.8s [2019-09-12T11:06:49.162Z] [2019-09-12T11:06:49.162Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-12T11:06:49.419Z] #17 DONE 0.7s [2019-09-12T11:06:49.677Z] [2019-09-12T11:06:49.677Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-12T11:06:49.677Z] #18 DONE 0.0s [2019-09-12T11:06:49.677Z] [2019-09-12T11:06:49.677Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T11:06:49.936Z] #22 DONE 0.1s [2019-09-12T11:06:49.936Z] [2019-09-12T11:06:49.936Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-12T11:06:49.936Z] #26 DONE 0.1s [2019-09-12T11:06:49.936Z] [2019-09-12T11:06:49.936Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-12T11:06:49.936Z] #19 DONE 0.1s [2019-09-12T11:06:49.936Z] [2019-09-12T11:06:49.936Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-12T11:06:49.936Z] #23 DONE 0.2s [2019-09-12T11:06:49.936Z] [2019-09-12T11:06:49.936Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-12T11:06:49.936Z] #27 DONE 0.2s [2019-09-12T11:06:49.936Z] [2019-09-12T11:06:49.936Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T11:06:50.193Z] #24 ... [2019-09-12T11:06:50.193Z] [2019-09-12T11:06:50.193Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-12T11:06:50.193Z] #28 DONE 0.1s [2019-09-12T11:06:50.193Z] [2019-09-12T11:06:50.193Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-12T11:06:50.757Z] #29 ... [2019-09-12T11:06:50.757Z] [2019-09-12T11:06:50.757Z] #31 [builder 1/4] COPY . . [2019-09-12T11:06:50.757Z] #31 DONE 1.2s [2019-09-12T11:06:51.014Z] [2019-09-12T11:06:51.014Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-12T11:06:51.273Z] --- PASS: TestServiceCreateInit (11.79s) [2019-09-12T11:06:51.273Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.15s) [2019-09-12T11:06:51.273Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-12T11:06:51.273Z] daemon.go:336: [d6ee9e8d7014f] waiting for daemon to start [2019-09-12T11:06:51.273Z] daemon.go:336: [d6ee9e8d7014f] waiting for daemon to start [2019-09-12T11:06:51.273Z] daemon.go:364: [d6ee9e8d7014f] daemon started [2019-09-12T11:06:51.273Z] daemon.go:472: [d6ee9e8d7014f] Stopping daemon [2019-09-12T11:06:51.273Z] daemon.go:307: [d6ee9e8d7014f] exiting daemon [2019-09-12T11:06:51.273Z] daemon.go:459: [d6ee9e8d7014f] Daemon stopped [2019-09-12T11:06:51.273Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.61s) [2019-09-12T11:06:51.273Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-12T11:06:51.273Z] daemon.go:336: [da862b86f5067] waiting for daemon to start [2019-09-12T11:06:51.273Z] daemon.go:336: [da862b86f5067] waiting for daemon to start [2019-09-12T11:06:51.274Z] daemon.go:364: [da862b86f5067] daemon started [2019-09-12T11:06:51.274Z] daemon.go:472: [da862b86f5067] Stopping daemon [2019-09-12T11:06:51.274Z] daemon.go:307: [da862b86f5067] exiting daemon [2019-09-12T11:06:51.274Z] daemon.go:459: [da862b86f5067] Daemon stopped [2019-09-12T11:06:51.274Z] === RUN TestCreateServiceMultipleTimes [2019-09-12T11:06:51.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-12T11:06:52.203Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-12T11:06:52.908Z] #32 DONE 2.0s [2019-09-12T11:06:52.908Z] [2019-09-12T11:06:52.908Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-12T11:06:54.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-12T11:06:54.725Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-12T11:06:54.804Z] #33 1.659 [2019-09-12T11:06:54.804Z] #33 1.806 Removing bundles/ [2019-09-12T11:06:54.804Z] #33 1.807 [2019-09-12T11:06:54.804Z] #33 1.814 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-12T11:06:55.061Z] #33 ... [2019-09-12T11:06:55.061Z] [2019-09-12T11:06:55.061Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-12T11:06:55.061Z] #24 1.517 Install docker/cli version 17.06.2-ce from stable [2019-09-12T11:06:55.061Z] #24 1.519 + RM_GOPATH=0 [2019-09-12T11:06:55.061Z] #24 1.519 + TMP_GOPATH= [2019-09-12T11:06:55.061Z] #24 1.519 + : /build [2019-09-12T11:06:55.061Z] #24 1.519 + '[' -z '' ']' [2019-09-12T11:06:55.061Z] #24 1.519 ++ mktemp -d [2019-09-12T11:06:55.061Z] #24 1.519 + export GOPATH=/tmp/tmp.aJihJO [2019-09-12T11:06:55.061Z] #24 1.519 + GOPATH=/tmp/tmp.aJihJO [2019-09-12T11:06:55.061Z] #24 1.519 + RM_GOPATH=1 [2019-09-12T11:06:55.061Z] #24 1.519 ++ dirname ./install.sh [2019-09-12T11:06:55.061Z] #24 1.519 + dir=. [2019-09-12T11:06:55.061Z] #24 1.519 + bin=dockercli [2019-09-12T11:06:55.061Z] #24 1.519 + shift [2019-09-12T11:06:55.061Z] #24 1.519 + '[' '!' -f ./dockercli.installer ']' [2019-09-12T11:06:55.061Z] #24 1.519 + . ./dockercli.installer [2019-09-12T11:06:55.061Z] #24 1.519 ++ DOCKERCLI_CHANNEL=stable [2019-09-12T11:06:55.061Z] #24 1.519 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-12T11:06:55.061Z] #24 1.519 + install_dockercli [2019-09-12T11:06:55.061Z] #24 1.519 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-12T11:06:55.061Z] #24 1.524 ++ uname -m [2019-09-12T11:06:55.061Z] #24 1.524 + arch=x86_64 [2019-09-12T11:06:55.061Z] #24 1.524 + '[' x86_64 '!=' x86_64 ']' [2019-09-12T11:06:55.061Z] #24 1.524 + url=https://download.docker.com/linux/static [2019-09-12T11:06:55.061Z] #24 1.524 + tar -xz docker/docker [2019-09-12T11:06:55.061Z] #24 1.524 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-12T11:06:55.061Z] #24 4.673 + mkdir -p /build [2019-09-12T11:06:55.061Z] #24 4.673 + mv docker/docker /build/ [2019-09-12T11:06:55.061Z] #24 4.674 + rmdir docker [2019-09-12T11:06:55.061Z] #24 DONE 4.9s [2019-09-12T11:06:55.061Z] [2019-09-12T11:06:55.061Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T11:06:55.061Z] #20 2.607 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-12T11:06:55.061Z] #20 3.203 [2019-09-12T11:06:55.061Z] #20 3.308 0.6% ####### 11.0% ##################### 30.0% ####################################### 54.6% ########################################################## 81.1% ################################################################### 93.3% ######################################################################## 100.0% [2019-09-12T11:06:55.061Z] #20 4.338 [2019-09-12T11:06:55.061Z] #20 4.457 ##### 7.8% ################################################ 67.9% ######################################################################## 100.0% [2019-09-12T11:06:55.061Z] #20 5.150 [2019-09-12T11:06:55.574Z] #20 5.295 0.0% ############## 20.3% ########################## 37.4% ######################################### 57.0% #################################################### 72.5% ############################################################### 87.9% ######################################################################## 100.0% [2019-09-12T11:06:55.656Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-12T11:06:56.139Z] #20 6.396 [2019-09-12T11:06:57.027Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-12T11:06:57.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-12T11:06:57.958Z] === RUN Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-12T11:06:58.917Z] #20 6.510 0.5% ###### 8.4% ######### 12.6% ############## 19.5% ################### 26.8% ######################## 33.3% ############################ 39.3% ############################# 41.4% ############################## 42.8% #################################### 51.0% ############################################ 61.9% #################################################### 72.7% ##################################################### 74.6% ############################################################## 86.7% ###################################################################### 98.3% ######################################################################## 100.0% [2019-09-12T11:06:59.174Z] #20 9.361 [2019-09-12T11:07:00.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-12T11:07:00.543Z] #20 10.49 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-12T11:07:00.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-12T11:07:00.800Z] #20 10.96 [2019-09-12T11:07:00.800Z] #20 11.07 ######################################################################## 100.0% [2019-09-12T11:07:01.057Z] #20 11.43 [2019-09-12T11:07:02.427Z] #20 12.66 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-12T11:07:02.991Z] #20 13.11 [2019-09-12T11:07:03.922Z] #20 13.33 #=#=# 0.7% ######################################################################## 100.0% [2019-09-12T11:07:03.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-12T11:07:04.179Z] #20 14.49 [2019-09-12T11:07:05.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-12T11:07:05.547Z] #20 15.58 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-12T11:07:05.547Z] #20 15.75 skipping existing 1849cc453dee [2019-09-12T11:07:05.805Z] #20 16.00 [2019-09-12T11:07:06.369Z] #20 ... [2019-09-12T11:07:06.369Z] [2019-09-12T11:07:06.369Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-12T11:07:06.369Z] #33 3.385 Building test suite binary ./integration-cli/test.main [2019-09-12T11:07:07.299Z] #33 ... [2019-09-12T11:07:07.299Z] [2019-09-12T11:07:07.299Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-12T11:07:07.299Z] #20 17.29 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-12T11:07:07.299Z] #20 17.69 [2019-09-12T11:07:07.556Z] #20 17.77 ######################################################################## 100.0% [2019-09-12T11:07:07.814Z] #20 18.08 [2019-09-12T11:07:08.075Z] #20 18.15 Download of images into '/build' complete. [2019-09-12T11:07:08.075Z] #20 18.15 Use something like the following to load the result into a Docker daemon: [2019-09-12T11:07:08.075Z] #20 18.15 tar -cC '/build' . | docker load [2019-09-12T11:07:08.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-12T11:07:09.006Z] #20 DONE 19.1s [2019-09-12T11:07:09.006Z] [2019-09-12T11:07:09.006Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-12T11:07:10.138Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-12T11:07:10.900Z] #29 ... [2019-09-12T11:07:10.900Z] [2019-09-12T11:07:10.900Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-12T11:07:12.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-12T11:07:12.269Z] #21 DONE 1.3s [2019-09-12T11:07:12.269Z] [2019-09-12T11:07:12.269Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-12T11:07:12.526Z] #29 ... [2019-09-12T11:07:12.526Z] [2019-09-12T11:07:12.526Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-12T11:07:12.526Z] #25 DONE 0.2s [2019-09-12T11:07:12.526Z] [2019-09-12T11:07:12.526Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-12T11:07:13.414Z] === RUN Test/DockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-12T11:07:14.344Z] --- PASS: TestCreateServiceMultipleTimes (23.26s) [2019-09-12T11:07:14.344Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-12T11:07:14.344Z] daemon.go:336: [d7e07f1f2be94] waiting for daemon to start [2019-09-12T11:07:14.344Z] daemon.go:336: [d7e07f1f2be94] waiting for daemon to start [2019-09-12T11:07:14.344Z] daemon.go:364: [d7e07f1f2be94] daemon started [2019-09-12T11:07:14.344Z] daemon.go:472: [d7e07f1f2be94] Stopping daemon [2019-09-12T11:07:14.344Z] daemon.go:307: [d7e07f1f2be94] exiting daemon [2019-09-12T11:07:14.344Z] daemon.go:459: [d7e07f1f2be94] Daemon stopped [2019-09-12T11:07:14.344Z] === RUN TestCreateServiceConflict [2019-09-12T11:07:14.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-12T11:07:16.240Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-12T11:07:17.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-12T11:07:17.171Z] --- PASS: TestCreateServiceConflict (2.95s) [2019-09-12T11:07:17.171Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-12T11:07:17.171Z] daemon.go:336: [d1f6631dc8366] waiting for daemon to start [2019-09-12T11:07:17.171Z] daemon.go:336: [d1f6631dc8366] waiting for daemon to start [2019-09-12T11:07:17.171Z] daemon.go:364: [d1f6631dc8366] daemon started [2019-09-12T11:07:17.171Z] daemon.go:472: [d1f6631dc8366] Stopping daemon [2019-09-12T11:07:17.171Z] daemon.go:307: [d1f6631dc8366] exiting daemon [2019-09-12T11:07:17.171Z] daemon.go:459: [d1f6631dc8366] Daemon stopped [2019-09-12T11:07:17.171Z] === RUN TestCreateServiceMaxReplicas [2019-09-12T11:07:19.695Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-12T11:07:20.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-12T11:07:20.626Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-12T11:07:20.626Z] --- PASS: TestCreateServiceMaxReplicas (3.46s) [2019-09-12T11:07:20.626Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-12T11:07:20.626Z] daemon.go:336: [d1a4eefb32595] waiting for daemon to start [2019-09-12T11:07:20.626Z] daemon.go:336: [d1a4eefb32595] waiting for daemon to start [2019-09-12T11:07:20.626Z] daemon.go:364: [d1a4eefb32595] daemon started [2019-09-12T11:07:20.626Z] daemon.go:472: [d1a4eefb32595] Stopping daemon [2019-09-12T11:07:20.626Z] daemon.go:307: [d1a4eefb32595] exiting daemon [2019-09-12T11:07:20.626Z] daemon.go:459: [d1a4eefb32595] Daemon stopped [2019-09-12T11:07:20.626Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-12T11:07:21.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-12T11:07:22.481Z] #29 31.23 # github.com/docker/docker/contrib/httpserver [2019-09-12T11:07:22.481Z] #29 31.23 loadinternal: cannot find runtime/cgo [2019-09-12T11:07:22.481Z] #29 DONE 31.5s [2019-09-12T11:07:22.481Z] [2019-09-12T11:07:22.481Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-12T11:07:22.481Z] #33 ... [2019-09-12T11:07:22.481Z] [2019-09-12T11:07:22.481Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-12T11:07:22.481Z] #30 DONE 0.1s [2019-09-12T11:07:22.481Z] [2019-09-12T11:07:22.481Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-12T11:07:22.519Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-12T11:07:22.777Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-12T11:07:23.343Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-12T11:07:24.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-12T11:07:24.714Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-12T11:07:26.009Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-12T11:07:26.009Z] Using test binary docker [2019-09-12T11:07:26.009Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-12T11:07:26.009Z] +++ /etc/init.d/apparmor start [2019-09-12T11:07:26.009Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T11:07:26.009Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T11:07:26.009Z] Warning failed to create cache: (null) [2019-09-12T11:07:26.009Z] . [2019-09-12T11:07:26.009Z] Starting dockerd [2019-09-12T11:07:26.009Z] INFO: Waiting for daemon to start... [2019-09-12T11:07:26.009Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-12T11:07:26.084Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-12T11:07:27.452Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-12T11:07:27.517Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-12T11:07:27.974Z] . [2019-09-12T11:07:27.974Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-12T11:07:27.974Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-12T11:07:27.974Z] Error: No such image: emptyfs [2019-09-12T11:07:27.974Z] ++++ docker load [2019-09-12T11:07:27.974Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-12T11:07:27.974Z] Running integration-test (iteration 1) [2019-09-12T11:07:27.974Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-12T11:07:27.974Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:07:27.974Z] ++ set -e [2019-09-12T11:07:27.974Z] ++ '[' -n 0 ']' [2019-09-12T11:07:27.974Z] ++ set -x [2019-09-12T11:07:27.974Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:07:30.428Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-12T11:07:31.967Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-12T11:07:31.967Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-12T11:07:31.967Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-12T11:07:31.967Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-12T11:07:32.733Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-12T11:07:32.733Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-12T11:07:32.733Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-12T11:07:32.733Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-12T11:07:32.733Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-12T11:07:33.663Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-12T11:07:33.663Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-12T11:07:34.875Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-12T11:07:35.031Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-12T11:07:36.404Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.76s) [2019-09-12T11:07:36.404Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-12T11:07:36.404Z] daemon.go:336: [d48a0196a75b8] waiting for daemon to start [2019-09-12T11:07:36.404Z] daemon.go:336: [d48a0196a75b8] waiting for daemon to start [2019-09-12T11:07:36.404Z] daemon.go:364: [d48a0196a75b8] daemon started [2019-09-12T11:07:36.404Z] daemon.go:472: [d48a0196a75b8] Stopping daemon [2019-09-12T11:07:36.404Z] daemon.go:307: [d48a0196a75b8] exiting daemon [2019-09-12T11:07:36.404Z] daemon.go:459: [d48a0196a75b8] Daemon stopped [2019-09-12T11:07:36.404Z] === RUN TestCreateServiceSecretFileMode [2019-09-12T11:07:37.371Z] Loaded image: buildpack-deps:jessie [2019-09-12T11:07:37.371Z] Loaded image: busybox:latest [2019-09-12T11:07:37.371Z] Loaded image: busybox:glibc [2019-09-12T11:07:37.371Z] Loaded image: debian:jessie [2019-09-12T11:07:37.371Z] Loaded image: hello-world:latest [2019-09-12T11:07:37.371Z] INFO: Testing against a local daemon [2019-09-12T11:07:37.371Z] === RUN TestCgroupNamespacesBuild [2019-09-12T11:07:39.162Z] --- PASS: TestCgroupNamespacesBuild (1.73s) [2019-09-12T11:07:39.162Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-12T11:07:39.162Z] daemon.go:336: [d89692df189e0] waiting for daemon to start [2019-09-12T11:07:39.162Z] daemon.go:336: [d89692df189e0] waiting for daemon to start [2019-09-12T11:07:39.162Z] daemon.go:364: [d89692df189e0] daemon started [2019-09-12T11:07:39.162Z] daemon.go:472: [d89692df189e0] Stopping daemon [2019-09-12T11:07:39.162Z] daemon.go:307: [d89692df189e0] exiting daemon [2019-09-12T11:07:39.162Z] daemon.go:459: [d89692df189e0] Daemon stopped [2019-09-12T11:07:39.162Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T11:07:39.678Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2019-09-12T11:07:39.678Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-12T11:07:39.678Z] daemon.go:336: [d7b47e842707d] waiting for daemon to start [2019-09-12T11:07:39.678Z] daemon.go:336: [d7b47e842707d] waiting for daemon to start [2019-09-12T11:07:39.678Z] daemon.go:364: [d7b47e842707d] daemon started [2019-09-12T11:07:39.678Z] daemon.go:472: [d7b47e842707d] Stopping daemon [2019-09-12T11:07:39.678Z] daemon.go:307: [d7b47e842707d] exiting daemon [2019-09-12T11:07:39.678Z] daemon.go:459: [d7b47e842707d] Daemon stopped [2019-09-12T11:07:39.678Z] === RUN TestCreateServiceConfigFileMode [2019-09-12T11:07:39.935Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-12T11:07:41.034Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s) [2019-09-12T11:07:41.034Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T11:07:41.034Z] daemon.go:336: [d73b2f2597359] waiting for daemon to start [2019-09-12T11:07:41.034Z] daemon.go:336: [d73b2f2597359] waiting for daemon to start [2019-09-12T11:07:41.034Z] daemon.go:364: [d73b2f2597359] daemon started [2019-09-12T11:07:41.034Z] daemon.go:472: [d73b2f2597359] Stopping daemon [2019-09-12T11:07:41.034Z] daemon.go:307: [d73b2f2597359] exiting daemon [2019-09-12T11:07:41.034Z] daemon.go:459: [d73b2f2597359] Daemon stopped [2019-09-12T11:07:41.034Z] === RUN TestBuildWithSession [2019-09-12T11:07:41.303Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-12T11:07:42.672Z] --- PASS: TestCreateServiceConfigFileMode (2.75s) [2019-09-12T11:07:42.672Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-12T11:07:42.672Z] daemon.go:336: [d5ec2e85d3d06] waiting for daemon to start [2019-09-12T11:07:42.672Z] daemon.go:336: [d5ec2e85d3d06] waiting for daemon to start [2019-09-12T11:07:42.672Z] daemon.go:364: [d5ec2e85d3d06] daemon started [2019-09-12T11:07:42.672Z] daemon.go:472: [d5ec2e85d3d06] Stopping daemon [2019-09-12T11:07:42.672Z] daemon.go:307: [d5ec2e85d3d06] exiting daemon [2019-09-12T11:07:42.672Z] daemon.go:459: [d5ec2e85d3d06] Daemon stopped [2019-09-12T11:07:42.672Z] === RUN TestCreateServiceSysctls [2019-09-12T11:07:42.672Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-12T11:07:43.165Z] --- PASS: TestBuildWithSession (2.51s) [2019-09-12T11:07:43.165Z] === RUN TestBuildSquashParent [2019-09-12T11:07:43.236Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-12T11:07:44.604Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-12T11:07:45.975Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-12T11:07:46.232Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-12T11:07:46.797Z] --- PASS: TestCreateServiceSysctls (4.20s) [2019-09-12T11:07:46.797Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-12T11:07:46.797Z] daemon.go:336: [db38b1576fbb0] waiting for daemon to start [2019-09-12T11:07:46.797Z] daemon.go:336: [db38b1576fbb0] waiting for daemon to start [2019-09-12T11:07:46.797Z] daemon.go:364: [db38b1576fbb0] daemon started [2019-09-12T11:07:46.797Z] daemon.go:472: [db38b1576fbb0] Stopping daemon [2019-09-12T11:07:46.797Z] daemon.go:307: [db38b1576fbb0] exiting daemon [2019-09-12T11:07:46.797Z] daemon.go:459: [db38b1576fbb0] Daemon stopped [2019-09-12T11:07:46.797Z] === RUN TestCreateServiceCapabilities [2019-09-12T11:07:47.272Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-12T11:07:48.693Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-12T11:07:50.589Z] --- PASS: TestCreateServiceCapabilities (3.63s) [2019-09-12T11:07:50.589Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-12T11:07:50.589Z] daemon.go:336: [d595c28a8c96a] waiting for daemon to start [2019-09-12T11:07:50.589Z] daemon.go:336: [d595c28a8c96a] waiting for daemon to start [2019-09-12T11:07:50.589Z] daemon.go:364: [d595c28a8c96a] daemon started [2019-09-12T11:07:50.589Z] daemon.go:472: [d595c28a8c96a] Stopping daemon [2019-09-12T11:07:50.589Z] daemon.go:307: [d595c28a8c96a] exiting daemon [2019-09-12T11:07:50.589Z] daemon.go:459: [d595c28a8c96a] Daemon stopped [2019-09-12T11:07:50.589Z] === RUN TestInspect [2019-09-12T11:07:50.785Z] --- PASS: TestBuildSquashParent (6.61s) [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T11:07:50.785Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T11:07:50.785Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T11:07:50.785Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T11:07:50.785Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T11:07:52.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T11:07:52.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T11:07:53.115Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-12T11:07:55.134Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T11:07:55.134Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T11:07:55.641Z] --- PASS: TestInspect (4.92s) [2019-09-12T11:07:55.641Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-12T11:07:55.641Z] daemon.go:336: [d90574b4ece80] waiting for daemon to start [2019-09-12T11:07:55.641Z] daemon.go:336: [d90574b4ece80] waiting for daemon to start [2019-09-12T11:07:55.641Z] daemon.go:364: [d90574b4ece80] daemon started [2019-09-12T11:07:55.641Z] daemon.go:472: [d90574b4ece80] Stopping daemon [2019-09-12T11:07:55.641Z] daemon.go:307: [d90574b4ece80] exiting daemon [2019-09-12T11:07:55.641Z] daemon.go:459: [d90574b4ece80] Daemon stopped [2019-09-12T11:07:55.641Z] === RUN TestDockerNetworkConnectAlias [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.76s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.53s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.65s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.47s) [2019-09-12T11:07:57.600Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.56s) [2019-09-12T11:07:57.600Z] === RUN TestBuildMultiStageCopy [2019-09-12T11:07:57.600Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-12T11:07:57.723Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-12T11:07:58.694Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-12T11:07:58.694Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-12T11:08:00.761Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-12T11:08:00.761Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-12T11:08:01.140Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-12T11:08:01.522Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy (4.47s) [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s) [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.41s) [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2019-09-12T11:08:02.328Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s) [2019-09-12T11:08:02.328Z] === RUN TestBuildMultiStageParentConfig [2019-09-12T11:08:02.436Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-12T11:08:03.406Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-12T11:08:03.710Z] --- PASS: TestBuildMultiStageParentConfig (1.28s) [2019-09-12T11:08:03.710Z] === RUN TestBuildLabelWithTargets [2019-09-12T11:08:03.762Z] --- PASS: TestDockerNetworkConnectAlias (7.48s) [2019-09-12T11:08:03.762Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-12T11:08:03.762Z] daemon.go:336: [d961b607a2d40] waiting for daemon to start [2019-09-12T11:08:03.762Z] daemon.go:336: [d961b607a2d40] waiting for daemon to start [2019-09-12T11:08:03.762Z] daemon.go:364: [d961b607a2d40] daemon started [2019-09-12T11:08:03.762Z] daemon.go:472: [d961b607a2d40] Stopping daemon [2019-09-12T11:08:03.762Z] daemon.go:307: [d961b607a2d40] exiting daemon [2019-09-12T11:08:03.762Z] daemon.go:459: [d961b607a2d40] Daemon stopped [2019-09-12T11:08:03.762Z] === RUN TestDockerNetworkReConnect [2019-09-12T11:08:03.762Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-12T11:08:05.570Z] --- PASS: TestBuildLabelWithTargets (2.09s) [2019-09-12T11:08:05.570Z] === RUN TestBuildWithEmptyLayers [2019-09-12T11:08:06.857Z] --- PASS: TestBuildWithEmptyLayers (1.43s) [2019-09-12T11:08:06.857Z] === RUN TestBuildMultiStageOnBuild [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-12T11:08:09.220Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-12T11:08:10.204Z] --- PASS: TestBuildMultiStageOnBuild (2.76s) [2019-09-12T11:08:10.204Z] === RUN TestBuildUncleanTarFilenames [2019-09-12T11:08:10.316Z] --- PASS: TestDockerNetworkReConnect (6.82s) [2019-09-12T11:08:10.316Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-12T11:08:10.316Z] daemon.go:336: [d87fe6243fa6d] waiting for daemon to start [2019-09-12T11:08:10.316Z] daemon.go:336: [d87fe6243fa6d] waiting for daemon to start [2019-09-12T11:08:10.316Z] daemon.go:364: [d87fe6243fa6d] daemon started [2019-09-12T11:08:10.316Z] daemon.go:472: [d87fe6243fa6d] Stopping daemon [2019-09-12T11:08:10.316Z] daemon.go:307: [d87fe6243fa6d] exiting daemon [2019-09-12T11:08:10.316Z] daemon.go:459: [d87fe6243fa6d] Daemon stopped [2019-09-12T11:08:10.316Z] === RUN TestServicePlugin [2019-09-12T11:08:10.984Z] --- PASS: TestBuildUncleanTarFilenames (1.24s) [2019-09-12T11:08:10.984Z] === RUN TestBuildMultiStageLayerLeak [2019-09-12T11:08:13.593Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-12T11:08:14.143Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2019-09-12T11:08:14.143Z] === RUN TestBuildWithHugeFile [2019-09-12T11:08:14.961Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-12T11:08:15.218Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-12T11:08:16.587Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-12T11:08:17.956Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-12T11:08:19.326Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-12T11:08:19.326Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-12T11:08:19.326Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-12T11:08:19.326Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-12T11:08:19.326Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-12T11:08:21.848Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-12T11:08:21.848Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-12T11:08:22.412Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-12T11:08:23.343Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-12T11:08:24.272Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-12T11:08:24.272Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-12T11:08:27.546Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-12T11:08:30.072Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-12T11:08:31.004Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-12T11:08:31.934Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-12T11:08:32.498Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-12T11:08:32.498Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-12T11:08:33.428Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-12T11:08:35.951Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-12T11:08:35.951Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-12T11:08:35.951Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-12T11:08:36.895Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-12T11:08:37.828Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-12T11:08:38.391Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-12T11:08:38.955Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-12T11:08:39.884Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-12T11:08:41.779Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-12T11:08:43.675Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-12T11:08:44.605Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-12T11:08:44.862Z] --- PASS: TestServicePlugin (35.33s) [2019-09-12T11:08:44.862Z] plugin_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-12T11:08:44.862Z] daemon.go:336: [d2d86577d54e7] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:336: [d2d86577d54e7] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:364: [d2d86577d54e7] daemon started [2019-09-12T11:08:44.862Z] daemon.go:472: [d2d86577d54e7] Stopping daemon [2019-09-12T11:08:44.862Z] daemon.go:307: [d2d86577d54e7] exiting daemon [2019-09-12T11:08:44.862Z] daemon.go:459: [d2d86577d54e7] Daemon stopped [2019-09-12T11:08:44.862Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-12T11:08:44.862Z] daemon.go:336: [df50b903391a2] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:336: [df50b903391a2] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:364: [df50b903391a2] daemon started [2019-09-12T11:08:44.862Z] plugin_test.go:61: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-12T11:08:44.862Z] daemon.go:336: [dc24e8aaae7b2] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:336: [dc24e8aaae7b2] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:364: [dc24e8aaae7b2] daemon started [2019-09-12T11:08:44.862Z] plugin_test.go:62: [dc24e8aaae7b2] joining swarm manager [df50b903391a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:08:44.862Z] plugin_test.go:64: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-12T11:08:44.862Z] daemon.go:336: [daa024d9e8b6f] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:336: [daa024d9e8b6f] waiting for daemon to start [2019-09-12T11:08:44.862Z] daemon.go:364: [daa024d9e8b6f] daemon started [2019-09-12T11:08:44.862Z] plugin_test.go:65: [daa024d9e8b6f] joining swarm manager [df50b903391a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:08:44.862Z] daemon.go:472: [daa024d9e8b6f] Stopping daemon [2019-09-12T11:08:44.862Z] daemon.go:307: [daa024d9e8b6f] exiting daemon [2019-09-12T11:08:44.862Z] daemon.go:459: [daa024d9e8b6f] Daemon stopped [2019-09-12T11:08:44.862Z] daemon.go:472: [dc24e8aaae7b2] Stopping daemon [2019-09-12T11:08:44.862Z] daemon.go:307: [dc24e8aaae7b2] exiting daemon [2019-09-12T11:08:44.862Z] daemon.go:459: [dc24e8aaae7b2] Daemon stopped [2019-09-12T11:08:44.862Z] daemon.go:472: [df50b903391a2] Stopping daemon [2019-09-12T11:08:44.862Z] daemon.go:307: [df50b903391a2] exiting daemon [2019-09-12T11:08:44.862Z] daemon.go:459: [df50b903391a2] Daemon stopped [2019-09-12T11:08:44.862Z] === RUN TestServiceUpdateLabel [2019-09-12T11:08:45.119Z] === RUN Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-12T11:08:46.488Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-12T11:08:47.857Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-12T11:08:48.421Z] --- PASS: TestServiceUpdateLabel (3.53s) [2019-09-12T11:08:48.421Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-12T11:08:48.421Z] daemon.go:336: [d80fae0a8d4c5] waiting for daemon to start [2019-09-12T11:08:48.421Z] daemon.go:336: [d80fae0a8d4c5] waiting for daemon to start [2019-09-12T11:08:48.421Z] daemon.go:364: [d80fae0a8d4c5] daemon started [2019-09-12T11:08:48.421Z] daemon.go:472: [d80fae0a8d4c5] Stopping daemon [2019-09-12T11:08:48.421Z] daemon.go:307: [d80fae0a8d4c5] exiting daemon [2019-09-12T11:08:48.421Z] daemon.go:459: [d80fae0a8d4c5] Daemon stopped [2019-09-12T11:08:48.421Z] === RUN TestServiceUpdateSecrets [2019-09-12T11:08:48.451Z] --- PASS: TestBuildWithHugeFile (29.56s) [2019-09-12T11:08:48.451Z] === RUN TestBuildWithEmptyDockerfile [2019-09-12T11:08:48.451Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:08:48.451Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:08:48.451Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:08:48.451Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:08:48.451Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:08:48.451Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:08:48.451Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T11:08:48.451Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T11:08:48.451Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T11:08:48.451Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-09-12T11:08:48.451Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-09-12T11:08:48.451Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2019-09-12T11:08:48.451Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-09-12T11:08:48.451Z] === RUN TestBuildPreserveOwnership [2019-09-12T11:08:48.451Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-12T11:08:48.451Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-12T11:08:49.736Z] --- PASS: TestBuildPreserveOwnership (6.04s) [2019-09-12T11:08:49.736Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.95s) [2019-09-12T11:08:49.736Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.08s) [2019-09-12T11:08:49.736Z] === RUN TestBuildPlatformInvalid [2019-09-12T11:08:49.789Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-12T11:08:50.121Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-12T11:08:50.121Z] PASS [2019-09-12T11:08:50.121Z] [2019-09-12T11:08:50.121Z] DONE 32 tests in 81.953s [2019-09-12T11:08:50.121Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-12T11:08:50.121Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:08:50.121Z] ++ set -e [2019-09-12T11:08:50.121Z] ++ '[' -n 0 ']' [2019-09-12T11:08:50.121Z] ++ set -x [2019-09-12T11:08:50.121Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:08:50.499Z] INFO: Testing against a local daemon [2019-09-12T11:08:50.499Z] === RUN TestConfigList [2019-09-12T11:08:50.719Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-12T11:08:50.719Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-12T11:08:50.719Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-12T11:08:50.976Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-12T11:08:50.976Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-12T11:08:50.976Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-12T11:08:50.976Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-12T11:08:52.871Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-12T11:08:53.707Z] --- PASS: TestConfigList (3.05s) [2019-09-12T11:08:53.707Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-12T11:08:53.707Z] daemon.go:336: [d62be355999b5] waiting for daemon to start [2019-09-12T11:08:53.707Z] daemon.go:336: [d62be355999b5] waiting for daemon to start [2019-09-12T11:08:53.707Z] daemon.go:364: [d62be355999b5] daemon started [2019-09-12T11:08:53.707Z] daemon.go:472: [d62be355999b5] Stopping daemon [2019-09-12T11:08:53.707Z] daemon.go:307: [d62be355999b5] exiting daemon [2019-09-12T11:08:53.707Z] daemon.go:459: [d62be355999b5] Daemon stopped [2019-09-12T11:08:53.707Z] === RUN TestConfigsCreateAndDelete [2019-09-12T11:08:54.764Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-12T11:08:54.764Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-12T11:08:55.694Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-12T11:08:56.623Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-12T11:08:56.873Z] --- PASS: TestConfigsCreateAndDelete (2.96s) [2019-09-12T11:08:56.873Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-12T11:08:56.873Z] daemon.go:336: [df0b63a882443] waiting for daemon to start [2019-09-12T11:08:56.873Z] daemon.go:336: [df0b63a882443] waiting for daemon to start [2019-09-12T11:08:56.873Z] daemon.go:364: [df0b63a882443] daemon started [2019-09-12T11:08:56.873Z] daemon.go:472: [df0b63a882443] Stopping daemon [2019-09-12T11:08:56.873Z] daemon.go:307: [df0b63a882443] exiting daemon [2019-09-12T11:08:56.873Z] daemon.go:459: [df0b63a882443] Daemon stopped [2019-09-12T11:08:56.873Z] === RUN TestConfigsUpdate [2019-09-12T11:08:57.186Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-12T11:08:58.118Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-12T11:08:59.048Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-12T11:08:59.048Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-12T11:08:59.048Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-12T11:08:59.285Z] --- PASS: TestConfigsUpdate (2.89s) [2019-09-12T11:08:59.285Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-12T11:08:59.285Z] daemon.go:336: [d1f376c417aa8] waiting for daemon to start [2019-09-12T11:08:59.285Z] daemon.go:336: [d1f376c417aa8] waiting for daemon to start [2019-09-12T11:08:59.285Z] daemon.go:364: [d1f376c417aa8] daemon started [2019-09-12T11:08:59.285Z] daemon.go:472: [d1f376c417aa8] Stopping daemon [2019-09-12T11:08:59.285Z] daemon.go:307: [d1f376c417aa8] exiting daemon [2019-09-12T11:08:59.285Z] daemon.go:459: [d1f376c417aa8] Daemon stopped [2019-09-12T11:08:59.285Z] === RUN TestTemplatedConfig [2019-09-12T11:08:59.931Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-12T11:08:59.931Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-12T11:08:59.931Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-12T11:08:59.978Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-12T11:08:59.978Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-12T11:08:59.978Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-12T11:09:00.236Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-12T11:09:00.236Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-12T11:09:01.166Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-12T11:09:02.095Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-12T11:09:03.047Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-12T11:09:03.047Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-12T11:09:03.320Z] --- PASS: TestTemplatedConfig (3.57s) [2019-09-12T11:09:03.320Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-12T11:09:03.320Z] daemon.go:336: [d2d61622cdcbf] waiting for daemon to start [2019-09-12T11:09:03.320Z] daemon.go:336: [d2d61622cdcbf] waiting for daemon to start [2019-09-12T11:09:03.320Z] daemon.go:364: [d2d61622cdcbf] daemon started [2019-09-12T11:09:03.320Z] daemon.go:472: [d2d61622cdcbf] Stopping daemon [2019-09-12T11:09:03.320Z] daemon.go:307: [d2d61622cdcbf] exiting daemon [2019-09-12T11:09:03.320Z] daemon.go:459: [d2d61622cdcbf] Daemon stopped [2019-09-12T11:09:03.320Z] === RUN TestConfigInspect [2019-09-12T11:09:04.421Z] --- PASS: TestServiceUpdateSecrets (15.80s) [2019-09-12T11:09:04.421Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-12T11:09:04.421Z] daemon.go:336: [dc1f05b6b0ebd] waiting for daemon to start [2019-09-12T11:09:04.421Z] daemon.go:336: [dc1f05b6b0ebd] waiting for daemon to start [2019-09-12T11:09:04.421Z] daemon.go:364: [dc1f05b6b0ebd] daemon started [2019-09-12T11:09:04.421Z] daemon.go:472: [dc1f05b6b0ebd] Stopping daemon [2019-09-12T11:09:04.421Z] daemon.go:307: [dc1f05b6b0ebd] exiting daemon [2019-09-12T11:09:04.421Z] daemon.go:459: [dc1f05b6b0ebd] Daemon stopped [2019-09-12T11:09:04.421Z] === RUN TestServiceUpdateConfigs [2019-09-12T11:09:05.351Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-12T11:09:05.900Z] --- PASS: TestConfigInspect (3.08s) [2019-09-12T11:09:05.900Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-12T11:09:05.900Z] daemon.go:336: [d4ba404631ca0] waiting for daemon to start [2019-09-12T11:09:05.900Z] daemon.go:336: [d4ba404631ca0] waiting for daemon to start [2019-09-12T11:09:05.900Z] daemon.go:364: [d4ba404631ca0] daemon started [2019-09-12T11:09:05.900Z] daemon.go:472: [d4ba404631ca0] Stopping daemon [2019-09-12T11:09:05.900Z] daemon.go:307: [d4ba404631ca0] exiting daemon [2019-09-12T11:09:05.900Z] daemon.go:459: [d4ba404631ca0] Daemon stopped [2019-09-12T11:09:05.900Z] === RUN TestConfigCreateWithLabels [2019-09-12T11:09:06.283Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-12T11:09:06.283Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-12T11:09:07.214Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-12T11:09:08.144Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-12T11:09:09.058Z] --- PASS: TestConfigCreateWithLabels (2.89s) [2019-09-12T11:09:09.058Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-12T11:09:09.058Z] daemon.go:336: [dcfa104200ef1] waiting for daemon to start [2019-09-12T11:09:09.059Z] daemon.go:336: [dcfa104200ef1] waiting for daemon to start [2019-09-12T11:09:09.059Z] daemon.go:364: [dcfa104200ef1] daemon started [2019-09-12T11:09:09.059Z] daemon.go:472: [dcfa104200ef1] Stopping daemon [2019-09-12T11:09:09.059Z] daemon.go:307: [dcfa104200ef1] exiting daemon [2019-09-12T11:09:09.059Z] daemon.go:459: [dcfa104200ef1] Daemon stopped [2019-09-12T11:09:09.059Z] === RUN TestConfigCreateResolve [2019-09-12T11:09:09.073Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-12T11:09:09.638Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-12T11:09:09.638Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-12T11:09:10.568Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-12T11:09:10.568Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-12T11:09:11.940Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-12T11:09:12.256Z] --- PASS: TestConfigCreateResolve (3.10s) [2019-09-12T11:09:12.256Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-12T11:09:12.256Z] daemon.go:336: [ddd32863a7884] waiting for daemon to start [2019-09-12T11:09:12.256Z] daemon.go:336: [ddd32863a7884] waiting for daemon to start [2019-09-12T11:09:12.256Z] daemon.go:364: [ddd32863a7884] daemon started [2019-09-12T11:09:12.256Z] daemon.go:472: [ddd32863a7884] Stopping daemon [2019-09-12T11:09:12.256Z] daemon.go:307: [ddd32863a7884] exiting daemon [2019-09-12T11:09:12.256Z] daemon.go:459: [ddd32863a7884] Daemon stopped [2019-09-12T11:09:12.256Z] === RUN TestConfigDaemonLibtrustID [2019-09-12T11:09:12.256Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-12T11:09:12.256Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-12T11:09:12.256Z] daemon.go:336: [d11fd9728e7ae] waiting for daemon to start [2019-09-12T11:09:12.256Z] daemon.go:336: [d11fd9728e7ae] waiting for daemon to start [2019-09-12T11:09:12.256Z] daemon.go:364: [d11fd9728e7ae] daemon started [2019-09-12T11:09:12.256Z] daemon.go:472: [d11fd9728e7ae] Stopping daemon [2019-09-12T11:09:12.256Z] daemon.go:307: [d11fd9728e7ae] exiting daemon [2019-09-12T11:09:12.256Z] daemon.go:459: [d11fd9728e7ae] Daemon stopped [2019-09-12T11:09:12.256Z] PASS [2019-09-12T11:09:12.507Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-12T11:09:12.850Z] [2019-09-12T11:09:12.850Z] DONE 8 tests in 22.309s [2019-09-12T11:09:12.850Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-12T11:09:12.850Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:12.850Z] ++ set -e [2019-09-12T11:09:12.850Z] ++ '[' -n 0 ']' [2019-09-12T11:09:12.850Z] ++ set -x [2019-09-12T11:09:12.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:12.850Z] INFO: Testing against a local daemon [2019-09-12T11:09:12.850Z] === RUN TestCheckpoint [2019-09-12T11:09:12.850Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-12T11:09:12.850Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T11:09:12.850Z] === RUN TestContainerInvalidJSON [2019-09-12T11:09:12.850Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:09:12.850Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:09:12.850Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:09:12.850Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:09:12.850Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:09:12.850Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:09:12.850Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T11:09:12.850Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-12T11:09:12.850Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T11:09:12.850Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-12T11:09:12.850Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-12T11:09:12.850Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-12T11:09:12.850Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-12T11:09:12.850Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-12T11:09:12.850Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-12T11:09:12.850Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-12T11:09:12.850Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-12T11:09:12.850Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-12T11:09:12.850Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-09-12T11:09:12.850Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-12T11:09:13.071Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-12T11:09:13.348Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-09-12T11:09:13.348Z] === RUN TestCopyFromContainer [2019-09-12T11:09:13.902Z] #33 126.8 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-12T11:09:13.902Z] #33 129.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-12T11:09:13.902Z] #33 132.4 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-12T11:09:13.902Z] #33 135.4 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-12T11:09:13.902Z] #33 137.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-12T11:09:13.902Z] #33 140.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-12T11:09:14.001Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-12T11:09:15.200Z] === RUN TestCopyFromContainer// [2019-09-12T11:09:15.200Z] === RUN TestCopyFromContainer//bar/root [2019-09-12T11:09:15.567Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-12T11:09:15.567Z] === RUN TestCopyFromContainer/bar/quux [2019-09-12T11:09:15.567Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-12T11:09:15.567Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-12T11:09:15.567Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-12T11:09:15.894Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-12T11:09:15.950Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-12T11:09:15.950Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-12T11:09:15.950Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer (3.10s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-12T11:09:16.345Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-12T11:09:16.345Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-12T11:09:16.345Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:09:16.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:09:16.345Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:09:16.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:09:16.345Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:09:16.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:09:16.345Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T11:09:16.345Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T11:09:16.345Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T11:09:16.345Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-12T11:09:16.345Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-12T11:09:16.345Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-12T11:09:16.345Z] === RUN TestCreateWithInvalidEnv [2019-09-12T11:09:16.345Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-12T11:09:16.345Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-12T11:09:16.345Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-12T11:09:16.345Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-12T11:09:16.345Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-12T11:09:16.345Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-12T11:09:16.345Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-12T11:09:16.345Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-12T11:09:16.345Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-12T11:09:16.345Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-12T11:09:16.345Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-12T11:09:16.345Z] === RUN TestCreateTmpfsMountsTarget [2019-09-12T11:09:16.345Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-12T11:09:16.345Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-12T11:09:16.426Z] #33 143.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-12T11:09:17.263Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-12T11:09:17.263Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-12T11:09:17.263Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-12T11:09:17.263Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-12T11:09:17.263Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-12T11:09:17.645Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-12T11:09:18.105Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-12T11:09:18.191Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-12T11:09:18.793Z] --- PASS: TestCreateWithCustomMaskedPaths (2.47s) [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T11:09:18.793Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T11:09:18.793Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-12T11:09:18.793Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-12T11:09:18.955Z] #33 145.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-12T11:09:18.955Z] #33 145.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-12T11:09:19.077Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-09-12T11:09:19.154Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-09-12T11:09:19.154Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-12T11:09:19.560Z] --- PASS: TestServiceUpdateConfigs (15.45s) [2019-09-12T11:09:19.560Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-12T11:09:19.560Z] daemon.go:336: [d6fab475a4546] waiting for daemon to start [2019-09-12T11:09:19.560Z] daemon.go:336: [d6fab475a4546] waiting for daemon to start [2019-09-12T11:09:19.560Z] daemon.go:364: [d6fab475a4546] daemon started [2019-09-12T11:09:19.560Z] daemon.go:472: [d6fab475a4546] Stopping daemon [2019-09-12T11:09:19.560Z] daemon.go:307: [d6fab475a4546] exiting daemon [2019-09-12T11:09:19.560Z] daemon.go:459: [d6fab475a4546] Daemon stopped [2019-09-12T11:09:19.560Z] === RUN TestServiceUpdateNetwork [2019-09-12T11:09:21.479Z] #33 148.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:09:21.593Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:09:21.593Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:09:21.593Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:09:21.593Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:09:21.593Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:09:21.593Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:09:21.593Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T11:09:21.593Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T11:09:21.593Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T11:09:21.593Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T11:09:21.593Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-12T11:09:21.593Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-12T11:09:21.593Z] === RUN TestContainerStartOnDaemonRestart [2019-09-12T11:09:21.593Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-12T11:09:21.593Z] === RUN TestDaemonRestartIpcMode [2019-09-12T11:09:21.593Z] === PAUSE TestDaemonRestartIpcMode [2019-09-12T11:09:21.593Z] === RUN TestDiff [2019-09-12T11:09:22.411Z] #33 149.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-12T11:09:22.495Z] --- PASS: TestDiff (0.92s) [2019-09-12T11:09:22.495Z] === RUN TestExecWithCloseStdin [2019-09-12T11:09:22.833Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-12T11:09:23.763Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-12T11:09:23.898Z] --- PASS: TestExecWithCloseStdin (1.05s) [2019-09-12T11:09:23.898Z] === RUN TestExec [2019-09-12T11:09:24.686Z] --- PASS: TestExec (1.05s) [2019-09-12T11:09:24.686Z] === RUN TestExecUser [2019-09-12T11:09:24.693Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-12T11:09:24.693Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-12T11:09:24.693Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-12T11:09:24.938Z] #33 152.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-12T11:09:25.938Z] --- PASS: TestExecUser (1.03s) [2019-09-12T11:09:25.938Z] === RUN TestExportContainerAndImportImage [2019-09-12T11:09:27.193Z] --- PASS: TestExportContainerAndImportImage (1.26s) [2019-09-12T11:09:27.193Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-12T11:09:27.463Z] #33 154.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-12T11:09:27.659Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-12T11:09:27.659Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-12T11:09:27.965Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-12T11:09:28.481Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-12T11:09:28.481Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-12T11:09:28.481Z] daemon.go:336: [dd15ca7a9933d] waiting for daemon to start [2019-09-12T11:09:28.481Z] daemon.go:336: [dd15ca7a9933d] waiting for daemon to start [2019-09-12T11:09:28.481Z] daemon.go:364: [dd15ca7a9933d] daemon started [2019-09-12T11:09:28.481Z] daemon.go:472: [dd15ca7a9933d] Stopping daemon [2019-09-12T11:09:28.481Z] daemon.go:307: [dd15ca7a9933d] exiting daemon [2019-09-12T11:09:28.481Z] daemon.go:459: [dd15ca7a9933d] Daemon stopped [2019-09-12T11:09:28.481Z] daemon.go:336: [dd15ca7a9933d] waiting for daemon to start [2019-09-12T11:09:28.481Z] daemon.go:336: [dd15ca7a9933d] waiting for daemon to start [2019-09-12T11:09:28.481Z] daemon.go:364: [dd15ca7a9933d] daemon started [2019-09-12T11:09:28.481Z] daemon.go:472: [dd15ca7a9933d] Stopping daemon [2019-09-12T11:09:28.481Z] daemon.go:307: [dd15ca7a9933d] exiting daemon [2019-09-12T11:09:28.481Z] daemon.go:459: [dd15ca7a9933d] Daemon stopped [2019-09-12T11:09:28.481Z] === RUN TestHealthCheckWorkdir [2019-09-12T11:09:28.528Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-12T11:09:29.888Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2019-09-12T11:09:29.888Z] === RUN TestHealthKillContainer [2019-09-12T11:09:29.897Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-12T11:09:29.984Z] #33 157.1 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-12T11:09:32.510Z] #33 159.6 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-12T11:09:33.135Z] --- PASS: TestHealthKillContainer (3.25s) [2019-09-12T11:09:33.135Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-12T11:09:33.461Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-12T11:09:33.914Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s) [2019-09-12T11:09:33.914Z] === RUN TestIpcModeNone [2019-09-12T11:09:35.034Z] #33 162.2 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-12T11:09:35.173Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-12T11:09:35.173Z] --- PASS: TestServiceUpdateNetwork (15.40s) [2019-09-12T11:09:35.173Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-12T11:09:35.173Z] daemon.go:336: [d10e7a8575254] waiting for daemon to start [2019-09-12T11:09:35.173Z] daemon.go:336: [d10e7a8575254] waiting for daemon to start [2019-09-12T11:09:35.173Z] daemon.go:364: [d10e7a8575254] daemon started [2019-09-12T11:09:35.173Z] daemon.go:472: [d10e7a8575254] Stopping daemon [2019-09-12T11:09:35.173Z] daemon.go:307: [d10e7a8575254] exiting daemon [2019-09-12T11:09:35.173Z] daemon.go:459: [d10e7a8575254] Daemon stopped [2019-09-12T11:09:35.173Z] PASS [2019-09-12T11:09:35.173Z] [2019-09-12T11:09:35.173Z] DONE 19 tests in 176.060s [2019-09-12T11:09:35.173Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-12T11:09:35.173Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:35.173Z] ++ set -e [2019-09-12T11:09:35.173Z] ++ '[' -n 0 ']' [2019-09-12T11:09:35.173Z] ++ set -x [2019-09-12T11:09:35.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:35.173Z] INFO: Testing against a local daemon [2019-09-12T11:09:35.173Z] === RUN TestSessionCreate [2019-09-12T11:09:35.173Z] --- PASS: TestSessionCreate (0.03s) [2019-09-12T11:09:35.173Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-12T11:09:35.173Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-12T11:09:35.173Z] PASS [2019-09-12T11:09:35.173Z] [2019-09-12T11:09:35.173Z] DONE 2 tests in 0.235s [2019-09-12T11:09:35.182Z] --- PASS: TestIpcModeNone (1.06s) [2019-09-12T11:09:35.182Z] === RUN TestIpcModePrivate [2019-09-12T11:09:35.430Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-12T11:09:35.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:35.430Z] ++ set -e [2019-09-12T11:09:35.430Z] ++ '[' -n 0 ']' [2019-09-12T11:09:35.430Z] ++ set -x [2019-09-12T11:09:35.430Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:35.430Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-12T11:09:35.687Z] INFO: Testing against a local daemon [2019-09-12T11:09:35.687Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-12T11:09:35.687Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-12T11:09:35.687Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T11:09:35.687Z] === RUN TestEventsExecDie [2019-09-12T11:09:35.964Z] --- PASS: TestIpcModePrivate (1.11s) [2019-09-12T11:09:35.964Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-12T11:09:35.964Z] === RUN TestIpcModeShareable [2019-09-12T11:09:36.402Z] #33 163.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-12T11:09:36.618Z] --- PASS: TestEventsExecDie (1.04s) [2019-09-12T11:09:36.618Z] === RUN TestEventsBackwardsCompatible [2019-09-12T11:09:36.875Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-12T11:09:36.875Z] === RUN TestInfoBinaryCommits [2019-09-12T11:09:36.875Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-12T11:09:36.875Z] === RUN TestInfoAPIVersioned [2019-09-12T11:09:36.875Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-12T11:09:36.875Z] === RUN TestInfoAPI [2019-09-12T11:09:36.875Z] --- PASS: TestInfoAPI (0.02s) [2019-09-12T11:09:36.875Z] === RUN TestInfoAPIWarnings [2019-09-12T11:09:37.218Z] --- PASS: TestIpcModeShareable (1.03s) [2019-09-12T11:09:37.218Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-12T11:09:37.218Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-12T11:09:37.807Z] --- PASS: TestInfoAPIWarnings (0.79s) [2019-09-12T11:09:37.807Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-12T11:09:37.807Z] daemon.go:336: [d01b440787bd7] waiting for daemon to start [2019-09-12T11:09:37.807Z] daemon.go:336: [d01b440787bd7] waiting for daemon to start [2019-09-12T11:09:37.807Z] daemon.go:364: [d01b440787bd7] daemon started [2019-09-12T11:09:37.807Z] daemon.go:472: [d01b440787bd7] Stopping daemon [2019-09-12T11:09:37.807Z] daemon.go:307: [d01b440787bd7] exiting daemon [2019-09-12T11:09:37.807Z] daemon.go:459: [d01b440787bd7] Daemon stopped [2019-09-12T11:09:37.807Z] === RUN TestLoginFailsWithBadCredentials [2019-09-12T11:09:37.807Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-12T11:09:37.807Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2019-09-12T11:09:37.807Z] === RUN TestPingCacheHeaders [2019-09-12T11:09:37.807Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-12T11:09:37.807Z] === RUN TestPingGet [2019-09-12T11:09:37.807Z] --- PASS: TestPingGet (0.02s) [2019-09-12T11:09:37.807Z] === RUN TestPingHead [2019-09-12T11:09:37.807Z] --- PASS: TestPingHead (0.02s) [2019-09-12T11:09:37.807Z] === RUN TestVersion [2019-09-12T11:09:37.807Z] --- PASS: TestVersion (0.02s) [2019-09-12T11:09:37.807Z] PASS [2019-09-12T11:09:38.064Z] [2019-09-12T11:09:38.064Z] === Skipped [2019-09-12T11:09:38.064Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-12T11:09:38.064Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T11:09:38.064Z] [2019-09-12T11:09:38.064Z] [2019-09-12T11:09:38.064Z] DONE 12 tests, 1 skipped in 2.630s [2019-09-12T11:09:38.064Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-12T11:09:38.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:38.064Z] ++ set -e [2019-09-12T11:09:38.064Z] ++ '[' -n 0 ']' [2019-09-12T11:09:38.064Z] ++ set -x [2019-09-12T11:09:38.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:09:38.064Z] INFO: Testing against a local daemon [2019-09-12T11:09:38.064Z] === RUN TestVolumesCreateAndList [2019-09-12T11:09:38.064Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-12T11:09:38.064Z] === RUN TestVolumesRemove [2019-09-12T11:09:38.321Z] --- PASS: TestVolumesRemove (0.11s) [2019-09-12T11:09:38.321Z] === RUN TestVolumesInspect [2019-09-12T11:09:38.321Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-12T11:09:38.321Z] === RUN TestVolumesInvalidJSON [2019-09-12T11:09:38.321Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-12T11:09:38.321Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-12T11:09:38.321Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-12T11:09:38.321Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-12T11:09:38.321Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-12T11:09:38.321Z] PASS [2019-09-12T11:09:38.321Z] [2019-09-12T11:09:38.321Z] DONE 5 tests in 0.331s [2019-09-12T11:09:38.321Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-12T11:09:38.884Z] ++++ cat bundles/test-integration/docker.pid [2019-09-12T11:09:38.884Z] +++ kill 5220 [2019-09-12T11:09:38.927Z] #33 165.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-12T11:09:39.141Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-12T11:09:39.858Z] #33 167.0 [2019-09-12T11:09:39.906Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.96s) [2019-09-12T11:09:39.906Z] === RUN TestAPIIpcModeHost [2019-09-12T11:09:40.211Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-12T11:09:40.468Z] +++ /etc/init.d/apparmor stop [2019-09-12T11:09:40.468Z] Clearing AppArmor profiles cache:. [2019-09-12T11:09:40.468Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T11:09:40.468Z] Unloading profiles will leave already running processes permanently [2019-09-12T11:09:40.468Z] unconfined, which can lead to unexpected situations. [2019-09-12T11:09:40.468Z] [2019-09-12T11:09:40.468Z] To set a process to complain mode, use the command line tool [2019-09-12T11:09:40.468Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T11:09:40.468Z] with the 'teardown' option." [2019-09-12T11:09:40.468Z] [2019-09-12T11:09:40.690Z] --- PASS: TestAPIIpcModeHost (0.79s) [2019-09-12T11:09:40.690Z] === RUN TestDaemonIpcModeShareable [2019-09-12T11:09:41.230Z] #33 DONE 168.1s [2019-09-12T11:09:41.230Z] [2019-09-12T11:09:41.230Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-12T11:09:42.753Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2019-09-12T11:09:42.753Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-12T11:09:42.753Z] daemon.go:336: [dc92803f339a5] waiting for daemon to start [2019-09-12T11:09:42.753Z] daemon.go:336: [dc92803f339a5] waiting for daemon to start [2019-09-12T11:09:42.753Z] daemon.go:364: [dc92803f339a5] daemon started [2019-09-12T11:09:42.753Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-12T11:09:42.753Z] daemon.go:472: [dc92803f339a5] Stopping daemon [2019-09-12T11:09:42.753Z] daemon.go:307: [dc92803f339a5] exiting daemon [2019-09-12T11:09:42.753Z] daemon.go:459: [dc92803f339a5] Daemon stopped [2019-09-12T11:09:42.753Z] === RUN TestDaemonIpcModePrivate [2019-09-12T11:09:43.786Z] #34 DONE 2.4s [2019-09-12T11:09:43.992Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-12T11:09:44.556Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2019-09-12T11:09:44.556Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-12T11:09:44.556Z] daemon.go:336: [d3d62027cd588] waiting for daemon to start [2019-09-12T11:09:44.556Z] daemon.go:336: [d3d62027cd588] waiting for daemon to start [2019-09-12T11:09:44.556Z] daemon.go:364: [d3d62027cd588] daemon started [2019-09-12T11:09:44.556Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-12T11:09:44.556Z] daemon.go:472: [d3d62027cd588] Stopping daemon [2019-09-12T11:09:44.556Z] daemon.go:307: [d3d62027cd588] exiting daemon [2019-09-12T11:09:44.556Z] daemon.go:459: [d3d62027cd588] Daemon stopped [2019-09-12T11:09:44.556Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-12T11:09:45.685Z] [2019-09-12T11:09:45.685Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-12T11:09:46.423Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.87s) [2019-09-12T11:09:46.423Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-12T11:09:46.423Z] daemon.go:336: [db8445ab49d1c] waiting for daemon to start [2019-09-12T11:09:46.423Z] daemon.go:336: [db8445ab49d1c] waiting for daemon to start [2019-09-12T11:09:46.423Z] daemon.go:364: [db8445ab49d1c] daemon started [2019-09-12T11:09:46.423Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-12T11:09:46.423Z] daemon.go:472: [db8445ab49d1c] Stopping daemon [2019-09-12T11:09:46.423Z] daemon.go:307: [db8445ab49d1c] exiting daemon [2019-09-12T11:09:46.423Z] daemon.go:459: [db8445ab49d1c] Daemon stopped [2019-09-12T11:09:46.423Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-12T11:09:47.579Z] #35 DONE 1.7s [2019-09-12T11:09:47.579Z] [2019-09-12T11:09:47.579Z] #36 exporting to image [2019-09-12T11:09:47.579Z] #36 exporting layers [2019-09-12T11:09:48.270Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s) [2019-09-12T11:09:48.270Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-12T11:09:48.270Z] daemon.go:336: [d2bf1f0662bef] waiting for daemon to start [2019-09-12T11:09:48.270Z] daemon.go:336: [d2bf1f0662bef] waiting for daemon to start [2019-09-12T11:09:48.270Z] daemon.go:364: [d2bf1f0662bef] daemon started [2019-09-12T11:09:48.270Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-12T11:09:48.270Z] daemon.go:472: [d2bf1f0662bef] Stopping daemon [2019-09-12T11:09:48.270Z] daemon.go:307: [d2bf1f0662bef] exiting daemon [2019-09-12T11:09:48.270Z] daemon.go:459: [d2bf1f0662bef] Daemon stopped [2019-09-12T11:09:48.270Z] === RUN TestIpcModeOlderClient [2019-09-12T11:09:48.270Z] === PAUSE TestIpcModeOlderClient [2019-09-12T11:09:48.270Z] === RUN TestKillContainerInvalidSignal [2019-09-12T11:09:49.055Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2019-09-12T11:09:49.055Z] === RUN TestKillContainer [2019-09-12T11:09:49.055Z] === RUN TestKillContainer/no_signal [2019-09-12T11:09:50.310Z] === RUN TestKillContainer/non_killing_signal [2019-09-12T11:09:50.689Z] === RUN TestKillContainer/killing_signal [2019-09-12T11:09:50.852Z] #36 exporting layers 3.8s done [2019-09-12T11:09:50.852Z] #36 writing image sha256:83ab6a023c46faa14ac34a6f133d28d42833b82cfd9d15f7d731b041a93129b8 done [2019-09-12T11:09:50.852Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-12T11:09:50.852Z] #36 DONE 3.8s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-12T11:09:51.163Z] + echo Ensuring container killed. [2019-09-12T11:09:51.163Z] Ensuring container killed. [2019-09-12T11:09:51.163Z] + docker rm -vf docker-pr5 [2019-09-12T11:09:51.163Z] Error: No such container: docker-pr5 [2019-09-12T11:09:51.163Z] + true [Pipeline] sh [2019-09-12T11:09:51.445Z] + echo Chowning /workspace to jenkins user [2019-09-12T11:09:51.445Z] Chowning /workspace to jenkins user [2019-09-12T11:09:51.445Z] + id -u [2019-09-12T11:09:51.445Z] + id -g [2019-09-12T11:09:51.445Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39844:/workspace busybox chown -R 1000:1000 /workspace [2019-09-12T11:09:51.938Z] --- PASS: TestKillContainer (2.79s) [2019-09-12T11:09:51.938Z] --- PASS: TestKillContainer/no_signal (0.95s) [2019-09-12T11:09:51.938Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2019-09-12T11:09:51.938Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2019-09-12T11:09:51.938Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-12T11:09:51.938Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-12T11:09:52.575Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-12T11:09:52.929Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-12T11:09:53.077Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-12T11:09:53.227Z] + bundleName=unit [2019-09-12T11:09:53.227Z] + echo Creating unit-bundles.tar.gz [2019-09-12T11:09:53.227Z] Creating unit-bundles.tar.gz [2019-09-12T11:09:53.227Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-12T11:09:53.227Z] bundles/junit-report.xml [2019-09-12T11:09:53.227Z] bundles/go-test-report.json [2019-09-12T11:09:53.227Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-12T11:09:53.237Z] Archiving artifacts [2019-09-12T11:09:53.601Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-12T11:09:53.711Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.87s) [2019-09-12T11:09:53.712Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.91s) [2019-09-12T11:09:53.712Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2019-09-12T11:09:53.712Z] === RUN TestKillStoppedContainer [2019-09-12T11:09:53.930Z] + make clean [2019-09-12T11:09:54.172Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-12T11:09:54.172Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-12T11:09:54.172Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-09-12T11:09:54.172Z] === RUN TestKillDifferentUserContainer [2019-09-12T11:09:54.187Z] docker volume rm -f docker-dev-cache [2019-09-12T11:09:54.187Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-12T11:09:55.036Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-09-12T11:09:55.036Z] === RUN TestInspectOomKilledTrue [2019-09-12T11:09:55.036Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-12T11:09:55.036Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:09:55.036Z] === RUN TestInspectOomKilledFalse [2019-09-12T11:09:55.036Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-12T11:09:55.036Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:09:55.036Z] === RUN TestLinksEtcHostsContentMatch [2019-09-12T11:09:55.509Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2019-09-12T11:09:55.509Z] === RUN TestLinksContainerNames [2019-09-12T11:09:57.384Z] --- PASS: TestLinksContainerNames (1.68s) [2019-09-12T11:09:57.384Z] === RUN TestLogsFollowTailEmpty [2019-09-12T11:09:58.184Z] --- PASS: TestLogsFollowTailEmpty (0.96s) [2019-09-12T11:09:58.184Z] === RUN TestContainerNetworkMountsNoChown [2019-09-12T11:09:58.980Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/default [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/default [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/private [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/private [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rprivate [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/slave [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/slave [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rslave [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/shared [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/shared [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rshared [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/default [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/rshared [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/shared [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/rslave [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/slave [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/rprivate [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/private [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-12T11:09:58.980Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-12T11:09:58.980Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-12T11:09:58.980Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T11:09:59.405Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-12T11:09:59.891Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-12T11:09:59.891Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2019-09-12T11:09:59.891Z] === RUN TestContainerBindMountNonRecursive [2019-09-12T11:10:01.754Z] --- PASS: TestContainerBindMountNonRecursive (1.99s) [2019-09-12T11:10:01.754Z] === RUN TestNetworkNat [2019-09-12T11:10:02.547Z] --- PASS: TestNetworkNat (0.87s) [2019-09-12T11:10:02.547Z] === RUN TestNetworkLocalhostTCPNat [2019-09-12T11:10:03.416Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-12T11:10:03.416Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-12T11:10:03.416Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-12T11:10:03.806Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2019-09-12T11:10:03.806Z] === RUN TestNetworkLoopbackNat [2019-09-12T11:10:05.065Z] --- PASS: TestNetworkLoopbackNat (1.46s) [2019-09-12T11:10:05.065Z] === RUN TestPause [2019-09-12T11:10:05.862Z] --- PASS: TestPause (0.91s) [2019-09-12T11:10:05.862Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-12T11:10:05.862Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T11:10:05.862Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T11:10:05.862Z] === RUN TestPauseStopPausedContainer [2019-09-12T11:10:06.981Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-12T11:10:06.981Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-12T11:10:06.981Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-12T11:10:07.113Z] --- PASS: TestPauseStopPausedContainer (0.97s) [2019-09-12T11:10:07.113Z] === RUN TestPsFilter [2019-09-12T11:10:07.113Z] --- PASS: TestPsFilter (0.26s) [2019-09-12T11:10:07.113Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-12T11:10:07.905Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2019-09-12T11:10:07.905Z] === RUN TestRemoveContainerWithVolume [2019-09-12T11:10:08.700Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2019-09-12T11:10:08.700Z] === RUN TestRemoveContainerRunning [2019-09-12T11:10:08.878Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-12T11:10:09.227Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-12T11:10:09.227Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-12T11:10:10.007Z] --- PASS: TestRemoveContainerRunning (0.91s) [2019-09-12T11:10:10.007Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-12T11:10:10.199Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-12T11:10:10.199Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-12T11:10:10.199Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-12T11:10:10.247Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:10:10.915Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.04s) [2019-09-12T11:10:10.915Z] === RUN TestRemoveInvalidContainer [2019-09-12T11:10:10.915Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-12T11:10:10.915Z] === RUN TestRenameLinkedContainer [2019-09-12T11:10:11.177Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-12T11:10:14.452Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-12T11:10:14.971Z] --- PASS: TestRenameLinkedContainer (3.65s) [2019-09-12T11:10:14.971Z] === RUN TestRenameStoppedContainer [2019-09-12T11:10:15.335Z] --- PASS: TestRenameStoppedContainer (0.90s) [2019-09-12T11:10:15.335Z] === RUN TestRenameRunningContainerAndReuse [2019-09-12T11:10:16.346Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-12T11:10:16.346Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-12T11:10:17.160Z] --- PASS: TestRenameRunningContainerAndReuse (1.75s) [2019-09-12T11:10:17.160Z] === RUN TestRenameInvalidName [2019-09-12T11:10:17.275Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-12T11:10:18.191Z] --- PASS: TestRenameInvalidName (1.04s) [2019-09-12T11:10:18.191Z] === RUN TestRenameAnonymousContainer [2019-09-12T11:10:18.383Z] === RUN Test/DockerSuite/TestCpCheckDestOwnership [2019-09-12T11:10:19.752Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-12T11:10:20.683Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-12T11:10:21.365Z] --- PASS: TestRenameAnonymousContainer (3.06s) [2019-09-12T11:10:21.365Z] === RUN TestRenameContainerWithSameName [2019-09-12T11:10:22.064Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-12T11:10:22.140Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2019-09-12T11:10:22.140Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-12T11:10:22.631Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-12T11:10:24.000Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-12T11:10:24.208Z] --- PASS: TestRenameContainerWithLinkedContainer (1.81s) [2019-09-12T11:10:24.208Z] === RUN TestResize [2019-09-12T11:10:24.583Z] --- PASS: TestResize (0.83s) [2019-09-12T11:10:24.583Z] === RUN TestResizeWithInvalidSize [2019-09-12T11:10:25.369Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-12T11:10:25.827Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2019-09-12T11:10:25.827Z] === RUN TestResizeWhenContainerNotStarted [2019-09-12T11:10:26.298Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-12T11:10:26.629Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:26.629Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:26.629Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:26.630Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:26.630Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:26.630Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:26.630Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:26.630Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:26.630Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T11:10:26.630Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T11:10:27.227Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-12T11:10:28.597Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-12T11:10:28.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T11:10:29.450Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T11:10:29.527Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-12T11:10:30.456Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-12T11:10:31.925Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T11:10:32.303Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T11:10:32.349Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-12T11:10:33.278Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-12T11:10:34.144Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T11:10:34.208Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-12T11:10:34.208Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-12T11:10:34.951Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:35.140Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-12T11:10:35.365Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-12T11:10:36.368Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:36.368Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:36.510Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-12T11:10:37.441Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-12T11:10:37.830Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:38.197Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T11:10:38.373Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-12T11:10:39.742Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-12T11:10:40.072Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-12T11:10:40.533Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-12T11:10:40.658Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-12T11:10:40.658Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.22s) [2019-09-12T11:10:40.658Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [d3812cd6afa17] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:336: [d3812cd6afa17] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d3812cd6afa17] daemon started [2019-09-12T11:10:40.658Z] daemon.go:336: [d3812cd6afa17] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:307: [d3812cd6afa17] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [d3812cd6afa17] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d3812cd6afa17] daemon started [2019-09-12T11:10:40.658Z] daemon.go:472: [d3812cd6afa17] Stopping daemon [2019-09-12T11:10:40.658Z] daemon.go:307: [d3812cd6afa17] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:459: [d3812cd6afa17] Daemon stopped [2019-09-12T11:10:40.658Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.68s) [2019-09-12T11:10:40.658Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [dba981dcd0164] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:336: [dba981dcd0164] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [dba981dcd0164] daemon started [2019-09-12T11:10:40.658Z] daemon.go:336: [dba981dcd0164] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:307: [dba981dcd0164] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [dba981dcd0164] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [dba981dcd0164] daemon started [2019-09-12T11:10:40.658Z] daemon.go:472: [dba981dcd0164] Stopping daemon [2019-09-12T11:10:40.658Z] daemon.go:307: [dba981dcd0164] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:459: [dba981dcd0164] Daemon stopped [2019-09-12T11:10:40.658Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.08s) [2019-09-12T11:10:40.658Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [d8de33ba2288e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:336: [d8de33ba2288e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d8de33ba2288e] daemon started [2019-09-12T11:10:40.658Z] daemon.go:336: [d8de33ba2288e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:307: [d8de33ba2288e] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [d8de33ba2288e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d8de33ba2288e] daemon started [2019-09-12T11:10:40.658Z] daemon.go:472: [d8de33ba2288e] Stopping daemon [2019-09-12T11:10:40.658Z] daemon.go:307: [d8de33ba2288e] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:459: [d8de33ba2288e] Daemon stopped [2019-09-12T11:10:40.658Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.16s) [2019-09-12T11:10:40.658Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T11:10:40.658Z] daemon.go:336: [d8a57b466970e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:336: [d8a57b466970e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d8a57b466970e] daemon started [2019-09-12T11:10:40.658Z] daemon.go:472: [d8a57b466970e] Stopping daemon [2019-09-12T11:10:40.658Z] daemon.go:307: [d8a57b466970e] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:459: [d8a57b466970e] Daemon stopped [2019-09-12T11:10:40.658Z] daemon.go:336: [d8a57b466970e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:336: [d8a57b466970e] waiting for daemon to start [2019-09-12T11:10:40.658Z] daemon.go:364: [d8a57b466970e] daemon started [2019-09-12T11:10:40.658Z] daemon.go:472: [d8a57b466970e] Stopping daemon [2019-09-12T11:10:40.658Z] daemon.go:307: [d8a57b466970e] exiting daemon [2019-09-12T11:10:40.658Z] daemon.go:459: [d8a57b466970e] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [dc25e32d368af] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [dc25e32d368af] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [dc25e32d368af] daemon started [2019-09-12T11:10:40.659Z] daemon.go:336: [dc25e32d368af] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:307: [dc25e32d368af] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [dc25e32d368af] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [dc25e32d368af] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [dc25e32d368af] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [dc25e32d368af] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [dc25e32d368af] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.34s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [d3707a641cccc] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d3707a641cccc] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d3707a641cccc] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d3707a641cccc] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d3707a641cccc] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d3707a641cccc] Daemon stopped [2019-09-12T11:10:40.659Z] daemon.go:336: [d3707a641cccc] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d3707a641cccc] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d3707a641cccc] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d3707a641cccc] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d3707a641cccc] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d3707a641cccc] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.59s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [d367d377ddc01] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d367d377ddc01] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d367d377ddc01] daemon started [2019-09-12T11:10:40.659Z] daemon.go:336: [d367d377ddc01] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:307: [d367d377ddc01] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [d367d377ddc01] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d367d377ddc01] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d367d377ddc01] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d367d377ddc01] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d367d377ddc01] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.33s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [d9aa97fa70ed0] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d9aa97fa70ed0] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d9aa97fa70ed0] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d9aa97fa70ed0] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d9aa97fa70ed0] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d9aa97fa70ed0] Daemon stopped [2019-09-12T11:10:40.659Z] daemon.go:336: [d9aa97fa70ed0] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d9aa97fa70ed0] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d9aa97fa70ed0] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d9aa97fa70ed0] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d9aa97fa70ed0] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d9aa97fa70ed0] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [de5c929161aa6] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [de5c929161aa6] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [de5c929161aa6] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [de5c929161aa6] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [de5c929161aa6] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [de5c929161aa6] Daemon stopped [2019-09-12T11:10:40.659Z] daemon.go:336: [de5c929161aa6] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [de5c929161aa6] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [de5c929161aa6] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [de5c929161aa6] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [de5c929161aa6] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [de5c929161aa6] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [de176f5c31ea1] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [de176f5c31ea1] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [de176f5c31ea1] daemon started [2019-09-12T11:10:40.659Z] daemon.go:336: [de176f5c31ea1] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:307: [de176f5c31ea1] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [de176f5c31ea1] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [de176f5c31ea1] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [de176f5c31ea1] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [de176f5c31ea1] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [de176f5c31ea1] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [db2d975bb8999] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [db2d975bb8999] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [db2d975bb8999] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [db2d975bb8999] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [db2d975bb8999] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [db2d975bb8999] Daemon stopped [2019-09-12T11:10:40.659Z] daemon.go:336: [db2d975bb8999] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [db2d975bb8999] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [db2d975bb8999] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [db2d975bb8999] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [db2d975bb8999] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [db2d975bb8999] Daemon stopped [2019-09-12T11:10:40.659Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.23s) [2019-09-12T11:10:40.659Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T11:10:40.659Z] daemon.go:336: [d2ee0daaf9991] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d2ee0daaf9991] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d2ee0daaf9991] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d2ee0daaf9991] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d2ee0daaf9991] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d2ee0daaf9991] Daemon stopped [2019-09-12T11:10:40.659Z] daemon.go:336: [d2ee0daaf9991] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:336: [d2ee0daaf9991] waiting for daemon to start [2019-09-12T11:10:40.659Z] daemon.go:364: [d2ee0daaf9991] daemon started [2019-09-12T11:10:40.659Z] daemon.go:472: [d2ee0daaf9991] Stopping daemon [2019-09-12T11:10:40.659Z] daemon.go:307: [d2ee0daaf9991] exiting daemon [2019-09-12T11:10:40.659Z] daemon.go:459: [d2ee0daaf9991] Daemon stopped [2019-09-12T11:10:40.659Z] === RUN TestCgroupNamespacesRun [2019-09-12T11:10:40.994Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-12T11:10:41.636Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-12T11:10:42.200Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-12T11:10:42.462Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2019-09-12T11:10:42.462Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-12T11:10:42.462Z] daemon.go:336: [d77a812660bf6] waiting for daemon to start [2019-09-12T11:10:42.462Z] daemon.go:336: [d77a812660bf6] waiting for daemon to start [2019-09-12T11:10:42.462Z] daemon.go:364: [d77a812660bf6] daemon started [2019-09-12T11:10:42.462Z] daemon.go:472: [d77a812660bf6] Stopping daemon [2019-09-12T11:10:42.462Z] daemon.go:307: [d77a812660bf6] exiting daemon [2019-09-12T11:10:42.462Z] daemon.go:459: [d77a812660bf6] Daemon stopped [2019-09-12T11:10:42.462Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-12T11:10:42.539Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-12T11:10:42.539Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-12T11:10:43.837Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2019-09-12T11:10:43.837Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-12T11:10:43.837Z] daemon.go:336: [d573ec2961251] waiting for daemon to start [2019-09-12T11:10:43.837Z] daemon.go:336: [d573ec2961251] waiting for daemon to start [2019-09-12T11:10:43.837Z] daemon.go:364: [d573ec2961251] daemon started [2019-09-12T11:10:43.837Z] daemon.go:472: [d573ec2961251] Stopping daemon [2019-09-12T11:10:43.837Z] daemon.go:307: [d573ec2961251] exiting daemon [2019-09-12T11:10:43.837Z] daemon.go:459: [d573ec2961251] Daemon stopped [2019-09-12T11:10:43.837Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-12T11:10:44.732Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-12T11:10:45.972Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.96s) [2019-09-12T11:10:45.972Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-12T11:10:45.972Z] daemon.go:336: [de12e7f1981f0] waiting for daemon to start [2019-09-12T11:10:45.972Z] daemon.go:336: [de12e7f1981f0] waiting for daemon to start [2019-09-12T11:10:45.972Z] daemon.go:364: [de12e7f1981f0] daemon started [2019-09-12T11:10:45.972Z] daemon.go:472: [de12e7f1981f0] Stopping daemon [2019-09-12T11:10:45.972Z] daemon.go:307: [de12e7f1981f0] exiting daemon [2019-09-12T11:10:45.972Z] daemon.go:459: [de12e7f1981f0] Daemon stopped [2019-09-12T11:10:45.972Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-12T11:10:47.773Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2019-09-12T11:10:47.773Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-12T11:10:47.773Z] daemon.go:336: [db9e187e32cc7] waiting for daemon to start [2019-09-12T11:10:47.773Z] daemon.go:336: [db9e187e32cc7] waiting for daemon to start [2019-09-12T11:10:47.773Z] daemon.go:364: [db9e187e32cc7] daemon started [2019-09-12T11:10:47.773Z] daemon.go:472: [db9e187e32cc7] Stopping daemon [2019-09-12T11:10:47.773Z] daemon.go:307: [db9e187e32cc7] exiting daemon [2019-09-12T11:10:47.773Z] daemon.go:459: [db9e187e32cc7] Daemon stopped [2019-09-12T11:10:47.773Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-12T11:10:48.358Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-12T11:10:48.821Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-12T11:10:49.282Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-12T11:10:49.282Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-12T11:10:49.550Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-09-12T11:10:49.550Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-12T11:10:49.550Z] daemon.go:336: [dc6d4bc88502b] waiting for daemon to start [2019-09-12T11:10:49.550Z] daemon.go:336: [dc6d4bc88502b] waiting for daemon to start [2019-09-12T11:10:49.550Z] daemon.go:364: [dc6d4bc88502b] daemon started [2019-09-12T11:10:49.550Z] daemon.go:472: [dc6d4bc88502b] Stopping daemon [2019-09-12T11:10:49.550Z] daemon.go:307: [dc6d4bc88502b] exiting daemon [2019-09-12T11:10:49.550Z] daemon.go:459: [dc6d4bc88502b] Daemon stopped [2019-09-12T11:10:49.550Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T11:10:50.004Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-12T11:10:50.256Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-12T11:10:50.338Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.81s) [2019-09-12T11:10:50.338Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T11:10:50.338Z] daemon.go:336: [d0e5beec0b8db] waiting for daemon to start [2019-09-12T11:10:50.338Z] daemon.go:336: [d0e5beec0b8db] waiting for daemon to start [2019-09-12T11:10:50.338Z] daemon.go:364: [d0e5beec0b8db] daemon started [2019-09-12T11:10:50.338Z] daemon.go:472: [d0e5beec0b8db] Stopping daemon [2019-09-12T11:10:50.338Z] daemon.go:307: [d0e5beec0b8db] exiting daemon [2019-09-12T11:10:50.338Z] daemon.go:459: [d0e5beec0b8db] Daemon stopped [2019-09-12T11:10:50.338Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-12T11:10:51.144Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2019-09-12T11:10:51.144Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-12T11:10:51.144Z] daemon.go:336: [da0fe3569aee4] waiting for daemon to start [2019-09-12T11:10:51.144Z] daemon.go:336: [da0fe3569aee4] waiting for daemon to start [2019-09-12T11:10:51.144Z] daemon.go:364: [da0fe3569aee4] daemon started [2019-09-12T11:10:51.144Z] daemon.go:472: [da0fe3569aee4] Stopping daemon [2019-09-12T11:10:51.144Z] daemon.go:307: [da0fe3569aee4] exiting daemon [2019-09-12T11:10:51.144Z] daemon.go:459: [da0fe3569aee4] Daemon stopped [2019-09-12T11:10:51.144Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-12T11:10:51.228Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-12T11:10:52.200Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-12T11:10:52.661Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-12T11:10:53.070Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.94s) [2019-09-12T11:10:53.070Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-12T11:10:53.070Z] daemon.go:336: [da5d65fd91ef7] waiting for daemon to start [2019-09-12T11:10:53.070Z] daemon.go:336: [da5d65fd91ef7] waiting for daemon to start [2019-09-12T11:10:53.070Z] daemon.go:364: [da5d65fd91ef7] daemon started [2019-09-12T11:10:53.070Z] daemon.go:472: [da5d65fd91ef7] Stopping daemon [2019-09-12T11:10:53.070Z] daemon.go:307: [da5d65fd91ef7] exiting daemon [2019-09-12T11:10:53.070Z] daemon.go:459: [da5d65fd91ef7] Daemon stopped [2019-09-12T11:10:53.070Z] === RUN TestKernelTCPMemory [2019-09-12T11:10:53.121Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-12T11:10:54.179Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-12T11:10:54.325Z] --- PASS: TestKernelTCPMemory (1.11s) [2019-09-12T11:10:54.325Z] === RUN TestNISDomainname [2019-09-12T11:10:54.741Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-12T11:10:55.594Z] --- PASS: TestNISDomainname (1.24s) [2019-09-12T11:10:55.594Z] === RUN TestHostnameDnsResolution [2019-09-12T11:10:56.872Z] --- PASS: TestHostnameDnsResolution (1.29s) [2019-09-12T11:10:56.872Z] === RUN TestStats [2019-09-12T11:10:58.660Z] --- PASS: TestStats (1.92s) [2019-09-12T11:10:58.660Z] === RUN TestStopContainerWithTimeout [2019-09-12T11:10:58.660Z] === RUN TestStopContainerWithTimeout/0 [2019-09-12T11:10:58.660Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-12T11:10:58.660Z] === RUN TestStopContainerWithTimeout/1 [2019-09-12T11:10:58.660Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-12T11:10:58.660Z] === RUN TestStopContainerWithTimeout/3 [2019-09-12T11:10:58.660Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-12T11:10:58.660Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-12T11:10:58.660Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-12T11:10:58.660Z] === CONT TestStopContainerWithTimeout/0 [2019-09-12T11:10:58.660Z] === CONT TestStopContainerWithTimeout/3 [2019-09-12T11:10:58.926Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-12T11:10:59.448Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-12T11:11:00.466Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-12T11:11:00.466Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-12T11:11:01.286Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-12T11:11:01.882Z] === CONT TestStopContainerWithTimeout/1 [2019-09-12T11:11:02.007Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-12T11:11:03.179Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-12T11:11:03.819Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-09-12T11:11:03.819Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2019-09-12T11:11:03.819Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2019-09-12T11:11:03.819Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2019-09-12T11:11:03.819Z] --- PASS: TestStopContainerWithTimeout/1 (2.02s) [2019-09-12T11:11:03.819Z] === RUN TestDeleteDevicemapper [2019-09-12T11:11:03.819Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-12T11:11:03.819Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T11:11:03.819Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-12T11:11:04.110Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-12T11:11:05.040Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-12T11:11:07.914Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.77s) [2019-09-12T11:11:07.914Z] === RUN TestUpdateMemory [2019-09-12T11:11:07.914Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-12T11:11:07.914Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:11:07.914Z] === RUN TestUpdateCPUQuota [2019-09-12T11:11:09.190Z] --- PASS: TestUpdateCPUQuota (1.63s) [2019-09-12T11:11:09.190Z] === RUN TestUpdatePidsLimit [2019-09-12T11:11:09.190Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-12T11:11:09.572Z] === RUN TestUpdatePidsLimit/no_change [2019-09-12T11:11:09.975Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-12T11:11:10.302Z] === RUN Test/DockerSuite/TestCpToContainerWithPermissions [2019-09-12T11:11:10.446Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-12T11:11:10.816Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-12T11:11:11.186Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-12T11:11:11.232Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-12T11:11:11.560Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-12T11:11:12.163Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit (4.10s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/update_lower (0.49s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2019-09-12T11:11:13.377Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2019-09-12T11:11:13.377Z] === RUN TestUpdateRestartPolicy [2019-09-12T11:11:14.058Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-12T11:11:15.951Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-12T11:11:16.840Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-12T11:11:16.840Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-12T11:11:16.840Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-12T11:11:16.880Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-12T11:11:18.381Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-12T11:11:19.353Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-12T11:11:19.813Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-12T11:11:19.813Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-12T11:11:20.788Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-12T11:11:21.053Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-12T11:11:21.053Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-12T11:11:21.250Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-12T11:11:21.250Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-12T11:11:21.250Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-12T11:11:21.983Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-12T11:11:23.877Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-12T11:11:23.877Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-12T11:11:23.877Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-12T11:11:24.450Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-12T11:11:24.706Z] === RUN Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-12T11:11:25.270Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-12T11:11:25.270Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-12T11:11:25.527Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-12T11:11:26.461Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-12T11:11:26.950Z] --- PASS: TestUpdateRestartPolicy (12.83s) [2019-09-12T11:11:26.950Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-12T11:11:26.950Z] --- PASS: TestUpdateRestartWithAutoRemove (0.93s) [2019-09-12T11:11:26.950Z] === RUN TestWaitNonBlocked [2019-09-12T11:11:26.950Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:11:26.950Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:11:26.950Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:11:26.950Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:11:26.950Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T11:11:26.950Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T11:11:27.026Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-12T11:11:27.026Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-12T11:11:27.055Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-12T11:11:27.284Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-12T11:11:27.285Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-12T11:11:27.285Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-12T11:11:27.542Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-12T11:11:27.799Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-12T11:11:28.199Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-12T11:11:28.199Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2019-09-12T11:11:28.199Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2019-09-12T11:11:28.199Z] === RUN TestWaitBlocked [2019-09-12T11:11:28.199Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:11:28.199Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:11:28.199Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:11:28.199Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:11:28.199Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T11:11:28.199Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T11:11:29.464Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-12T11:11:29.464Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2019-09-12T11:11:29.464Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.33s) [2019-09-12T11:11:29.464Z] === CONT TestContainerStartOnDaemonRestart [2019-09-12T11:11:29.464Z] === CONT TestIpcModeOlderClient [2019-09-12T11:11:29.464Z] --- PASS: TestIpcModeOlderClient (0.18s) [2019-09-12T11:11:29.464Z] === CONT TestDaemonRestartIpcMode [2019-09-12T11:11:29.694Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-12T11:11:30.624Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-12T11:11:30.624Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-12T11:11:30.624Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-12T11:11:32.661Z] --- PASS: TestContainerStartOnDaemonRestart (3.22s) [2019-09-12T11:11:32.661Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-12T11:11:32.661Z] daemon.go:336: [d6aec321cc339] waiting for daemon to start [2019-09-12T11:11:32.661Z] daemon.go:336: [d6aec321cc339] waiting for daemon to start [2019-09-12T11:11:32.661Z] daemon.go:364: [d6aec321cc339] daemon started [2019-09-12T11:11:32.661Z] daemon.go:336: [d6aec321cc339] waiting for daemon to start [2019-09-12T11:11:32.661Z] daemon.go:307: [d6aec321cc339] exiting daemon [2019-09-12T11:11:32.661Z] daemon.go:336: [d6aec321cc339] waiting for daemon to start [2019-09-12T11:11:32.661Z] daemon.go:364: [d6aec321cc339] daemon started [2019-09-12T11:11:32.661Z] daemon.go:472: [d6aec321cc339] Stopping daemon [2019-09-12T11:11:32.661Z] daemon.go:307: [d6aec321cc339] exiting daemon [2019-09-12T11:11:32.661Z] daemon.go:459: [d6aec321cc339] Daemon stopped [2019-09-12T11:11:33.458Z] --- PASS: TestDaemonRestartIpcMode (3.67s) [2019-09-12T11:11:33.458Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-12T11:11:33.458Z] daemon.go:336: [d37f71c8a7d75] waiting for daemon to start [2019-09-12T11:11:33.458Z] daemon.go:336: [d37f71c8a7d75] waiting for daemon to start [2019-09-12T11:11:33.458Z] daemon.go:364: [d37f71c8a7d75] daemon started [2019-09-12T11:11:33.458Z] daemon.go:472: [d37f71c8a7d75] Stopping daemon [2019-09-12T11:11:33.458Z] daemon.go:307: [d37f71c8a7d75] exiting daemon [2019-09-12T11:11:33.458Z] daemon.go:459: [d37f71c8a7d75] Daemon stopped [2019-09-12T11:11:33.458Z] daemon.go:336: [d37f71c8a7d75] waiting for daemon to start [2019-09-12T11:11:33.458Z] daemon.go:336: [d37f71c8a7d75] waiting for daemon to start [2019-09-12T11:11:33.458Z] daemon.go:364: [d37f71c8a7d75] daemon started [2019-09-12T11:11:33.458Z] daemon.go:472: [d37f71c8a7d75] Stopping daemon [2019-09-12T11:11:33.458Z] daemon.go:307: [d37f71c8a7d75] exiting daemon [2019-09-12T11:11:33.458Z] daemon.go:459: [d37f71c8a7d75] Daemon stopped [2019-09-12T11:11:33.458Z] PASS [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === Skipped [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-12T11:11:33.458Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-12T11:11:33.458Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-12T11:11:33.458Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T11:11:33.458Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-12T11:11:33.458Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-12T11:11:33.458Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] [2019-09-12T11:11:33.458Z] DONE 197 tests, 6 skipped in 140.761s [2019-09-12T11:11:33.458Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-12T11:11:33.458Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:11:33.458Z] ++ set -e [2019-09-12T11:11:33.458Z] ++ '[' -n 0 ']' [2019-09-12T11:11:33.458Z] ++ set -x [2019-09-12T11:11:33.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:11:33.458Z] INFO: Testing against a local daemon [2019-09-12T11:11:33.458Z] === RUN TestCommitInheritsEnv [2019-09-12T11:11:33.822Z] --- PASS: TestCommitInheritsEnv (0.52s) [2019-09-12T11:11:33.822Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-12T11:11:33.822Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-12T11:11:33.822Z] === RUN TestImagesFilterMultiReference [2019-09-12T11:11:33.822Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-12T11:11:33.822Z] === RUN TestImagePullPlatformInvalid [2019-09-12T11:11:34.188Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-12T11:11:34.188Z] === RUN TestRemoveImageOrphaning [2019-09-12T11:11:34.624Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2019-09-12T11:11:34.624Z] === RUN TestRemoveImageGarbageCollector [2019-09-12T11:11:34.624Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-12T11:11:34.624Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:11:34.624Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-12T11:11:34.624Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-09-12T11:11:34.624Z] === RUN TestTagInvalidReference [2019-09-12T11:11:34.624Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-12T11:11:34.624Z] === RUN TestTagValidPrefixedRepo [2019-09-12T11:11:34.624Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-12T11:11:34.624Z] === RUN TestTagExistedNameWithoutForce [2019-09-12T11:11:34.624Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-09-12T11:11:34.624Z] === RUN TestTagOfficialNames [2019-09-12T11:11:34.624Z] --- PASS: TestTagOfficialNames (0.05s) [2019-09-12T11:11:34.624Z] === RUN TestTagMatchesDigest [2019-09-12T11:11:34.624Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-12T11:11:34.624Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-12T11:11:37.173Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-12T11:11:37.432Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-12T11:11:39.956Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-12T11:11:40.519Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-12T11:11:42.414Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-12T11:11:44.306Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-12T11:11:45.235Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-12T11:11:45.798Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-12T11:11:46.055Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-12T11:11:46.984Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-12T11:11:46.984Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetwork [2019-09-12T11:11:46.984Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-12T11:11:46.984Z] === RUN Test/DockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-12T11:11:48.351Z] === RUN Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-12T11:11:49.280Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteMultiple [2019-09-12T11:11:49.537Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-12T11:11:50.906Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteNotExists [2019-09-12T11:11:50.906Z] === RUN Test/DockerSuite/TestDockerNetworkInspect [2019-09-12T11:11:50.906Z] === RUN Test/DockerSuite/TestDockerNetworkInspectWithID [2019-09-12T11:11:50.906Z] === RUN Test/DockerSuite/TestDockerNetworkInternalMode [2019-09-12T11:11:59.015Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-12T11:12:01.536Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-12T11:12:04.058Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-12T11:12:06.580Z] === RUN Test/DockerSuite/TestEmbeddedDNSInvalidInput [2019-09-12T11:12:06.837Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-12T11:12:07.767Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-12T11:12:08.697Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-12T11:12:09.603Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-12T11:12:10.071Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-12T11:12:10.350Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-12T11:12:11.002Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-12T11:12:11.321Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-12T11:12:12.373Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-12T11:12:13.304Z] === RUN Test/DockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-12T11:12:15.197Z] === RUN Test/DockerSuite/TestEventsContainerFilterByName [2019-09-12T11:12:17.091Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-12T11:12:18.412Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-12T11:12:18.872Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-12T11:12:19.333Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-12T11:12:19.333Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-12T11:12:19.793Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-12T11:12:19.793Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-12T11:12:20.364Z] === RUN Test/DockerSuite/TestEventsContainerWithMultiNetwork [2019-09-12T11:12:22.884Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-12T11:12:23.448Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-12T11:12:24.378Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-12T11:12:26.272Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-12T11:12:27.248Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-12T11:12:27.813Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-12T11:12:29.707Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-12T11:12:29.967Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:12:30.224Z] === RUN Test/DockerSuite/TestEventsFilterNetworkID [2019-09-12T11:12:30.224Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-12T11:12:30.788Z] === RUN Test/DockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-12T11:12:31.045Z] === RUN Test/DockerSuite/TestEventsFilterVolumeID [2019-09-12T11:12:31.045Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-12T11:12:32.942Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-12T11:12:34.838Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-12T11:12:34.838Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-12T11:12:34.838Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-12T11:12:35.768Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-12T11:12:35.768Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-12T11:12:36.332Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-12T11:12:37.262Z] === RUN Test/DockerSuite/TestEventsImageUntagDelete [2019-09-12T11:12:37.519Z] === RUN Test/DockerSuite/TestEventsOOMDisableFalse [2019-09-12T11:12:37.519Z] === RUN Test/DockerSuite/TestEventsOOMDisableTrue [2019-09-12T11:12:37.519Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-12T11:12:39.412Z] === RUN Test/DockerSuite/TestEventsRedirectStdout [2019-09-12T11:12:39.979Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-12T11:12:40.910Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-12T11:12:41.840Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-12T11:12:42.771Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-12T11:12:43.701Z] === RUN Test/DockerSuite/TestEventsStreaming [2019-09-12T11:12:44.630Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-12T11:12:47.901Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-12T11:12:48.830Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-12T11:12:51.350Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-12T11:12:53.245Z] === RUN Test/DockerSuite/TestExec [2019-09-12T11:12:54.199Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-12T11:12:55.136Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-12T11:12:55.624Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-12T11:12:55.624Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-12T11:12:55.624Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-12T11:12:55.699Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-12T11:12:56.629Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-12T11:12:58.524Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-12T11:12:59.454Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-12T11:12:59.454Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-12T11:13:00.822Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-12T11:13:01.388Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-12T11:13:02.318Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-12T11:13:02.576Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-12T11:13:03.507Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-12T11:13:04.877Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-12T11:13:06.779Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-12T11:13:08.675Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-12T11:13:09.606Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-12T11:13:11.499Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-12T11:13:12.429Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-12T11:13:13.351Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-12T11:13:14.062Z] --- PASS: TestImportExtremelyLargeImageWorks (93.36s) [2019-09-12T11:13:14.062Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-12T11:13:14.062Z] daemon.go:336: [d72aac9cd5273] waiting for daemon to start [2019-09-12T11:13:14.062Z] daemon.go:336: [d72aac9cd5273] waiting for daemon to start [2019-09-12T11:13:14.062Z] daemon.go:364: [d72aac9cd5273] daemon started [2019-09-12T11:13:14.062Z] daemon.go:472: [d72aac9cd5273] Stopping daemon [2019-09-12T11:13:14.062Z] daemon.go:307: [d72aac9cd5273] exiting daemon [2019-09-12T11:13:14.062Z] daemon.go:459: [d72aac9cd5273] Daemon stopped [2019-09-12T11:13:14.062Z] PASS [2019-09-12T11:13:14.062Z] [2019-09-12T11:13:14.062Z] === Skipped [2019-09-12T11:13:14.062Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-12T11:13:14.062Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:13:14.062Z] [2019-09-12T11:13:14.062Z] [2019-09-12T11:13:14.062Z] DONE 12 tests, 1 skipped in 94.842s [2019-09-12T11:13:14.062Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-12T11:13:14.062Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:14.062Z] ++ set -e [2019-09-12T11:13:14.062Z] ++ '[' -n 0 ']' [2019-09-12T11:13:14.062Z] ++ set -x [2019-09-12T11:13:14.062Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:14.062Z] INFO: Testing against a local daemon [2019-09-12T11:13:14.062Z] === RUN TestNetworkCreateDelete [2019-09-12T11:13:14.062Z] --- PASS: TestNetworkCreateDelete (0.18s) [2019-09-12T11:13:14.062Z] === RUN TestDockerNetworkDeletePreferID [2019-09-12T11:13:14.062Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2019-09-12T11:13:14.062Z] === RUN TestInspectNetwork [2019-09-12T11:13:14.062Z] === RUN TestInspectNetwork/full_network_id [2019-09-12T11:13:14.062Z] === RUN TestInspectNetwork/partial_network_id [2019-09-12T11:13:14.062Z] === RUN TestInspectNetwork/network_name [2019-09-12T11:13:14.062Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-12T11:13:14.323Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-12T11:13:14.893Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-12T11:13:15.692Z] === RUN Test/DockerSuite/TestExecInteractiveStdinClose [2019-09-12T11:13:15.864Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-12T11:13:16.623Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-12T11:13:17.553Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-12T11:13:18.483Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-12T11:13:19.064Z] --- PASS: TestInspectNetwork (9.64s) [2019-09-12T11:13:19.064Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-12T11:13:19.064Z] daemon.go:336: [d1f68f4efc1dd] waiting for daemon to start [2019-09-12T11:13:19.064Z] daemon.go:336: [d1f68f4efc1dd] waiting for daemon to start [2019-09-12T11:13:19.064Z] daemon.go:364: [d1f68f4efc1dd] daemon started [2019-09-12T11:13:19.064Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-12T11:13:19.064Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-12T11:13:19.064Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-12T11:13:19.064Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-12T11:13:19.064Z] daemon.go:472: [d1f68f4efc1dd] Stopping daemon [2019-09-12T11:13:19.064Z] daemon.go:307: [d1f68f4efc1dd] exiting daemon [2019-09-12T11:13:19.064Z] daemon.go:459: [d1f68f4efc1dd] Daemon stopped [2019-09-12T11:13:19.064Z] === RUN TestRunContainerWithBridgeNone [2019-09-12T11:13:19.413Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-12T11:13:19.612Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-12T11:13:20.370Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-12T11:13:21.673Z] --- PASS: TestRunContainerWithBridgeNone (2.54s) [2019-09-12T11:13:21.673Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-12T11:13:21.673Z] daemon.go:336: [ded0ebe37284e] waiting for daemon to start [2019-09-12T11:13:21.673Z] daemon.go:336: [ded0ebe37284e] waiting for daemon to start [2019-09-12T11:13:21.673Z] daemon.go:364: [ded0ebe37284e] daemon started [2019-09-12T11:13:21.673Z] daemon.go:472: [ded0ebe37284e] Stopping daemon [2019-09-12T11:13:21.673Z] daemon.go:307: [ded0ebe37284e] exiting daemon [2019-09-12T11:13:21.673Z] daemon.go:459: [ded0ebe37284e] Daemon stopped [2019-09-12T11:13:21.673Z] === RUN TestNetworkInvalidJSON [2019-09-12T11:13:21.673Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-12T11:13:21.673Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-12T11:13:21.673Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:13:21.673Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:13:21.673Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:13:21.673Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:13:21.673Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-12T11:13:21.673Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T11:13:21.673Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T11:13:21.673Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-12T11:13:21.673Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-12T11:13:21.673Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-12T11:13:21.673Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-12T11:13:21.673Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-12T11:13:22.086Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-12T11:13:22.086Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-12T11:13:22.086Z] daemon.go:336: [dd7faaa05d527] waiting for daemon to start [2019-09-12T11:13:22.086Z] daemon.go:336: [dd7faaa05d527] waiting for daemon to start [2019-09-12T11:13:22.086Z] daemon.go:364: [dd7faaa05d527] daemon started [2019-09-12T11:13:22.086Z] daemon.go:472: [dd7faaa05d527] Stopping daemon [2019-09-12T11:13:22.086Z] daemon.go:307: [dd7faaa05d527] exiting daemon [2019-09-12T11:13:22.086Z] daemon.go:459: [dd7faaa05d527] Daemon stopped [2019-09-12T11:13:22.086Z] daemon.go:336: [dd7faaa05d527] waiting for daemon to start [2019-09-12T11:13:22.086Z] daemon.go:336: [dd7faaa05d527] waiting for daemon to start [2019-09-12T11:13:22.086Z] daemon.go:364: [dd7faaa05d527] daemon started [2019-09-12T11:13:22.086Z] daemon.go:472: [dd7faaa05d527] Stopping daemon [2019-09-12T11:13:22.086Z] daemon.go:307: [dd7faaa05d527] exiting daemon [2019-09-12T11:13:22.086Z] daemon.go:459: [dd7faaa05d527] Daemon stopped [2019-09-12T11:13:22.086Z] === RUN TestDaemonDefaultNetworkPools [2019-09-12T11:13:22.523Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-12T11:13:22.891Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-12T11:13:23.355Z] --- PASS: TestDaemonDefaultNetworkPools (0.90s) [2019-09-12T11:13:23.355Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-12T11:13:23.355Z] daemon.go:336: [d7f5d0b0a1772] waiting for daemon to start [2019-09-12T11:13:23.355Z] daemon.go:336: [d7f5d0b0a1772] waiting for daemon to start [2019-09-12T11:13:23.355Z] daemon.go:364: [d7f5d0b0a1772] daemon started [2019-09-12T11:13:23.355Z] daemon.go:472: [d7f5d0b0a1772] Stopping daemon [2019-09-12T11:13:23.355Z] daemon.go:307: [d7f5d0b0a1772] exiting daemon [2019-09-12T11:13:23.355Z] daemon.go:459: [d7f5d0b0a1772] Daemon stopped [2019-09-12T11:13:23.355Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-12T11:13:23.902Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-12T11:13:24.266Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2019-09-12T11:13:24.266Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-12T11:13:24.266Z] daemon.go:336: [d158a303908f4] waiting for daemon to start [2019-09-12T11:13:24.266Z] daemon.go:336: [d158a303908f4] waiting for daemon to start [2019-09-12T11:13:24.266Z] daemon.go:364: [d158a303908f4] daemon started [2019-09-12T11:13:24.266Z] daemon.go:472: [d158a303908f4] Stopping daemon [2019-09-12T11:13:24.266Z] daemon.go:307: [d158a303908f4] exiting daemon [2019-09-12T11:13:24.266Z] daemon.go:459: [d158a303908f4] Daemon stopped [2019-09-12T11:13:24.266Z] daemon.go:336: [d158a303908f4] waiting for daemon to start [2019-09-12T11:13:24.266Z] daemon.go:336: [d158a303908f4] waiting for daemon to start [2019-09-12T11:13:24.266Z] daemon.go:364: [d158a303908f4] daemon started [2019-09-12T11:13:24.266Z] daemon.go:472: [d158a303908f4] Stopping daemon [2019-09-12T11:13:24.266Z] daemon.go:307: [d158a303908f4] exiting daemon [2019-09-12T11:13:24.266Z] daemon.go:459: [d158a303908f4] Daemon stopped [2019-09-12T11:13:24.266Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T11:13:24.821Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-12T11:13:24.832Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-12T11:13:25.566Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.34s) [2019-09-12T11:13:25.566Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T11:13:25.566Z] daemon.go:336: [dbb7be058df60] waiting for daemon to start [2019-09-12T11:13:25.566Z] daemon.go:336: [dbb7be058df60] waiting for daemon to start [2019-09-12T11:13:25.566Z] daemon.go:364: [dbb7be058df60] daemon started [2019-09-12T11:13:25.566Z] daemon.go:472: [dbb7be058df60] Stopping daemon [2019-09-12T11:13:25.566Z] daemon.go:307: [dbb7be058df60] exiting daemon [2019-09-12T11:13:25.566Z] daemon.go:459: [dbb7be058df60] Daemon stopped [2019-09-12T11:13:25.566Z] daemon.go:336: [dbb7be058df60] waiting for daemon to start [2019-09-12T11:13:25.566Z] daemon.go:336: [dbb7be058df60] waiting for daemon to start [2019-09-12T11:13:25.566Z] daemon.go:364: [dbb7be058df60] daemon started [2019-09-12T11:13:25.566Z] daemon.go:472: [dbb7be058df60] Stopping daemon [2019-09-12T11:13:25.566Z] daemon.go:307: [dbb7be058df60] exiting daemon [2019-09-12T11:13:25.566Z] daemon.go:459: [dbb7be058df60] Daemon stopped [2019-09-12T11:13:25.566Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T11:13:26.200Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-12T11:13:26.337Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2019-09-12T11:13:26.337Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T11:13:26.337Z] daemon.go:336: [d5344251c769a] waiting for daemon to start [2019-09-12T11:13:26.337Z] daemon.go:336: [d5344251c769a] waiting for daemon to start [2019-09-12T11:13:26.337Z] daemon.go:364: [d5344251c769a] daemon started [2019-09-12T11:13:26.337Z] daemon.go:472: [d5344251c769a] Stopping daemon [2019-09-12T11:13:26.337Z] daemon.go:307: [d5344251c769a] exiting daemon [2019-09-12T11:13:26.337Z] daemon.go:459: [d5344251c769a] Daemon stopped [2019-09-12T11:13:26.337Z] === RUN TestServiceWithPredefinedNetwork [2019-09-12T11:13:29.493Z] --- PASS: TestServiceWithPredefinedNetwork (3.07s) [2019-09-12T11:13:29.493Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-12T11:13:29.493Z] daemon.go:336: [d87a9f4e83353] waiting for daemon to start [2019-09-12T11:13:29.493Z] daemon.go:336: [d87a9f4e83353] waiting for daemon to start [2019-09-12T11:13:29.493Z] daemon.go:364: [d87a9f4e83353] daemon started [2019-09-12T11:13:29.493Z] daemon.go:472: [d87a9f4e83353] Stopping daemon [2019-09-12T11:13:29.493Z] daemon.go:307: [d87a9f4e83353] exiting daemon [2019-09-12T11:13:29.493Z] daemon.go:459: [d87a9f4e83353] Daemon stopped [2019-09-12T11:13:29.493Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-12T11:13:29.493Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T11:13:29.493Z] service_test.go:230: FLAKY_TEST [2019-09-12T11:13:29.493Z] === RUN TestServiceWithDataPathPortInit [2019-09-12T11:13:36.155Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-12T11:13:36.721Z] === RUN Test/DockerSuite/TestExecTTY [2019-09-12T11:13:37.652Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-12T11:13:39.023Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-12T11:13:39.953Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-12T11:13:40.883Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-12T11:13:40.883Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-12T11:13:43.403Z] === RUN Test/DockerSuite/TestExecWithNoTERM [2019-09-12T11:13:44.336Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-12T11:13:46.231Z] === RUN Test/DockerSuite/TestExecWithTERM [2019-09-12T11:13:47.165Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-12T11:13:48.535Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-12T11:13:49.287Z] --- PASS: TestServiceWithDataPathPortInit (17.09s) [2019-09-12T11:13:49.287Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T11:13:49.287Z] daemon.go:336: [dc660c861cb6c] waiting for daemon to start [2019-09-12T11:13:49.287Z] daemon.go:336: [dc660c861cb6c] waiting for daemon to start [2019-09-12T11:13:49.287Z] daemon.go:364: [dc660c861cb6c] daemon started [2019-09-12T11:13:49.287Z] daemon.go:472: [dc660c861cb6c] Stopping daemon [2019-09-12T11:13:49.287Z] daemon.go:307: [dc660c861cb6c] exiting daemon [2019-09-12T11:13:49.287Z] daemon.go:459: [dc660c861cb6c] Daemon stopped [2019-09-12T11:13:49.287Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T11:13:49.287Z] daemon.go:336: [d1267e7e4a063] waiting for daemon to start [2019-09-12T11:13:49.287Z] daemon.go:336: [d1267e7e4a063] waiting for daemon to start [2019-09-12T11:13:49.287Z] daemon.go:364: [d1267e7e4a063] daemon started [2019-09-12T11:13:49.287Z] daemon.go:472: [d1267e7e4a063] Stopping daemon [2019-09-12T11:13:49.287Z] daemon.go:307: [d1267e7e4a063] exiting daemon [2019-09-12T11:13:49.287Z] daemon.go:459: [d1267e7e4a063] Daemon stopped [2019-09-12T11:13:49.287Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-12T11:13:53.785Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-12T11:13:54.351Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-12T11:13:55.565Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.75s) [2019-09-12T11:13:55.565Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-12T11:13:55.565Z] daemon.go:336: [d00e6c1049051] waiting for daemon to start [2019-09-12T11:13:55.565Z] daemon.go:336: [d00e6c1049051] waiting for daemon to start [2019-09-12T11:13:55.565Z] daemon.go:364: [d00e6c1049051] daemon started [2019-09-12T11:13:55.565Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:bep5iy3h7ab65qucl12odzvk7 Created:2019-09-12 11:13:47.92419115 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[68985674350d736a05816a89a2caff41805943dfe7233e9b2198852ce832e0aa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oxt75e7re0qngp13tkf5lepka EndpointID:90a639fe9da5a9a558d4c7937d3b76160851ae52569a5faa479911e95416a510 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:40025fc91de8e25c3db0fec7c505da17fa32268ecee72ad8ad20fe604915f0e6 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:1e48f8490270 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oxt75e7re0qngp13tkf5lepka EndpointID:90a639fe9da5a9a558d4c7937d3b76160851ae52569a5faa479911e95416a510 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-12T11:13:55.565Z] daemon.go:472: [d00e6c1049051] Stopping daemon [2019-09-12T11:13:55.565Z] daemon.go:307: [d00e6c1049051] exiting daemon [2019-09-12T11:13:55.565Z] daemon.go:459: [d00e6c1049051] Daemon stopped [2019-09-12T11:13:55.565Z] PASS [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] === Skipped [2019-09-12T11:13:55.565Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T11:13:55.565Z] service_test.go:230: FLAKY_TEST [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] DONE 21 tests, 1 skipped in 47.070s [2019-09-12T11:13:55.565Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] ++ set -e [2019-09-12T11:13:55.565Z] ++ '[' -n 0 ']' [2019-09-12T11:13:55.565Z] ++ set -x [2019-09-12T11:13:55.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] INFO: Testing against a local daemon [2019-09-12T11:13:55.565Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-12T11:13:55.565Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-12T11:13:55.565Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:13:55.565Z] === RUN TestDockerNetworkIpvlan [2019-09-12T11:13:55.565Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-12T11:13:55.565Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:13:55.565Z] PASS [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] === Skipped [2019-09-12T11:13:55.565Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-12T11:13:55.565Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-12T11:13:55.565Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] [2019-09-12T11:13:55.565Z] DONE 2 tests, 2 skipped in 0.134s [2019-09-12T11:13:55.565Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] ++ set -e [2019-09-12T11:13:55.565Z] ++ '[' -n 0 ']' [2019-09-12T11:13:55.565Z] ++ set -x [2019-09-12T11:13:55.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:13:55.565Z] INFO: Testing against a local daemon [2019-09-12T11:13:55.565Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-12T11:13:56.840Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2019-09-12T11:13:56.840Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-12T11:13:56.840Z] daemon.go:336: [d1e080e8d5cfb] waiting for daemon to start [2019-09-12T11:13:56.840Z] daemon.go:336: [d1e080e8d5cfb] waiting for daemon to start [2019-09-12T11:13:56.840Z] daemon.go:364: [d1e080e8d5cfb] daemon started [2019-09-12T11:13:56.840Z] daemon.go:472: [d1e080e8d5cfb] Stopping daemon [2019-09-12T11:13:56.840Z] daemon.go:307: [d1e080e8d5cfb] exiting daemon [2019-09-12T11:13:56.840Z] daemon.go:459: [d1e080e8d5cfb] Daemon stopped [2019-09-12T11:13:56.840Z] daemon.go:336: [d1e080e8d5cfb] waiting for daemon to start [2019-09-12T11:13:56.840Z] daemon.go:336: [d1e080e8d5cfb] waiting for daemon to start [2019-09-12T11:13:56.840Z] daemon.go:364: [d1e080e8d5cfb] daemon started [2019-09-12T11:13:56.841Z] daemon.go:472: [d1e080e8d5cfb] Stopping daemon [2019-09-12T11:13:56.841Z] daemon.go:307: [d1e080e8d5cfb] exiting daemon [2019-09-12T11:13:56.841Z] daemon.go:459: [d1e080e8d5cfb] Daemon stopped [2019-09-12T11:13:56.841Z] === RUN TestDockerNetworkMacvlan [2019-09-12T11:13:57.628Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-12T11:13:58.484Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-12T11:13:58.532Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-12T11:13:59.761Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-12T11:14:01.172Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-12T11:14:03.010Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-12T11:14:06.424Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-12T11:14:06.424Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-12T11:14:06.424Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-12T11:14:06.424Z] === RUN Test/DockerSuite/TestHealth [2019-09-12T11:14:07.044Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-12T11:14:07.852Z] --- PASS: TestDockerNetworkMacvlan (10.88s) [2019-09-12T11:14:07.852Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:14:07.852Z] daemon.go:336: [dcfa38dc2c167] waiting for daemon to start [2019-09-12T11:14:07.852Z] daemon.go:336: [dcfa38dc2c167] waiting for daemon to start [2019-09-12T11:14:07.852Z] daemon.go:364: [dcfa38dc2c167] daemon started [2019-09-12T11:14:07.852Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-12T11:14:07.853Z] daemon.go:472: [dcfa38dc2c167] Stopping daemon [2019-09-12T11:14:07.853Z] daemon.go:307: [dcfa38dc2c167] exiting daemon [2019-09-12T11:14:07.853Z] daemon.go:459: [dcfa38dc2c167] Daemon stopped [2019-09-12T11:14:07.853Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:14:07.853Z] daemon.go:336: [db70c210a30a8] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:336: [db70c210a30a8] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:364: [db70c210a30a8] daemon started [2019-09-12T11:14:07.853Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-12T11:14:07.853Z] daemon.go:472: [db70c210a30a8] Stopping daemon [2019-09-12T11:14:07.853Z] daemon.go:307: [db70c210a30a8] exiting daemon [2019-09-12T11:14:07.853Z] daemon.go:459: [db70c210a30a8] Daemon stopped [2019-09-12T11:14:07.853Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:14:07.853Z] daemon.go:336: [d1775ac239717] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:336: [d1775ac239717] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:364: [d1775ac239717] daemon started [2019-09-12T11:14:07.853Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.90s) [2019-09-12T11:14:07.853Z] daemon.go:472: [d1775ac239717] Stopping daemon [2019-09-12T11:14:07.853Z] daemon.go:307: [d1775ac239717] exiting daemon [2019-09-12T11:14:07.853Z] daemon.go:459: [d1775ac239717] Daemon stopped [2019-09-12T11:14:07.853Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:14:07.853Z] daemon.go:336: [dc1c1f9716772] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:336: [dc1c1f9716772] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:364: [dc1c1f9716772] daemon started [2019-09-12T11:14:07.853Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.28s) [2019-09-12T11:14:07.853Z] daemon.go:472: [dc1c1f9716772] Stopping daemon [2019-09-12T11:14:07.853Z] daemon.go:307: [dc1c1f9716772] exiting daemon [2019-09-12T11:14:07.853Z] daemon.go:459: [dc1c1f9716772] Daemon stopped [2019-09-12T11:14:07.853Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T11:14:07.853Z] daemon.go:336: [d814acbfb0d39] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:336: [d814acbfb0d39] waiting for daemon to start [2019-09-12T11:14:07.853Z] daemon.go:364: [d814acbfb0d39] daemon started [2019-09-12T11:14:07.853Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.94s) [2019-09-12T11:14:07.853Z] daemon.go:472: [d814acbfb0d39] Stopping daemon [2019-09-12T11:14:07.853Z] daemon.go:307: [d814acbfb0d39] exiting daemon [2019-09-12T11:14:07.853Z] daemon.go:459: [d814acbfb0d39] Daemon stopped [2019-09-12T11:14:07.853Z] PASS [2019-09-12T11:14:07.853Z] [2019-09-12T11:14:07.853Z] DONE 7 tests in 12.389s [2019-09-12T11:14:07.853Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] ++ set -e [2019-09-12T11:14:07.853Z] ++ '[' -n 0 ']' [2019-09-12T11:14:07.853Z] ++ set -x [2019-09-12T11:14:07.853Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] testing: warning: no tests to run [2019-09-12T11:14:07.853Z] PASS [2019-09-12T11:14:07.853Z] [2019-09-12T11:14:07.853Z] DONE 0 tests in 0.021s [2019-09-12T11:14:07.853Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] ++ set -e [2019-09-12T11:14:07.853Z] ++ '[' -n 0 ']' [2019-09-12T11:14:07.853Z] ++ set -x [2019-09-12T11:14:07.853Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:07.853Z] INFO: Testing against a local daemon [2019-09-12T11:14:07.853Z] === RUN TestAuthZPluginAllowRequest [2019-09-12T11:14:09.689Z] --- PASS: TestAuthZPluginAllowRequest (1.65s) [2019-09-12T11:14:09.689Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-12T11:14:09.689Z] daemon.go:336: [de98b9b3aa45a] waiting for daemon to start [2019-09-12T11:14:09.689Z] daemon.go:336: [de98b9b3aa45a] waiting for daemon to start [2019-09-12T11:14:09.689Z] daemon.go:364: [de98b9b3aa45a] daemon started [2019-09-12T11:14:09.689Z] daemon.go:472: [de98b9b3aa45a] Stopping daemon [2019-09-12T11:14:09.689Z] daemon.go:307: [de98b9b3aa45a] exiting daemon [2019-09-12T11:14:09.689Z] daemon.go:459: [de98b9b3aa45a] Daemon stopped [2019-09-12T11:14:09.689Z] === RUN TestAuthZPluginTLS [2019-09-12T11:14:10.075Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-12T11:14:10.075Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-12T11:14:10.075Z] daemon.go:336: [d915ff3178bb1] waiting for daemon to start [2019-09-12T11:14:10.075Z] daemon.go:336: [d915ff3178bb1] waiting for daemon to start [2019-09-12T11:14:10.075Z] daemon.go:364: [d915ff3178bb1] daemon started [2019-09-12T11:14:10.075Z] daemon.go:472: [d915ff3178bb1] Stopping daemon [2019-09-12T11:14:10.075Z] daemon.go:307: [d915ff3178bb1] exiting daemon [2019-09-12T11:14:10.075Z] daemon.go:459: [d915ff3178bb1] Daemon stopped [2019-09-12T11:14:10.075Z] === RUN TestAuthZPluginDenyRequest [2019-09-12T11:14:11.027Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-09-12T11:14:11.027Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-12T11:14:11.027Z] daemon.go:336: [d3863376da12a] waiting for daemon to start [2019-09-12T11:14:11.027Z] daemon.go:336: [d3863376da12a] waiting for daemon to start [2019-09-12T11:14:11.027Z] daemon.go:364: [d3863376da12a] daemon started [2019-09-12T11:14:11.027Z] daemon.go:472: [d3863376da12a] Stopping daemon [2019-09-12T11:14:11.027Z] daemon.go:307: [d3863376da12a] exiting daemon [2019-09-12T11:14:11.027Z] daemon.go:459: [d3863376da12a] Daemon stopped [2019-09-12T11:14:11.027Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-12T11:14:11.456Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-12T11:14:11.456Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-12T11:14:11.456Z] daemon.go:336: [d7c4704726678] waiting for daemon to start [2019-09-12T11:14:11.456Z] daemon.go:336: [d7c4704726678] waiting for daemon to start [2019-09-12T11:14:11.456Z] daemon.go:364: [d7c4704726678] daemon started [2019-09-12T11:14:11.457Z] daemon.go:472: [d7c4704726678] Stopping daemon [2019-09-12T11:14:11.457Z] daemon.go:307: [d7c4704726678] exiting daemon [2019-09-12T11:14:11.457Z] daemon.go:459: [d7c4704726678] Daemon stopped [2019-09-12T11:14:11.457Z] === RUN TestAuthZPluginDenyResponse [2019-09-12T11:14:11.830Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-09-12T11:14:11.830Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-12T11:14:11.830Z] daemon.go:336: [dc006d5935048] waiting for daemon to start [2019-09-12T11:14:11.830Z] daemon.go:336: [dc006d5935048] waiting for daemon to start [2019-09-12T11:14:11.830Z] daemon.go:364: [dc006d5935048] daemon started [2019-09-12T11:14:11.830Z] daemon.go:472: [dc006d5935048] Stopping daemon [2019-09-12T11:14:11.830Z] daemon.go:307: [dc006d5935048] exiting daemon [2019-09-12T11:14:11.830Z] daemon.go:459: [dc006d5935048] Daemon stopped [2019-09-12T11:14:11.830Z] === RUN TestAuthZPluginAllowEventStream [2019-09-12T11:14:13.679Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-09-12T11:14:13.679Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-12T11:14:13.679Z] daemon.go:336: [dc55b637ee5a0] waiting for daemon to start [2019-09-12T11:14:13.679Z] daemon.go:336: [dc55b637ee5a0] waiting for daemon to start [2019-09-12T11:14:13.679Z] daemon.go:364: [dc55b637ee5a0] daemon started [2019-09-12T11:14:13.679Z] daemon.go:472: [dc55b637ee5a0] Stopping daemon [2019-09-12T11:14:13.679Z] daemon.go:307: [dc55b637ee5a0] exiting daemon [2019-09-12T11:14:13.679Z] daemon.go:459: [dc55b637ee5a0] Daemon stopped [2019-09-12T11:14:13.679Z] === RUN TestAuthZPluginErrorResponse [2019-09-12T11:14:14.046Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-12T11:14:14.046Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-12T11:14:14.046Z] daemon.go:336: [d0a07155d53db] waiting for daemon to start [2019-09-12T11:14:14.046Z] daemon.go:336: [d0a07155d53db] waiting for daemon to start [2019-09-12T11:14:14.046Z] daemon.go:364: [d0a07155d53db] daemon started [2019-09-12T11:14:14.046Z] daemon.go:472: [d0a07155d53db] Stopping daemon [2019-09-12T11:14:14.046Z] daemon.go:307: [d0a07155d53db] exiting daemon [2019-09-12T11:14:14.046Z] daemon.go:459: [d0a07155d53db] Daemon stopped [2019-09-12T11:14:14.046Z] === RUN TestAuthZPluginErrorRequest [2019-09-12T11:14:14.834Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-12T11:14:14.834Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-12T11:14:14.834Z] daemon.go:336: [d7043ea8d9aeb] waiting for daemon to start [2019-09-12T11:14:14.834Z] daemon.go:336: [d7043ea8d9aeb] waiting for daemon to start [2019-09-12T11:14:14.834Z] daemon.go:364: [d7043ea8d9aeb] daemon started [2019-09-12T11:14:14.834Z] daemon.go:472: [d7043ea8d9aeb] Stopping daemon [2019-09-12T11:14:14.834Z] daemon.go:307: [d7043ea8d9aeb] exiting daemon [2019-09-12T11:14:14.834Z] daemon.go:459: [d7043ea8d9aeb] Daemon stopped [2019-09-12T11:14:14.834Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T11:14:15.208Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-12T11:14:15.208Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T11:14:15.208Z] daemon.go:336: [d6fa378ec5121] waiting for daemon to start [2019-09-12T11:14:15.208Z] daemon.go:336: [d6fa378ec5121] waiting for daemon to start [2019-09-12T11:14:15.208Z] daemon.go:364: [d6fa378ec5121] daemon started [2019-09-12T11:14:15.208Z] daemon.go:472: [d6fa378ec5121] Stopping daemon [2019-09-12T11:14:15.208Z] daemon.go:307: [d6fa378ec5121] exiting daemon [2019-09-12T11:14:15.208Z] daemon.go:459: [d6fa378ec5121] Daemon stopped [2019-09-12T11:14:15.208Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-12T11:14:17.657Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2019-09-12T11:14:17.657Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-12T11:14:17.657Z] daemon.go:336: [db7638fc45d04] waiting for daemon to start [2019-09-12T11:14:17.657Z] daemon.go:336: [db7638fc45d04] waiting for daemon to start [2019-09-12T11:14:17.657Z] daemon.go:364: [db7638fc45d04] daemon started [2019-09-12T11:14:17.657Z] daemon.go:472: [db7638fc45d04] Stopping daemon [2019-09-12T11:14:17.657Z] daemon.go:307: [db7638fc45d04] exiting daemon [2019-09-12T11:14:17.657Z] daemon.go:459: [db7638fc45d04] Daemon stopped [2019-09-12T11:14:17.657Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T11:14:19.501Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2019-09-12T11:14:19.501Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T11:14:19.501Z] daemon.go:336: [d55cba4837311] waiting for daemon to start [2019-09-12T11:14:19.501Z] daemon.go:336: [d55cba4837311] waiting for daemon to start [2019-09-12T11:14:19.501Z] daemon.go:364: [d55cba4837311] daemon started [2019-09-12T11:14:19.501Z] daemon.go:472: [d55cba4837311] Stopping daemon [2019-09-12T11:14:19.501Z] daemon.go:307: [d55cba4837311] exiting daemon [2019-09-12T11:14:19.501Z] daemon.go:459: [d55cba4837311] Daemon stopped [2019-09-12T11:14:19.501Z] === RUN TestAuthZPluginHeader [2019-09-12T11:14:20.560Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-09-12T11:14:20.560Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-12T11:14:20.560Z] daemon.go:336: [d3feb117cc8b1] waiting for daemon to start [2019-09-12T11:14:20.560Z] daemon.go:336: [d3feb117cc8b1] waiting for daemon to start [2019-09-12T11:14:20.560Z] daemon.go:364: [d3feb117cc8b1] daemon started [2019-09-12T11:14:20.560Z] daemon.go:472: [d3feb117cc8b1] Stopping daemon [2019-09-12T11:14:20.560Z] daemon.go:307: [d3feb117cc8b1] exiting daemon [2019-09-12T11:14:20.560Z] daemon.go:459: [d3feb117cc8b1] Daemon stopped [2019-09-12T11:14:20.560Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-12T11:14:20.560Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-09-12T11:14:20.560Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:20.560Z] === RUN TestAuthZPluginV2Disable [2019-09-12T11:14:20.560Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-12T11:14:20.560Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:20.560Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-12T11:14:20.560Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-12T11:14:20.560Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:20.560Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-12T11:14:20.560Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-12T11:14:20.560Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:20.560Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T11:14:21.273Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-12T11:14:29.366Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-12T11:14:30.297Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-12T11:14:30.297Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-12T11:14:30.297Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-12T11:14:30.554Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-12T11:14:30.811Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-12T11:14:31.068Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-12T11:14:31.632Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-12T11:14:31.632Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-12T11:14:32.561Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-12T11:14:32.561Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-12T11:14:33.931Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-12T11:14:34.862Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-12T11:14:34.862Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-12T11:14:35.792Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-12T11:14:36.980Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-12T11:14:36.980Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-12T11:14:36.980Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-12T11:14:39.062Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-12T11:14:39.062Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-12T11:14:39.062Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-12T11:14:40.189Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.84s) [2019-09-12T11:14:40.189Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:364: [d1c585ed4ee1a] daemon started [2019-09-12T11:14:40.189Z] daemon.go:472: [d1c585ed4ee1a] Stopping daemon [2019-09-12T11:14:40.189Z] daemon.go:307: [d1c585ed4ee1a] exiting daemon [2019-09-12T11:14:40.189Z] daemon.go:459: [d1c585ed4ee1a] Daemon stopped [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:350: [d1c585ed4ee1a] error pinging daemon on start: Get http://d1c585ed4ee1a.sock/_ping: context deadline exceeded [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:350: [d1c585ed4ee1a] error pinging daemon on start: Get http://d1c585ed4ee1a.sock/_ping: context deadline exceeded [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:350: [d1c585ed4ee1a] error pinging daemon on start: Get http://d1c585ed4ee1a.sock/_ping: context deadline exceeded [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:350: [d1c585ed4ee1a] error pinging daemon on start: Get http://d1c585ed4ee1a.sock/_ping: context deadline exceeded [2019-09-12T11:14:40.189Z] daemon.go:307: [d1c585ed4ee1a] exiting daemon [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:336: [d1c585ed4ee1a] waiting for daemon to start [2019-09-12T11:14:40.189Z] daemon.go:364: [d1c585ed4ee1a] daemon started [2019-09-12T11:14:40.189Z] daemon.go:472: [d1c585ed4ee1a] Stopping daemon [2019-09-12T11:14:40.189Z] daemon.go:307: [d1c585ed4ee1a] exiting daemon [2019-09-12T11:14:40.189Z] daemon.go:459: [d1c585ed4ee1a] Daemon stopped [2019-09-12T11:14:40.189Z] PASS [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] === Skipped [2019-09-12T11:14:40.189Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-09-12T11:14:40.189Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-12T11:14:40.189Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-12T11:14:40.189Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-12T11:14:40.189Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] DONE 17 tests, 4 skipped in 29.435s [2019-09-12T11:14:40.189Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-12T11:14:40.189Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:40.189Z] ++ set -e [2019-09-12T11:14:40.189Z] ++ '[' -n 0 ']' [2019-09-12T11:14:40.189Z] ++ set -x [2019-09-12T11:14:40.189Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:40.189Z] INFO: Testing against a local daemon [2019-09-12T11:14:40.189Z] === RUN TestPluginInvalidJSON [2019-09-12T11:14:40.189Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:14:40.189Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:14:40.189Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T11:14:40.189Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-12T11:14:40.189Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-12T11:14:40.189Z] PASS [2019-09-12T11:14:40.189Z] [2019-09-12T11:14:40.189Z] DONE 2 tests in 0.099s [2019-09-12T11:14:40.189Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-12T11:14:40.189Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:40.189Z] ++ set -e [2019-09-12T11:14:40.189Z] ++ '[' -n 0 ']' [2019-09-12T11:14:40.189Z] ++ set -x [2019-09-12T11:14:40.190Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:40.190Z] INFO: Testing against a local daemon [2019-09-12T11:14:40.190Z] === RUN TestExternalGraphDriver [2019-09-12T11:14:40.190Z] === RUN TestExternalGraphDriver/json [2019-09-12T11:14:40.190Z] === RUN TestExternalGraphDriver/spec [2019-09-12T11:14:40.986Z] === RUN Test/DockerSuite/TestImportFile [2019-09-12T11:14:42.195Z] === RUN TestExternalGraphDriver/pull [2019-09-12T11:14:42.880Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-12T11:14:42.880Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-12T11:14:43.991Z] --- PASS: TestExternalGraphDriver (6.45s) [2019-09-12T11:14:43.991Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:364: [dc270faa6f7f1] daemon started [2019-09-12T11:14:43.991Z] daemon.go:472: [dc270faa6f7f1] Stopping daemon [2019-09-12T11:14:43.991Z] daemon.go:307: [dc270faa6f7f1] exiting daemon [2019-09-12T11:14:43.991Z] daemon.go:459: [dc270faa6f7f1] Daemon stopped [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:364: [dc270faa6f7f1] daemon started [2019-09-12T11:14:43.991Z] daemon.go:472: [dc270faa6f7f1] Stopping daemon [2019-09-12T11:14:43.991Z] daemon.go:307: [dc270faa6f7f1] exiting daemon [2019-09-12T11:14:43.991Z] daemon.go:459: [dc270faa6f7f1] Daemon stopped [2019-09-12T11:14:43.991Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:364: [dc270faa6f7f1] daemon started [2019-09-12T11:14:43.991Z] daemon.go:472: [dc270faa6f7f1] Stopping daemon [2019-09-12T11:14:43.991Z] daemon.go:307: [dc270faa6f7f1] exiting daemon [2019-09-12T11:14:43.991Z] daemon.go:459: [dc270faa6f7f1] Daemon stopped [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:364: [dc270faa6f7f1] daemon started [2019-09-12T11:14:43.991Z] daemon.go:472: [dc270faa6f7f1] Stopping daemon [2019-09-12T11:14:43.991Z] daemon.go:307: [dc270faa6f7f1] exiting daemon [2019-09-12T11:14:43.991Z] daemon.go:459: [dc270faa6f7f1] Daemon stopped [2019-09-12T11:14:43.991Z] --- PASS: TestExternalGraphDriver/spec (2.15s) [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:336: [dc270faa6f7f1] waiting for daemon to start [2019-09-12T11:14:43.991Z] daemon.go:364: [dc270faa6f7f1] daemon started [2019-09-12T11:14:43.991Z] daemon.go:472: [dc270faa6f7f1] Stopping daemon [2019-09-12T11:14:43.991Z] daemon.go:307: [dc270faa6f7f1] exiting daemon [2019-09-12T11:14:43.991Z] daemon.go:459: [dc270faa6f7f1] Daemon stopped [2019-09-12T11:14:43.991Z] --- PASS: TestExternalGraphDriver/pull (2.10s) [2019-09-12T11:14:43.991Z] === RUN TestGraphdriverPluginV2 [2019-09-12T11:14:43.991Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-12T11:14:43.991Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:43.991Z] PASS [2019-09-12T11:14:43.992Z] [2019-09-12T11:14:43.992Z] === Skipped [2019-09-12T11:14:43.992Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-09-12T11:14:43.992Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:14:43.992Z] [2019-09-12T11:14:43.992Z] [2019-09-12T11:14:43.992Z] DONE 5 tests, 1 skipped in 6.639s [2019-09-12T11:14:43.992Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-12T11:14:43.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:43.992Z] ++ set -e [2019-09-12T11:14:43.992Z] ++ '[' -n 0 ']' [2019-09-12T11:14:43.992Z] ++ set -x [2019-09-12T11:14:43.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:14:44.355Z] INFO: Testing against a local daemon [2019-09-12T11:14:44.355Z] === RUN TestContinueAfterPluginCrash [2019-09-12T11:14:44.355Z] === PAUSE TestContinueAfterPluginCrash [2019-09-12T11:14:44.355Z] === RUN TestDaemonStartWithLogOpt [2019-09-12T11:14:44.355Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-12T11:14:44.355Z] === CONT TestContinueAfterPluginCrash [2019-09-12T11:14:44.355Z] === CONT TestDaemonStartWithLogOpt [2019-09-12T11:14:44.775Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-12T11:14:47.299Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-12T11:14:48.667Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-12T11:14:49.231Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-12T11:14:49.796Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-12T11:14:50.361Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-12T11:14:51.729Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-12T11:14:52.658Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-12T11:14:53.588Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-12T11:14:54.153Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-12T11:14:54.153Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-12T11:14:54.409Z] === RUN Test/DockerSuite/TestInfoSecurityOptions [2019-09-12T11:14:54.409Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-12T11:14:54.972Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-12T11:14:55.779Z] --- PASS: TestDaemonStartWithLogOpt (10.82s) [2019-09-12T11:14:55.779Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-12T11:14:55.779Z] daemon.go:336: [d66ebad885412] waiting for daemon to start [2019-09-12T11:14:55.779Z] daemon.go:336: [d66ebad885412] waiting for daemon to start [2019-09-12T11:14:55.779Z] daemon.go:364: [d66ebad885412] daemon started [2019-09-12T11:14:55.779Z] daemon.go:472: [d66ebad885412] Stopping daemon [2019-09-12T11:14:55.779Z] daemon.go:307: [d66ebad885412] exiting daemon [2019-09-12T11:14:55.779Z] daemon.go:459: [d66ebad885412] Daemon stopped [2019-09-12T11:14:55.779Z] daemon.go:336: [d66ebad885412] waiting for daemon to start [2019-09-12T11:14:55.779Z] daemon.go:336: [d66ebad885412] waiting for daemon to start [2019-09-12T11:14:55.779Z] daemon.go:364: [d66ebad885412] daemon started [2019-09-12T11:14:55.779Z] daemon.go:472: [d66ebad885412] Stopping daemon [2019-09-12T11:14:55.779Z] daemon.go:307: [d66ebad885412] exiting daemon [2019-09-12T11:14:55.779Z] daemon.go:459: [d66ebad885412] Daemon stopped [2019-09-12T11:14:55.904Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-12T11:14:56.835Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-12T11:14:57.921Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-12T11:14:58.486Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-12T11:14:59.416Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-12T11:14:59.980Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-12T11:14:59.980Z] === RUN Test/DockerSuite/TestInspectAPIMultipleNetworks [2019-09-12T11:15:00.122Z] --- PASS: TestContinueAfterPluginCrash (15.71s) [2019-09-12T11:15:00.122Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-12T11:15:00.122Z] daemon.go:336: [d3fd2412629a8] waiting for daemon to start [2019-09-12T11:15:00.122Z] daemon.go:336: [d3fd2412629a8] waiting for daemon to start [2019-09-12T11:15:00.122Z] daemon.go:364: [d3fd2412629a8] daemon started [2019-09-12T11:15:00.122Z] daemon.go:472: [d3fd2412629a8] Stopping daemon [2019-09-12T11:15:00.122Z] daemon.go:307: [d3fd2412629a8] exiting daemon [2019-09-12T11:15:00.122Z] daemon.go:459: [d3fd2412629a8] Daemon stopped [2019-09-12T11:15:00.122Z] PASS [2019-09-12T11:15:00.122Z] [2019-09-12T11:15:00.122Z] DONE 2 tests in 15.858s [2019-09-12T11:15:00.122Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-12T11:15:00.122Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:00.122Z] ++ set -e [2019-09-12T11:15:00.122Z] ++ '[' -n 0 ']' [2019-09-12T11:15:00.122Z] ++ set -x [2019-09-12T11:15:00.122Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:00.122Z] INFO: Testing against a local daemon [2019-09-12T11:15:00.122Z] === RUN TestPluginWithDevMounts [2019-09-12T11:15:00.122Z] === PAUSE TestPluginWithDevMounts [2019-09-12T11:15:00.122Z] === CONT TestPluginWithDevMounts [2019-09-12T11:15:01.873Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-12T11:15:01.873Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-12T11:15:02.550Z] --- PASS: TestPluginWithDevMounts (2.00s) [2019-09-12T11:15:02.550Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-12T11:15:02.550Z] daemon.go:336: [db74f5bdde535] waiting for daemon to start [2019-09-12T11:15:02.550Z] daemon.go:336: [db74f5bdde535] waiting for daemon to start [2019-09-12T11:15:02.550Z] daemon.go:364: [db74f5bdde535] daemon started [2019-09-12T11:15:02.550Z] daemon.go:472: [db74f5bdde535] Stopping daemon [2019-09-12T11:15:02.550Z] daemon.go:307: [db74f5bdde535] exiting daemon [2019-09-12T11:15:02.550Z] daemon.go:459: [db74f5bdde535] Daemon stopped [2019-09-12T11:15:02.550Z] PASS [2019-09-12T11:15:02.550Z] [2019-09-12T11:15:02.550Z] DONE 1 tests in 2.131s [2019-09-12T11:15:02.550Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-12T11:15:02.550Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:02.550Z] ++ set -e [2019-09-12T11:15:02.550Z] ++ '[' -n 0 ']' [2019-09-12T11:15:02.550Z] ++ set -x [2019-09-12T11:15:02.551Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:02.551Z] INFO: Testing against a local daemon [2019-09-12T11:15:02.551Z] === RUN TestSecretInspect [2019-09-12T11:15:02.802Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-12T11:15:03.734Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-12T11:15:03.734Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-12T11:15:04.665Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-12T11:15:04.665Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-12T11:15:04.984Z] --- PASS: TestSecretInspect (2.87s) [2019-09-12T11:15:04.984Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-12T11:15:04.984Z] daemon.go:336: [de246d1d8d13b] waiting for daemon to start [2019-09-12T11:15:04.984Z] daemon.go:336: [de246d1d8d13b] waiting for daemon to start [2019-09-12T11:15:04.984Z] daemon.go:364: [de246d1d8d13b] daemon started [2019-09-12T11:15:04.984Z] daemon.go:472: [de246d1d8d13b] Stopping daemon [2019-09-12T11:15:04.984Z] daemon.go:307: [de246d1d8d13b] exiting daemon [2019-09-12T11:15:04.984Z] daemon.go:459: [de246d1d8d13b] Daemon stopped [2019-09-12T11:15:04.984Z] === RUN TestSecretList [2019-09-12T11:15:06.568Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-12T11:15:07.498Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-12T11:15:08.298Z] --- PASS: TestSecretList (2.98s) [2019-09-12T11:15:08.298Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-12T11:15:08.298Z] daemon.go:336: [d4cc999d54588] waiting for daemon to start [2019-09-12T11:15:08.298Z] daemon.go:336: [d4cc999d54588] waiting for daemon to start [2019-09-12T11:15:08.298Z] daemon.go:364: [d4cc999d54588] daemon started [2019-09-12T11:15:08.298Z] daemon.go:472: [d4cc999d54588] Stopping daemon [2019-09-12T11:15:08.298Z] daemon.go:307: [d4cc999d54588] exiting daemon [2019-09-12T11:15:08.298Z] daemon.go:459: [d4cc999d54588] Daemon stopped [2019-09-12T11:15:08.298Z] === RUN TestSecretsCreateAndDelete [2019-09-12T11:15:08.429Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-12T11:15:09.799Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-12T11:15:09.799Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-12T11:15:09.799Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-12T11:15:09.799Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-12T11:15:10.728Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-12T11:15:11.474Z] --- PASS: TestSecretsCreateAndDelete (3.00s) [2019-09-12T11:15:11.474Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-12T11:15:11.474Z] daemon.go:336: [de19cb0a29210] waiting for daemon to start [2019-09-12T11:15:11.474Z] daemon.go:336: [de19cb0a29210] waiting for daemon to start [2019-09-12T11:15:11.474Z] daemon.go:364: [de19cb0a29210] daemon started [2019-09-12T11:15:11.474Z] daemon.go:472: [de19cb0a29210] Stopping daemon [2019-09-12T11:15:11.474Z] daemon.go:307: [de19cb0a29210] exiting daemon [2019-09-12T11:15:11.474Z] daemon.go:459: [de19cb0a29210] Daemon stopped [2019-09-12T11:15:11.474Z] === RUN TestSecretsUpdate [2019-09-12T11:15:11.658Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-12T11:15:11.658Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-12T11:15:12.589Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-12T11:15:13.520Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-12T11:15:13.911Z] --- PASS: TestSecretsUpdate (2.86s) [2019-09-12T11:15:13.911Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-12T11:15:13.911Z] daemon.go:336: [d1da9f5d96ee4] waiting for daemon to start [2019-09-12T11:15:13.911Z] daemon.go:336: [d1da9f5d96ee4] waiting for daemon to start [2019-09-12T11:15:13.911Z] daemon.go:364: [d1da9f5d96ee4] daemon started [2019-09-12T11:15:13.911Z] daemon.go:472: [d1da9f5d96ee4] Stopping daemon [2019-09-12T11:15:13.911Z] daemon.go:307: [d1da9f5d96ee4] exiting daemon [2019-09-12T11:15:13.911Z] daemon.go:459: [d1da9f5d96ee4] Daemon stopped [2019-09-12T11:15:13.911Z] === RUN TestTemplatedSecret [2019-09-12T11:15:15.414Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-12T11:15:15.414Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-12T11:15:16.347Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-12T11:15:17.716Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-12T11:15:18.184Z] --- PASS: TestTemplatedSecret (3.86s) [2019-09-12T11:15:18.185Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-12T11:15:18.185Z] daemon.go:336: [d13f0187c01ab] waiting for daemon to start [2019-09-12T11:15:18.185Z] daemon.go:336: [d13f0187c01ab] waiting for daemon to start [2019-09-12T11:15:18.185Z] daemon.go:364: [d13f0187c01ab] daemon started [2019-09-12T11:15:18.185Z] daemon.go:472: [d13f0187c01ab] Stopping daemon [2019-09-12T11:15:18.185Z] daemon.go:307: [d13f0187c01ab] exiting daemon [2019-09-12T11:15:18.185Z] daemon.go:459: [d13f0187c01ab] Daemon stopped [2019-09-12T11:15:18.185Z] === RUN TestSecretCreateResolve [2019-09-12T11:15:19.612Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-12T11:15:20.543Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-12T11:15:20.639Z] --- PASS: TestSecretCreateResolve (2.57s) [2019-09-12T11:15:20.639Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-12T11:15:20.639Z] daemon.go:336: [d850f64609eb3] waiting for daemon to start [2019-09-12T11:15:20.639Z] daemon.go:336: [d850f64609eb3] waiting for daemon to start [2019-09-12T11:15:20.639Z] daemon.go:364: [d850f64609eb3] daemon started [2019-09-12T11:15:20.639Z] daemon.go:472: [d850f64609eb3] Stopping daemon [2019-09-12T11:15:20.639Z] daemon.go:307: [d850f64609eb3] exiting daemon [2019-09-12T11:15:20.639Z] daemon.go:459: [d850f64609eb3] Daemon stopped [2019-09-12T11:15:20.639Z] PASS [2019-09-12T11:15:20.639Z] [2019-09-12T11:15:20.639Z] DONE 6 tests in 18.281s [2019-09-12T11:15:20.639Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-12T11:15:20.639Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:20.639Z] ++ set -e [2019-09-12T11:15:20.639Z] ++ '[' -n 0 ']' [2019-09-12T11:15:20.639Z] ++ set -x [2019-09-12T11:15:20.639Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:15:20.639Z] INFO: Testing against a local daemon [2019-09-12T11:15:20.639Z] === RUN TestServiceCreateInit [2019-09-12T11:15:20.639Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-12T11:15:21.475Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-12T11:15:22.846Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-12T11:15:23.776Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-12T11:15:24.339Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-12T11:15:25.270Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-12T11:15:25.270Z] === RUN Test/DockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-12T11:15:26.896Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-12T11:15:28.543Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-12T11:15:29.107Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-12T11:15:29.673Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-12T11:15:31.054Z] --- PASS: TestServiceCreateInit (10.61s) [2019-09-12T11:15:31.054Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.39s) [2019-09-12T11:15:31.054Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-12T11:15:31.054Z] daemon.go:336: [d251ee63b593f] waiting for daemon to start [2019-09-12T11:15:31.054Z] daemon.go:336: [d251ee63b593f] waiting for daemon to start [2019-09-12T11:15:31.054Z] daemon.go:364: [d251ee63b593f] daemon started [2019-09-12T11:15:31.054Z] daemon.go:472: [d251ee63b593f] Stopping daemon [2019-09-12T11:15:31.054Z] daemon.go:307: [d251ee63b593f] exiting daemon [2019-09-12T11:15:31.054Z] daemon.go:459: [d251ee63b593f] Daemon stopped [2019-09-12T11:15:31.054Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.19s) [2019-09-12T11:15:31.054Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-12T11:15:31.054Z] daemon.go:336: [d07cae59789f9] waiting for daemon to start [2019-09-12T11:15:31.054Z] daemon.go:336: [d07cae59789f9] waiting for daemon to start [2019-09-12T11:15:31.054Z] daemon.go:364: [d07cae59789f9] daemon started [2019-09-12T11:15:31.054Z] daemon.go:472: [d07cae59789f9] Stopping daemon [2019-09-12T11:15:31.054Z] daemon.go:307: [d07cae59789f9] exiting daemon [2019-09-12T11:15:31.054Z] daemon.go:459: [d07cae59789f9] Daemon stopped [2019-09-12T11:15:31.054Z] === RUN TestCreateServiceMultipleTimes [2019-09-12T11:15:32.195Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-12T11:15:32.451Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-12T11:15:34.980Z] === RUN Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-12T11:15:34.980Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-12T11:15:37.461Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-12T11:15:37.499Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-12T11:15:37.756Z] === RUN Test/DockerSwarmSuite/TestDNSConfig [2019-09-12T11:15:37.921Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-12T11:15:38.896Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-12T11:15:41.032Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-12T11:15:41.032Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-12T11:15:41.032Z] === RUN Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-12T11:15:43.555Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-12T11:15:44.118Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-12T11:15:44.682Z] === RUN Test/DockerSwarmSuite/TestExtraHosts [2019-09-12T11:15:45.249Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-12T11:15:48.523Z] === RUN Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-12T11:15:50.793Z] --- PASS: TestCreateServiceMultipleTimes (17.23s) [2019-09-12T11:15:50.793Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-12T11:15:50.793Z] daemon.go:336: [d11da8276f109] waiting for daemon to start [2019-09-12T11:15:50.793Z] daemon.go:336: [d11da8276f109] waiting for daemon to start [2019-09-12T11:15:50.793Z] daemon.go:364: [d11da8276f109] daemon started [2019-09-12T11:15:50.793Z] daemon.go:472: [d11da8276f109] Stopping daemon [2019-09-12T11:15:50.793Z] daemon.go:307: [d11da8276f109] exiting daemon [2019-09-12T11:15:50.793Z] daemon.go:459: [d11da8276f109] Daemon stopped [2019-09-12T11:15:50.793Z] === RUN TestCreateServiceConflict [2019-09-12T11:15:51.044Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-12T11:15:51.168Z] --- PASS: TestCreateServiceConflict (2.87s) [2019-09-12T11:15:51.168Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-12T11:15:51.168Z] daemon.go:336: [d0afb9be3abad] waiting for daemon to start [2019-09-12T11:15:51.168Z] daemon.go:336: [d0afb9be3abad] waiting for daemon to start [2019-09-12T11:15:51.168Z] daemon.go:364: [d0afb9be3abad] daemon started [2019-09-12T11:15:51.168Z] daemon.go:472: [d0afb9be3abad] Stopping daemon [2019-09-12T11:15:51.168Z] daemon.go:307: [d0afb9be3abad] exiting daemon [2019-09-12T11:15:51.168Z] daemon.go:459: [d0afb9be3abad] Daemon stopped [2019-09-12T11:15:51.168Z] === RUN TestCreateServiceMaxReplicas [2019-09-12T11:15:55.225Z] --- PASS: TestCreateServiceMaxReplicas (3.74s) [2019-09-12T11:15:55.225Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-12T11:15:55.225Z] daemon.go:336: [db8518b33f0c1] waiting for daemon to start [2019-09-12T11:15:55.225Z] daemon.go:336: [db8518b33f0c1] waiting for daemon to start [2019-09-12T11:15:55.225Z] daemon.go:364: [db8518b33f0c1] daemon started [2019-09-12T11:15:55.225Z] daemon.go:472: [db8518b33f0c1] Stopping daemon [2019-09-12T11:15:55.225Z] daemon.go:307: [db8518b33f0c1] exiting daemon [2019-09-12T11:15:55.225Z] daemon.go:459: [db8518b33f0c1] Daemon stopped [2019-09-12T11:15:55.225Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-12T11:15:57.591Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-12T11:15:58.520Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-12T11:16:01.039Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-12T11:16:02.933Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-12T11:16:03.500Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-12T11:16:04.429Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-12T11:16:07.739Z] === RUN Test/DockerSuite/TestLoadNoStdinFail [2019-09-12T11:16:07.739Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-12T11:16:07.739Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-12T11:16:07.739Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-12T11:16:07.739Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-12T11:16:08.670Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-12T11:16:09.599Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-12T11:16:11.621Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.39s) [2019-09-12T11:16:11.621Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-12T11:16:11.621Z] daemon.go:336: [dea773068b0d1] waiting for daemon to start [2019-09-12T11:16:11.621Z] daemon.go:336: [dea773068b0d1] waiting for daemon to start [2019-09-12T11:16:11.621Z] daemon.go:364: [dea773068b0d1] daemon started [2019-09-12T11:16:11.621Z] daemon.go:472: [dea773068b0d1] Stopping daemon [2019-09-12T11:16:11.621Z] daemon.go:307: [dea773068b0d1] exiting daemon [2019-09-12T11:16:11.621Z] daemon.go:459: [dea773068b0d1] Daemon stopped [2019-09-12T11:16:11.621Z] === RUN TestCreateServiceSecretFileMode [2019-09-12T11:16:13.770Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-12T11:16:14.054Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2019-09-12T11:16:14.054Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-12T11:16:14.054Z] daemon.go:336: [df6efa86778c6] waiting for daemon to start [2019-09-12T11:16:14.054Z] daemon.go:336: [df6efa86778c6] waiting for daemon to start [2019-09-12T11:16:14.054Z] daemon.go:364: [df6efa86778c6] daemon started [2019-09-12T11:16:14.054Z] daemon.go:472: [df6efa86778c6] Stopping daemon [2019-09-12T11:16:14.054Z] daemon.go:307: [df6efa86778c6] exiting daemon [2019-09-12T11:16:14.054Z] daemon.go:459: [df6efa86778c6] Daemon stopped [2019-09-12T11:16:14.054Z] === RUN TestCreateServiceConfigFileMode [2019-09-12T11:16:14.332Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-12T11:16:14.610Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-12T11:16:17.235Z] --- PASS: TestCreateServiceConfigFileMode (3.49s) [2019-09-12T11:16:17.235Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-12T11:16:17.235Z] daemon.go:336: [d58e0802a5e0b] waiting for daemon to start [2019-09-12T11:16:17.235Z] daemon.go:336: [d58e0802a5e0b] waiting for daemon to start [2019-09-12T11:16:17.235Z] daemon.go:364: [d58e0802a5e0b] daemon started [2019-09-12T11:16:17.235Z] daemon.go:472: [d58e0802a5e0b] Stopping daemon [2019-09-12T11:16:17.235Z] daemon.go:307: [d58e0802a5e0b] exiting daemon [2019-09-12T11:16:17.235Z] daemon.go:459: [d58e0802a5e0b] Daemon stopped [2019-09-12T11:16:17.235Z] === RUN TestCreateServiceSysctls [2019-09-12T11:16:19.581Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-12T11:16:19.838Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-12T11:16:19.838Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-12T11:16:21.207Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-12T11:16:21.697Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-12T11:16:22.144Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-12T11:16:22.452Z] --- PASS: TestCreateServiceSysctls (4.63s) [2019-09-12T11:16:22.452Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-12T11:16:22.452Z] daemon.go:336: [da3a27c7d1922] waiting for daemon to start [2019-09-12T11:16:22.452Z] daemon.go:336: [da3a27c7d1922] waiting for daemon to start [2019-09-12T11:16:22.452Z] daemon.go:364: [da3a27c7d1922] daemon started [2019-09-12T11:16:22.452Z] daemon.go:472: [da3a27c7d1922] Stopping daemon [2019-09-12T11:16:22.452Z] daemon.go:307: [da3a27c7d1922] exiting daemon [2019-09-12T11:16:22.452Z] daemon.go:459: [da3a27c7d1922] Daemon stopped [2019-09-12T11:16:22.452Z] === RUN TestCreateServiceCapabilities [2019-09-12T11:16:23.512Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-12T11:16:24.880Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-12T11:16:25.614Z] --- PASS: TestCreateServiceCapabilities (3.49s) [2019-09-12T11:16:25.614Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-12T11:16:25.614Z] daemon.go:336: [d6403ac89b2cb] waiting for daemon to start [2019-09-12T11:16:25.614Z] daemon.go:336: [d6403ac89b2cb] waiting for daemon to start [2019-09-12T11:16:25.614Z] daemon.go:364: [d6403ac89b2cb] daemon started [2019-09-12T11:16:25.614Z] daemon.go:472: [d6403ac89b2cb] Stopping daemon [2019-09-12T11:16:25.614Z] daemon.go:307: [d6403ac89b2cb] exiting daemon [2019-09-12T11:16:25.614Z] daemon.go:459: [d6403ac89b2cb] Daemon stopped [2019-09-12T11:16:25.614Z] === RUN TestInspect [2019-09-12T11:16:25.809Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-12T11:16:28.331Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-12T11:16:28.806Z] --- PASS: TestInspect (3.31s) [2019-09-12T11:16:28.806Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-12T11:16:28.806Z] daemon.go:336: [d9dc2eef30cab] waiting for daemon to start [2019-09-12T11:16:28.806Z] daemon.go:336: [d9dc2eef30cab] waiting for daemon to start [2019-09-12T11:16:28.806Z] daemon.go:364: [d9dc2eef30cab] daemon started [2019-09-12T11:16:28.806Z] daemon.go:472: [d9dc2eef30cab] Stopping daemon [2019-09-12T11:16:28.806Z] daemon.go:307: [d9dc2eef30cab] exiting daemon [2019-09-12T11:16:28.806Z] daemon.go:459: [d9dc2eef30cab] Daemon stopped [2019-09-12T11:16:28.806Z] === RUN TestDockerNetworkConnectAlias [2019-09-12T11:16:28.895Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-12T11:16:29.152Z] === RUN Test/DockerSwarmSuite/TestPruneNetwork [2019-09-12T11:16:29.716Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-12T11:16:35.292Z] --- PASS: TestDockerNetworkConnectAlias (6.43s) [2019-09-12T11:16:35.292Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-12T11:16:35.292Z] daemon.go:336: [d2a2615e68439] waiting for daemon to start [2019-09-12T11:16:35.292Z] daemon.go:336: [d2a2615e68439] waiting for daemon to start [2019-09-12T11:16:35.292Z] daemon.go:364: [d2a2615e68439] daemon started [2019-09-12T11:16:35.292Z] daemon.go:472: [d2a2615e68439] Stopping daemon [2019-09-12T11:16:35.292Z] daemon.go:307: [d2a2615e68439] exiting daemon [2019-09-12T11:16:35.292Z] daemon.go:459: [d2a2615e68439] Daemon stopped [2019-09-12T11:16:35.292Z] === RUN TestDockerNetworkReConnect [2019-09-12T11:16:37.813Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-12T11:16:39.404Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-12T11:16:40.328Z] --- PASS: TestDockerNetworkReConnect (4.85s) [2019-09-12T11:16:40.328Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-12T11:16:40.328Z] daemon.go:336: [daa2f946707c0] waiting for daemon to start [2019-09-12T11:16:40.328Z] daemon.go:336: [daa2f946707c0] waiting for daemon to start [2019-09-12T11:16:40.328Z] daemon.go:364: [daa2f946707c0] daemon started [2019-09-12T11:16:40.328Z] daemon.go:472: [daa2f946707c0] Stopping daemon [2019-09-12T11:16:40.328Z] daemon.go:307: [daa2f946707c0] exiting daemon [2019-09-12T11:16:40.328Z] daemon.go:459: [daa2f946707c0] Daemon stopped [2019-09-12T11:16:40.328Z] === RUN TestServicePlugin [2019-09-12T11:16:40.328Z] --- SKIP: TestServicePlugin (0.01s) [2019-09-12T11:16:40.328Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:16:40.328Z] === RUN TestServiceUpdateLabel [2019-09-12T11:16:40.332Z] === RUN Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-12T11:16:42.785Z] --- PASS: TestServiceUpdateLabel (2.82s) [2019-09-12T11:16:42.785Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-12T11:16:42.785Z] daemon.go:336: [d77e5dc9f3c5d] waiting for daemon to start [2019-09-12T11:16:42.785Z] daemon.go:336: [d77e5dc9f3c5d] waiting for daemon to start [2019-09-12T11:16:42.785Z] daemon.go:364: [d77e5dc9f3c5d] daemon started [2019-09-12T11:16:42.785Z] daemon.go:472: [d77e5dc9f3c5d] Stopping daemon [2019-09-12T11:16:42.785Z] daemon.go:307: [d77e5dc9f3c5d] exiting daemon [2019-09-12T11:16:42.785Z] daemon.go:459: [d77e5dc9f3c5d] Daemon stopped [2019-09-12T11:16:42.785Z] === RUN TestServiceUpdateSecrets [2019-09-12T11:16:42.858Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-12T11:16:43.116Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-12T11:16:44.485Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-12T11:16:44.485Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-12T11:16:45.416Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-12T11:16:45.983Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-12T11:16:46.546Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-12T11:16:47.480Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-12T11:16:50.002Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-12T11:16:50.566Z] === RUN Test/DockerSuite/TestNetworkEvents [2019-09-12T11:16:51.934Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-12T11:16:54.457Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-12T11:16:55.021Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-12T11:16:56.913Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-12T11:16:57.847Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-12T11:16:59.285Z] --- PASS: TestServiceUpdateSecrets (15.80s) [2019-09-12T11:16:59.285Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-12T11:16:59.285Z] daemon.go:336: [d7d96e082a61f] waiting for daemon to start [2019-09-12T11:16:59.285Z] daemon.go:336: [d7d96e082a61f] waiting for daemon to start [2019-09-12T11:16:59.285Z] daemon.go:364: [d7d96e082a61f] daemon started [2019-09-12T11:16:59.285Z] daemon.go:472: [d7d96e082a61f] Stopping daemon [2019-09-12T11:16:59.285Z] daemon.go:307: [d7d96e082a61f] exiting daemon [2019-09-12T11:16:59.285Z] daemon.go:459: [d7d96e082a61f] Daemon stopped [2019-09-12T11:16:59.285Z] === RUN TestServiceUpdateConfigs [2019-09-12T11:17:03.102Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-12T11:17:03.667Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-12T11:17:03.667Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-12T11:17:05.561Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-12T11:17:06.930Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-12T11:17:08.824Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-12T11:17:09.505Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-12T11:17:10.192Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-12T11:17:10.192Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-12T11:17:12.730Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-12T11:17:13.660Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-12T11:17:15.741Z] --- PASS: TestServiceUpdateConfigs (15.09s) [2019-09-12T11:17:15.741Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-12T11:17:15.741Z] daemon.go:336: [d72dc628c8eb3] waiting for daemon to start [2019-09-12T11:17:15.741Z] daemon.go:336: [d72dc628c8eb3] waiting for daemon to start [2019-09-12T11:17:15.741Z] daemon.go:364: [d72dc628c8eb3] daemon started [2019-09-12T11:17:15.741Z] daemon.go:472: [d72dc628c8eb3] Stopping daemon [2019-09-12T11:17:15.741Z] daemon.go:307: [d72dc628c8eb3] exiting daemon [2019-09-12T11:17:15.741Z] daemon.go:459: [d72dc628c8eb3] Daemon stopped [2019-09-12T11:17:15.741Z] === RUN TestServiceUpdateNetwork [2019-09-12T11:17:17.832Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-12T11:17:18.089Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-12T11:17:19.985Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-12T11:17:21.879Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-12T11:17:21.879Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-12T11:17:23.253Z] === RUN Test/DockerSuite/TestPortList [2019-09-12T11:17:24.342Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-12T11:17:25.150Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-12T11:17:29.270Z] --- PASS: TestServiceUpdateNetwork (14.45s) [2019-09-12T11:17:29.270Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-12T11:17:29.270Z] daemon.go:336: [d4595a0ff2c3a] waiting for daemon to start [2019-09-12T11:17:29.270Z] daemon.go:336: [d4595a0ff2c3a] waiting for daemon to start [2019-09-12T11:17:29.270Z] daemon.go:364: [d4595a0ff2c3a] daemon started [2019-09-12T11:17:29.270Z] daemon.go:472: [d4595a0ff2c3a] Stopping daemon [2019-09-12T11:17:29.270Z] daemon.go:307: [d4595a0ff2c3a] exiting daemon [2019-09-12T11:17:29.270Z] daemon.go:459: [d4595a0ff2c3a] Daemon stopped [2019-09-12T11:17:29.270Z] PASS [2019-09-12T11:17:29.270Z] [2019-09-12T11:17:29.270Z] === Skipped [2019-09-12T11:17:29.270Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-09-12T11:17:29.270Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T11:17:29.270Z] [2019-09-12T11:17:29.270Z] [2019-09-12T11:17:29.270Z] DONE 19 tests, 1 skipped in 127.638s [2019-09-12T11:17:29.270Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] ++ set -e [2019-09-12T11:17:29.270Z] ++ '[' -n 0 ']' [2019-09-12T11:17:29.270Z] ++ set -x [2019-09-12T11:17:29.270Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] INFO: Testing against a local daemon [2019-09-12T11:17:29.270Z] === RUN TestSessionCreate [2019-09-12T11:17:29.270Z] --- PASS: TestSessionCreate (0.03s) [2019-09-12T11:17:29.270Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-12T11:17:29.270Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-09-12T11:17:29.270Z] PASS [2019-09-12T11:17:29.270Z] [2019-09-12T11:17:29.270Z] DONE 2 tests in 0.167s [2019-09-12T11:17:29.270Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] ++ set -e [2019-09-12T11:17:29.270Z] ++ '[' -n 0 ']' [2019-09-12T11:17:29.270Z] ++ set -x [2019-09-12T11:17:29.270Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:29.270Z] INFO: Testing against a local daemon [2019-09-12T11:17:29.270Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-12T11:17:29.270Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-09-12T11:17:29.270Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T11:17:29.270Z] === RUN TestEventsExecDie [2019-09-12T11:17:29.270Z] --- PASS: TestEventsExecDie (0.99s) [2019-09-12T11:17:29.270Z] === RUN TestEventsBackwardsCompatible [2019-09-12T11:17:29.486Z] === RUN Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-12T11:17:29.658Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-09-12T11:17:29.658Z] === RUN TestInfoBinaryCommits [2019-09-12T11:17:29.658Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-09-12T11:17:29.658Z] === RUN TestInfoAPIVersioned [2019-09-12T11:17:29.658Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-12T11:17:29.658Z] === RUN TestInfoAPI [2019-09-12T11:17:29.658Z] --- PASS: TestInfoAPI (0.02s) [2019-09-12T11:17:29.658Z] === RUN TestInfoAPIWarnings [2019-09-12T11:17:30.442Z] --- PASS: TestInfoAPIWarnings (0.86s) [2019-09-12T11:17:30.442Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-12T11:17:30.442Z] daemon.go:336: [ded56f43be8d3] waiting for daemon to start [2019-09-12T11:17:30.442Z] daemon.go:336: [ded56f43be8d3] waiting for daemon to start [2019-09-12T11:17:30.442Z] daemon.go:364: [ded56f43be8d3] daemon started [2019-09-12T11:17:30.442Z] daemon.go:472: [ded56f43be8d3] Stopping daemon [2019-09-12T11:17:30.442Z] daemon.go:307: [ded56f43be8d3] exiting daemon [2019-09-12T11:17:30.442Z] daemon.go:459: [ded56f43be8d3] Daemon stopped [2019-09-12T11:17:30.442Z] === RUN TestLoginFailsWithBadCredentials [2019-09-12T11:17:36.031Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-12T11:17:36.031Z] === RUN Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-12T11:17:36.435Z] --- PASS: TestLoginFailsWithBadCredentials (5.39s) [2019-09-12T11:17:36.435Z] === RUN TestPingCacheHeaders [2019-09-12T11:17:36.435Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-12T11:17:36.435Z] === RUN TestPingGet [2019-09-12T11:17:36.435Z] --- PASS: TestPingGet (0.01s) [2019-09-12T11:17:36.435Z] === RUN TestPingHead [2019-09-12T11:17:36.435Z] --- PASS: TestPingHead (0.02s) [2019-09-12T11:17:36.435Z] === RUN TestVersion [2019-09-12T11:17:36.435Z] --- PASS: TestVersion (0.02s) [2019-09-12T11:17:36.435Z] PASS [2019-09-12T11:17:36.435Z] [2019-09-12T11:17:36.435Z] === Skipped [2019-09-12T11:17:36.435Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-09-12T11:17:36.435Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T11:17:36.435Z] [2019-09-12T11:17:36.435Z] [2019-09-12T11:17:36.435Z] DONE 12 tests, 1 skipped in 7.605s [2019-09-12T11:17:36.435Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-12T11:17:36.435Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:36.435Z] ++ set -e [2019-09-12T11:17:36.435Z] ++ '[' -n 0 ']' [2019-09-12T11:17:36.435Z] ++ set -x [2019-09-12T11:17:36.435Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T11:17:36.435Z] INFO: Testing against a local daemon [2019-09-12T11:17:36.435Z] === RUN TestVolumesCreateAndList [2019-09-12T11:17:36.435Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-09-12T11:17:36.435Z] === RUN TestVolumesRemove [2019-09-12T11:17:36.435Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-12T11:17:36.435Z] === RUN TestVolumesInspect [2019-09-12T11:17:36.435Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-12T11:17:36.435Z] === RUN TestVolumesInvalidJSON [2019-09-12T11:17:36.435Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-12T11:17:36.435Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-12T11:17:36.435Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-12T11:17:36.435Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-12T11:17:36.435Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-12T11:17:36.435Z] PASS [2019-09-12T11:17:36.435Z] [2019-09-12T11:17:36.435Z] DONE 5 tests in 0.262s [2019-09-12T11:17:36.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-12T11:17:36.435Z] ++++ cat bundles/test-integration/docker.pid [2019-09-12T11:17:36.435Z] +++ kill 10019 [2019-09-12T11:17:36.835Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-12T11:17:37.400Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-12T11:17:37.671Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-12T11:17:37.671Z] +++ /etc/init.d/apparmor stop [2019-09-12T11:17:37.671Z] Clearing AppArmor profiles cache:. [2019-09-12T11:17:37.671Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T11:17:37.671Z] Unloading profiles will leave already running processes permanently [2019-09-12T11:17:37.671Z] unconfined, which can lead to unexpected situations. [2019-09-12T11:17:37.671Z] [2019-09-12T11:17:37.671Z] To set a process to complain mode, use the command line tool [2019-09-12T11:17:37.671Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T11:17:37.671Z] with the 'teardown' option." [2019-09-12T11:17:37.671Z] Post stage [Pipeline] junit [2019-09-12T11:17:39.861Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-12T11:17:41.420Z] + echo Ensuring container killed. [2019-09-12T11:17:41.420Z] Ensuring container killed. [2019-09-12T11:17:41.420Z] + docker rm -vf docker-pr5 [2019-09-12T11:17:41.420Z] Error: No such container: docker-pr5 [2019-09-12T11:17:41.420Z] + true [Pipeline] sh [2019-09-12T11:17:42.230Z] + echo Chowning /workspace to jenkins user [2019-09-12T11:17:42.230Z] Chowning /workspace to jenkins user [2019-09-12T11:17:42.230Z] + id -u [2019-09-12T11:17:42.230Z] + id -g [2019-09-12T11:17:42.230Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39844:/workspace busybox chown -R 1001:1001 /workspace [2019-09-12T11:17:42.652Z] === RUN Test/DockerSwarmSuite/TestServiceLogs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-12T11:17:44.836Z] + bundleName=s390x-integration [2019-09-12T11:17:44.836Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-12T11:17:44.836Z] Creating s390x-integration-bundles.tar.gz [2019-09-12T11:17:44.836Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-12T11:17:44.836Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-12T11:17:44.970Z] Archiving artifacts [2019-09-12T11:17:45.173Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-12T11:17:45.173Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-12T11:17:45.429Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-12T11:17:46.127Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-12T11:17:46.359Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-12T11:17:46.359Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-12T11:17:46.866Z] + make clean [2019-09-12T11:17:46.866Z] docker volume rm -f docker-dev-cache [2019-09-12T11:17:46.923Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-12T11:17:46.923Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-12T11:17:47.227Z] docker-dev-cache [Pipeline] deleteDir [2019-09-12T11:17:47.866Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-12T11:17:47.866Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-12T11:17:49.759Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-12T11:17:49.759Z] === RUN Test/DockerSuite/TestPruneContainerLabel [2019-09-12T11:17:53.035Z] === RUN Test/DockerSuite/TestPruneContainerUntil [2019-09-12T11:17:54.927Z] === RUN Test/DockerSuite/TestPruneNetworkLabel [2019-09-12T11:17:55.491Z] === RUN Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-12T11:17:55.748Z] === RUN Test/DockerSuite/TestPruneVolumeLabel [2019-09-12T11:17:55.748Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-12T11:17:59.927Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-12T11:18:00.491Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-12T11:18:04.663Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-12T11:18:08.838Z] === RUN Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-12T11:18:09.768Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-12T11:18:09.768Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-12T11:18:15.023Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-12T11:18:21.566Z] === RUN Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-12T11:18:22.497Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-12T11:18:24.394Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-12T11:18:26.918Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-12T11:18:28.286Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-12T11:18:30.179Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-12T11:18:32.072Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-12T11:18:34.592Z] === RUN Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-12T11:18:34.592Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-12T11:18:36.485Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-12T11:18:36.485Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-12T11:18:37.855Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-12T11:18:40.376Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-12T11:18:43.651Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-12T11:18:43.908Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-12T11:18:43.908Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-12T11:18:44.164Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-12T11:18:44.164Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-12T11:18:44.164Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-12T11:18:45.533Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-12T11:18:46.901Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-12T11:18:46.901Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-12T11:18:47.832Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-12T11:18:49.727Z] === RUN Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-12T11:18:56.276Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-12T11:18:57.205Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-12T11:18:57.205Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-12T11:18:57.205Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-12T11:18:57.465Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-12T11:18:57.722Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-12T11:19:00.993Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-12T11:19:01.922Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-12T11:19:02.853Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-12T11:19:02.945Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-12T11:19:02.945Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-12T11:19:02.945Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-12T11:19:02.945Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-12T11:19:02.945Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-12T11:19:03.409Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-12T11:19:03.409Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-12T11:19:03.873Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-12T11:19:04.337Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-12T11:19:07.031Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-12T11:19:07.962Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-12T11:19:07.962Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-12T11:19:08.221Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-12T11:19:09.061Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-12T11:19:12.395Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-12T11:19:12.826Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-12T11:19:13.326Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-12T11:19:13.655Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-12T11:19:15.548Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-12T11:19:16.111Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-12T11:19:16.675Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-12T11:19:17.552Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-12T11:19:17.552Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-12T11:19:18.016Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-12T11:19:18.016Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-12T11:19:18.016Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-12T11:19:18.016Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-12T11:19:19.197Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-12T11:19:19.759Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-12T11:19:19.759Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-12T11:19:20.691Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-12T11:19:21.781Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-12T11:19:21.781Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-12T11:19:21.781Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-12T11:19:21.781Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-12T11:19:22.245Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-12T11:19:25.944Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-12T11:19:26.201Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-12T11:19:27.131Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-12T11:19:27.387Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-12T11:19:28.082Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-12T11:19:29.281Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-12T11:19:29.281Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-12T11:19:30.225Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-12T11:19:30.793Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-12T11:19:31.725Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-12T11:19:31.725Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-12T11:19:32.657Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-12T11:19:34.550Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-12T11:19:35.480Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-12T11:19:36.409Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-12T11:19:37.339Z] === RUN Test/DockerSuite/TestRunApparmorProcDirectory [2019-09-12T11:19:39.231Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-12T11:19:40.602Z] === RUN Test/DockerSuite/TestRunAttachDetach [2019-09-12T11:19:41.534Z] === RUN Test/DockerSuite/TestRunAttachDetachFromConfig [2019-09-12T11:19:42.465Z] === RUN Test/DockerSuite/TestRunAttachDetachFromFlag [2019-09-12T11:19:43.029Z] === RUN Test/DockerSwarmSuite/TestServiceScale [2019-09-12T11:19:43.286Z] === RUN Test/DockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-12T11:19:44.217Z] === RUN Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-12T11:19:45.587Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-12T11:19:45.587Z] === RUN Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-12T11:19:45.836Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-12T11:19:46.957Z] === RUN Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-12T11:19:47.887Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-12T11:19:48.034Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-12T11:19:48.034Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-12T11:19:48.817Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-12T11:19:49.380Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-12T11:19:50.311Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-12T11:19:50.311Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-12T11:19:52.889Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-12T11:19:53.818Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-12T11:19:53.869Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-12T11:19:54.766Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-12T11:19:55.330Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-12T11:19:56.269Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-12T11:19:56.269Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-12T11:19:57.199Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-12T11:19:58.130Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-12T11:19:59.060Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-12T11:19:59.623Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-12T11:20:00.553Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-12T11:20:00.553Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-12T11:20:01.485Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-12T11:20:01.485Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-12T11:20:02.854Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-12T11:20:03.788Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-12T11:20:04.719Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-12T11:20:05.649Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-12T11:20:05.649Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-12T11:20:05.649Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-12T11:20:06.579Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-12T11:20:08.477Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-12T11:20:08.477Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-12T11:20:08.740Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-12T11:20:10.371Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-12T11:20:11.741Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-12T11:20:12.304Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-12T11:20:12.867Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-12T11:20:14.236Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-12T11:20:14.578Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-12T11:20:15.166Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-12T11:20:15.729Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-12T11:20:16.661Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-12T11:20:18.553Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-12T11:20:21.702Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-12T11:20:22.679Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-12T11:20:22.734Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-12T11:20:22.734Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-12T11:20:23.000Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-12T11:20:25.523Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-12T11:20:27.415Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-12T11:20:29.802Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-12T11:20:29.802Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-12T11:20:29.802Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-12T11:20:30.265Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-12T11:20:30.266Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-12T11:20:30.685Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-12T11:20:33.208Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-12T11:20:33.208Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-12T11:20:33.208Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-12T11:20:33.208Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-12T11:20:33.774Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-12T11:20:36.296Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-12T11:20:37.664Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-12T11:20:40.184Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-12T11:20:40.643Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-12T11:20:40.643Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-12T11:20:41.115Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-12T11:20:41.372Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-12T11:20:42.740Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-12T11:20:43.672Z] === RUN Test/DockerSuite/TestRunDeviceDirectory [2019-09-12T11:20:43.672Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-12T11:20:44.602Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-12T11:20:44.602Z] === RUN Test/DockerSuite/TestRunDeviceSymlink [2019-09-12T11:20:47.130Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-12T11:20:47.130Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-12T11:20:47.694Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-12T11:20:48.258Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-12T11:20:49.231Z] === RUN Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-12T11:20:50.162Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-12T11:20:50.162Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-12T11:20:51.017Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-12T11:20:51.092Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-12T11:20:51.655Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-12T11:20:51.995Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-12T11:20:52.604Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-12T11:20:53.534Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-12T11:20:54.193Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-12T11:20:54.193Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-12T11:20:54.464Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-12T11:20:55.171Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-12T11:20:55.171Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-12T11:20:55.396Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-12T11:20:55.961Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-12T11:20:56.891Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-12T11:20:56.891Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-12T11:20:57.821Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-12T11:20:58.750Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-12T11:21:00.118Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-12T11:21:00.375Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-12T11:21:00.631Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-12T11:21:00.631Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-12T11:21:01.022Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-12T11:21:01.488Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-12T11:21:01.963Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-12T11:21:02.953Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-12T11:21:03.937Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-12T11:21:04.807Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-12T11:21:04.914Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-12T11:21:05.736Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-12T11:21:06.464Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-12T11:21:12.298Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-12T11:21:12.298Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-12T11:21:12.298Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-12T11:21:12.298Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-12T11:21:12.766Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-12T11:21:12.766Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-12T11:21:12.766Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-12T11:21:13.231Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-12T11:21:14.209Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-12T11:21:17.914Z] === RUN Test/DockerSuite/TestRunInvalidCPUShares [2019-09-12T11:21:18.480Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-12T11:21:19.410Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-12T11:21:20.038Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-12T11:21:20.342Z] === RUN Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-12T11:21:20.342Z] === RUN Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-12T11:21:20.342Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-12T11:21:20.599Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-12T11:21:21.530Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-12T11:21:24.983Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-12T11:21:26.359Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-12T11:21:27.749Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-12T11:21:28.009Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-12T11:21:28.939Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-12T11:21:29.870Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-12T11:21:30.802Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-12T11:21:32.172Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-12T11:21:32.172Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-12T11:21:32.172Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-12T11:21:34.065Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-12T11:21:35.082Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-12T11:21:35.082Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-12T11:21:35.435Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-12T11:21:36.805Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-12T11:21:36.805Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-12T11:21:37.278Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-12T11:21:37.369Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-12T11:21:39.263Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-12T11:21:40.631Z] === RUN Test/DockerSuite/TestRunMount [2019-09-12T11:21:48.724Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-12T11:21:48.724Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-12T11:21:48.981Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-12T11:21:50.872Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-12T11:21:53.391Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-12T11:21:56.664Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-12T11:21:59.184Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-12T11:22:02.463Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-12T11:22:03.830Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-12T11:22:05.724Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-12T11:22:05.724Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-12T11:22:06.288Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-12T11:22:07.658Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-12T11:22:08.222Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-12T11:22:09.151Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-12T11:22:11.672Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-12T11:22:14.196Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-12T11:22:19.448Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-12T11:22:19.448Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-12T11:22:19.704Z] === RUN Test/DockerSuite/TestRunNoNewPrivSetuid [2019-09-12T11:22:19.905Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-12T11:22:20.634Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-12T11:22:20.634Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-12T11:22:21.198Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-12T11:22:22.127Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-12T11:22:22.127Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-12T11:22:23.059Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-12T11:22:23.989Z] === RUN Test/DockerSuite/TestRunOOMExitCode [2019-09-12T11:22:23.989Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-12T11:22:24.918Z] === RUN Test/DockerSuite/TestRunPIDsLimit [2019-09-12T11:22:25.481Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-12T11:22:27.375Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-12T11:22:28.520Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-12T11:22:28.744Z] === RUN Test/DockerSuite/TestRunPrivilegedAllowedDevices [2019-09-12T11:22:29.307Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-12T11:22:30.237Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-12T11:22:30.919Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-12T11:22:31.849Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-12T11:22:32.412Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-12T11:22:32.412Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-12T11:22:33.341Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-12T11:22:33.367Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-12T11:22:34.271Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-12T11:22:34.271Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-12T11:22:34.834Z] === RUN Test/DockerSuite/TestRunRedirectStdout [2019-09-12T11:22:36.728Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-12T11:22:36.728Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-12T11:22:40.485Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-12T11:22:40.903Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-12T11:22:41.833Z] === RUN Test/DockerSuite/TestRunRm [2019-09-12T11:22:42.764Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-12T11:22:45.209Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-12T11:22:46.937Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-12T11:22:47.499Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-12T11:22:48.429Z] === RUN Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-12T11:22:50.323Z] === RUN Test/DockerSuite/TestRunSeccompAllowSetrlimit [2019-09-12T11:22:50.887Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-12T11:22:55.059Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileNS [2019-09-12T11:23:00.313Z] === RUN Test/DockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-12T11:23:00.877Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyChmod [2019-09-12T11:23:01.809Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-12T11:23:02.740Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-12T11:23:02.958Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-12T11:23:02.958Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-12T11:23:03.324Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-12T11:23:04.254Z] === RUN Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-12T11:23:05.184Z] === RUN Test/DockerSuite/TestRunSeccompWithDefaultProfile [2019-09-12T11:23:06.113Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-12T11:23:07.042Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-12T11:23:07.972Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-12T11:23:10.072Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-12T11:23:10.492Z] === RUN Test/DockerSuite/TestRunState [2019-09-12T11:23:10.536Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-12T11:23:10.536Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-12T11:23:10.536Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-12T11:23:12.386Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-12T11:23:12.734Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-12T11:23:13.315Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-12T11:23:14.245Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-12T11:23:14.245Z] === RUN Test/DockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-12T11:23:14.245Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-12T11:23:15.176Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-12T11:23:16.106Z] === RUN Test/DockerSuite/TestRunSysctls [2019-09-12T11:23:17.462Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-12T11:23:17.476Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-12T11:23:17.734Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-12T11:23:17.734Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-12T11:23:18.666Z] === RUN Test/DockerSuite/TestRunTmpfsMounts [2019-09-12T11:23:20.393Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-12T11:23:20.393Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-12T11:23:20.393Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-12T11:23:21.186Z] === RUN Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-12T11:23:22.116Z] === RUN Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-12T11:23:22.589Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-12T11:23:24.140Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-12T11:23:24.639Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-12T11:23:24.639Z] === RUN Test/DockerSuite/TestRunTmpfsMountsWithOptions [2019-09-12T11:23:25.119Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-12T11:23:28.816Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-12T11:23:29.747Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-12T11:23:32.282Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-12T11:23:32.846Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-12T11:23:33.776Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-12T11:23:34.706Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-12T11:23:35.639Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-12T11:23:37.192Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-12T11:23:37.980Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-12T11:23:38.545Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-12T11:23:39.571Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-12T11:23:39.828Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-12T11:23:40.084Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-12T11:23:40.648Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-12T11:23:40.906Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-12T11:23:41.836Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-12T11:23:42.771Z] === RUN Test/DockerSuite/TestRunUserDeviceAllowed [2019-09-12T11:23:42.771Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-12T11:23:43.028Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-12T11:23:43.958Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-12T11:23:47.565Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-12T11:23:49.211Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-12T11:23:49.211Z] === RUN Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-12T11:23:49.763Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-12T11:23:49.775Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-12T11:23:51.143Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-12T11:23:52.073Z] === RUN Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-12T11:23:53.967Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-12T11:23:55.862Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-12T11:23:57.840Z] === RUN Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-12T11:23:58.412Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-12T11:24:00.100Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-12T11:24:01.685Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-12T11:24:01.685Z] === RUN Test/DockerSwarmSuite/TestSwarmInit [2019-09-12T11:24:02.249Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-12T11:24:02.812Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-12T11:24:04.183Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-12T11:24:04.183Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-12T11:24:04.183Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-12T11:24:04.183Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-12T11:24:04.440Z] === RUN Test/DockerSuite/TestRunWithBlkioWeight [2019-09-12T11:24:04.801Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-12T11:24:05.373Z] === RUN Test/DockerSuite/TestRunWithCPUQuota [2019-09-12T11:24:06.433Z] === RUN Test/DockerSuite/TestRunWithCPUShares [2019-09-12T11:24:06.690Z] === RUN Test/DockerSwarmSuite/TestSwarmInitIPv6 [2019-09-12T11:24:06.690Z] === RUN Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-12T11:24:06.947Z] === RUN Test/DockerSuite/TestRunWithCpuPeriod [2019-09-12T11:24:08.841Z] === RUN Test/DockerSuite/TestRunWithCpusetCpus [2019-09-12T11:24:09.771Z] === RUN Test/DockerSuite/TestRunWithCpusetMems [2019-09-12T11:24:10.702Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-12T11:24:10.702Z] === RUN Test/DockerSuite/TestRunWithDefaultShmSize [2019-09-12T11:24:10.758Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-12T11:24:11.220Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-12T11:24:11.220Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-12T11:24:11.220Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-12T11:24:11.633Z] === RUN Test/DockerSuite/TestRunWithInvalidBlkioWeight [2019-09-12T11:24:11.633Z] === RUN Test/DockerSuite/TestRunWithInvalidCpuPeriod [2019-09-12T11:24:11.633Z] === RUN Test/DockerSuite/TestRunWithInvalidKernelMemory [2019-09-12T11:24:11.633Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-12T11:24:11.633Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-12T11:24:11.889Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-12T11:24:11.889Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-12T11:24:12.146Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-12T11:24:12.403Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-12T11:24:12.660Z] === RUN Test/DockerSuite/TestRunWithKernelMemory [2019-09-12T11:24:13.403Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-12T11:24:13.403Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-12T11:24:13.592Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-12T11:24:13.592Z] === RUN Test/DockerSuite/TestRunWithMemoryLimit [2019-09-12T11:24:14.524Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-12T11:24:14.524Z] === RUN Test/DockerSuite/TestRunWithMemoryReservation [2019-09-12T11:24:15.088Z] === RUN Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-12T11:24:15.652Z] === RUN Test/DockerSuite/TestRunWithMemoryReservationInvalid [2019-09-12T11:24:15.652Z] === RUN Test/DockerSuite/TestRunWithNanoCPUs [2019-09-12T11:24:16.583Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-12T11:24:16.841Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-12T11:24:17.771Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-12T11:24:17.771Z] === RUN Test/DockerSuite/TestRunWithShmSize [2019-09-12T11:24:17.771Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-12T11:24:18.701Z] === RUN Test/DockerSuite/TestRunWithSwappiness [2019-09-12T11:24:19.632Z] === RUN Test/DockerSuite/TestRunWithSwappinessInvalid [2019-09-12T11:24:19.632Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-12T11:24:19.632Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-12T11:24:20.563Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-12T11:24:22.460Z] === RUN Test/DockerSuite/TestRunWithVolumesIsRecursive [2019-09-12T11:24:23.390Z] === RUN Test/DockerSuite/TestRunWithoutMemoryswapLimit [2019-09-12T11:24:23.390Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-12T11:24:23.953Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-12T11:24:23.953Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-12T11:24:25.846Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-12T11:24:26.410Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-12T11:24:28.951Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-12T11:24:29.881Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-12T11:24:29.881Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-12T11:24:29.881Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-12T11:24:31.254Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoStdout [2019-09-12T11:24:32.186Z] === RUN Test/DockerSuite/TestSaveAndLoadWithProgressBar [2019-09-12T11:24:33.558Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-12T11:24:33.558Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-12T11:24:35.454Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-12T11:24:35.454Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-12T11:24:36.017Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-12T11:24:38.540Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-12T11:24:38.540Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-12T11:24:40.444Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-12T11:24:40.444Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-12T11:24:40.444Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-12T11:24:41.815Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-12T11:24:43.709Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-12T11:24:43.966Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-12T11:24:43.966Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-12T11:24:43.966Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-12T11:24:43.966Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-12T11:24:44.528Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-12T11:24:47.050Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-12T11:24:53.592Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-12T11:24:55.486Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-12T11:24:56.416Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-12T11:24:57.806Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-12T11:25:01.076Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-12T11:25:03.596Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-12T11:25:04.110Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-12T11:25:04.526Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-12T11:25:06.425Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-12T11:25:08.947Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-12T11:25:10.842Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-12T11:25:12.211Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-12T11:25:14.734Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-12T11:25:18.905Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-12T11:25:22.177Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-12T11:25:25.418Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-12T11:25:27.427Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-12T11:25:30.697Z] === RUN Test/DockerSuite/TestStopContainerSignal [2019-09-12T11:25:32.590Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-12T11:25:33.155Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-12T11:25:34.117Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-12T11:25:35.047Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-12T11:25:35.047Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-12T11:25:35.977Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-12T11:25:40.152Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-12T11:25:40.251Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-12T11:25:41.791Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-12T11:25:41.791Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-12T11:25:42.252Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-12T11:25:43.795Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-12T11:25:44.325Z] === RUN Test/DockerSuite/TestUpdateContainerInvalidValue [2019-09-12T11:25:44.582Z] === RUN Test/DockerSuite/TestUpdateContainerWithoutFlags [2019-09-12T11:25:45.512Z] === RUN Test/DockerSuite/TestUpdateInvalidSwapMemory [2019-09-12T11:25:45.512Z] === RUN Test/DockerSuite/TestUpdateKernelMemory [2019-09-12T11:25:46.443Z] === RUN Test/DockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-12T11:25:47.541Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-12T11:25:48.335Z] === RUN Test/DockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-12T11:25:48.335Z] === RUN Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-12T11:25:50.229Z] === RUN Test/DockerSuite/TestUpdatePausedContainer [2019-09-12T11:25:51.158Z] === RUN Test/DockerSuite/TestUpdateRunningContainer [2019-09-12T11:25:51.283Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-12T11:25:52.526Z] === RUN Test/DockerSuite/TestUpdateRunningContainerWithRestart [2019-09-12T11:25:53.894Z] === RUN Test/DockerSuite/TestUpdateStats [2019-09-12T11:25:55.982Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-12T11:25:58.066Z] === RUN Test/DockerSuite/TestUpdateStoppedContainer [2019-09-12T11:25:59.961Z] === RUN Test/DockerSuite/TestUpdateSwapMemoryOnly [2019-09-12T11:25:59.961Z] === RUN Test/DockerSuite/TestUpdateWithNanoCPUs [2019-09-12T11:26:00.892Z] === RUN Test/DockerSuite/TestUpdateWithUntouchedFields [2019-09-12T11:26:01.823Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-12T11:26:03.720Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-12T11:26:07.013Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-12T11:26:11.191Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-12T11:26:14.463Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectivity [2019-09-12T11:26:16.983Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-12T11:26:17.310Z] === RUN Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-12T11:26:21.283Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-12T11:26:21.283Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-12T11:26:21.283Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-12T11:26:21.484Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-12T11:26:23.378Z] === RUN Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-12T11:26:27.553Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-12T11:26:29.446Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-12T11:26:31.637Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-12T11:26:31.637Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-12T11:26:31.966Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-12T11:26:33.859Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-12T11:26:35.752Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-12T11:26:37.441Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-12T11:26:37.441Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-12T11:26:38.275Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-12T11:26:40.798Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-12T11:26:42.164Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-12T11:26:43.331Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-12T11:26:45.231Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-12T11:26:47.751Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-12T11:27:03.275Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-12T11:27:03.735Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-12T11:27:05.801Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-12T11:27:06.058Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-12T11:27:06.058Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-12T11:27:06.058Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-12T11:27:06.058Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-12T11:27:06.058Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-12T11:27:07.480Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-12T11:27:08.450Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-12T11:27:09.329Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-12T11:27:09.329Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-12T11:27:09.329Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-12T11:27:09.329Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-12T11:27:09.329Z] === RUN Test/DockerSuite/TestVolumeEvents [2019-09-12T11:27:09.892Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-12T11:27:12.414Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-12T11:27:12.671Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-12T11:27:12.671Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-12T11:27:14.255Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-12T11:27:15.943Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-12T11:27:18.964Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-12T11:27:18.964Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-12T11:27:18.964Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-12T11:27:18.964Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-12T11:27:21.194Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-12T11:27:21.194Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-12T11:27:22.563Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-12T11:27:23.660Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-12T11:27:23.935Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-12T11:27:24.121Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-12T11:27:25.827Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:27:27.034Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-12T11:27:27.034Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-12T11:27:27.034Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-12T11:27:30.052Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-12T11:27:34.225Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-12T11:27:36.118Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-12T11:27:37.487Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-12T11:27:38.855Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-12T11:27:40.224Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-12T11:27:42.117Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-12T11:27:43.486Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-12T11:27:44.855Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-12T11:27:47.375Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-12T11:27:50.647Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-12T11:27:51.576Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-12T11:27:52.309Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-12T11:27:52.309Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-12T11:27:54.851Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-12T11:27:56.227Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:27:56.484Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:27:57.852Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:27:59.220Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:28:00.605Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-12T11:28:04.780Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-12T11:28:04.780Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-12T11:28:06.149Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-12T11:28:06.405Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-12T11:28:06.662Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-12T11:28:06.920Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-12T11:28:07.176Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-12T11:28:07.433Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-12T11:28:07.689Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-12T11:28:09.057Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-12T11:28:10.013Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-12T11:28:11.579Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-12T11:28:12.948Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-12T11:28:14.317Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-12T11:28:14.712Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-12T11:28:14.712Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-12T11:28:14.712Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-12T11:28:15.247Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-12T11:28:15.810Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:28:17.622Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-12T11:28:17.622Z] === RUN Test/DockerSuite/TestBuildWithRecycleBin [2019-09-12T11:28:21.061Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-12T11:28:25.237Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-12T11:28:26.166Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-12T11:28:27.533Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:28:27.790Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:28:29.160Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:28:30.609Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:28:31.988Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-12T11:28:32.456Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-12T11:28:35.369Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-12T11:28:35.830Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-12T11:28:36.178Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-12T11:28:36.179Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-12T11:28:36.435Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-12T11:28:36.435Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-12T11:28:36.998Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-12T11:28:36.998Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-12T11:28:37.562Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-12T11:28:37.562Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-12T11:28:38.492Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-12T11:28:39.056Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-12T11:28:39.313Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-12T11:28:40.243Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-12T11:28:40.500Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-12T11:28:41.063Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-12T11:28:41.320Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-12T11:28:41.577Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-12T11:28:42.140Z] === RUN Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-12T11:28:47.388Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-12T11:28:47.388Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-12T11:28:47.388Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-12T11:28:47.388Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-12T11:28:47.388Z] === RUN Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-12T11:28:50.659Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-12T11:28:50.659Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-12T11:28:50.662Z] === RUN Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-12T11:28:51.120Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-12T11:28:51.120Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-12T11:28:51.593Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-12T11:28:52.094Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-12T11:28:55.767Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-12T11:28:56.332Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-12T11:28:59.605Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-12T11:28:59.605Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-12T11:29:02.426Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-12T11:29:02.880Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-12T11:29:03.397Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-12T11:29:03.443Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-12T11:29:03.858Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-12T11:29:03.858Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-12T11:29:03.858Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-12T11:29:05.976Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-12T11:29:06.042Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-12T11:29:08.503Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-12T11:29:10.740Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-12T11:29:11.777Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-12T11:29:16.543Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-12T11:29:17.034Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-12T11:29:20.306Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-12T11:29:22.200Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-12T11:29:22.345Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-12T11:29:22.345Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-12T11:29:22.764Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-12T11:29:23.694Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-12T11:29:25.063Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-12T11:29:26.957Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-12T11:29:26.957Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-12T11:29:26.957Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-12T11:29:28.404Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-12T11:29:28.404Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-12T11:29:28.662Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-12T11:29:28.662Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-12T11:29:29.430Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-12T11:29:29.430Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-12T11:29:30.030Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-12T11:29:31.924Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-12T11:29:31.924Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-12T11:29:32.487Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-12T11:29:32.487Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-12T11:29:41.827Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-12T11:29:46.526Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-12T11:29:47.336Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-12T11:29:49.888Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-12T11:29:58.926Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-12T11:29:59.844Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-12T11:30:00.100Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-12T11:30:01.469Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-12T11:30:01.469Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-12T11:30:01.469Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-12T11:30:01.725Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-12T11:30:01.725Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-12T11:30:01.725Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-12T11:30:06.011Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-12T11:30:06.011Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-12T11:30:06.975Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-12T11:30:06.975Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-12T11:30:06.975Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-12T11:30:06.975Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-12T11:30:07.543Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-12T11:30:08.197Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-12T11:30:08.197Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-12T11:30:08.197Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-12T11:30:08.197Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-12T11:30:09.438Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-12T11:30:10.383Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-12T11:30:10.383Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-12T11:30:10.383Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-12T11:30:12.567Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-12T11:30:12.567Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-12T11:30:12.567Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-12T11:30:12.567Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-12T11:30:12.567Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-12T11:30:12.711Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-12T11:30:13.641Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-12T11:30:15.480Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-12T11:30:16.913Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-12T11:30:17.020Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-12T11:30:17.170Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-12T11:30:17.427Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-12T11:30:18.799Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-12T11:30:19.203Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-12T11:30:19.203Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-12T11:30:19.203Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-12T11:30:21.387Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-12T11:30:21.387Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-12T11:30:22.075Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-12T11:30:22.075Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-12T11:30:22.075Z] === RUN Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-12T11:30:23.007Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-12T11:30:24.300Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-12T11:30:24.300Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-12T11:30:24.300Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-12T11:30:24.377Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-12T11:30:25.308Z] === RUN Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-12T11:30:25.841Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-12T11:30:25.841Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-12T11:30:25.871Z] === RUN Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-12T11:30:28.024Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-12T11:30:28.024Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-12T11:30:31.096Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-12T11:30:31.096Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-12T11:30:32.530Z] === RUN Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-12T11:30:33.284Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-12T11:30:33.898Z] === RUN Test/DockerHubPullSuite/TestPullClientDisconnect [2019-09-12T11:30:35.791Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistry [2019-09-12T11:30:36.355Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-12T11:30:37.028Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-12T11:30:37.723Z] === RUN Test/DockerHubPullSuite/TestPullNonExistingImage [2019-09-12T11:30:37.984Z] === RUN Test/DockerHubPullSuite/TestPullScratchNotAllowed [2019-09-12T11:30:37.984Z] --- PASS: Test (2056.63s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIErrorPlainText (0.02s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (0.54s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.08s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (0.66s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.26s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkConnectDisconnect (1.80s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkFilter (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.76s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectBridge (1.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsContainerNotFound (0.00s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (5.22s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (3.08s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (4.23s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (2.54s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.41s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesChmodProc (1.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesPtrace (1.20s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAppArmorTraceSelf (1.41s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachAfterDetach (2.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachClosedOnContainerStop (2.44s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachDetach (1.71s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachDisconnect (1.33s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (2.68s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachPausedContainer (1.71s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestAttachTTYWithoutStdin (1.70s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (2.86s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (3.23s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIDoubleDockerfile (1.76s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (2.19s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.09s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (30.24s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinks (0.57s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinksVolume (1.53s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.23s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddChangeOwnership (2.30s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (2.59s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (0.86s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToExistingDir (8.67s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToRoot (4.29s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.10s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.57s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.70s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (1.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.72s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (3.86s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (3.02s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.12s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (1.45s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddScript (3.62s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToExistDir (8.50s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (5.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToRoot (3.99s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddTar (8.46s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddTarXz (1.21s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddTarXzGz (1.21s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (4.89s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildAddWholeDirToRoot (9.99s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.69s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (3.67s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (3.09s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (1.34s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.72s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.38s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (2.91s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.63s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.73s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEnv (14.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (4.02s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (3.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.44s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.62s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.47s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.27s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.77s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCacheAdd (0.84s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (0.85s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCacheFrom (6.65s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.89s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (0.88s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCancellationKillsSleep (1.17s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildChownOnCopy (6.29s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildChownSingleFile (2.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (0.84s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.51s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.38s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.37s) [2019-09-12T11:30:37.984Z] --- SKIP: Test/DockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-12T11:30:37.984Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (1.53s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCommentsShebangs (6.84s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (0.96s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContChar (3.40s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContainerWithCgroupParent (1.12s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (1.09s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.82s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.56s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyAddMultipleFiles (15.66s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (1.30s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.69s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToExistDir (4.37s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToRoot (4.92s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (1.82s) [2019-09-12T11:30:37.984Z] --- SKIP: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-09-12T11:30:37.984Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.984Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-09-12T11:30:37.984Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.984Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-09-12T11:30:37.984Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.984Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-12T11:30:37.984Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToExistDir (5.10s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (6.47s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToRoot (4.51s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyWholeDirToRoot (7.99s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (7.00s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.63s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardInName (1.57s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (5.25s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (0.84s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (1.53s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.82s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (14.91s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (1.76s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreComment (4.35s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (15.30s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.04s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (5.87s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (2.93s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (2.79s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (8.48s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (3.03s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (3.01s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (21.46s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.19s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEOLInLine (6.03s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEmptyCmd (0.43s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.58s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (0.93s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEmptyScratch (0.24s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.55s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.63s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.18s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.85s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (1.65s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnv (1.71s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvEscapes (1.43s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvOverwrite (1.66s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage (7.39s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage2 (23.65s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (1.82s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (10.27s) [2019-09-12T11:30:37.984Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.89s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.47s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.53s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (1.45s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.36s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildExoticShellInterpolation (11.91s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildExpose (0.40s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildExposeMorePorts (0.71s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildExposeOrder (0.49s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFails (0.93s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (2.53s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (2.50s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildForceRm (1.96s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromGit (1.68s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (0.46s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (1.07s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (2.14s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.74s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.32s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromStdinWithF (2.28s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (2.38s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildHandleEscapesInVolume (1.61s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildHistory (6.15s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildIidFile (1.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (1.29s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildInheritance (1.16s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.90s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.04s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (1.21s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.47s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.42s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (0.47s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.40s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabels (0.49s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.17s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (2.84s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLastModified (5.42s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLineBreak (3.81s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.27s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (1.35s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (1.61s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (4.81s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCache (0.50s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (0.64s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (13.11s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (5.58s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (1.62s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (2.91s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (5.63s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageResetScratch (0.52s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (2.39s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.34s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNetContainer (2.73s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNetNone (0.74s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNoContext (1.21s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (1.12s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (1.99s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.42s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (0.37s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (0.81s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (2.42s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (0.75s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.29s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (1.97s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (3.13s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (1.58s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (1.74s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (0.64s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildOpaqueDirectory (4.20s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildPATH (2.57s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (1.06s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRUNoneJSON (1.23s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (11.56s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (5.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildResourceConstraintsAreUsed (2.40s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRm (3.36s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (1.33s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.57s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildScratchCopy (0.48s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (0.77s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (1.35s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (1.40s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (1.14s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (4.47s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.10s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.29s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.39s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (1.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.11s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildStderr (1.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (5.24s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildStopSignal (1.23s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (1.26s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (0.75s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (1.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (1.85s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildUser (2.38s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.60s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildUsersAndGroups (20.42s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (1.17s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.41s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (1.24s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (1.36s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildVolumesRetainContents (1.58s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildWindowsUser (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHost (2.07s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (1.02s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.68s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (1.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (3.19s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithVolumeOwnership (2.16s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWithVolumes (1.17s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWorkdirCmd (0.93s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (0.66s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (0.92s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestBuildXZHost (2.55s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-12T11:30:37.985Z] docker_cli_sni_test.go:18: Flakey test [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (0.76s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (0.98s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitChange (1.14s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (1.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitHardlink (1.78s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitNewFile (1.76s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitPausedContainer (1.06s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitTTY (1.90s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (1.47s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitWithHostBindMount (1.83s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCommitWithoutPause (1.04s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (1.79s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (1.81s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (0.85s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICopyPre124 (0.96s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.86s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.87s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (0.83s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (0.84s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.15s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (0.95s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (0.87s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (0.91s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (2.33s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (0.90s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (0.88s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIGetChanges (0.88s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIGetExport (0.87s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.82s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (0.89s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIPause (1.04s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (0.95s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.31s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (0.96s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (1.72s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (1.64s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (0.86s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.62s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (0.85s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPITop (1.02s) [2019-09-12T11:30:37.985Z] --- SKIP: Test/DockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-12T11:30:37.985Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (2.86s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (1.01s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerNetworkMode (1.35s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerRestartInMultipleNetworks (4.84s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.65s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (2.15s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (1.58s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (24.07s) [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 0 - config: {volume /foo false } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 1 - config: {volume /foo/ false } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 /foo false } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 /foo true } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 /foo false 0xc0005bc2c0 } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 5 - config: {bind /tmp/test-mounts-api-1084808240 /foo false } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 6 - config: {bind /tmp/test-mounts-api-1084808240 /foo true } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 7 - config: {bind /tmp/test-mounts-api-3299005903 /foo false } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 8 - config: {bind /tmp/test-mounts-api-3299005903 /foo true } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 9 - config: {bind /tmp/test-mounts-api-3299005903 /foo true 0xc0005bc740 } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 10 - config: {volume /foo false 0xc0005bc760 } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 11 - config: {volume /foo/ false 0xc0005bc780 } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 12 - config: {volume test4 /foo false 0xc0005bc7a0 } [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:2107: case 13 - config: {volume test5 /foo true 0xc0005bc7c0 } [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (1.63s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.65s) [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 0 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 1 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 2 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 3 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 4 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 5 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 6 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 7 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 8 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 9 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 10 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 11 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 12 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 13 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 14 [2019-09-12T11:30:37.985Z] docker_api_containers_test.go:1926: case 15 [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersInMultipleNetworks (3.05s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersInUserDefinedNetwork (2.56s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestContainersNetworkIsolation (3.28s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCopyAndRestart (1.73s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCopyCreatedContainer (0.24s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (0.99s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpAbsoluteSymlink (1.11s) [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpCheckDestOwnership (1.26s) [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership941108696/file1 292811af70632d09bf0528c125c77839fb207dc137a21a7077b857f0e9ff43eb:/tmpvol/file1` [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpFromCaseA (1.02s) [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:192: running `docker cp 71b9893639034ccff405702a9309da089365966245b21e0a425ccd056e0cb290:/root/file1 /tmp/test-cp-from-case-a213244759/itWorks.txt` [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a213244759/itWorks.txt" contains "file1\n" [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpFromCaseB (1.00s) [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:192: running `docker cp ca3253bbab05b7d5eededdad9a3b80b56c89f29c0b19038d750c5a069f670a12:/file1 /tmp/test-cp-from-case-b264135370/testDir/` [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpFromCaseC (0.99s) [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c526965665/file2" contains "file2\n" [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:192: running `docker cp 5e9ef4c593610b30a3275374e7d923d25e330c6b395d76d5c2a8593d9243f596:/root/file1 /tmp/test-cp-from-case-c526965665/file2` [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c526965665/file2" contains "file1\n" [2019-09-12T11:30:37.985Z] --- PASS: Test/DockerSuite/TestCpFromCaseD (1.10s) [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:192: running `docker cp 94b228adc471a666a27836cf14def56061452794c93d8d3d42858f07f03f96f9:/file1 /tmp/test-cp-from-case-d460012684/dir1` [2019-09-12T11:30:37.985Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d460012684/dir1/file1" contains "file1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 94b228adc471a666a27836cf14def56061452794c93d8d3d42858f07f03f96f9:/file1 /tmp/test-cp-from-case-d460012684/dir1/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d460012684/dir1/file1" contains "file1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseE (1.38s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp d092bd1f38eb457b99f87e1a94debe7b7167d9dab8e41559a42397fa56c942fe:dir1 /tmp/test-cp-from-case-e986676347/testDir` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e986676347/testDir/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp d092bd1f38eb457b99f87e1a94debe7b7167d9dab8e41559a42397fa56c942fe:dir1 /tmp/test-cp-from-case-e986676347/testDir/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e986676347/testDir/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseF (0.98s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp e7fe89de35bc5fa24f759442ad7d87605653a16c4170f7d0fb9b4b124f4c406f:/root/dir1 /tmp/test-cp-from-case-f880045470/file1` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseG (1.09s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp e348ebd1d83c03e0285372f3753aa29d25e9bdb257199a5192557370dc34e0de:/root/dir1 /tmp/test-cp-from-case-g182547557/dir2` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g182547557/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp e348ebd1d83c03e0285372f3753aa29d25e9bdb257199a5192557370dc34e0de:/root/dir1 /tmp/test-cp-from-case-g182547557/dir2/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g182547557/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseH (1.10s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 662c64e726f38f8134f004ac0ab0be418201dc475f65f8fa608fea1104a6c9dc:dir1/. /tmp/test-cp-from-case-h769430144/testDir` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h769430144/testDir/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 662c64e726f38f8134f004ac0ab0be418201dc475f65f8fa608fea1104a6c9dc:dir1/. /tmp/test-cp-from-case-h769430144/testDir/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h769430144/testDir/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseI (0.94s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 8d3a636c8050382d927ea019d6c637e51994af335f9cfa399d894ce077b1886b:/root/dir1/. /tmp/test-cp-from-case-i786015711/file1` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromCaseJ (1.23s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 8fd47328e62898fa28e779c3436f9c76194368db67719a4be86ceab291497b8d:/root/dir1/. /tmp/test-cp-from-case-j287614386/dir2` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j287614386/dir2/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 8fd47328e62898fa28e779c3436f9c76194368db67719a4be86ceab291497b8d:/root/dir1/. /tmp/test-cp-from-case-j287614386/dir2/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j287614386/dir2/file1-1" contains "file1-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkDestination (1.49s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 51e291639457f45ad29dcc1f9a30b2d2b41335c9eac6f074b5868be51d74ca9a:/file2 /tmp/test-cp-from-err-dst-not-dir194146153/symlinkToFile1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir194146153/symlinkToFile1" points to "file1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir194146153/file1" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 51e291639457f45ad29dcc1f9a30b2d2b41335c9eac6f074b5868be51d74ca9a:/file2 /tmp/test-cp-from-err-dst-not-dir194146153/symlinkToDir1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir194146153/symlinkToDir1" points to "dir1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir194146153/file2" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 51e291639457f45ad29dcc1f9a30b2d2b41335c9eac6f074b5868be51d74ca9a:/file2 /tmp/test-cp-from-err-dst-not-dir194146153/brokenSymlinkToFileX` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir194146153/brokenSymlinkToFileX" points to "fileX" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir194146153/fileX" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 51e291639457f45ad29dcc1f9a30b2d2b41335c9eac6f074b5868be51d74ca9a:/dir2 /tmp/test-cp-from-err-dst-not-dir194146153/symlinkToDir1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir194146153/symlinkToDir1" points to "dir1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir194146153/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp 51e291639457f45ad29dcc1f9a30b2d2b41335c9eac6f074b5868be51d74ca9a:/dir2 /tmp/test-cp-from-err-dst-not-dir194146153/brokenSymlinkToDirX` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir194146153/brokenSymlinkToDirX" points to "dirX" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir194146153/dirX/file2-1" contains "file2-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkToDirectory (1.06s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (1.02s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.01s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpNameHasColon (0.97s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpRelativePath (1.14s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpSpecialFiles (1.21s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpSymlinkComponent (0.91s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.20s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseA (1.77s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a365353521/file1 53341cf86d8a3f14594e8bbb8d03ce056690c9e78cab6675cbab171522d90900:/root/itWorks.txt` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "53341cf86d8a3f14594e8bbb8d03ce056690c9e78cab6675cbab171522d90900" start output contains "file1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 53341cf86d8a3f14594e8bbb8d03ce056690c9e78cab6675cbab171522d90900` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseB (0.91s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b779104220/file1 b987ef3442ff32d8fd09881d2a82b6594fba0363100d669789912d83fdfd0205:testDir/` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseC (2.56s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "5748f703c434550fded0febbed0a9757e779fd4b3b264d34b8e03e6a8a248bb8" start output contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5748f703c434550fded0febbed0a9757e779fd4b3b264d34b8e03e6a8a248bb8` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c069010827/file1 5748f703c434550fded0febbed0a9757e779fd4b3b264d34b8e03e6a8a248bb8:/root/file2` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "5748f703c434550fded0febbed0a9757e779fd4b3b264d34b8e03e6a8a248bb8" start output contains "file1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5748f703c434550fded0febbed0a9757e779fd4b3b264d34b8e03e6a8a248bb8` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseD (5.17s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "da0cf5795cc5c7d62ccc977baf2164da49f420a2fb376ac954bbd9b752b9fb72" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a da0cf5795cc5c7d62ccc977baf2164da49f420a2fb376ac954bbd9b752b9fb72` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d194885486/file1 da0cf5795cc5c7d62ccc977baf2164da49f420a2fb376ac954bbd9b752b9fb72:dir1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "da0cf5795cc5c7d62ccc977baf2164da49f420a2fb376ac954bbd9b752b9fb72" start output contains "file1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a da0cf5795cc5c7d62ccc977baf2164da49f420a2fb376ac954bbd9b752b9fb72` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "bb4fad898980838defd9a191fd6e88bda2ce98c7731d31b04a2b07588d82669b" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a bb4fad898980838defd9a191fd6e88bda2ce98c7731d31b04a2b07588d82669b` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d194885486/file1 bb4fad898980838defd9a191fd6e88bda2ce98c7731d31b04a2b07588d82669b:dir1/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "bb4fad898980838defd9a191fd6e88bda2ce98c7731d31b04a2b07588d82669b" start output contains "file1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a bb4fad898980838defd9a191fd6e88bda2ce98c7731d31b04a2b07588d82669b` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseE (3.70s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e235623925/dir1 db8517f4ff08b05773c3518088b8fa66e29462720e1639b814fc738b8de82e3a:testDir` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "db8517f4ff08b05773c3518088b8fa66e29462720e1639b814fc738b8de82e3a" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a db8517f4ff08b05773c3518088b8fa66e29462720e1639b814fc738b8de82e3a` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e235623925/dir1 abc1f634cbcbd63f1e13674e1e10bd9103bffd29189c0d725703086d4a29eabe:testDir/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "abc1f634cbcbd63f1e13674e1e10bd9103bffd29189c0d725703086d4a29eabe" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a abc1f634cbcbd63f1e13674e1e10bd9103bffd29189c0d725703086d4a29eabe` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseF (0.91s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f233596624/dir1 f98c4390417f34172a4857a4b6137c117836218f3106ca357c072595e400df40:/root/file1` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseG (5.57s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "0a913254f50ae3fd7af3715d442dca8c24d81a57025bd4e70c153be31881be22" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a913254f50ae3fd7af3715d442dca8c24d81a57025bd4e70c153be31881be22` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g584694255/dir1 0a913254f50ae3fd7af3715d442dca8c24d81a57025bd4e70c153be31881be22:/root/dir2` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "0a913254f50ae3fd7af3715d442dca8c24d81a57025bd4e70c153be31881be22" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a913254f50ae3fd7af3715d442dca8c24d81a57025bd4e70c153be31881be22` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "0a98dca054aa82f73fb7b2b55415a06f46f5604cae678fb8ff81ae5f89b964cc" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a98dca054aa82f73fb7b2b55415a06f46f5604cae678fb8ff81ae5f89b964cc` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g584694255/dir1 0a98dca054aa82f73fb7b2b55415a06f46f5604cae678fb8ff81ae5f89b964cc:/dir2/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "0a98dca054aa82f73fb7b2b55415a06f46f5604cae678fb8ff81ae5f89b964cc" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a98dca054aa82f73fb7b2b55415a06f46f5604cae678fb8ff81ae5f89b964cc` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseH (3.80s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h298435714/dir1/. 054d215434175fb094f80a833599791ee0f2075fb65d700e6d494142c55fb35a:testDir` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "054d215434175fb094f80a833599791ee0f2075fb65d700e6d494142c55fb35a" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 054d215434175fb094f80a833599791ee0f2075fb65d700e6d494142c55fb35a` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h298435714/dir1/. 52005c773287f5016b33ff7cb8f2b19a98d4bd815fe544658ada37e540f805b0:testDir/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "52005c773287f5016b33ff7cb8f2b19a98d4bd815fe544658ada37e540f805b0" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 52005c773287f5016b33ff7cb8f2b19a98d4bd815fe544658ada37e540f805b0` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseI (0.90s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i011829241/dir1/. 59e414d896851c6aee434f837fd32b2e23b25bf92d8c92c66b13e0cd8e03f58f:/root/file1` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToCaseJ (5.14s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "78a67ceceeb4ab8f41b0a0283653afd0fb3f14effcf806fe762627f3d119015d" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 78a67ceceeb4ab8f41b0a0283653afd0fb3f14effcf806fe762627f3d119015d` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j951194884/dir1/. 78a67ceceeb4ab8f41b0a0283653afd0fb3f14effcf806fe762627f3d119015d:/dir2` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "78a67ceceeb4ab8f41b0a0283653afd0fb3f14effcf806fe762627f3d119015d" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 78a67ceceeb4ab8f41b0a0283653afd0fb3f14effcf806fe762627f3d119015d` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "929962c3857c61ef02903b5205c42cf2c2f55fd031d6faaa7fbe1ba76a172328" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 929962c3857c61ef02903b5205c42cf2c2f55fd031d6faaa7fbe1ba76a172328` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j951194884/dir1/. 929962c3857c61ef02903b5205c42cf2c2f55fd031d6faaa7fbe1ba76a172328:/dir2/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "929962c3857c61ef02903b5205c42cf2c2f55fd031d6faaa7fbe1ba76a172328" start output contains "file1-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 929962c3857c61ef02903b5205c42cf2c2f55fd031d6faaa7fbe1ba76a172328` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToContainerWithPermissions (1.19s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions193132691/permdirtest permtest:/` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToDot (0.96s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyRootfs (1.80s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs778075709/file1 34a40297f68c7d0bd596975e332b2412ad87762621948d4a7ccf9cf7ece4f3ac:/root/shouldNotExist` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "34a40297f68c7d0bd596975e332b2412ad87762621948d4a7ccf9cf7ece4f3ac" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 34a40297f68c7d0bd596975e332b2412ad87762621948d4a7ccf9cf7ece4f3ac` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyVolume (1.93s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume570155128/file1 7c9dc1f5f4d81304970d43dbaea6c7288910dffab54e48d49fbcc61ee793f830:/vol_ro/shouldNotExist` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:279: checking that container "7c9dc1f5f4d81304970d43dbaea6c7288910dffab54e48d49fbcc61ee793f830" start output contains "" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7c9dc1f5f4d81304970d43dbaea6c7288910dffab54e48d49fbcc61ee793f830` [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToStdout (0.98s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToSymlinkDestination (3.46s) [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-864278391/file2 3e104326468e91c5188052e79f2c2e7036e8052a9a93e4ac390f4922f60f5379:/vol2/symlinkToFile1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-864278391/symlinkToFile1" points to "file1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-864278391/file1" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-864278391/file2 3e104326468e91c5188052e79f2c2e7036e8052a9a93e4ac390f4922f60f5379:/vol2/symlinkToDir1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-864278391/symlinkToDir1" points to "dir1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-864278391/file2" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-864278391/file2 3e104326468e91c5188052e79f2c2e7036e8052a9a93e4ac390f4922f60f5379:/vol2/brokenSymlinkToFileX` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-864278391/brokenSymlinkToFileX" points to "fileX" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-864278391/fileX" contains "file2\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-864278391//dir2 3e104326468e91c5188052e79f2c2e7036e8052a9a93e4ac390f4922f60f5379:/vol2/symlinkToDir1` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-864278391/symlinkToDir1" points to "dir1" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-864278391/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-864278391//dir2 3e104326468e91c5188052e79f2c2e7036e8052a9a93e4ac390f4922f60f5379:/vol2/brokenSymlinkToDirX` [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-864278391/brokenSymlinkToDirX" points to "dirX" [2019-09-12T11:30:37.986Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-864278391/dirX/file2-1" contains "file2-1\n" [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpToSymlinkToDirectory (0.42s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpUnprivilegedUser (1.02s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCpVolumePath (1.77s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.22s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.10s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateByImageID (0.58s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (0.90s) [2019-09-12T11:30:37.986Z] --- SKIP: Test/DockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-12T11:30:37.986Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.11s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (0.88s) [2019-09-12T11:30:37.986Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.54s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.10s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateModeIpcContainer (0.17s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateRM (0.19s) [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.12s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.23s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (2.75s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.09s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (5.50s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.15s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (0.25s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.82s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (2.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.95s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.83s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.89s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.78s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.11s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDevicePermissions (0.81s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerFails (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerInspectNetworkWithContainerName (1.34s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteMultiple (1.60s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspect (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspectWithID (0.14s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDockerNetworkInternalMode (7.19s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (3.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.04s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEmbeddedDNSInvalidInput (1.49s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsAttach (0.96s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsCommit (1.25s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (1.09s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (1.43s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterBeforeCreate (1.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterByName (1.72s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (3.38s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsContainerWithMultiNetwork (2.56s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsCopy (1.55s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (2.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (0.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.53s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (1.94s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.45s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterNetworkID (0.15s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterType (0.45s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeID (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFilters (1.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFormat (1.63s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsImageImport (1.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsImageLoad (0.27s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsImagePull (0.40s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.06s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsImageUntagDelete (0.33s) [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsPluginOps (1.63s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsRedirectStdout (0.86s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsRename (0.89s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsResize (0.87s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (0.74s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (1.17s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsStreaming (0.95s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (3.05s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsTop (1.07s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.56s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (1.68s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExec (0.97s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPICreateContainerPaused (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (0.85s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (0.87s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStart (1.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.97s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartEnsureHeaders (1.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (0.96s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (1.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (1.14s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (1.14s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (1.99s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecCgroup (1.72s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecEnv (0.98s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecEnvLinksHost (1.84s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecExitStatus (0.96s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecInspectID (2.14s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecInteractive (1.28s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecInteractiveStdinClose (1.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecOnReadonlyContainer (0.99s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecParseError (0.87s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecPausedContainer (0.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.32s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecSetEnv (1.11s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecStartFails (0.96s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecStateCleanup (11.14s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecStopNotHanging (0.93s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecTTY (0.95s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecTTYCloseStdin (1.06s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (0.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecUlimits (1.15s) [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecWithImageUser (2.46s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecWithNoTERM (1.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecWithPrivileged (1.73s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecWithTERM (0.97s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestExecWithUser (1.28s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainerStats (4.93s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (4.85s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (2.57s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (4.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainersAttachWebsocket (0.83s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.08s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHealth (21.69s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (1.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.05s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.52s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (0.93s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (1.19s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (1.13s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.08s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesFormatDefaultFormat (0.89s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (2.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportBadURL (0.05s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportDisplay (1.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportFile (1.78s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportFileWithMessage (2.28s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportGzipped (1.98s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestImportWithQuotedChanges (1.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDebug (0.56s) [2019-09-12T11:30:37.987Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDebug [2019-09-12T11:30:37.987Z] daemon.go:336: [dbc51e400db29] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:336: [dbc51e400db29] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:364: [dbc51e400db29] daemon started [2019-09-12T11:30:37.987Z] daemon.go:472: [dbc51e400db29] Stopping daemon [2019-09-12T11:30:37.987Z] daemon.go:307: [dbc51e400db29] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:459: [dbc51e400db29] Daemon stopped [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.59s) [2019-09-12T11:30:37.987Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-12T11:30:37.987Z] daemon.go:336: [dd87afb45d789] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:336: [dd87afb45d789] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:364: [dd87afb45d789] daemon started [2019-09-12T11:30:37.987Z] daemon.go:472: [dd87afb45d789] Stopping daemon [2019-09-12T11:30:37.987Z] daemon.go:307: [dd87afb45d789] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:459: [dd87afb45d789] Daemon stopped [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryBackend (0.56s) [2019-09-12T11:30:37.987Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-12T11:30:37.987Z] daemon.go:336: [df0ffabbc9a46] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:336: [df0ffabbc9a46] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:364: [df0ffabbc9a46] daemon started [2019-09-12T11:30:37.987Z] daemon.go:472: [df0ffabbc9a46] Stopping daemon [2019-09-12T11:30:37.987Z] daemon.go:307: [df0ffabbc9a46] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:459: [df0ffabbc9a46] Daemon stopped [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-12T11:30:37.987Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-12T11:30:37.987Z] daemon.go:336: [d705115a6318d] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:307: [d705115a6318d] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:336: [d705115a6318d] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:336: [d705115a6318d] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:307: [d705115a6318d] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:336: [d705115a6318d] waiting for daemon to start [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDisplaysPausedContainers (1.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.86s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.04s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInfoSecurityOptions (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInsecureRegistries (0.54s) [2019-09-12T11:30:37.987Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInsecureRegistries [2019-09-12T11:30:37.987Z] daemon.go:336: [d876ec4668f6d] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:336: [d876ec4668f6d] waiting for daemon to start [2019-09-12T11:30:37.987Z] daemon.go:364: [d876ec4668f6d] daemon started [2019-09-12T11:30:37.987Z] daemon.go:472: [d876ec4668f6d] Stopping daemon [2019-09-12T11:30:37.987Z] daemon.go:307: [d876ec4668f6d] exiting daemon [2019-09-12T11:30:37.987Z] daemon.go:459: [d876ec4668f6d] Daemon stopped [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.89s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (0.94s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (0.80s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.82s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.82s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAPIMultipleNetworks (1.71s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectAmpersand (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (0.89s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.07s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (0.97s) [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkCustom (1.85s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkDefault (1.13s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectDefault (0.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectHistory (1.11s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectImage (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectImageFilterInt (0.03s) [2019-09-12T11:30:37.987Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-12T11:30:37.987Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectInt64 (0.97s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (0.90s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.11s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (0.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (0.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectPlugin (1.97s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.08s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (1.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectStatus (1.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (1.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (0.95s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (1.11s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (1.19s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (0.92s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (0.76s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (0.76s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.03s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLegacyRunNoNewPrivSetuid (2.83s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinkShortDefinition (1.85s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksEnvs (2.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.65s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksHostsFilesInject (2.42s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStarted (2.75s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStopped (3.06s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksMultipleWithSameName (2.67s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksNetworkHostContainer (0.80s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainers (13.39s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (2.68s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (2.23s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.91s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLinksUpdateOnRestart (2.87s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLoadNoStdinFail (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLoadZeroSizeLayer (0.47s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.02s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (0.85s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (0.96s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (3.88s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilFutureFollow (4.86s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (0.83s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (1.13s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (1.17s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (1.25s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (1.27s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (1.12s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (2.36s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (0.81s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (0.75s) [2019-09-12T11:30:37.987Z] --- PASS: Test/DockerSuite/TestLogsSince (6.90s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestLogsSinceFutureFollow (5.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestLogsStderrInStdout (0.74s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestLogsTail (1.09s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (0.89s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestMountIntoProc (0.48s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestMountIntoSys (0.93s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestNetHostname (2.52s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestNetHostnameWithNetHost (0.38s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestNetworkEvents (1.27s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestNetworkRmWithActiveContainers (2.51s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginActive (1.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginActiveNetwork (6.88s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestPluginInspectOnWindows (0.01s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginInstallDisableVolumeLs (1.61s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginLogDriver (3.44s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginLogDriverInfoList (1.53s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginMetricsCollector (2.08s) [2019-09-12T11:30:37.988Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestPluginMetricsCollector [2019-09-12T11:30:37.988Z] daemon.go:336: [df8dfedc8e20c] waiting for daemon to start [2019-09-12T11:30:37.988Z] daemon.go:336: [df8dfedc8e20c] waiting for daemon to start [2019-09-12T11:30:37.988Z] daemon.go:364: [df8dfedc8e20c] daemon started [2019-09-12T11:30:37.988Z] daemon.go:472: [df8dfedc8e20c] Stopping daemon [2019-09-12T11:30:37.988Z] daemon.go:307: [df8dfedc8e20c] exiting daemon [2019-09-12T11:30:37.988Z] daemon.go:459: [df8dfedc8e20c] Daemon stopped [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPluginUpgrade (5.10s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPortBindingOnSandbox (2.18s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPortExposeHostBinding (2.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPortHostBinding (1.68s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPortList (11.98s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersAttach (8.07s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.77s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPruneContainerLabel (3.36s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPruneContainerUntil (1.92s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPruneNetworkLabel (0.60s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPruneVolumeLabel (0.13s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsByOrder (3.61s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsImageIDAfterUpdate (1.15s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (3.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (5.34s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.18s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (4.25s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (8.25s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (1.70s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (2.56s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (1.69s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterNetwork (1.65s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterPorts (1.92s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (2.73s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsListContainersSize (1.69s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (1.19s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsRightTagName (2.63s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPsShowMounts (2.69s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.88s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.12s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (0.14s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.08s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.99s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (1.64s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRestartContainerSuccess (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (7.90s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartDisconnectedContainer (1.50s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRestartPolicyAfterRestart (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.12s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.12s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.32s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (2.73s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (1.56s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.43s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (1.64s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.11s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (3.98s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (1.09s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.91s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (1.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (2.24s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (0.97s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiTag (0.13s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (4.57s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (0.98s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (0.42s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddDeviceCgroupRule (1.73s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddHost (1.03s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddHostInHostMode (0.42s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevices (1.08s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.89s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAllocatePortInReservedRange (1.80s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.93s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunApparmorProcDirectory (1.66s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.61s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachDetach (0.98s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromConfig (0.95s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromFlag (0.95s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromInvalidFlag (1.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig (1.16s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (1.19s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.22s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (0.69s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (0.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (0.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunBindMounts (2.57s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddCHOWN (0.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddCanDownInterface (0.97s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddInvalid (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapAddSYSTIME (0.86s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.80s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknod (0.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.88s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (0.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (1.39s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.99s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.95s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (0.88s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.98s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupParent (1.91s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (1.75s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.99s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.97s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.90s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (0.73s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeContent (1.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeUIDGID (3.66s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeEtc (2.60s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeWithSymlink (1.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (2.75s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.69s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDNSDefaultOptions (0.88s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDNSInHostMode (2.18s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDNSOptions (1.65s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.50s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDNSRepeatOptions (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (1.02s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunDeviceDirectory (0.01s) [2019-09-12T11:30:37.988Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDeviceNumbers (0.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDeviceSymlink (2.07s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunDuplicateMount (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (0.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEmptyEnv (0.04s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (0.86s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEnvironment (0.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEnvironmentErase (0.86s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunEnvironmentOverride (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunExitCode (0.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunFullHostnameSet (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunGroupAdd (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunHostnameFQDN (1.67s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunHostnameInHostMode (0.49s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInitLayerPathOwnership (4.12s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInspectMacAddress (0.86s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (11.63s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInvalidCPUShares (1.25s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInvalidCgroupParent (1.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLeakyFileDescriptors (0.91s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLinkToContainerNetMode (3.30s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerID (1.72s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerName (1.68s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.92s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeHostname (1.32s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeIpcHost (1.62s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeNetContainerHostname (1.30s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModePIDContainer (1.70s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.27s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModePIDHost (1.70s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunModeUTSHost (1.66s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMount (6.80s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMountOrdering (0.74s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMountShmMqueueFromHost (1.62s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (2.53s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunMutableNetworkFiles (3.48s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNamedVolume (2.61s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeCopyImageData (2.76s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (1.77s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (1.71s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetContainerWhichHost (0.73s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetHost (1.24s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.84s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetHostTwiceSameName (0.76s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMount (2.45s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountRO (2.43s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.74s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.12s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNoNewPrivSetuid (0.81s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (0.77s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (0.08s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (0.83s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunNonRootUserResolvName (0.97s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunOOMExitCode (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPIDsLimit (0.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPortFromDockerRangeInUse (1.82s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPortInUse (1.05s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPrivilegedAllowedDevices (0.79s) [2019-09-12T11:30:37.988Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMknod (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMount (0.79s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.87s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.73s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-12T11:30:37.988Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunPublishPort (0.85s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunReadFilteredProc (0.79s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.00s) [2019-09-12T11:30:37.988Z] docker_cli_run_test.go:2872: kernel doesn't have latency_stats configured [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunReadProcTimer (0.77s) [2019-09-12T11:30:37.988Z] --- PASS: Test/DockerSuite/TestRunRedirectStdout (1.64s) [2019-09-12T11:30:37.988Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-12T11:30:37.988Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (3.67s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.66s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunRm (0.92s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (3.83s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (0.79s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns (1.77s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowSetrlimit (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileAcct (4.20s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileNS (5.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileAllow32Bit (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyChmod (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns (0.86s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshare (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.80s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns (0.83s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSeccompWithDefaultProfile (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (0.98s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSlowStdoutConsumer (2.69s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunState (1.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunStdinPipe (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunSysctls (1.73s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTmpfsMounts (2.74s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.30s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsWithOptions (4.43s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (3.08s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedWithChroot (1.00s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUnsetEntrypoint (2.66s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUnshareProc (1.28s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserByID (0.90s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserByIDBig (0.33s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserByIDNegative (0.22s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserByIDZero (0.86s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserByName (0.89s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (1.02s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-12T11:30:37.989Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunUserNotFound (0.23s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (0.92s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumeCopyFlag (5.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (1.30s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (2.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (1.86s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (2.52s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesFromSymlinkPath (2.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsShared (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsSlave (1.17s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithBadDevice (0.27s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithBlkioWeight (0.86s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithCPUQuota (1.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithCPUShares (0.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithCpuPeriod (1.79s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithCpusetCpus (0.82s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithCpusetMems (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithDefaultShmSize (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.26s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.23s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.22s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithKernelMemory (1.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithMemoryLimit (0.94s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservation (0.93s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithNanoCPUs (0.92s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.34s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdj (0.92s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithShmSize (1.00s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithSwappiness (0.82s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithSwappinessInvalid (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithUlimits (1.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (1.66s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithVolumesIsRecursive (0.83s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (0.68s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (1.62s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWriteFilteredProc (0.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.58s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWriteToProcAsound (0.83s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoFlags (1.18s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoStdout (1.18s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveAndLoadWithProgressBar (1.27s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveCheckTimes (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveDirectoryPermissions (2.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveImageId (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveLoadNoTag (0.60s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveLoadParents (2.14s) [2019-09-12T11:30:37.989Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents577693297 [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveMultipleNames (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveSingleTag (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (1.63s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (1.63s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (0.41s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (0.40s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (2.39s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartAttachCorrectExitCode (5.61s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (2.67s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartAttachReturnsOnError (1.09s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (1.56s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartAttachWithRename (2.96s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartMultipleContainers (2.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartPausedContainer (0.89s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartRecordError (1.89s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (2.52s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsAllNewContainersAdded (1.81s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsAllNoStream (3.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsAllRunningNoStream (4.25s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsContainerNotFound (3.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsFormatAll (5.75s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStatsNoStream (3.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestStopContainerSignal (1.86s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestTopPrivileged (0.83s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestTwoContainersInNetHost (0.85s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUnpublishedPortsInPsOutput (4.40s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUnsetEnvVarHealthCheck (3.56s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateContainerInvalidValue (0.93s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateContainerWithoutFlags (0.83s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemory (0.99s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.78s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdatePausedContainer (1.04s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainer (0.99s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainerWithRestart (1.73s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateStats (4.12s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateStoppedContainer (1.66s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateWithNanoCPUs (1.15s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUpdateWithUntouchedFields (0.98s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkAlias (4.95s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.68s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.46s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectivity (2.76s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinks (4.79s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (5.66s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown (2.38s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.54s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.70s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.68s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.52s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.42s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.43s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.50s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.50s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.06s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.94s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (0.88s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (1.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (2.68s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForce (0.07s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeEvents (0.84s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (2.52s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.06s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (3.41s) [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerSuite/TestVolumesNoCopyData (4.32s) [2019-09-12T11:30:37.989Z] --- SKIP: Test/DockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-12T11:30:37.989Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestBuildByDigest (1.92s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildByDigest [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d1938bdd02433 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (1.50s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d5b06edc037bb is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (1.89s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon dd7dffddc1475 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (4.26s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon de3af4ea020f5 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPush (4.38s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentPush [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d9039040589b7 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestCreateByDigest (1.67s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestCreateByDigest [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d0fdb3989f9c1 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (1.30s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon da01767875a00 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.41s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d5e77a4be1f4d is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.57s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d411e974ebe9c is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.61s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d2d483b88d1f8 is not started [2019-09-12T11:30:37.989Z] --- PASS: Test/DockerRegistrySuite/TestEventsImageFilterPush (1.37s) [2019-09-12T11:30:37.989Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-12T11:30:37.989Z] check_test.go:148: Daemon d0f551d2bf5a0 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestInspectImageWithDigests (1.41s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d4ae955a0aae6 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (2.74s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-12T11:30:37.990Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:02fc7c7db825f7fa6e63f0e228302c2b5dafb27f43bddec29bbe44aa7f19b993 [2019-09-12T11:30:37.990Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:598c6609c54781cb45afc129e2b5d2c0f1ba0b5f2036eb59978ce2c8bc2ef441 [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d0bf6c5397dfb is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithDigests (2.69s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-12T11:30:37.990Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:58757b1f6ce64b70220d116365069f794d08df131af279988d7a0728e92ba94c [2019-09-12T11:30:37.990Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9cb8e24a342478efe02c8da064489a4d7b4114854ca93bb34aa7a48f5178a641 [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d23e3075c7c1b is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithoutDigests (1.44s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d41748120a298 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.43s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon da3826524c5ab is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigest (1.38s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d70488a52bea4 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d807298977b2e is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (1.37s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon dc8cf81ed8113 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (1.27s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon dd0bb019fa032 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (1.33s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d0f3b6d959c9b is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullIDStability (3.77s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullIDStability [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d816056a53f42 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullImageWithAliases (0.39s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d596c5734575c is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullManifestList (1.48s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullManifestList [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon ded58c2d6fbc4 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPullNoLayers (0.44s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullNoLayers [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d7db92705265b is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushBadTag [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d2a97c7a0a757 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d37c0e4521d88 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPushEmptyLayer (0.29s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon dacde41d62705 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPushMultipleTags (0.32s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon de19f57caab43 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestPushUntagged (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushUntagged [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon da7da08af2850 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestRemoveImageByDigest (1.47s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d259df8f3f742 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestRunByDigest (2.35s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRunByDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d6a6db2f0eca8 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (1.22s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon d83b88f9edcf3 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestTagByDigest (1.41s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestTagByDigest [2019-09-12T11:30:37.990Z] check_test.go:148: Daemon de3dde714dce4 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestUserAgentPassThrough (1.03s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-12T11:30:37.990Z] daemon.go:336: [dfde46d2d74bd] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:336: [dfde46d2d74bd] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:364: [dfde46d2d74bd] daemon started [2019-09-12T11:30:37.990Z] daemon.go:472: [dfde46d2d74bd] Stopping daemon [2019-09-12T11:30:37.990Z] daemon.go:307: [dfde46d2d74bd] exiting daemon [2019-09-12T11:30:37.990Z] daemon.go:459: [dfde46d2d74bd] Daemon stopped [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistrySuite/TestV2Only (0.77s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestV2Only [2019-09-12T11:30:37.990Z] daemon.go:336: [de0bbc09c0945] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:336: [de0bbc09c0945] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:364: [de0bbc09c0945] daemon started [2019-09-12T11:30:37.990Z] daemon.go:472: [de0bbc09c0945] Stopping daemon [2019-09-12T11:30:37.990Z] daemon.go:307: [de0bbc09c0945] exiting daemon [2019-09-12T11:30:37.990Z] daemon.go:459: [de0bbc09c0945] Daemon stopped [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.58s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d34888dcd1fe3 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPush (4.47s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon defd4855d1741 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.30s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d69ed39702434 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigest (1.40s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d76cb70689514 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon dfc9ff31a59c1 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.41s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon dd4c22c3b3d62 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.30s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d416f885546d7 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.32s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon dbf8376db3ed5 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullIDStability (3.78s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d45cfc3dc1c6c is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d095d968265d2 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.48s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d11792dc70ee5 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d1a7f1e339a47 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d2ee405a76f81 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d4695dc2e01db is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d3ae48d248faf is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-12T11:30:37.990Z] check_test.go:175: Daemon d498a02095d55 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon dbbdadc403625 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon d7ba27ea09196 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon da2addf061ffc is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-12T11:30:37.990Z] daemon.go:336: [daf6a784993f9] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:336: [daf6a784993f9] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:364: [daf6a784993f9] daemon started [2019-09-12T11:30:37.990Z] daemon.go:472: [daf6a784993f9] Stopping daemon [2019-09-12T11:30:37.990Z] daemon.go:307: [daf6a784993f9] exiting daemon [2019-09-12T11:30:37.990Z] daemon.go:459: [daf6a784993f9] Daemon stopped [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon d4814ba5ad8be is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon d93d4bafb58a7 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon d212e86068690 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-12T11:30:37.990Z] check_test.go:204: Daemon d7621834562a6 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-12T11:30:37.990Z] check_test.go:231: Daemon d87a8da1c9be3 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-12T11:30:37.990Z] check_test.go:231: Daemon dbda0cdc8e85f is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-12T11:30:37.990Z] check_test.go:231: Daemon dd643ab61a670 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-12T11:30:37.990Z] check_test.go:231: Daemon d50f58d5bf2c3 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-12T11:30:37.990Z] check_test.go:231: Daemon db5e186eab4fd is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestConntrackFlowsLeak (2.76s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-12T11:30:37.990Z] docker_cli_network_unix_test.go:46: Daemon d68259b411881 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.26s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-12T11:30:37.990Z] docker_cli_network_unix_test.go:46: Daemon d9016f45d8789 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.05s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-12T11:30:37.990Z] docker_cli_network_unix_test.go:46: Daemon da73c73ecb8f6 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.22s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-12T11:30:37.990Z] docker_cli_network_unix_test.go:46: Daemon dd6f4dc4da5b8 is not started [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.90s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-12T11:30:37.990Z] docker_cli_network_unix_test.go:1233: Daemon d286c56b8598e is not started [2019-09-12T11:30:37.990Z] daemon.go:336: [d286c56b8598e] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:336: [d286c56b8598e] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:364: [d286c56b8598e] daemon started [2019-09-12T11:30:37.990Z] daemon.go:472: [d286c56b8598e] Stopping daemon [2019-09-12T11:30:37.990Z] daemon.go:307: [d286c56b8598e] exiting daemon [2019-09-12T11:30:37.990Z] daemon.go:459: [d286c56b8598e] Daemon stopped [2019-09-12T11:30:37.990Z] daemon.go:336: [d286c56b8598e] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:336: [d286c56b8598e] waiting for daemon to start [2019-09-12T11:30:37.990Z] daemon.go:364: [d286c56b8598e] daemon started [2019-09-12T11:30:37.990Z] daemon.go:472: [d286c56b8598e] Stopping daemon [2019-09-12T11:30:37.990Z] daemon.go:307: [d286c56b8598e] exiting daemon [2019-09-12T11:30:37.990Z] daemon.go:459: [d286c56b8598e] Daemon stopped [2019-09-12T11:30:37.990Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.31s) [2019-09-12T11:30:37.990Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon db31d303d06a9 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.61s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon dd5ea2e39b14f is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.59s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d85d642bf0695 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.84s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d70682b481548 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.97s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d0eec258446cf is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.76s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon db54265ec714c is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac (1.48s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d4f6144d0c89c is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.50s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d72c46eddcee5 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d37be950407a7 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.28s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon da7e2fc08026a is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind (1.34s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d070a873ecda9 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateLabel (0.15s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon df82d53be74bc is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon df5f0b2a4383d is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d647a60873baa is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.39s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d190fad7beadb is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.67s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d2076a46652c7 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon da0bb28fbf6e8 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.45s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d8839553e90e9 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d64b6a4e21bdf is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (13.96s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-12T11:30:37.991Z] daemon.go:336: [d757af863612c] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d757af863612c] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d757af863612c] daemon started [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:968: Daemon d757af863612c is not started [2019-09-12T11:30:37.991Z] daemon.go:336: [d757af863612c] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:307: [d757af863612c] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:336: [d757af863612c] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d757af863612c] daemon started [2019-09-12T11:30:37.991Z] daemon.go:472: [d757af863612c] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [d757af863612c] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [d757af863612c] Daemon stopped [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkFlagAlias (3.51s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d55c2ae356841 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.03s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d6fb82119d3f4] daemon started [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:1116: Daemon d6fb82119d3f4 is not started [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:307: [d6fb82119d3f4] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d6fb82119d3f4] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d6fb82119d3f4] daemon started [2019-09-12T11:30:37.991Z] daemon.go:472: [d6fb82119d3f4] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [d6fb82119d3f4] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [d6fb82119d3f4] Daemon stopped [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.24s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d9cb2c6adeb48 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.16s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d96c7fc1a03f3 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon de382840fe5fe is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d60b7e874a2a3 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d455d0a14a318 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon dc971a7873512 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon dec9feb6ecf44 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.19s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon db02d04577f99 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d4bcb8c0616a0 is not started [2019-09-12T11:30:37.991Z] --- SKIP: Test/DockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-12T11:30:37.991Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d1046e12e0439 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMacInspect (1.41s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon db66cf7bd5e63 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.99s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-12T11:30:37.991Z] daemon.go:336: [d619237c975c7] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d619237c975c7] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d619237c975c7] daemon started [2019-09-12T11:30:37.991Z] daemon.go:472: [d619237c975c7] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [d619237c975c7] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [d619237c975c7] Daemon stopped [2019-09-12T11:30:37.991Z] daemon.go:336: [d619237c975c7] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d619237c975c7] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d619237c975c7] daemon started [2019-09-12T11:30:37.991Z] daemon.go:472: [d619237c975c7] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [d619237c975c7] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [d619237c975c7] Daemon stopped [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.82s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-12T11:30:37.991Z] daemon.go:336: [d8f0e8c840b85] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [d8f0e8c840b85] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d8f0e8c840b85] daemon started [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:1084: Daemon d8f0e8c840b85 is not started [2019-09-12T11:30:37.991Z] daemon.go:336: [d8f0e8c840b85] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:307: [d8f0e8c840b85] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:336: [d8f0e8c840b85] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [d8f0e8c840b85] daemon started [2019-09-12T11:30:37.991Z] daemon.go:472: [d8f0e8c840b85] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [d8f0e8c840b85] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [d8f0e8c840b85] Daemon stopped [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d331156a88ecc is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.43s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d1c397ce553ac is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.93s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon dcb4be94fb3d9 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d1e87d348a63a is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRunNetByID (1.38s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d87fb4b9421b9 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.94s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d63711d52753e is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkValidateIP (1.77s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d3f5557bc42c2 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.34s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-12T11:30:37.991Z] docker_cli_network_unix_test.go:46: Daemon d6d10e95ce941 is not started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.52s) [2019-09-12T11:30:37.991Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-12T11:30:37.991Z] daemon.go:336: [deefa18fe1325] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:336: [deefa18fe1325] waiting for daemon to start [2019-09-12T11:30:37.991Z] daemon.go:364: [deefa18fe1325] daemon started [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullClientDisconnect (2.18s) [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistry (0.38s) [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.48s) [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullNonExistingImage (0.22s) [2019-09-12T11:30:37.991Z] --- PASS: Test/DockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2019-09-12T11:30:37.991Z] daemon.go:472: [deefa18fe1325] Stopping daemon [2019-09-12T11:30:37.991Z] daemon.go:307: [deefa18fe1325] exiting daemon [2019-09-12T11:30:37.991Z] daemon.go:459: [deefa18fe1325] Daemon stopped [2019-09-12T11:30:37.991Z] PASS [2019-09-12T11:30:37.991Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-12T11:30:38.249Z] ++++ cat bundles/test-integration/docker.pid [2019-09-12T11:30:38.249Z] +++ kill 6899 [2019-09-12T11:30:41.738Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-12T11:30:41.738Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-12T11:30:41.738Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-12T11:30:41.738Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-12T11:30:41.738Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-12T11:30:43.279Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-12T11:30:43.279Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-12T11:30:44.798Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-12T11:30:44.798Z] +++ /etc/init.d/apparmor stop [2019-09-12T11:30:44.798Z] Clearing AppArmor profiles cache:. [2019-09-12T11:30:44.798Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T11:30:44.798Z] Unloading profiles will leave already running processes permanently [2019-09-12T11:30:44.798Z] unconfined, which can lead to unexpected situations. [2019-09-12T11:30:44.798Z] [2019-09-12T11:30:44.798Z] To set a process to complain mode, use the command line tool [2019-09-12T11:30:44.798Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T11:30:44.798Z] with the 'teardown' option." [2019-09-12T11:30:44.798Z] [2019-09-12T11:30:46.166Z] === RUN Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-12T11:30:46.191Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-12T11:30:46.191Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-12T11:30:48.374Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-12T11:30:48.375Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-12T11:30:52.116Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-12T11:30:54.299Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-12T11:30:56.481Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-12T11:31:04.226Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-12T11:31:04.789Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-12T11:31:08.065Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-12T11:31:11.338Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-12T11:31:19.439Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-12T11:31:24.698Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-12T11:31:26.456Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-12T11:31:27.218Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-12T11:31:27.997Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-12T11:31:28.457Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-12T11:31:28.457Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-12T11:31:30.490Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-12T11:31:30.640Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-12T11:31:30.640Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-12T11:31:30.640Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-12T11:31:30.640Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-12T11:31:33.763Z] === RUN Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-12T11:31:37.035Z] === RUN Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-12T11:31:40.979Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-12T11:31:41.209Z] === RUN Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-12T11:31:42.521Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-12T11:31:42.522Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-12T11:31:42.522Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-12T11:31:43.730Z] === RUN Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-12T11:31:52.873Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-12T11:31:52.873Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-12T11:31:52.873Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-12T11:32:01.484Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-12T11:32:01.484Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-12T11:32:01.484Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-12T11:32:03.670Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-12T11:32:03.670Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-12T11:32:03.670Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-12T11:32:05.853Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-12T11:32:06.314Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-12T11:32:08.499Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-12T11:32:10.682Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-12T11:32:10.682Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-12T11:32:10.682Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-12T11:32:12.865Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-12T11:32:13.326Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-12T11:32:13.992Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-12T11:32:13.992Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-12T11:32:13.992Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-12T11:32:13.992Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-12T11:32:13.992Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-12T11:32:14.453Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-12T11:32:23.035Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-12T11:32:23.035Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-12T11:32:23.035Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-12T11:32:27.735Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-12T11:32:27.735Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-12T11:32:27.735Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-12T11:32:30.646Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-12T11:32:32.833Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-12T11:32:35.018Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-12T11:32:37.207Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-12T11:32:39.909Z] === RUN Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-12T11:32:45.789Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-12T11:32:51.591Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-12T11:32:54.778Z] === RUN Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-12T11:33:00.308Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-12T11:33:02.491Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-12T11:33:03.462Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-12T11:33:07.205Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-12T11:33:07.205Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-12T11:33:08.747Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-12T11:33:12.830Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-12T11:33:13.449Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-12T11:33:18.147Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-12T11:33:19.117Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-12T11:33:19.117Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-12T11:33:21.303Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-12T11:33:24.213Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-12T11:33:26.397Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-12T11:33:29.306Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-12T11:33:30.880Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-12T11:33:34.005Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-12T11:33:34.005Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-12T11:33:36.187Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-12T11:33:39.942Z] === RUN Test/DockerSuite/TestExec [2019-09-12T11:33:39.942Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-12T11:33:39.942Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-12T11:33:41.484Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-12T11:33:43.669Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-12T11:33:43.669Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-12T11:33:43.669Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-12T11:33:43.669Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-12T11:33:45.855Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-12T11:33:48.038Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-12T11:33:49.578Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-12T11:33:51.761Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-12T11:33:56.457Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-12T11:33:56.457Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-12T11:33:56.457Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-12T11:33:56.457Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-12T11:33:58.639Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-12T11:34:02.381Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-12T11:34:02.381Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-12T11:34:02.382Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-12T11:34:02.382Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-12T11:34:02.382Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-12T11:34:02.382Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-12T11:34:04.568Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-12T11:34:06.753Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-12T11:34:06.753Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-12T11:34:15.344Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-12T11:34:15.344Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-12T11:34:15.344Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-12T11:34:15.344Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-12T11:34:21.149Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-12T11:34:26.951Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-12T11:34:29.862Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestHealth [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-12T11:34:36.945Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-12T11:34:38.514Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-12T11:34:41.650Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-12T11:34:41.650Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-12T11:34:41.650Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-12T11:34:41.650Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-12T11:34:41.650Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-12T11:34:42.111Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-12T11:34:42.571Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-12T11:34:42.571Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-12T11:34:43.543Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-12T11:34:43.543Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-12T11:34:45.056Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-12T11:34:45.729Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-12T11:34:45.729Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-12T11:34:47.911Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-12T11:34:50.822Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-12T11:34:50.822Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-12T11:34:50.822Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-12T11:34:54.562Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-12T11:34:54.562Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-12T11:34:56.745Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-12T11:34:56.745Z] === RUN Test/DockerSuite/TestImportFile [2019-09-12T11:34:56.745Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-12T11:34:56.745Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-12T11:34:57.205Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-12T11:34:57.665Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-12T11:34:59.849Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-12T11:35:02.033Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-12T11:35:02.033Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-12T11:35:02.033Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-12T11:35:02.033Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-12T11:35:02.033Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-12T11:35:04.215Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-12T11:35:04.215Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-12T11:35:06.399Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-12T11:35:06.399Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-12T11:35:06.399Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-12T11:35:06.399Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-12T11:35:08.585Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-12T11:35:13.284Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-12T11:35:13.284Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-12T11:35:13.284Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-12T11:35:13.284Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-12T11:35:16.194Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-12T11:35:17.109Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-12T11:35:18.376Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-12T11:35:18.376Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-12T11:35:20.558Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-12T11:35:22.742Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-12T11:35:22.742Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-12T11:35:22.742Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-12T11:35:24.925Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-12T11:35:27.109Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-12T11:35:31.808Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-12T11:35:31.955Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-12T11:35:33.350Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-12T11:35:35.534Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-12T11:35:37.718Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-12T11:35:39.901Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-12T11:35:42.085Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-12T11:35:44.270Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-12T11:35:44.731Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-12T11:35:46.272Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-12T11:35:48.455Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-12T11:35:54.255Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-12T11:35:56.438Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-12T11:35:56.438Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-12T11:35:58.621Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-12T11:35:58.621Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-12T11:36:03.989Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-12T11:36:05.704Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-12T11:36:12.787Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-12T11:36:16.163Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-12T11:36:21.370Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-12T11:36:22.909Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-12T11:36:25.093Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-12T11:36:25.093Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-12T11:36:27.277Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-12T11:36:29.463Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-12T11:36:39.804Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-12T11:36:39.804Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-12T11:36:39.804Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-12T11:36:41.349Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-12T11:36:44.261Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-12T11:36:45.804Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPortList [2019-09-12T11:36:46.265Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-12T11:36:48.198Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-12T11:36:50.968Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-12T11:36:55.665Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-12T11:36:55.665Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-12T11:37:04.246Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-12T11:37:04.246Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-12T11:37:06.252Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-12T11:37:12.835Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-12T11:37:21.197Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-12T11:37:25.238Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-12T11:37:25.699Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-12T11:37:40.530Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-12T11:37:52.931Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-12T11:37:55.113Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-12T11:38:02.196Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-12T11:38:07.827Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-12T11:38:10.785Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-12T11:38:10.785Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-12T11:38:10.785Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-12T11:38:15.522Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-12T11:38:15.522Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-12T11:38:15.522Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-12T11:38:15.522Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-12T11:38:15.522Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-12T11:38:22.604Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-12T11:38:22.604Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-12T11:38:23.574Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-12T11:38:23.574Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-12T11:38:25.114Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-12T11:38:25.923Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-12T11:38:26.084Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-12T11:38:26.084Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-12T11:38:30.783Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-12T11:38:35.479Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-12T11:38:37.087Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-12T11:38:57.962Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-12T11:39:07.071Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-12T11:39:07.071Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-12T11:39:10.813Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-12T11:39:10.813Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-12T11:39:10.813Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-12T11:39:11.790Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-12T11:39:16.488Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-12T11:39:26.819Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-12T11:39:26.819Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-12T11:39:29.731Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-12T11:39:30.018Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-12T11:39:30.192Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-12T11:39:30.192Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-12T11:39:44.868Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-12T11:39:47.927Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-12T11:39:48.404Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-12T11:39:49.383Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-12T11:39:56.648Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-12T11:40:02.452Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-12T11:40:02.924Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-12T11:40:11.033Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-12T11:40:14.964Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-12T11:40:15.933Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-12T11:40:18.844Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-12T11:40:20.981Z] === RUN Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-12T11:40:35.836Z] --- PASS: Test (2654.79s) [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.64s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-12T11:40:35.836Z] daemon.go:336: [d4b1c27d68d49] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d4b1c27d68d49] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d4b1c27d68d49] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d4b1c27d68d49] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d4b1c27d68d49] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d4b1c27d68d49] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d4b1c27d68d49] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d4b1c27d68d49] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d4b1c27d68d49] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d4b1c27d68d49] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d4b1c27d68d49] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d4b1c27d68d49] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.58s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-12T11:40:35.836Z] daemon.go:336: [dab779e63c71f] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [dab779e63c71f] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [dab779e63c71f] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [dab779e63c71f] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [dab779e63c71f] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [dab779e63c71f] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.56s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-12T11:40:35.836Z] daemon.go:336: [d563ebe413cf4] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d563ebe413cf4] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d563ebe413cf4] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d563ebe413cf4] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d563ebe413cf4] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d563ebe413cf4] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.46s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-12T11:40:35.836Z] daemon.go:336: [d396c20570d17] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d396c20570d17] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d396c20570d17] daemon started [2019-09-12T11:40:35.836Z] daemon.go:307: [d396c20570d17] exiting daemon [2019-09-12T11:40:35.836Z] docker_cli_daemon_test.go:1449: Daemon d396c20570d17 is not started [2019-09-12T11:40:35.836Z] daemon.go:336: [d396c20570d17] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d396c20570d17] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d396c20570d17] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d396c20570d17] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d396c20570d17] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d396c20570d17] Daemon stopped [2019-09-12T11:40:35.836Z] check_test.go:261: Daemon d0cbcd3bc66d0 is not started [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.87s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-12T11:40:35.836Z] daemon.go:336: [d7cc90a8f7dc5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d7cc90a8f7dc5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d7cc90a8f7dc5] daemon started [2019-09-12T11:40:35.836Z] daemon.go:307: [d7cc90a8f7dc5] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:336: [d7cc90a8f7dc5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d7cc90a8f7dc5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d7cc90a8f7dc5] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d7cc90a8f7dc5] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d7cc90a8f7dc5] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d7cc90a8f7dc5] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.09s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-12T11:40:35.836Z] daemon.go:336: [db18dfeb3a51a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [db18dfeb3a51a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [db18dfeb3a51a] daemon started [2019-09-12T11:40:35.836Z] daemon.go:307: [db18dfeb3a51a] exiting daemon [2019-09-12T11:40:35.836Z] check_test.go:261: Daemon d73ff0b58031a is not started [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort (2.19s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-12T11:40:35.836Z] daemon.go:336: [d44721c1e1703] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d44721c1e1703] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d44721c1e1703] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d44721c1e1703] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d44721c1e1703] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d44721c1e1703] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeExternal (3.57s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:307: [d80501480cccc] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d80501480cccc] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d80501480cccc] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d80501480cccc] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d80501480cccc] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d80501480cccc] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d80501480cccc] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d80501480cccc] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d80501480cccc] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d80501480cccc] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.08s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-12T11:40:35.836Z] daemon.go:336: [d9ae6a07fa77a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d9ae6a07fa77a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d9ae6a07fa77a] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d9ae6a07fa77a] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d9ae6a07fa77a] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d9ae6a07fa77a] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d9ae6a07fa77a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d9ae6a07fa77a] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d9ae6a07fa77a] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d9ae6a07fa77a] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d9ae6a07fa77a] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d9ae6a07fa77a] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr (4.94s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-12T11:40:35.836Z] daemon.go:336: [d1d1fac6feef5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d1d1fac6feef5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d1d1fac6feef5] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d1d1fac6feef5] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d1d1fac6feef5] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d1d1fac6feef5] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d1d1fac6feef5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d1d1fac6feef5] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d1d1fac6feef5] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d1d1fac6feef5] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d1d1fac6feef5] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d1d1fac6feef5] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.82s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-12T11:40:35.836Z] daemon.go:336: [d540903fc5215] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d540903fc5215] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d540903fc5215] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d540903fc5215] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d540903fc5215] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d540903fc5215] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d540903fc5215] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d540903fc5215] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d540903fc5215] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d540903fc5215] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d540903fc5215] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d540903fc5215] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeIP (4.18s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-12T11:40:35.836Z] daemon.go:336: [db474cc391527] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [db474cc391527] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [db474cc391527] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [db474cc391527] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [db474cc391527] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [db474cc391527] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [db474cc391527] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [db474cc391527] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [db474cc391527] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [db474cc391527] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [db474cc391527] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [db474cc391527] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeNone (1.73s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-12T11:40:35.836Z] daemon.go:336: [db4ee6b3ca7a8] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [db4ee6b3ca7a8] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [db4ee6b3ca7a8] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [db4ee6b3ca7a8] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [db4ee6b3ca7a8] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [db4ee6b3ca7a8] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [db4ee6b3ca7a8] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [db4ee6b3ca7a8] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [db4ee6b3ca7a8] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [db4ee6b3ca7a8] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [db4ee6b3ca7a8] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [db4ee6b3ca7a8] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCgroupParent (3.69s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-12T11:40:35.836Z] daemon.go:336: [d64b730843d48] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d64b730843d48] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d64b730843d48] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d64b730843d48] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d64b730843d48] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d64b730843d48] Daemon stopped [2019-09-12T11:40:35.836Z] daemon.go:336: [d64b730843d48] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:336: [d64b730843d48] waiting for daemon to start [2019-09-12T11:40:35.836Z] daemon.go:364: [d64b730843d48] daemon started [2019-09-12T11:40:35.836Z] daemon.go:472: [d64b730843d48] Stopping daemon [2019-09-12T11:40:35.836Z] daemon.go:307: [d64b730843d48] exiting daemon [2019-09-12T11:40:35.836Z] daemon.go:459: [d64b730843d48] Daemon stopped [2019-09-12T11:40:35.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-12T11:40:35.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-12T11:40:35.837Z] daemon.go:336: [da70f8194cafc] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:307: [da70f8194cafc] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:336: [da70f8194cafc] waiting for daemon to start [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon ddce8887dd459 is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-12T11:40:35.837Z] daemon.go:336: [d4c750e138e61] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:307: [d4c750e138e61] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:336: [d4c750e138e61] waiting for daemon to start [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d781fe4a107e5 is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.23s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-12T11:40:35.837Z] daemon.go:336: [d4e736df53f04] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d4e736df53f04] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d4e736df53f04] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d4e736df53f04] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d4e736df53f04] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d4e736df53f04] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDebugLog (0.63s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-12T11:40:35.837Z] daemon.go:336: [d81baeec3f127] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d81baeec3f127] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d81baeec3f127] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d81baeec3f127] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d81baeec3f127] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d81baeec3f127] Daemon stopped [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d81baeec3f127 is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.02s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-12T11:40:35.837Z] daemon.go:336: [dd8247d3b98da] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dd8247d3b98da] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dd8247d3b98da] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dd8247d3b98da] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dd8247d3b98da] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dd8247d3b98da] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [dd8247d3b98da] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dd8247d3b98da] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dd8247d3b98da] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dd8247d3b98da] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dd8247d3b98da] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dd8247d3b98da] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.98s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-12T11:40:35.837Z] daemon.go:336: [d325b957c203c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d325b957c203c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d325b957c203c] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d325b957c203c] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d325b957c203c] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d325b957c203c] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [d325b957c203c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d325b957c203c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d325b957c203c] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d325b957c203c] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d325b957c203c] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d325b957c203c] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.17s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-12T11:40:35.837Z] daemon.go:336: [d1e769d6213e2] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d1e769d6213e2] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d1e769d6213e2] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d1e769d6213e2] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d1e769d6213e2] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d1e769d6213e2] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [d1e769d6213e2] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d1e769d6213e2] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d1e769d6213e2] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d1e769d6213e2] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d1e769d6213e2] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d1e769d6213e2] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.46s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-12T11:40:35.837Z] daemon.go:336: [dc311af0c361f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dc311af0c361f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dc311af0c361f] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dc311af0c361f] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dc311af0c361f] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dc311af0c361f] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [dc311af0c361f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dc311af0c361f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dc311af0c361f] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dc311af0c361f] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dc311af0c361f] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dc311af0c361f] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-12T11:40:35.837Z] daemon.go:336: [d50a3d7b70f38] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d50a3d7b70f38] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d50a3d7b70f38] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d50a3d7b70f38] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d50a3d7b70f38] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d50a3d7b70f38] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEvents (3.60s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonEvents [2019-09-12T11:40:35.837Z] daemon.go:336: [d55af48d73f9c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d55af48d73f9c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d55af48d73f9c] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d55af48d73f9c] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d55af48d73f9c] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d55af48d73f9c] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEventsWithFilters (3.74s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-12T11:40:35.837Z] daemon.go:336: [dcec3e2eada4c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dcec3e2eada4c] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dcec3e2eada4c] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dcec3e2eada4c] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dcec3e2eada4c] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dcec3e2eada4c] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-12T11:40:35.837Z] daemon.go:336: [d32c266325f61] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:307: [d32c266325f61] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:336: [d32c266325f61] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:472: [d32c266325f61] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:461: [d32c266325f61] Error when stopping daemon: daemon not started [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d32c266325f61 is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagD (0.86s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-12T11:40:35.837Z] daemon.go:336: [de9da198a1f57] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [de9da198a1f57] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [de9da198a1f57] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [de9da198a1f57] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [de9da198a1f57] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [de9da198a1f57] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-12T11:40:35.837Z] daemon.go:336: [d4d7b234fc54f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d4d7b234fc54f] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d4d7b234fc54f] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d4d7b234fc54f] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d4d7b234fc54f] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d4d7b234fc54f] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.59s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-12T11:40:35.837Z] daemon.go:336: [df515baad9cf3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [df515baad9cf3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [df515baad9cf3] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [df515baad9cf3] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [df515baad9cf3] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [df515baad9cf3] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonICCLinkExpose (4.07s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-12T11:40:35.837Z] daemon.go:336: [d2e992b33b833] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d2e992b33b833] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d2e992b33b833] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d2e992b33b833] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d2e992b33b833] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d2e992b33b833] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [d2e992b33b833] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d2e992b33b833] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d2e992b33b833] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d2e992b33b833] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d2e992b33b833] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d2e992b33b833] Daemon stopped [2019-09-12T11:40:35.837Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonICCPing (0.02s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-12T11:40:35.837Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d013ad4e34caa is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIP (4.14s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIP [2019-09-12T11:40:35.837Z] daemon.go:336: [d364f463004c3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d364f463004c3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d364f463004c3] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d364f463004c3] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d364f463004c3] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d364f463004c3] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [d364f463004c3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d364f463004c3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d364f463004c3] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d364f463004c3] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d364f463004c3] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d364f463004c3] Daemon stopped [2019-09-12T11:40:35.837Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-12T11:40:35.837Z] requirement.go:26: unmatched requirement IPv6 [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon dc377f3cc5bc3 is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR (13.25s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-12T11:40:35.837Z] daemon.go:336: [d43e93d96b262] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d43e93d96b262] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d43e93d96b262] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d43e93d96b262] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d43e93d96b262] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d43e93d96b262] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (12.23s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-12T11:40:35.837Z] daemon.go:336: [da91c19431063] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [da91c19431063] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [da91c19431063] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [da91c19431063] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [da91c19431063] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [da91c19431063] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6HostMode (11.83s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-12T11:40:35.837Z] daemon.go:336: [dfab47e878153] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [dfab47e878153] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [dfab47e878153] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [dfab47e878153] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [dfab47e878153] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [dfab47e878153] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesClean (1.79s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-12T11:40:35.837Z] daemon.go:336: [d9d98feb863ec] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d9d98feb863ec] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d9d98feb863ec] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d9d98feb863ec] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d9d98feb863ec] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d9d98feb863ec] Daemon stopped [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d9d98feb863ec is not started [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesCreate (3.19s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-12T11:40:35.837Z] daemon.go:336: [db0199c27e11b] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [db0199c27e11b] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [db0199c27e11b] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [db0199c27e11b] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [db0199c27e11b] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [db0199c27e11b] Daemon stopped [2019-09-12T11:40:35.837Z] daemon.go:336: [db0199c27e11b] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [db0199c27e11b] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [db0199c27e11b] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [db0199c27e11b] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [db0199c27e11b] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [db0199c27e11b] Daemon stopped [2019-09-12T11:40:35.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-09-12T11:40:35.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-12T11:40:35.837Z] daemon.go:336: [d0458d012d8a3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:336: [d0458d012d8a3] waiting for daemon to start [2019-09-12T11:40:35.837Z] daemon.go:364: [d0458d012d8a3] daemon started [2019-09-12T11:40:35.837Z] daemon.go:472: [d0458d012d8a3] Stopping daemon [2019-09-12T11:40:35.837Z] daemon.go:307: [d0458d012d8a3] exiting daemon [2019-09-12T11:40:35.837Z] daemon.go:459: [d0458d012d8a3] Daemon stopped [2019-09-12T11:40:35.837Z] check_test.go:261: Daemon d0458d012d8a3 is not started [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.82s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-12T11:40:35.838Z] daemon.go:336: [d8fc51246d137] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d8fc51246d137] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d8fc51246d137] daemon started [2019-09-12T11:40:35.838Z] daemon.go:307: [d8fc51246d137] exiting daemon [2019-09-12T11:40:35.838Z] docker_cli_daemon_plugins_test.go:80: Daemon d8fc51246d137 is not started [2019-09-12T11:40:35.838Z] daemon.go:336: [d8fc51246d137] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d8fc51246d137] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d8fc51246d137] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d8fc51246d137] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d8fc51246d137] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d8fc51246d137] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillWithPlugins (4.04s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-12T11:40:35.838Z] daemon.go:336: [d090fc3ebb966] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d090fc3ebb966] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d090fc3ebb966] daemon started [2019-09-12T11:40:35.838Z] daemon.go:307: [d090fc3ebb966] exiting daemon [2019-09-12T11:40:35.838Z] docker_cli_daemon_plugins_test.go:170: Daemon d090fc3ebb966 is not started [2019-09-12T11:40:35.838Z] daemon.go:336: [d090fc3ebb966] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d090fc3ebb966] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d090fc3ebb966] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d090fc3ebb966] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d090fc3ebb966] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d090fc3ebb966] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.46s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-12T11:40:35.838Z] daemon.go:336: [d943504b1ab9b] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d943504b1ab9b] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d943504b1ab9b] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d943504b1ab9b] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d943504b1ab9b] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d943504b1ab9b] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [d943504b1ab9b] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d943504b1ab9b] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d943504b1ab9b] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d943504b1ab9b] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d943504b1ab9b] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d943504b1ab9b] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-12T11:40:35.838Z] daemon.go:336: [d7eb681301cf9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d7eb681301cf9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d7eb681301cf9] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d7eb681301cf9] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d7eb681301cf9] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d7eb681301cf9] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-12T11:40:35.838Z] daemon.go:336: [d4bb162a75c86] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d4bb162a75c86] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d4bb162a75c86] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d4bb162a75c86] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d4bb162a75c86] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d4bb162a75c86] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-12T11:40:35.838Z] daemon.go:336: [d4c078f167f46] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:307: [d4c078f167f46] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:336: [d4c078f167f46] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:472: [d4c078f167f46] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:461: [d4c078f167f46] Error when stopping daemon: daemon not started [2019-09-12T11:40:35.838Z] check_test.go:261: Daemon d4c078f167f46 is not started [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogOptions (1.83s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogOptions [2019-09-12T11:40:35.838Z] daemon.go:336: [dc4c6ca3e32ee] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [dc4c6ca3e32ee] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [dc4c6ca3e32ee] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [dc4c6ca3e32ee] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [dc4c6ca3e32ee] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [dc4c6ca3e32ee] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault (1.82s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-12T11:40:35.838Z] daemon.go:336: [da2ded2207be1] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [da2ded2207be1] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [da2ded2207be1] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [da2ded2207be1] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [da2ded2207be1] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [da2ded2207be1] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.93s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-12T11:40:35.838Z] daemon.go:336: [d8b5bf315a779] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d8b5bf315a779] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d8b5bf315a779] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d8b5bf315a779] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d8b5bf315a779] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d8b5bf315a779] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNone (1.97s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-12T11:40:35.838Z] daemon.go:336: [db501b975f6b4] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [db501b975f6b4] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [db501b975f6b4] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [db501b975f6b4] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [db501b975f6b4] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [db501b975f6b4] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.84s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b76370e5902] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b76370e5902] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d5b76370e5902] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d5b76370e5902] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d5b76370e5902] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d5b76370e5902] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.87s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-12T11:40:35.838Z] daemon.go:336: [d018d0d1056c5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d018d0d1056c5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d018d0d1056c5] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d018d0d1056c5] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d018d0d1056c5] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d018d0d1056c5] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.99s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-12T11:40:35.838Z] daemon.go:336: [d9bf29c5c1a93] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d9bf29c5c1a93] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d9bf29c5c1a93] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d9bf29c5c1a93] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d9bf29c5c1a93] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d9bf29c5c1a93] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-12T11:40:35.838Z] daemon.go:336: [d991a557dc7ec] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d991a557dc7ec] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d991a557dc7ec] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d991a557dc7ec] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d991a557dc7ec] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d991a557dc7ec] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-12T11:40:35.838Z] daemon.go:336: [df48cac5cc78d] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [df48cac5cc78d] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [df48cac5cc78d] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [df48cac5cc78d] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [df48cac5cc78d] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [df48cac5cc78d] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-12T11:40:35.838Z] daemon.go:336: [d9d33dcfbe7c3] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d9d33dcfbe7c3] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d9d33dcfbe7c3] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d9d33dcfbe7c3] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d9d33dcfbe7c3] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d9d33dcfbe7c3] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.19s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-12T11:40:35.838Z] daemon.go:336: [d726899e67be4] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d726899e67be4] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d726899e67be4] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d726899e67be4] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d726899e67be4] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d726899e67be4] Daemon stopped [2019-09-12T11:40:35.838Z] check_test.go:261: Daemon d726899e67be4 is not started [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns (2.57s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-12T11:40:35.838Z] daemon.go:336: [dd97dda2a0352] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [dd97dda2a0352] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [dd97dda2a0352] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [dd97dda2a0352] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [dd97dda2a0352] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [dd97dda2a0352] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [dd97dda2a0352] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [dd97dda2a0352] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [dd97dda2a0352] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [dd97dda2a0352] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [dd97dda2a0352] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [dd97dda2a0352] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.81s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-12T11:40:35.838Z] daemon.go:336: [d03f703e495d0] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d03f703e495d0] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d03f703e495d0] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d03f703e495d0] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d03f703e495d0] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d03f703e495d0] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [d03f703e495d0] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d03f703e495d0] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d03f703e495d0] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d03f703e495d0] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d03f703e495d0] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d03f703e495d0] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d03f703e495d0] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartKillWait (2.50s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-12T11:40:35.838Z] daemon.go:336: [de27052bce9f5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [de27052bce9f5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [de27052bce9f5] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [de27052bce9f5] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [de27052bce9f5] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [de27052bce9f5] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [de27052bce9f5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [de27052bce9f5] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [de27052bce9f5] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [de27052bce9f5] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [de27052bce9f5] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [de27052bce9f5] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-12T11:40:35.838Z] daemon.go:336: [d2294b3116ae7] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d2294b3116ae7] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d2294b3116ae7] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d2294b3116ae7] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d2294b3116ae7] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d2294b3116ae7] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [d2294b3116ae7] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d2294b3116ae7] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d2294b3116ae7] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d2294b3116ae7] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d2294b3116ae7] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d2294b3116ae7] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartOnFailure (5.07s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-12T11:40:35.838Z] daemon.go:336: [d0bf8863cc0a9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d0bf8863cc0a9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d0bf8863cc0a9] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d0bf8863cc0a9] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d0bf8863cc0a9] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d0bf8863cc0a9] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [d0bf8863cc0a9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d0bf8863cc0a9] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d0bf8863cc0a9] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d0bf8863cc0a9] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d0bf8863cc0a9] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d0bf8863cc0a9] Daemon stopped [2019-09-12T11:40:35.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRenameContainer (3.29s) [2019-09-12T11:40:35.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b637c019d20] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b637c019d20] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d5b637c019d20] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d5b637c019d20] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d5b637c019d20] exiting daemon [2019-09-12T11:40:35.838Z] daemon.go:459: [d5b637c019d20] Daemon stopped [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b637c019d20] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:336: [d5b637c019d20] waiting for daemon to start [2019-09-12T11:40:35.838Z] daemon.go:364: [d5b637c019d20] daemon started [2019-09-12T11:40:35.838Z] daemon.go:472: [d5b637c019d20] Stopping daemon [2019-09-12T11:40:35.838Z] daemon.go:307: [d5b637c019d20] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d5b637c019d20] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.05s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-12T11:40:35.839Z] daemon.go:336: [db1a741a22723] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [db1a741a22723] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [db1a741a22723] daemon started [2019-09-12T11:40:35.839Z] daemon.go:336: [db1a741a22723] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:307: [db1a741a22723] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:336: [db1a741a22723] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [db1a741a22723] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [db1a741a22723] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [db1a741a22723] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [db1a741a22723] Daemon stopped [2019-09-12T11:40:35.839Z] check_test.go:261: Daemon db1a741a22723 is not started [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.70s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-12T11:40:35.839Z] daemon.go:336: [dd37da3f37a85] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dd37da3f37a85] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dd37da3f37a85] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dd37da3f37a85] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dd37da3f37a85] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dd37da3f37a85] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [dd37da3f37a85] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dd37da3f37a85] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dd37da3f37a85] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dd37da3f37a85] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dd37da3f37a85] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dd37da3f37a85] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.49s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-12T11:40:35.839Z] daemon.go:336: [d73f37ea0ec00] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d73f37ea0ec00] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d73f37ea0ec00] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d73f37ea0ec00] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d73f37ea0ec00] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d73f37ea0ec00] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d73f37ea0ec00] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d73f37ea0ec00] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d73f37ea0ec00] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d73f37ea0ec00] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d73f37ea0ec00] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d73f37ea0ec00] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped (11.19s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d127c9e98f048] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d127c9e98f048] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d127c9e98f048] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d127c9e98f048] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d127c9e98f048] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d127c9e98f048] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d127c9e98f048] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d127c9e98f048] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d127c9e98f048] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d127c9e98f048] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d127c9e98f048] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d127c9e98f048] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d127c9e98f048] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.28s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-12T11:40:35.839Z] daemon.go:336: [d42566305ca7c] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d42566305ca7c] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d42566305ca7c] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d42566305ca7c] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d42566305ca7c] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d42566305ca7c] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d42566305ca7c] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d42566305ca7c] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d42566305ca7c] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d42566305ca7c] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d42566305ca7c] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d42566305ca7c] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dafd4d3718d03] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dafd4d3718d03] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dafd4d3718d03] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dafd4d3718d03] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dafd4d3718d03] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dafd4d3718d03] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dafd4d3718d03] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dafd4d3718d03] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dafd4d3718d03] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dafd4d3718d03] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dafd4d3718d03] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dafd4d3718d03] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dafd4d3718d03] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.48s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-12T11:40:35.839Z] daemon.go:336: [d92de4a60e582] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d92de4a60e582] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d92de4a60e582] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d92de4a60e582] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d92de4a60e582] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d92de4a60e582] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d92de4a60e582] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d92de4a60e582] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d92de4a60e582] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d92de4a60e582] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d92de4a60e582] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d92de4a60e582] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.29s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-12T11:40:35.839Z] daemon.go:336: [dbd34cbe0a950] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dbd34cbe0a950] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dbd34cbe0a950] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dbd34cbe0a950] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dbd34cbe0a950] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dbd34cbe0a950] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [dbd34cbe0a950] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [dbd34cbe0a950] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [dbd34cbe0a950] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [dbd34cbe0a950] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [dbd34cbe0a950] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [dbd34cbe0a950] Daemon stopped [2019-09-12T11:40:35.839Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-12T11:40:35.839Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:40:35.839Z] check_test.go:261: Daemon defb0171900e4 is not started [2019-09-12T11:40:35.839Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-12T11:40:35.839Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:40:35.839Z] check_test.go:261: Daemon de4aecf90f764 is not started [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.56s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-12T11:40:35.839Z] daemon.go:336: [d226cb7dedce9] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d226cb7dedce9] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d226cb7dedce9] daemon started [2019-09-12T11:40:35.839Z] daemon.go:307: [d226cb7dedce9] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:336: [d226cb7dedce9] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d226cb7dedce9] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d226cb7dedce9] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d226cb7dedce9] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d226cb7dedce9] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d226cb7dedce9] Daemon stopped [2019-09-12T11:40:35.839Z] check_test.go:261: Daemon d226cb7dedce9 is not started [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithLinks (5.40s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-12T11:40:35.839Z] daemon.go:336: [d802f141af824] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d802f141af824] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d802f141af824] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d802f141af824] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d802f141af824] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d802f141af824] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d802f141af824] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d802f141af824] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d802f141af824] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d802f141af824] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d802f141af824] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d802f141af824] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithNames (3.58s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-12T11:40:35.839Z] daemon.go:336: [db16dac0088df] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [db16dac0088df] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [db16dac0088df] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [db16dac0088df] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [db16dac0088df] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [db16dac0088df] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [db16dac0088df] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [db16dac0088df] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [db16dac0088df] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [db16dac0088df] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [db16dac0088df] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [db16dac0088df] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.59s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-12T11:40:35.839Z] daemon.go:336: [d05f451b685b4] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d05f451b685b4] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d05f451b685b4] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d05f451b685b4] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d05f451b685b4] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d05f451b685b4] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d05f451b685b4] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d05f451b685b4] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d05f451b685b4] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d05f451b685b4] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d05f451b685b4] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d05f451b685b4] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.38s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-12T11:40:35.839Z] daemon.go:336: [de1ca2d6b750d] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [de1ca2d6b750d] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [de1ca2d6b750d] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [de1ca2d6b750d] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [de1ca2d6b750d] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [de1ca2d6b750d] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [de1ca2d6b750d] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [de1ca2d6b750d] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [de1ca2d6b750d] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [de1ca2d6b750d] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [de1ca2d6b750d] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [de1ca2d6b750d] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.98s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-12T11:40:35.839Z] daemon.go:336: [d24ca9b2e650e] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d24ca9b2e650e] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d24ca9b2e650e] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d24ca9b2e650e] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d24ca9b2e650e] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d24ca9b2e650e] Daemon stopped [2019-09-12T11:40:35.839Z] daemon.go:336: [d24ca9b2e650e] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:336: [d24ca9b2e650e] waiting for daemon to start [2019-09-12T11:40:35.839Z] daemon.go:364: [d24ca9b2e650e] daemon started [2019-09-12T11:40:35.839Z] daemon.go:472: [d24ca9b2e650e] Stopping daemon [2019-09-12T11:40:35.839Z] daemon.go:307: [d24ca9b2e650e] exiting daemon [2019-09-12T11:40:35.839Z] daemon.go:459: [d24ca9b2e650e] Daemon stopped [2019-09-12T11:40:35.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.96s) [2019-09-12T11:40:35.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-12T11:40:35.840Z] daemon.go:336: [d0d31f2cbad0f] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d0d31f2cbad0f] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d0d31f2cbad0f] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d0d31f2cbad0f] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d0d31f2cbad0f] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d0d31f2cbad0f] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [d0d31f2cbad0f] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d0d31f2cbad0f] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d0d31f2cbad0f] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d0d31f2cbad0f] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d0d31f2cbad0f] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d0d31f2cbad0f] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.86s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-12T11:40:35.840Z] daemon.go:336: [d8e16a3ff079a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d8e16a3ff079a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d8e16a3ff079a] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d8e16a3ff079a] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d8e16a3ff079a] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d8e16a3ff079a] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [d8e16a3ff079a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d8e16a3ff079a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d8e16a3ff079a] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d8e16a3ff079a] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d8e16a3ff079a] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d8e16a3ff079a] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-12T11:40:35.840Z] daemon.go:336: [d6e6dcd45f282] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d6e6dcd45f282] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d6e6dcd45f282] daemon started [2019-09-12T11:40:35.840Z] daemon.go:307: [d6e6dcd45f282] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [d6e6dcd45f282] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d6e6dcd45f282] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d6e6dcd45f282] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d6e6dcd45f282] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d6e6dcd45f282] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d6e6dcd45f282] Daemon stopped [2019-09-12T11:40:35.840Z] check_test.go:261: Daemon d6e6dcd45f282 is not started [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.79s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-12T11:40:35.840Z] daemon.go:336: [d0e2f857a1b8c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d0e2f857a1b8c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d0e2f857a1b8c] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d0e2f857a1b8c] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d0e2f857a1b8c] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d0e2f857a1b8c] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [d0e2f857a1b8c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d0e2f857a1b8c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d0e2f857a1b8c] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d0e2f857a1b8c] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d0e2f857a1b8c] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d0e2f857a1b8c] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.63s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-12T11:40:35.840Z] daemon.go:336: [dcaaab1a0cb95] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [dcaaab1a0cb95] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [dcaaab1a0cb95] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [dcaaab1a0cb95] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [dcaaab1a0cb95] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [dcaaab1a0cb95] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [dcaaab1a0cb95] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [dcaaab1a0cb95] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [dcaaab1a0cb95] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [dcaaab1a0cb95] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [dcaaab1a0cb95] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [dcaaab1a0cb95] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeout (1.81s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-12T11:40:35.840Z] daemon.go:336: [d7d6427406a04] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d7d6427406a04] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d7d6427406a04] daemon started [2019-09-12T11:40:35.840Z] daemon.go:307: [d7d6427406a04] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:472: [d7d6427406a04] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:461: [d7d6427406a04] Error when stopping daemon: daemon not started [2019-09-12T11:40:35.840Z] check_test.go:261: Daemon d7d6427406a04 is not started [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-12T11:40:35.840Z] daemon.go:336: [d20adf73f9abd] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d20adf73f9abd] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d20adf73f9abd] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d20adf73f9abd] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d20adf73f9abd] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d20adf73f9abd] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins (6.45s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d026c0541bc53] daemon started [2019-09-12T11:40:35.840Z] daemon.go:307: [d026c0541bc53] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d026c0541bc53] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d026c0541bc53] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d026c0541bc53] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d026c0541bc53] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d026c0541bc53] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d026c0541bc53] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d026c0541bc53] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d026c0541bc53] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d026c0541bc53] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.13s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-12T11:40:35.840Z] daemon.go:336: [d85a5d702e628] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d85a5d702e628] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d85a5d702e628] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d85a5d702e628] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d85a5d702e628] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d85a5d702e628] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [d85a5d702e628] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d85a5d702e628] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d85a5d702e628] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d85a5d702e628] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d85a5d702e628] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d85a5d702e628] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-12T11:40:35.840Z] daemon.go:336: [d8bb6f8689cb1] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d8bb6f8689cb1] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d8bb6f8689cb1] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d8bb6f8689cb1] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d8bb6f8689cb1] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d8bb6f8689cb1] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-12T11:40:35.840Z] daemon.go:336: [d536a5d208947] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d536a5d208947] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d536a5d208947] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d536a5d208947] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d536a5d208947] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d536a5d208947] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-12T11:40:35.840Z] daemon.go:336: [deb3477730ce7] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [deb3477730ce7] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [deb3477730ce7] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [deb3477730ce7] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [deb3477730ce7] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [deb3477730ce7] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-12T11:40:35.840Z] daemon.go:336: [d4dbe1c8c2841] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [d4dbe1c8c2841] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [d4dbe1c8c2841] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [d4dbe1c8c2841] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [d4dbe1c8c2841] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [d4dbe1c8c2841] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-12T11:40:35.840Z] daemon.go:336: [da71a85d0e9ab] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [da71a85d0e9ab] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [da71a85d0e9ab] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-12T11:40:35.840Z] daemon.go:336: [dc675409ce1e2] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [dc675409ce1e2] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [dc675409ce1e2] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-12T11:40:35.840Z] daemon.go:336: [df587f860bc47] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [df587f860bc47] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [df587f860bc47] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-12T11:40:35.840Z] daemon.go:336: [ddd6fda942faf] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [ddd6fda942faf] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [ddd6fda942faf] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [ddd6fda942faf] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [ddd6fda942faf] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [ddd6fda942faf] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-12T11:40:35.840Z] daemon.go:336: [dbfb68e538ede] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [dbfb68e538ede] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [dbfb68e538ede] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [dbfb68e538ede] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [dbfb68e538ede] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [dbfb68e538ede] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-12T11:40:35.840Z] daemon.go:336: [d4e12378ed44a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [d4e12378ed44a] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [d4e12378ed44a] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-12T11:40:35.840Z] daemon.go:336: [daa69f685de54] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [daa69f685de54] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [daa69f685de54] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-12T11:40:35.840Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-12T11:40:35.840Z] daemon.go:336: [d341503ef4489] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:307: [d341503ef4489] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:336: [d341503ef4489] waiting for daemon to start [2019-09-12T11:40:35.840Z] check_test.go:261: Daemon ded580e6fefec is not started [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-12T11:40:35.840Z] daemon.go:336: [dbc925a1f5062] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [dbc925a1f5062] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [dbc925a1f5062] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [dbc925a1f5062] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [dbc925a1f5062] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [dbc925a1f5062] Daemon stopped [2019-09-12T11:40:35.840Z] daemon.go:336: [dbc925a1f5062] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [dbc925a1f5062] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [dbc925a1f5062] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [dbc925a1f5062] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [dbc925a1f5062] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [dbc925a1f5062] Daemon stopped [2019-09-12T11:40:35.840Z] check_test.go:261: Daemon dbc925a1f5062 is not started [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-12T11:40:35.840Z] daemon.go:336: [ddfa3d3e08539] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [ddfa3d3e08539] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [ddfa3d3e08539] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [ddfa3d3e08539] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [ddfa3d3e08539] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [ddfa3d3e08539] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-12T11:40:35.840Z] daemon.go:336: [ddb7261eb783c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:336: [ddb7261eb783c] waiting for daemon to start [2019-09-12T11:40:35.840Z] daemon.go:364: [ddb7261eb783c] daemon started [2019-09-12T11:40:35.840Z] daemon.go:472: [ddb7261eb783c] Stopping daemon [2019-09-12T11:40:35.840Z] daemon.go:307: [ddb7261eb783c] exiting daemon [2019-09-12T11:40:35.840Z] daemon.go:459: [ddb7261eb783c] Daemon stopped [2019-09-12T11:40:35.840Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUlimitDefaults (3.91s) [2019-09-12T11:40:35.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-12T11:40:35.840Z] daemon.go:336: [dc5066b69b26b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dc5066b69b26b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dc5066b69b26b] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dc5066b69b26b] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dc5066b69b26b] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dc5066b69b26b] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [dc5066b69b26b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dc5066b69b26b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dc5066b69b26b] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dc5066b69b26b] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dc5066b69b26b] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dc5066b69b26b] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-12T11:40:35.841Z] daemon.go:336: [d07ab5f48ab52] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d07ab5f48ab52] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d07ab5f48ab52] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d07ab5f48ab52] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d07ab5f48ab52] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d07ab5f48ab52] Daemon stopped [2019-09-12T11:40:35.841Z] check_test.go:261: Daemon d07ab5f48ab52 is not started [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting (13.38s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-12T11:40:35.841Z] daemon.go:336: [dce607bb737fa] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dce607bb737fa] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dce607bb737fa] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dce607bb737fa] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dce607bb737fa] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dce607bb737fa] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWideLogConfig (2.20s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-12T11:40:35.841Z] daemon.go:336: [d77c2289f9a1f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d77c2289f9a1f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d77c2289f9a1f] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d77c2289f9a1f] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d77c2289f9a1f] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d77c2289f9a1f] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.71s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d8cfc2baa0e74] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d8cfc2baa0e74] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d8cfc2baa0e74] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d8cfc2baa0e74] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d8cfc2baa0e74] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d8cfc2baa0e74] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d8cfc2baa0e74] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d8cfc2baa0e74] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d8cfc2baa0e74] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d8cfc2baa0e74] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d8cfc2baa0e74] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d8cfc2baa0e74] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d8cfc2baa0e74] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-12T11:40:35.841Z] daemon.go:336: [d60051449b47d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d60051449b47d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d60051449b47d] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d60051449b47d] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d60051449b47d] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d60051449b47d] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d60051449b47d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:307: [d60051449b47d] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:336: [d60051449b47d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:472: [d60051449b47d] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:461: [d60051449b47d] Error when stopping daemon: daemon not started [2019-09-12T11:40:35.841Z] check_test.go:261: Daemon d60051449b47d is not started [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.30s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-12T11:40:35.841Z] daemon.go:336: [d213e34b7f8e1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d213e34b7f8e1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d213e34b7f8e1] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d213e34b7f8e1] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d213e34b7f8e1] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d213e34b7f8e1] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d213e34b7f8e1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d213e34b7f8e1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d213e34b7f8e1] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d213e34b7f8e1] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d213e34b7f8e1] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d213e34b7f8e1] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (4.07s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-12T11:40:35.841Z] daemon.go:336: [da1d5a05c110d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [da1d5a05c110d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [da1d5a05c110d] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [da1d5a05c110d] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [da1d5a05c110d] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [da1d5a05c110d] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [da1d5a05c110d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [da1d5a05c110d] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [da1d5a05c110d] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [da1d5a05c110d] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [da1d5a05c110d] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [da1d5a05c110d] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore (13.45s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-12T11:40:35.841Z] daemon.go:336: [dfb2d2d96eb6f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dfb2d2d96eb6f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dfb2d2d96eb6f] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dfb2d2d96eb6f] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dfb2d2d96eb6f] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dfb2d2d96eb6f] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [dfb2d2d96eb6f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dfb2d2d96eb6f] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dfb2d2d96eb6f] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dfb2d2d96eb6f] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dfb2d2d96eb6f] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dfb2d2d96eb6f] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestFailedPluginRemove (2.13s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-12T11:40:35.841Z] daemon.go:336: [d66d2d916d46e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d66d2d916d46e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d66d2d916d46e] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d66d2d916d46e] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d66d2d916d46e] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d66d2d916d46e] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d66d2d916d46e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d66d2d916d46e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d66d2d916d46e] daemon started [2019-09-12T11:40:35.841Z] check_test.go:261: Daemon db8c5a865fa51 is not started [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfo (0.59s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-12T11:40:35.841Z] daemon.go:336: [d75a145facc8e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d75a145facc8e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d75a145facc8e] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d75a145facc8e] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d75a145facc8e] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d75a145facc8e] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-12T11:40:35.841Z] daemon.go:336: [d01e345411a96] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d01e345411a96] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d01e345411a96] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d01e345411a96] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d01e345411a96] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d01e345411a96] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-12T11:40:35.841Z] daemon.go:336: [da1c5b89f8f5c] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [da1c5b89f8f5c] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [da1c5b89f8f5c] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [da1c5b89f8f5c] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [da1c5b89f8f5c] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [da1c5b89f8f5c] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSRun (2.24s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSRun [2019-09-12T11:40:35.841Z] daemon.go:336: [d4044c7ff30f1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d4044c7ff30f1] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d4044c7ff30f1] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d4044c7ff30f1] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d4044c7ff30f1] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d4044c7ff30f1] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-12T11:40:35.841Z] check_test.go:261: Daemon de7d1fd0f0f6c is not started [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterCapability (2.09s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-12T11:40:35.841Z] daemon.go:336: [dcb46cbcd18a7] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dcb46cbcd18a7] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dcb46cbcd18a7] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dcb46cbcd18a7] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dcb46cbcd18a7] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dcb46cbcd18a7] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterEnabled (2.02s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-12T11:40:35.841Z] daemon.go:336: [d2c86b0d16d10] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d2c86b0d16d10] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d2c86b0d16d10] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d2c86b0d16d10] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d2c86b0d16d10] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d2c86b0d16d10] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.95s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-12T11:40:35.841Z] daemon.go:336: [d3db5c522f574] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d3db5c522f574] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d3db5c522f574] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d3db5c522f574] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d3db5c522f574] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d3db5c522f574] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d3db5c522f574] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d3db5c522f574] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d3db5c522f574] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d3db5c522f574] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d3db5c522f574] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d3db5c522f574] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageDangling (1.72s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-12T11:40:35.841Z] daemon.go:336: [d48cd5765b394] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d48cd5765b394] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d48cd5765b394] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d48cd5765b394] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d48cd5765b394] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d48cd5765b394] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageLabel (2.06s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-12T11:40:35.841Z] daemon.go:336: [dd12af27be9a9] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [dd12af27be9a9] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [dd12af27be9a9] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [dd12af27be9a9] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [dd12af27be9a9] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [dd12af27be9a9] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestRegistryMirrors (0.57s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-12T11:40:35.841Z] daemon.go:336: [d3bb140120c0e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d3bb140120c0e] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d3bb140120c0e] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d3bb140120c0e] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d3bb140120c0e] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d3bb140120c0e] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.92s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-12T11:40:35.841Z] daemon.go:336: [d0680522f515b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d0680522f515b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d0680522f515b] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d0680522f515b] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d0680522f515b] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d0680522f515b] Daemon stopped [2019-09-12T11:40:35.841Z] daemon.go:336: [d0680522f515b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d0680522f515b] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d0680522f515b] daemon started [2019-09-12T11:40:35.841Z] daemon.go:472: [d0680522f515b] Stopping daemon [2019-09-12T11:40:35.841Z] daemon.go:307: [d0680522f515b] exiting daemon [2019-09-12T11:40:35.841Z] daemon.go:459: [d0680522f515b] Daemon stopped [2019-09-12T11:40:35.841Z] --- PASS: Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.86s) [2019-09-12T11:40:35.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-12T11:40:35.841Z] daemon.go:336: [d02ba19cd6b55] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:336: [d02ba19cd6b55] waiting for daemon to start [2019-09-12T11:40:35.841Z] daemon.go:364: [d02ba19cd6b55] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d02ba19cd6b55] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d02ba19cd6b55] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d02ba19cd6b55] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [d02ba19cd6b55] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d02ba19cd6b55] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d02ba19cd6b55] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d02ba19cd6b55] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d02ba19cd6b55] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d02ba19cd6b55] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunLinksChanged (5.35s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-12T11:40:35.842Z] daemon.go:336: [db6b207946710] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [db6b207946710] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [db6b207946710] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [db6b207946710] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [db6b207946710] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [db6b207946710] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [db6b207946710] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [db6b207946710] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [db6b207946710] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [db6b207946710] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [db6b207946710] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [db6b207946710] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat (2.06s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-12T11:40:35.842Z] daemon.go:336: [d904da5d89a2d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d904da5d89a2d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d904da5d89a2d] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d904da5d89a2d] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d904da5d89a2d] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d904da5d89a2d] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-12T11:40:35.842Z] daemon.go:336: [de0e8ac0ddef1] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [de0e8ac0ddef1] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [de0e8ac0ddef1] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [de0e8ac0ddef1] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [de0e8ac0ddef1] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [de0e8ac0ddef1] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.19s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-12T11:40:35.842Z] daemon.go:336: [d0e61c811676e] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d0e61c811676e] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d0e61c811676e] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d0e61c811676e] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d0e61c811676e] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d0e61c811676e] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.65s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-12T11:40:35.842Z] daemon.go:336: [d4376987a358d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d4376987a358d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d4376987a358d] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d4376987a358d] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d4376987a358d] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d4376987a358d] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [d4376987a358d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d4376987a358d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d4376987a358d] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d4376987a358d] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d4376987a358d] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d4376987a358d] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.64s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d9d37a400f50a] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d9d37a400f50a] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d9d37a400f50a] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d9d37a400f50a] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d9d37a400f50a] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d9d37a400f50a] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d9d37a400f50a] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d9d37a400f50a] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:307: [d9d37a400f50a] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:472: [d9d37a400f50a] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:461: [d9d37a400f50a] Error when stopping daemon: daemon not started [2019-09-12T11:40:35.842Z] docker_cli_daemon_test.go:2542: Daemon d9d37a400f50a is not started [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d9d37a400f50a] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d9d37a400f50a] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d9d37a400f50a] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d9d37a400f50a] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d9d37a400f50a] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.46s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-12T11:40:35.842Z] daemon.go:336: [df1796b705d9d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [df1796b705d9d] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [df1796b705d9d] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [df1796b705d9d] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [df1796b705d9d] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [df1796b705d9d] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.01s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-12T11:40:35.842Z] daemon.go:336: [d2b2ceaca6617] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d2b2ceaca6617] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d2b2ceaca6617] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d2b2ceaca6617] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d2b2ceaca6617] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d2b2ceaca6617] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestShmSize (2.36s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestShmSize [2019-09-12T11:40:35.842Z] daemon.go:336: [d5c8236e21f1e] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d5c8236e21f1e] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d5c8236e21f1e] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d5c8236e21f1e] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d5c8236e21f1e] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d5c8236e21f1e] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestShmSizeReload (3.09s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestShmSizeReload [2019-09-12T11:40:35.842Z] daemon.go:336: [d4a990464dae0] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d4a990464dae0] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d4a990464dae0] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d4a990464dae0] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d4a990464dae0] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d4a990464dae0] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestTLSVerify (0.11s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestTLSVerify [2019-09-12T11:40:35.842Z] check_test.go:261: Daemon d8f45ad78c56c is not started [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerDaemonSuite/TestVolumePlugin (6.00s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestVolumePlugin [2019-09-12T11:40:35.842Z] daemon.go:336: [d6557fb62b095] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d6557fb62b095] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d6557fb62b095] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d6557fb62b095] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d6557fb62b095] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d6557fb62b095] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPIDuplicateNetworks (4.13s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-12T11:40:35.842Z] daemon.go:336: [d5dcd200342df] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d5dcd200342df] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d5dcd200342df] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d5dcd200342df] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d5dcd200342df] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d5dcd200342df] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPINetworkInspectWithScope (3.36s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-12T11:40:35.842Z] daemon.go:336: [d0e8d0c06eb9f] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d0e8d0c06eb9f] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d0e8d0c06eb9f] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d0e8d0c06eb9f] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d0e8d0c06eb9f] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d0e8d0c06eb9f] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPIServiceUpdatePort (5.53s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-12T11:40:35.842Z] daemon.go:336: [d1b3d65cc9906] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d1b3d65cc9906] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d1b3d65cc9906] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d1b3d65cc9906] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d1b3d65cc9906] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d1b3d65cc9906] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmCAHash (12.83s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-12T11:40:35.842Z] daemon.go:336: [d199dc46f28db] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d199dc46f28db] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d199dc46f28db] daemon started [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-12T11:40:35.842Z] daemon.go:336: [d05ca1bbf99ce] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d05ca1bbf99ce] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d05ca1bbf99ce] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d199dc46f28db] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d199dc46f28db] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d199dc46f28db] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:472: [d05ca1bbf99ce] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d05ca1bbf99ce] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d05ca1bbf99ce] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-12T11:40:35.842Z] daemon.go:336: [d5c73e4a7f1d3] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d5c73e4a7f1d3] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d5c73e4a7f1d3] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [d5c73e4a7f1d3] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [d5c73e4a7f1d3] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [d5c73e4a7f1d3] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmForceNewCluster (28.98s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-12T11:40:35.842Z] daemon.go:336: [db41d178ce6f0] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [db41d178ce6f0] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [db41d178ce6f0] daemon started [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-12T11:40:35.842Z] daemon.go:336: [dad1e1f639c11] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [dad1e1f639c11] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [dad1e1f639c11] daemon started [2019-09-12T11:40:35.842Z] check_test.go:310: [dad1e1f639c11] joining swarm manager [db41d178ce6f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.842Z] daemon.go:472: [dad1e1f639c11] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [dad1e1f639c11] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [dad1e1f639c11] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-12T11:40:35.842Z] daemon.go:336: [deb31de86bf09] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [deb31de86bf09] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [deb31de86bf09] daemon started [2019-09-12T11:40:35.842Z] check_test.go:310: [deb31de86bf09] joining swarm manager [db41d178ce6f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.842Z] daemon.go:472: [db41d178ce6f0] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [db41d178ce6f0] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [db41d178ce6f0] Daemon stopped [2019-09-12T11:40:35.842Z] check_test.go:331: Daemon dad1e1f639c11 is not started [2019-09-12T11:40:35.842Z] daemon.go:472: [deb31de86bf09] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [deb31de86bf09] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [deb31de86bf09] Daemon stopped [2019-09-12T11:40:35.842Z] --- SKIP: Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-12T11:40:35.842Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInit (20.05s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-12T11:40:35.842Z] daemon.go:336: [de968fd97d836] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [de968fd97d836] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [de968fd97d836] daemon started [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-12T11:40:35.842Z] daemon.go:336: [ddcf8eb9ffb84] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [ddcf8eb9ffb84] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [ddcf8eb9ffb84] daemon started [2019-09-12T11:40:35.842Z] check_test.go:310: [ddcf8eb9ffb84] joining swarm manager [de968fd97d836]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.842Z] daemon.go:472: [de968fd97d836] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [de968fd97d836] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [de968fd97d836] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:472: [ddcf8eb9ffb84] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [ddcf8eb9ffb84] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [ddcf8eb9ffb84] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:336: [de968fd97d836] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [de968fd97d836] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [de968fd97d836] daemon started [2019-09-12T11:40:35.842Z] daemon.go:336: [ddcf8eb9ffb84] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [ddcf8eb9ffb84] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [ddcf8eb9ffb84] daemon started [2019-09-12T11:40:35.842Z] daemon.go:472: [de968fd97d836] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [de968fd97d836] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [de968fd97d836] Daemon stopped [2019-09-12T11:40:35.842Z] daemon.go:472: [ddcf8eb9ffb84] Stopping daemon [2019-09-12T11:40:35.842Z] daemon.go:307: [ddcf8eb9ffb84] exiting daemon [2019-09-12T11:40:35.842Z] daemon.go:459: [ddcf8eb9ffb84] Daemon stopped [2019-09-12T11:40:35.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInvalidAddress (0.79s) [2019-09-12T11:40:35.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-12T11:40:35.842Z] daemon.go:336: [d9887d0d87677] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:336: [d9887d0d87677] waiting for daemon to start [2019-09-12T11:40:35.842Z] daemon.go:364: [d9887d0d87677] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d9887d0d87677] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d9887d0d87677] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d9887d0d87677] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmJoinToken (48.69s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-12T11:40:35.843Z] daemon.go:336: [d1f3f3e9c1cc7] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d1f3f3e9c1cc7] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d1f3f3e9c1cc7] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-12T11:40:35.843Z] daemon.go:336: [d2daf8ba1b9ee] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d2daf8ba1b9ee] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d2daf8ba1b9ee] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d1f3f3e9c1cc7] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d1f3f3e9c1cc7] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d1f3f3e9c1cc7] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d2daf8ba1b9ee] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d2daf8ba1b9ee] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d2daf8ba1b9ee] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderElection (33.80s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [da1452daea86f] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-12T11:40:35.843Z] daemon.go:336: [daeacbd1031c3] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [daeacbd1031c3] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [daeacbd1031c3] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [daeacbd1031c3] joining swarm manager [da1452daea86f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-12T11:40:35.843Z] daemon.go:336: [d957e2c44c075] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d957e2c44c075] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d957e2c44c075] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d957e2c44c075] joining swarm manager [da1452daea86f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.843Z] daemon.go:472: [da1452daea86f] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [da1452daea86f] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [da1452daea86f] Daemon stopped [2019-09-12T11:40:35.843Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [da1452daea86f] error pinging daemon on start: Get http://da1452daea86f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [da1452daea86f] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [da1452daea86f] daemon started [2019-09-12T11:40:35.843Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-12T11:40:35.843Z] daemon.go:472: [da1452daea86f] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [da1452daea86f] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [da1452daea86f] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [daeacbd1031c3] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [daeacbd1031c3] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [daeacbd1031c3] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d957e2c44c075] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d957e2c44c075] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d957e2c44c075] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderProxy (25.27s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-12T11:40:35.843Z] daemon.go:336: [d564bb2dd52a5] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d564bb2dd52a5] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d564bb2dd52a5] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-12T11:40:35.843Z] daemon.go:336: [d802d01c604db] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d802d01c604db] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d802d01c604db] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d802d01c604db] joining swarm manager [d564bb2dd52a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-12T11:40:35.843Z] daemon.go:336: [d112eaddba995] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d112eaddba995] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d112eaddba995] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d112eaddba995] joining swarm manager [d564bb2dd52a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.843Z] daemon.go:472: [d564bb2dd52a5] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d564bb2dd52a5] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d564bb2dd52a5] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d802d01c604db] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d802d01c604db] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d802d01c604db] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d112eaddba995] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d112eaddba995] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d112eaddba995] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.27s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-12T11:40:35.843Z] daemon.go:336: [da0e78fc49754] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da0e78fc49754] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [da0e78fc49754] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-12T11:40:35.843Z] daemon.go:336: [d4465ecdad368] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d4465ecdad368] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d4465ecdad368] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [da0e78fc49754] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [da0e78fc49754] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [da0e78fc49754] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d4465ecdad368] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d4465ecdad368] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d4465ecdad368] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.40s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-12T11:40:35.843Z] daemon.go:336: [d3b5b9c27fbda] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d3b5b9c27fbda] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d3b5b9c27fbda] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d3b5b9c27fbda] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d3b5b9c27fbda] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d3b5b9c27fbda] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmListNodes (14.18s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-12T11:40:35.843Z] daemon.go:336: [d36c9f2a7dc9a] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d36c9f2a7dc9a] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d36c9f2a7dc9a] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-12T11:40:35.843Z] daemon.go:336: [d1e2c2cfd777c] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d1e2c2cfd777c] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d1e2c2cfd777c] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d1e2c2cfd777c] joining swarm manager [d36c9f2a7dc9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-12T11:40:35.843Z] daemon.go:336: [d9b7d51f3a108] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d9b7d51f3a108] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d9b7d51f3a108] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d9b7d51f3a108] joining swarm manager [d36c9f2a7dc9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.843Z] daemon.go:472: [d36c9f2a7dc9a] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d36c9f2a7dc9a] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d36c9f2a7dc9a] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d1e2c2cfd777c] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d1e2c2cfd777c] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d1e2c2cfd777c] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d9b7d51f3a108] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d9b7d51f3a108] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d9b7d51f3a108] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmManagerRestore (47.87s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-12T11:40:35.843Z] daemon.go:336: [d59fc5f23a4f1] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d59fc5f23a4f1] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d59fc5f23a4f1] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d59fc5f23a4f1] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d59fc5f23a4f1] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d59fc5f23a4f1] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:336: [d59fc5f23a4f1] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d59fc5f23a4f1] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d59fc5f23a4f1] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-12T11:40:35.843Z] daemon.go:336: [da418341ab246] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da418341ab246] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [da418341ab246] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [da418341ab246] joining swarm manager [d59fc5f23a4f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:472: [da418341ab246] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [da418341ab246] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [da418341ab246] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:336: [da418341ab246] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [da418341ab246] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [da418341ab246] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d4577dfcf3c14] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d4577dfcf3c14] joining swarm manager [d59fc5f23a4f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.843Z] daemon.go:472: [d4577dfcf3c14] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d4577dfcf3c14] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d4577dfcf3c14] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d4577dfcf3c14] daemon started [2019-09-12T11:40:35.843Z] daemon.go:307: [d4577dfcf3c14] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d4577dfcf3c14] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d4577dfcf3c14] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d59fc5f23a4f1] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d59fc5f23a4f1] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d59fc5f23a4f1] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [da418341ab246] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [da418341ab246] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [da418341ab246] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d4577dfcf3c14] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d4577dfcf3c14] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d4577dfcf3c14] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause (17.02s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-12T11:40:35.843Z] daemon.go:336: [d0ee880990cf9] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d0ee880990cf9] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d0ee880990cf9] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-12T11:40:35.843Z] daemon.go:336: [d9a7d3b03a56d] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d9a7d3b03a56d] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d9a7d3b03a56d] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d9a7d3b03a56d] joining swarm manager [d0ee880990cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:472: [d0ee880990cf9] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d0ee880990cf9] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d0ee880990cf9] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d9a7d3b03a56d] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d9a7d3b03a56d] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d9a7d3b03a56d] Daemon stopped [2019-09-12T11:40:35.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeRemove (35.72s) [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-12T11:40:35.843Z] daemon.go:336: [d39f633b4a90e] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d39f633b4a90e] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d39f633b4a90e] daemon started [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d577e6b9ddc89] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [d577e6b9ddc89] joining swarm manager [d39f633b4a90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-12T11:40:35.843Z] daemon.go:336: [deae37e041d3d] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [deae37e041d3d] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [deae37e041d3d] daemon started [2019-09-12T11:40:35.843Z] check_test.go:310: [deae37e041d3d] joining swarm manager [d39f633b4a90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.843Z] daemon.go:472: [d577e6b9ddc89] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d577e6b9ddc89] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d577e6b9ddc89] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:350: [d577e6b9ddc89] error pinging daemon on start: Get http://d577e6b9ddc89.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.843Z] daemon.go:336: [d577e6b9ddc89] waiting for daemon to start [2019-09-12T11:40:35.843Z] daemon.go:364: [d577e6b9ddc89] daemon started [2019-09-12T11:40:35.843Z] daemon.go:472: [d39f633b4a90e] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d39f633b4a90e] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d39f633b4a90e] Daemon stopped [2019-09-12T11:40:35.843Z] daemon.go:472: [d577e6b9ddc89] Stopping daemon [2019-09-12T11:40:35.843Z] daemon.go:307: [d577e6b9ddc89] exiting daemon [2019-09-12T11:40:35.843Z] daemon.go:459: [d577e6b9ddc89] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [deae37e041d3d] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [deae37e041d3d] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [deae37e041d3d] Daemon stopped [2019-09-12T11:40:35.844Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeUpdate (6.59s) [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-12T11:40:35.844Z] daemon.go:336: [d75b02d8aafcb] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d75b02d8aafcb] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d75b02d8aafcb] daemon started [2019-09-12T11:40:35.844Z] daemon.go:472: [d75b02d8aafcb] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d75b02d8aafcb] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d75b02d8aafcb] Daemon stopped [2019-09-12T11:40:35.844Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmPromoteDemote (25.42s) [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-12T11:40:35.844Z] daemon.go:336: [dcadbb1cb2e70] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dcadbb1cb2e70] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [dcadbb1cb2e70] daemon started [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-12T11:40:35.844Z] daemon.go:336: [d44f7c41b0ae6] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d44f7c41b0ae6] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d44f7c41b0ae6] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [d44f7c41b0ae6] joining swarm manager [dcadbb1cb2e70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.844Z] daemon.go:472: [dcadbb1cb2e70] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [dcadbb1cb2e70] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [dcadbb1cb2e70] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [d44f7c41b0ae6] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d44f7c41b0ae6] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d44f7c41b0ae6] Daemon stopped [2019-09-12T11:40:35.844Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRaftQuorum (59.53s) [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-12T11:40:35.844Z] daemon.go:336: [d81901cb64a55] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d81901cb64a55] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d81901cb64a55] daemon started [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [dd75e6adf0c41] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [dd75e6adf0c41] joining swarm manager [d81901cb64a55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-12T11:40:35.844Z] daemon.go:336: [dc827d7a9adef] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dc827d7a9adef] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [dc827d7a9adef] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [dc827d7a9adef] joining swarm manager [d81901cb64a55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.844Z] daemon.go:472: [dd75e6adf0c41] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [dd75e6adf0c41] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [dd75e6adf0c41] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [dc827d7a9adef] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [dc827d7a9adef] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [dc827d7a9adef] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [dd75e6adf0c41] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [dd75e6adf0c41] daemon started [2019-09-12T11:40:35.844Z] daemon.go:472: [d81901cb64a55] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d81901cb64a55] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d81901cb64a55] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [dd75e6adf0c41] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [dd75e6adf0c41] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [dd75e6adf0c41] Daemon stopped [2019-09-12T11:40:35.844Z] check_test.go:331: Daemon dc827d7a9adef is not started [2019-09-12T11:40:35.844Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestartCluster (53.26s) [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d1b64f8f9917d] daemon started [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [df3d32d196fc3] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [df3d32d196fc3] joining swarm manager [d1b64f8f9917d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d6361c243cd5f] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [d6361c243cd5f] joining swarm manager [d1b64f8f9917d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [da71092894877] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [da71092894877] joining swarm manager [d1b64f8f9917d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d72d3e37b7366] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [d72d3e37b7366] joining swarm manager [d1b64f8f9917d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d9b0f0a93563a] daemon started [2019-09-12T11:40:35.844Z] check_test.go:310: [d9b0f0a93563a] joining swarm manager [d1b64f8f9917d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-12T11:40:35.844Z] daemon.go:472: [d9b0f0a93563a] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:472: [da71092894877] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:472: [d1b64f8f9917d] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:472: [d6361c243cd5f] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:472: [df3d32d196fc3] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:472: [d72d3e37b7366] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d1b64f8f9917d] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d1b64f8f9917d] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:307: [d9b0f0a93563a] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d9b0f0a93563a] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:307: [d72d3e37b7366] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d72d3e37b7366] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:307: [da71092894877] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [da71092894877] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:307: [d6361c243cd5f] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d6361c243cd5f] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:307: [df3d32d196fc3] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [df3d32d196fc3] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:350: [d9b0f0a93563a] error pinging daemon on start: Get http://d9b0f0a93563a.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d6361c243cd5f] error pinging daemon on start: Get http://d6361c243cd5f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d1b64f8f9917d] error pinging daemon on start: Get http://d1b64f8f9917d.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [df3d32d196fc3] error pinging daemon on start: Get http://df3d32d196fc3.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [da71092894877] error pinging daemon on start: Get http://da71092894877.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d72d3e37b7366] error pinging daemon on start: Get http://d72d3e37b7366.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:350: [d6361c243cd5f] error pinging daemon on start: Get http://d6361c243cd5f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d9b0f0a93563a] error pinging daemon on start: Get http://d9b0f0a93563a.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d1b64f8f9917d] error pinging daemon on start: Get http://d1b64f8f9917d.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [df3d32d196fc3] error pinging daemon on start: Get http://df3d32d196fc3.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [da71092894877] error pinging daemon on start: Get http://da71092894877.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:350: [d72d3e37b7366] error pinging daemon on start: Get http://d72d3e37b7366.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.844Z] daemon.go:336: [d9b0f0a93563a] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d6361c243cd5f] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d1b64f8f9917d] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [df3d32d196fc3] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [da71092894877] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d72d3e37b7366] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:364: [d1b64f8f9917d] daemon started [2019-09-12T11:40:35.844Z] daemon.go:364: [d6361c243cd5f] daemon started [2019-09-12T11:40:35.844Z] daemon.go:364: [df3d32d196fc3] daemon started [2019-09-12T11:40:35.844Z] daemon.go:364: [d72d3e37b7366] daemon started [2019-09-12T11:40:35.844Z] daemon.go:364: [da71092894877] daemon started [2019-09-12T11:40:35.844Z] daemon.go:364: [d9b0f0a93563a] daemon started [2019-09-12T11:40:35.844Z] daemon.go:472: [d1b64f8f9917d] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d1b64f8f9917d] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d1b64f8f9917d] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [df3d32d196fc3] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [df3d32d196fc3] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [df3d32d196fc3] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [d6361c243cd5f] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d6361c243cd5f] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d6361c243cd5f] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [da71092894877] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [da71092894877] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [da71092894877] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [d72d3e37b7366] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d72d3e37b7366] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d72d3e37b7366] Daemon stopped [2019-09-12T11:40:35.844Z] daemon.go:472: [d9b0f0a93563a] Stopping daemon [2019-09-12T11:40:35.844Z] daemon.go:307: [d9b0f0a93563a] exiting daemon [2019-09-12T11:40:35.844Z] daemon.go:459: [d9b0f0a93563a] Daemon stopped [2019-09-12T11:40:35.844Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.39s) [2019-09-12T11:40:35.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-12T11:40:35.844Z] daemon.go:336: [d09841dbad671] waiting for daemon to start [2019-09-12T11:40:35.844Z] daemon.go:336: [d09841dbad671] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d09841dbad671] daemon started [2019-09-12T11:40:35.845Z] daemon.go:472: [d09841dbad671] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d09841dbad671] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d09841dbad671] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:336: [d09841dbad671] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d09841dbad671] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d09841dbad671] daemon started [2019-09-12T11:40:35.845Z] daemon.go:472: [d09841dbad671] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d09841dbad671] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d09841dbad671] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.68s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-12T11:40:35.845Z] daemon.go:336: [dd718c9745fee] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dd718c9745fee] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dd718c9745fee] daemon started [2019-09-12T11:40:35.845Z] daemon.go:472: [dd718c9745fee] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dd718c9745fee] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dd718c9745fee] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.29s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-12T11:40:35.845Z] daemon.go:336: [ddf5d18ff64db] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [ddf5d18ff64db] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [ddf5d18ff64db] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-12T11:40:35.845Z] daemon.go:336: [d4f785df11644] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d4f785df11644] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d4f785df11644] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d4f785df11644] joining swarm manager [ddf5d18ff64db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-12T11:40:35.845Z] daemon.go:336: [d43333716516e] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d43333716516e] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d43333716516e] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d43333716516e] joining swarm manager [ddf5d18ff64db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [ddf5d18ff64db] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [ddf5d18ff64db] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [ddf5d18ff64db] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d4f785df11644] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d4f785df11644] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d4f785df11644] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d43333716516e] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d43333716516e] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d43333716516e] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.15s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-12T11:40:35.845Z] daemon.go:336: [d288015fff012] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d288015fff012] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d288015fff012] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-12T11:40:35.845Z] daemon.go:336: [dcb5a21efa6f1] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dcb5a21efa6f1] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dcb5a21efa6f1] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [dcb5a21efa6f1] joining swarm manager [d288015fff012]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-12T11:40:35.845Z] daemon.go:336: [d1d10974a3ad5] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d1d10974a3ad5] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d1d10974a3ad5] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d1d10974a3ad5] joining swarm manager [d288015fff012]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [d288015fff012] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d288015fff012] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d288015fff012] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [dcb5a21efa6f1] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dcb5a21efa6f1] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dcb5a21efa6f1] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d1d10974a3ad5] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d1d10974a3ad5] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d1d10974a3ad5] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.61s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-12T11:40:35.845Z] daemon.go:336: [d8d0ad7184b0b] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d8d0ad7184b0b] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d8d0ad7184b0b] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-12T11:40:35.845Z] daemon.go:336: [d9cdaded8f5d6] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d9cdaded8f5d6] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d9cdaded8f5d6] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d9cdaded8f5d6] joining swarm manager [d8d0ad7184b0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-12T11:40:35.845Z] daemon.go:336: [d53ec59a470a7] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d53ec59a470a7] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d53ec59a470a7] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d53ec59a470a7] joining swarm manager [d8d0ad7184b0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [d8d0ad7184b0b] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d8d0ad7184b0b] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d8d0ad7184b0b] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d9cdaded8f5d6] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d9cdaded8f5d6] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d9cdaded8f5d6] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d53ec59a470a7] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d53ec59a470a7] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d53ec59a470a7] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreate (6.70s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-12T11:40:35.845Z] daemon.go:336: [d60e355deef39] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d60e355deef39] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d60e355deef39] daemon started [2019-09-12T11:40:35.845Z] daemon.go:472: [d60e355deef39] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d60e355deef39] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d60e355deef39] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.38s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:40:35.845Z] daemon.go:336: [dc537a50e8711] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dc537a50e8711] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dc537a50e8711] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:40:35.845Z] daemon.go:336: [dd23a1c80799f] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dd23a1c80799f] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dd23a1c80799f] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [dd23a1c80799f] joining swarm manager [dc537a50e8711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:40:35.845Z] daemon.go:336: [d21f54f18ce5f] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d21f54f18ce5f] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d21f54f18ce5f] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d21f54f18ce5f] joining swarm manager [dc537a50e8711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:40:35.845Z] daemon.go:336: [d8e555e9cb421] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d8e555e9cb421] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d8e555e9cb421] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d8e555e9cb421] joining swarm manager [dc537a50e8711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-12T11:40:35.845Z] daemon.go:336: [d3b798842c2e6] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d3b798842c2e6] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d3b798842c2e6] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d3b798842c2e6] joining swarm manager [dc537a50e8711]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-12T11:40:35.845Z] daemon.go:472: [dc537a50e8711] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dc537a50e8711] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dc537a50e8711] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [dd23a1c80799f] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dd23a1c80799f] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dd23a1c80799f] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d21f54f18ce5f] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d21f54f18ce5f] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d21f54f18ce5f] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d8e555e9cb421] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d8e555e9cb421] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d8e555e9cb421] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d3b798842c2e6] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d3b798842c2e6] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d3b798842c2e6] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList (2.97s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-12T11:40:35.845Z] daemon.go:336: [dd34e096b8fe4] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dd34e096b8fe4] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dd34e096b8fe4] daemon started [2019-09-12T11:40:35.845Z] daemon.go:472: [dd34e096b8fe4] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dd34e096b8fe4] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dd34e096b8fe4] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.69s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-12T11:40:35.845Z] daemon.go:336: [d55dc06a98cc1] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d55dc06a98cc1] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d55dc06a98cc1] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-12T11:40:35.845Z] daemon.go:336: [d00e518ac4a17] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d00e518ac4a17] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d00e518ac4a17] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d00e518ac4a17] joining swarm manager [d55dc06a98cc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-12T11:40:35.845Z] daemon.go:336: [decfd58f06b80] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [decfd58f06b80] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [decfd58f06b80] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [decfd58f06b80] joining swarm manager [d55dc06a98cc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [d55dc06a98cc1] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d55dc06a98cc1] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d55dc06a98cc1] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d00e518ac4a17] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d00e518ac4a17] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d00e518ac4a17] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [decfd58f06b80] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [decfd58f06b80] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [decfd58f06b80] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.04s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-12T11:40:35.845Z] daemon.go:336: [d6e92285d6503] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d6e92285d6503] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d6e92285d6503] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-12T11:40:35.845Z] daemon.go:336: [d5a4c842af094] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d5a4c842af094] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d5a4c842af094] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d5a4c842af094] joining swarm manager [d6e92285d6503]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-12T11:40:35.845Z] daemon.go:336: [de7459d7c2e07] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [de7459d7c2e07] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [de7459d7c2e07] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [de7459d7c2e07] joining swarm manager [d6e92285d6503]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [d5a4c842af094] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d5a4c842af094] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d5a4c842af094] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d6e92285d6503] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d6e92285d6503] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d6e92285d6503] Daemon stopped [2019-09-12T11:40:35.845Z] check_test.go:331: Daemon d5a4c842af094 is not started [2019-09-12T11:40:35.845Z] daemon.go:472: [de7459d7c2e07] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [de7459d7c2e07] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [de7459d7c2e07] Daemon stopped [2019-09-12T11:40:35.845Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting (26.97s) [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-12T11:40:35.845Z] daemon.go:336: [dc36dd9ced8f4] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dc36dd9ced8f4] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dc36dd9ced8f4] daemon started [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-12T11:40:35.845Z] daemon.go:336: [d0ef3365020bf] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [d0ef3365020bf] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [d0ef3365020bf] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [d0ef3365020bf] joining swarm manager [dc36dd9ced8f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-12T11:40:35.845Z] daemon.go:336: [dbf5215a0f239] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:336: [dbf5215a0f239] waiting for daemon to start [2019-09-12T11:40:35.845Z] daemon.go:364: [dbf5215a0f239] daemon started [2019-09-12T11:40:35.845Z] check_test.go:310: [dbf5215a0f239] joining swarm manager [dc36dd9ced8f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.845Z] daemon.go:472: [dc36dd9ced8f4] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [dc36dd9ced8f4] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [dc36dd9ced8f4] Daemon stopped [2019-09-12T11:40:35.845Z] daemon.go:472: [d0ef3365020bf] Stopping daemon [2019-09-12T11:40:35.845Z] daemon.go:307: [d0ef3365020bf] exiting daemon [2019-09-12T11:40:35.845Z] daemon.go:459: [d0ef3365020bf] Daemon stopped [2019-09-12T11:40:35.846Z] daemon.go:472: [dbf5215a0f239] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dbf5215a0f239] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dbf5215a0f239] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdate (40.68s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-12T11:40:35.846Z] daemon.go:336: [dda611e6ba606] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [dda611e6ba606] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [dda611e6ba606] daemon started [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-12T11:40:35.846Z] daemon.go:336: [de29dda74fccc] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [de29dda74fccc] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [de29dda74fccc] daemon started [2019-09-12T11:40:35.846Z] check_test.go:310: [de29dda74fccc] joining swarm manager [dda611e6ba606]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-12T11:40:35.846Z] daemon.go:336: [dc963c3c5c8f6] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [dc963c3c5c8f6] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [dc963c3c5c8f6] daemon started [2019-09-12T11:40:35.846Z] check_test.go:310: [dc963c3c5c8f6] joining swarm manager [dda611e6ba606]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.846Z] daemon.go:472: [dda611e6ba606] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dda611e6ba606] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dda611e6ba606] Daemon stopped [2019-09-12T11:40:35.846Z] daemon.go:472: [de29dda74fccc] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [de29dda74fccc] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [de29dda74fccc] Daemon stopped [2019-09-12T11:40:35.846Z] daemon.go:472: [dc963c3c5c8f6] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dc963c3c5c8f6] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dc963c3c5c8f6] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (27.20s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-12T11:40:35.846Z] daemon.go:336: [dc6323d4fa461] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [dc6323d4fa461] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [dc6323d4fa461] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [dc6323d4fa461] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dc6323d4fa461] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dc6323d4fa461] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.50s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-12T11:40:35.846Z] daemon.go:336: [ddc1eada2892b] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [ddc1eada2892b] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [ddc1eada2892b] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [ddc1eada2892b] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [ddc1eada2892b] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [ddc1eada2892b] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.25s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-12T11:40:35.846Z] daemon.go:336: [d1f54c1f75337] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d1f54c1f75337] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d1f54c1f75337] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d1f54c1f75337] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d1f54c1f75337] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d1f54c1f75337] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfig (3.27s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestDNSConfig [2019-09-12T11:40:35.846Z] daemon.go:336: [df756b96973d0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [df756b96973d0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [df756b96973d0] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [df756b96973d0] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [df756b96973d0] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [df756b96973d0] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfigUpdate (3.58s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-12T11:40:35.846Z] daemon.go:336: [d0ac89e4a7bb0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d0ac89e4a7bb0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d0ac89e4a7bb0] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d0ac89e4a7bb0] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d0ac89e4a7bb0] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d0ac89e4a7bb0] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestExtraHosts (3.44s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestExtraHosts [2019-09-12T11:40:35.846Z] daemon.go:336: [d4e6b1c546b66] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d4e6b1c546b66] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d4e6b1c546b66] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d4e6b1c546b66] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d4e6b1c546b66] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d4e6b1c546b66] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.01s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-12T11:40:35.846Z] daemon.go:336: [d11324611365e] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d11324611365e] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d11324611365e] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d11324611365e] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d11324611365e] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d11324611365e] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachable (6.02s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-12T11:40:35.846Z] daemon.go:336: [d114baeb282df] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d114baeb282df] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d114baeb282df] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d114baeb282df] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d114baeb282df] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d114baeb282df] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.93s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-12T11:40:35.846Z] daemon.go:336: [da836f16d2ccc] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [da836f16d2ccc] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [da836f16d2ccc] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [da836f16d2ccc] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [da836f16d2ccc] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [da836f16d2ccc] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.26s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-12T11:40:35.846Z] daemon.go:336: [d21e60fc39452] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d21e60fc39452] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d21e60fc39452] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d21e60fc39452] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d21e60fc39452] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d21e60fc39452] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestPruneNetwork (10.88s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestPruneNetwork [2019-09-12T11:40:35.846Z] daemon.go:336: [dc98feafb7e64] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [dc98feafb7e64] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [dc98feafb7e64] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [dc98feafb7e64] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dc98feafb7e64] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dc98feafb7e64] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestPsListContainersFilterIsTask (4.10s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-12T11:40:35.846Z] daemon.go:336: [d9fba8b81c77b] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d9fba8b81c77b] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d9fba8b81c77b] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d9fba8b81c77b] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d9fba8b81c77b] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d9fba8b81c77b] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountTmpfs (13.39s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-12T11:40:35.846Z] daemon.go:336: [d6d3b7f92899f] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d6d3b7f92899f] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d6d3b7f92899f] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d6d3b7f92899f] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d6d3b7f92899f] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d6d3b7f92899f] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountVolume (5.42s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-12T11:40:35.846Z] daemon.go:336: [db2e8cc62cab3] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [db2e8cc62cab3] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [db2e8cc62cab3] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [db2e8cc62cab3] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [db2e8cc62cab3] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [db2e8cc62cab3] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.80s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-12T11:40:35.846Z] daemon.go:336: [ddefdf580bddb] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [ddefdf580bddb] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [ddefdf580bddb] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [ddefdf580bddb] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [ddefdf580bddb] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [ddefdf580bddb] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple (3.03s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-12T11:40:35.846Z] daemon.go:336: [d73c6597717c8] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d73c6597717c8] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d73c6597717c8] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d73c6597717c8] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d73c6597717c8] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d73c6597717c8] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.75s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-12T11:40:35.846Z] daemon.go:336: [d83dabca94940] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d83dabca94940] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d83dabca94940] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d83dabca94940] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d83dabca94940] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d83dabca94940] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.56s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-12T11:40:35.846Z] daemon.go:336: [d44b0a01436e9] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d44b0a01436e9] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d44b0a01436e9] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d44b0a01436e9] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d44b0a01436e9] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d44b0a01436e9] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.58s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-12T11:40:35.846Z] daemon.go:336: [d7a1c2d9ebfe2] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d7a1c2d9ebfe2] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d7a1c2d9ebfe2] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d7a1c2d9ebfe2] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d7a1c2d9ebfe2] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d7a1c2d9ebfe2] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple (3.02s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-12T11:40:35.846Z] daemon.go:336: [d0c6cf9bcaeb0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d0c6cf9bcaeb0] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d0c6cf9bcaeb0] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d0c6cf9bcaeb0] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d0c6cf9bcaeb0] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d0c6cf9bcaeb0] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.10s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-12T11:40:35.846Z] daemon.go:336: [d385ca3012ff6] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d385ca3012ff6] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d385ca3012ff6] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d385ca3012ff6] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d385ca3012ff6] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d385ca3012ff6] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthRun (7.02s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-12T11:40:35.846Z] daemon.go:336: [dffd1cccd2931] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [dffd1cccd2931] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [dffd1cccd2931] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [dffd1cccd2931] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [dffd1cccd2931] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [dffd1cccd2931] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthStart (5.79s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-12T11:40:35.846Z] daemon.go:336: [d4744e8cd1d8d] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [d4744e8cd1d8d] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [d4744e8cd1d8d] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [d4744e8cd1d8d] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [d4744e8cd1d8d] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [d4744e8cd1d8d] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogs (13.72s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogs [2019-09-12T11:40:35.846Z] daemon.go:336: [db167464842ba] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [db167464842ba] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [db167464842ba] daemon started [2019-09-12T11:40:35.846Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.wmdiml1o7lpw@924e68ff7be9 | hello1\n" [2019-09-12T11:40:35.846Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.of2sk7pbate0@924e68ff7be9 | hello2\n" [2019-09-12T11:40:35.846Z] daemon.go:472: [db167464842ba] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [db167464842ba] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [db167464842ba] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsCompleteness (12.82s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-12T11:40:35.846Z] daemon.go:336: [da133262488b5] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:336: [da133262488b5] waiting for daemon to start [2019-09-12T11:40:35.846Z] daemon.go:364: [da133262488b5] daemon started [2019-09-12T11:40:35.846Z] daemon.go:472: [da133262488b5] Stopping daemon [2019-09-12T11:40:35.846Z] daemon.go:307: [da133262488b5] exiting daemon [2019-09-12T11:40:35.846Z] daemon.go:459: [da133262488b5] Daemon stopped [2019-09-12T11:40:35.846Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsDetails (12.83s) [2019-09-12T11:40:35.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-12T11:40:35.847Z] daemon.go:336: [d0629e4023d35] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d0629e4023d35] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d0629e4023d35] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d0629e4023d35] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d0629e4023d35] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d0629e4023d35] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsFollow (13.35s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-12T11:40:35.847Z] daemon.go:336: [d60a647d067d0] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d60a647d067d0] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d60a647d067d0] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d60a647d067d0] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d60a647d067d0] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d60a647d067d0] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (15.28s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-12T11:40:35.847Z] daemon.go:336: [d8b0e7b667ea5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d8b0e7b667ea5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d8b0e7b667ea5] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d8b0e7b667ea5] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d8b0e7b667ea5] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d8b0e7b667ea5] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsSince (13.13s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-12T11:40:35.847Z] daemon.go:336: [d783ce23885ef] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d783ce23885ef] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d783ce23885ef] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d783ce23885ef] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d783ce23885ef] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d783ce23885ef] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTTY (13.24s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-12T11:40:35.847Z] daemon.go:336: [da9a26e659c57] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [da9a26e659c57] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [da9a26e659c57] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [da9a26e659c57] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [da9a26e659c57] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [da9a26e659c57] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTail (13.28s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-12T11:40:35.847Z] daemon.go:336: [d7e9449854f18] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d7e9449854f18] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d7e9449854f18] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d7e9449854f18] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d7e9449854f18] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d7e9449854f18] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTaskLogs (13.77s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-12T11:40:35.847Z] daemon.go:336: [d2733660f33cc] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d2733660f33cc] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d2733660f33cc] daemon started [2019-09-12T11:40:35.847Z] docker_cli_service_logs_test.go:242: checking task lkjcv8l612l0 [2019-09-12T11:40:35.847Z] docker_cli_service_logs_test.go:247: checking messages for lkjcv8l612l0 [2019-09-12T11:40:35.847Z] docker_cli_service_logs_test.go:242: checking task ltmgwwfnqt94 [2019-09-12T11:40:35.847Z] docker_cli_service_logs_test.go:247: checking messages for ltmgwwfnqt94 [2019-09-12T11:40:35.847Z] daemon.go:472: [d2733660f33cc] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d2733660f33cc] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d2733660f33cc] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestServiceScale (2.52s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceScale [2019-09-12T11:40:35.847Z] daemon.go:336: [d3e9ea2ef3fa5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d3e9ea2ef3fa5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d3e9ea2ef3fa5] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d3e9ea2ef3fa5] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d3e9ea2ef3fa5] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d3e9ea2ef3fa5] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock (20.07s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dff01ae9f75fe] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dff01ae9f75fe] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dff01ae9f75fe] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dff01ae9f75fe] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dff01ae9f75fe] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dff01ae9f75fe] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dff01ae9f75fe] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dff01ae9f75fe] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dff01ae9f75fe] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dff01ae9f75fe] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dff01ae9f75fe] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dff01ae9f75fe] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dff01ae9f75fe] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dff01ae9f75fe] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dff01ae9f75fe] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dff01ae9f75fe] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dff01ae9f75fe] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dff01ae9f75fe] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dff01ae9f75fe] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dff01ae9f75fe] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dff01ae9f75fe] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsConfig (2.76s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-12T11:40:35.847Z] daemon.go:336: [d52bade9bb18d] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d52bade9bb18d] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d52bade9bb18d] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d52bade9bb18d] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d52bade9bb18d] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d52bade9bb18d] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork (2.99s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-12T11:40:35.847Z] daemon.go:336: [dfcbd9e9ca367] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dfcbd9e9ca367] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dfcbd9e9ca367] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dfcbd9e9ca367] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dfcbd9e9ca367] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dfcbd9e9ca367] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNode (21.79s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-12T11:40:35.847Z] daemon.go:336: [dcde57111daea] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dcde57111daea] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dcde57111daea] daemon started [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-12T11:40:35.847Z] daemon.go:336: [ddfc9ea198dd0] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [ddfc9ea198dd0] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [ddfc9ea198dd0] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [ddfc9ea198dd0] joining swarm manager [dcde57111daea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-12T11:40:35.847Z] daemon.go:336: [d6ddc173a3728] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d6ddc173a3728] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d6ddc173a3728] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [d6ddc173a3728] joining swarm manager [dcde57111daea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.847Z] daemon.go:472: [dcde57111daea] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dcde57111daea] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dcde57111daea] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:472: [ddfc9ea198dd0] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [ddfc9ea198dd0] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [ddfc9ea198dd0] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:472: [d6ddc173a3728] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d6ddc173a3728] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d6ddc173a3728] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsScope (8.02s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-12T11:40:35.847Z] daemon.go:336: [dbc85fbf6fcdd] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dbc85fbf6fcdd] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dbc85fbf6fcdd] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dbc85fbf6fcdd] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dbc85fbf6fcdd] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dbc85fbf6fcdd] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSecret (3.07s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-12T11:40:35.847Z] daemon.go:336: [decc91bd9eb8e] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [decc91bd9eb8e] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [decc91bd9eb8e] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [decc91bd9eb8e] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [decc91bd9eb8e] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [decc91bd9eb8e] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsService (15.57s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-12T11:40:35.847Z] daemon.go:336: [d730d8c4ef6b5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d730d8c4ef6b5] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d730d8c4ef6b5] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d730d8c4ef6b5] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d730d8c4ef6b5] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d730d8c4ef6b5] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSource (19.32s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-12T11:40:35.847Z] daemon.go:336: [df7bac9490cdd] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [df7bac9490cdd] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [df7bac9490cdd] daemon started [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f5516ccbe69] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f5516ccbe69] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d0f5516ccbe69] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [d0f5516ccbe69] joining swarm manager [df7bac9490cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-12T11:40:35.847Z] daemon.go:336: [d8c703951ca2c] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d8c703951ca2c] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d8c703951ca2c] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [d8c703951ca2c] joining swarm manager [df7bac9490cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.847Z] daemon.go:472: [df7bac9490cdd] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [df7bac9490cdd] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [df7bac9490cdd] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:472: [d0f5516ccbe69] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d0f5516ccbe69] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d0f5516ccbe69] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:472: [d8c703951ca2c] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d8c703951ca2c] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d8c703951ca2c] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsType (8.25s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-12T11:40:35.847Z] daemon.go:336: [dd7a8a4f182cc] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [dd7a8a4f182cc] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [dd7a8a4f182cc] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [dd7a8a4f182cc] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [dd7a8a4f182cc] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [dd7a8a4f182cc] Daemon stopped [2019-09-12T11:40:35.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey (116.82s) [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-12T11:40:35.847Z] daemon.go:336: [d27f7f345e417] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d27f7f345e417] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d27f7f345e417] daemon started [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d0f56d85ac1a1] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [d0f56d85ac1a1] joining swarm manager [d27f7f345e417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-12T11:40:35.847Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d21583498542b] daemon started [2019-09-12T11:40:35.847Z] check_test.go:310: [d21583498542b] joining swarm manager [d27f7f345e417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.847Z] daemon.go:472: [d0f56d85ac1a1] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d0f56d85ac1a1] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d0f56d85ac1a1] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:364: [d0f56d85ac1a1] daemon started [2019-09-12T11:40:35.847Z] daemon.go:472: [d21583498542b] Stopping daemon [2019-09-12T11:40:35.847Z] daemon.go:307: [d21583498542b] exiting daemon [2019-09-12T11:40:35.847Z] daemon.go:459: [d21583498542b] Daemon stopped [2019-09-12T11:40:35.847Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.847Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d21583498542b] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d0f56d85ac1a1] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d0f56d85ac1a1] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d0f56d85ac1a1] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d0f56d85ac1a1] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d0f56d85ac1a1] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d0f56d85ac1a1] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d0f56d85ac1a1] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d0f56d85ac1a1] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d21583498542b] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d21583498542b] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d21583498542b] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d21583498542b] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d0f56d85ac1a1] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d0f56d85ac1a1] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d0f56d85ac1a1] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d0f56d85ac1a1] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d0f56d85ac1a1] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d21583498542b] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d21583498542b] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d21583498542b] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d21583498542b] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d21583498542b] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d27f7f345e417] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d27f7f345e417] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d27f7f345e417] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [d0f56d85ac1a1] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d0f56d85ac1a1] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d0f56d85ac1a1] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [d21583498542b] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d21583498542b] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d21583498542b] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.19s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-12T11:40:35.848Z] daemon.go:336: [d194691a3b931] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d194691a3b931] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d194691a3b931] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d194691a3b931] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d194691a3b931] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d194691a3b931] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAutoStart (11.06s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-12T11:40:35.848Z] daemon.go:336: [d42c15fc093e6] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d42c15fc093e6] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d42c15fc093e6] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d42c15fc093e6] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d42c15fc093e6] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d42c15fc093e6] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d42c15fc093e6] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d42c15fc093e6] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d42c15fc093e6] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d42c15fc093e6] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d42c15fc093e6] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d42c15fc093e6] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d42c15fc093e6] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions (8.64s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-12T11:40:35.848Z] daemon.go:336: [d87a938cd7520] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d87a938cd7520] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d87a938cd7520] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d87a938cd7520] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d87a938cd7520] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d87a938cd7520] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.98s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-12T11:40:35.848Z] daemon.go:336: [dfe8b997c96c3] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [dfe8b997c96c3] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [dfe8b997c96c3] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [dfe8b997c96c3] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [dfe8b997c96c3] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [dfe8b997c96c3] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon (5.73s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d69194a8f906d] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d69194a8f906d] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d69194a8f906d] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d69194a8f906d] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:307: [d69194a8f906d] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:307: [d69194a8f906d] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d69194a8f906d] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d69194a8f906d] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d69194a8f906d] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d69194a8f906d] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d69194a8f906d] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIngressNetwork (3.77s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-12T11:40:35.848Z] daemon.go:336: [d4e6a502ab8c7] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d4e6a502ab8c7] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d4e6a502ab8c7] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d4e6a502ab8c7] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d4e6a502ab8c7] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d4e6a502ab8c7] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInit (4.88s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInit [2019-09-12T11:40:35.848Z] daemon.go:336: [d59a648bf9429] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d59a648bf9429] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d59a648bf9429] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d59a648bf9429] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d59a648bf9429] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d59a648bf9429] Daemon stopped [2019-09-12T11:40:35.848Z] --- SKIP: Test/DockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-12T11:40:35.848Z] requirement.go:26: unmatched requirement IPv6 [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitLocked (6.93s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d92a0956a5622] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d92a0956a5622] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d92a0956a5622] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d92a0956a5622] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d92a0956a5622] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d92a0956a5622] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d92a0956a5622] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d92a0956a5622] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d92a0956a5622] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d92a0956a5622] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d92a0956a5622] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d92a0956a5622] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d92a0956a5622] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-12T11:40:35.848Z] daemon.go:336: [d16bad8dfb7da] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d16bad8dfb7da] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d16bad8dfb7da] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d16bad8dfb7da] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d16bad8dfb7da] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d16bad8dfb7da] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-12T11:40:35.848Z] daemon.go:336: [d2253246ad7f0] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d2253246ad7f0] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d2253246ad7f0] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d2253246ad7f0] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d2253246ad7f0] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d2253246ad7f0] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitWithDrain (2.57s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-12T11:40:35.848Z] daemon.go:336: [d1f861a9e8b3c] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d1f861a9e8b3c] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d1f861a9e8b3c] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d1f861a9e8b3c] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d1f861a9e8b3c] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d1f861a9e8b3c] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinLeave (54.24s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-12T11:40:35.848Z] daemon.go:336: [df5907e1a7029] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [df5907e1a7029] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [df5907e1a7029] daemon started [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-12T11:40:35.848Z] daemon.go:336: [dacffb0bec58a] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [dacffb0bec58a] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [dacffb0bec58a] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [df5907e1a7029] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [df5907e1a7029] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [df5907e1a7029] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [dacffb0bec58a] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [dacffb0bec58a] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [dacffb0bec58a] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked (51.49s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-12T11:40:35.848Z] daemon.go:336: [d20ea329ed260] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d20ea329ed260] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d20ea329ed260] daemon started [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d511828edccda] daemon started [2019-09-12T11:40:35.848Z] check_test.go:310: [d511828edccda] joining swarm manager [d20ea329ed260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.848Z] daemon.go:472: [d511828edccda] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d511828edccda] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d511828edccda] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d511828edccda] daemon started [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d887bc5083616] daemon started [2019-09-12T11:40:35.848Z] check_test.go:310: [d887bc5083616] joining swarm manager [d20ea329ed260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.848Z] daemon.go:472: [d511828edccda] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d511828edccda] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d511828edccda] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d511828edccda] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d511828edccda] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d887bc5083616] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d887bc5083616] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d887bc5083616] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d887bc5083616] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d887bc5083616] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d887bc5083616] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d887bc5083616] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d887bc5083616] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d887bc5083616] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [d20ea329ed260] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d20ea329ed260] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d20ea329ed260] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [d511828edccda] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d511828edccda] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d511828edccda] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [d887bc5083616] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d887bc5083616] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d887bc5083616] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinWithDrain (13.78s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-12T11:40:35.848Z] daemon.go:336: [db4e611ed3224] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [db4e611ed3224] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [db4e611ed3224] daemon started [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-12T11:40:35.848Z] daemon.go:336: [d41bbc11819d5] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d41bbc11819d5] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d41bbc11819d5] daemon started [2019-09-12T11:40:35.848Z] daemon.go:472: [db4e611ed3224] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [db4e611ed3224] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [db4e611ed3224] Daemon stopped [2019-09-12T11:40:35.848Z] daemon.go:472: [d41bbc11819d5] Stopping daemon [2019-09-12T11:40:35.848Z] daemon.go:307: [d41bbc11819d5] exiting daemon [2019-09-12T11:40:35.848Z] daemon.go:459: [d41bbc11819d5] Daemon stopped [2019-09-12T11:40:35.848Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLeaveLocked (6.09s) [2019-09-12T11:40:35.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-12T11:40:35.848Z] daemon.go:336: [d515301f056e4] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:336: [d515301f056e4] waiting for daemon to start [2019-09-12T11:40:35.848Z] daemon.go:364: [d515301f056e4] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d515301f056e4] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d515301f056e4] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d515301f056e4] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [d515301f056e4] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d515301f056e4] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d515301f056e4] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d515301f056e4] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d515301f056e4] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d515301f056e4] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLockUnlockCluster (138.82s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d8cafce6f3b5f] daemon started [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd937df853c16] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [dd937df853c16] joining swarm manager [d8cafce6f3b5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d401b7f98954d] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [d401b7f98954d] joining swarm manager [d8cafce6f3b5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.849Z] daemon.go:472: [dd937df853c16] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd937df853c16] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd937df853c16] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd937df853c16] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dd937df853c16] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd937df853c16] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd937df853c16] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [d8cafce6f3b5f] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d8cafce6f3b5f] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d8cafce6f3b5f] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d8cafce6f3b5f] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d401b7f98954d] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d401b7f98954d] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d401b7f98954d] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d401b7f98954d] daemon started [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd937df853c16] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dd937df853c16] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd937df853c16] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd937df853c16] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd937df853c16] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d8cafce6f3b5f] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d8cafce6f3b5f] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d8cafce6f3b5f] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:350: [d8cafce6f3b5f] error pinging daemon on start: Get http://d8cafce6f3b5f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:350: [d8cafce6f3b5f] error pinging daemon on start: Get http://d8cafce6f3b5f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:350: [d8cafce6f3b5f] error pinging daemon on start: Get http://d8cafce6f3b5f.sock/_ping: context deadline exceeded [2019-09-12T11:40:35.849Z] daemon.go:336: [d8cafce6f3b5f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d8cafce6f3b5f] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d401b7f98954d] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d401b7f98954d] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d401b7f98954d] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d401b7f98954d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d401b7f98954d] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dd937df853c16] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd937df853c16] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd937df853c16] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd937df853c16] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd937df853c16] daemon started [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [df8435c021780] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [df8435c021780] joining swarm manager [d8cafce6f3b5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-12T11:40:35.849Z] daemon.go:472: [df8435c021780] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [df8435c021780] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [df8435c021780] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [df8435c021780] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [df8435c021780] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d8cafce6f3b5f] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d8cafce6f3b5f] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d8cafce6f3b5f] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [dd937df853c16] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd937df853c16] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd937df853c16] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [d401b7f98954d] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d401b7f98954d] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d401b7f98954d] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [df8435c021780] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [df8435c021780] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [df8435c021780] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmManagerAddress (13.67s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-12T11:40:35.849Z] daemon.go:336: [dd5e096f501bc] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dd5e096f501bc] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dd5e096f501bc] daemon started [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-12T11:40:35.849Z] daemon.go:336: [d46a0f3a12f2f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d46a0f3a12f2f] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d46a0f3a12f2f] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [d46a0f3a12f2f] joining swarm manager [dd5e096f501bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-12T11:40:35.849Z] daemon.go:336: [d9403ec161674] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d9403ec161674] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d9403ec161674] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [d9403ec161674] joining swarm manager [dd5e096f501bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-12T11:40:35.849Z] daemon.go:472: [dd5e096f501bc] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dd5e096f501bc] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dd5e096f501bc] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [d46a0f3a12f2f] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d46a0f3a12f2f] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d46a0f3a12f2f] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [d9403ec161674] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d9403ec161674] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d9403ec161674] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateDup (3.32s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-12T11:40:35.849Z] daemon.go:336: [dc62b01e229a8] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dc62b01e229a8] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dc62b01e229a8] daemon started [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-12T11:40:35.849Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-12T11:40:35.849Z] daemon.go:472: [dc62b01e229a8] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dc62b01e229a8] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dc62b01e229a8] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.07s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-12T11:40:35.849Z] daemon.go:336: [dcb3848106a5c] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dcb3848106a5c] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dcb3848106a5c] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dcb3848106a5c] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dcb3848106a5c] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dcb3848106a5c] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.04s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-12T11:40:35.849Z] daemon.go:336: [daff01556f985] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [daff01556f985] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [daff01556f985] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [daff01556f985] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [daff01556f985] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [daff01556f985] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPlugin (3.27s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-12T11:40:35.849Z] daemon.go:336: [de97784c2b8c0] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [de97784c2b8c0] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [de97784c2b8c0] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [de97784c2b8c0] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [de97784c2b8c0] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [de97784c2b8c0] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 (54.76s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-12T11:40:35.849Z] daemon.go:336: [d94255ec92c09] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d94255ec92c09] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d94255ec92c09] daemon started [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-12T11:40:35.849Z] daemon.go:336: [d00b4d35f8773] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d00b4d35f8773] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d00b4d35f8773] daemon started [2019-09-12T11:40:35.849Z] check_test.go:310: [d00b4d35f8773] joining swarm manager [d94255ec92c09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.849Z] daemon.go:472: [d94255ec92c09] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d94255ec92c09] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d94255ec92c09] Daemon stopped [2019-09-12T11:40:35.849Z] daemon.go:472: [d00b4d35f8773] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d00b4d35f8773] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d00b4d35f8773] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeListFilter (3.10s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-12T11:40:35.849Z] daemon.go:336: [dad0841eae6f1] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dad0841eae6f1] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dad0841eae6f1] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dad0841eae6f1] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dad0841eae6f1] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dad0841eae6f1] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter (4.29s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-12T11:40:35.849Z] daemon.go:336: [de75a59eae83c] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [de75a59eae83c] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [de75a59eae83c] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [de75a59eae83c] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [de75a59eae83c] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [de75a59eae83c] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishAdd (3.13s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-12T11:40:35.849Z] daemon.go:336: [d60f27d409e8d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d60f27d409e8d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d60f27d409e8d] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d60f27d409e8d] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d60f27d409e8d] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d60f27d409e8d] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.89s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-12T11:40:35.849Z] daemon.go:336: [d17430d314e6d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d17430d314e6d] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d17430d314e6d] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [d17430d314e6d] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [d17430d314e6d] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [d17430d314e6d] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmReadonlyRootfs (3.45s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-12T11:40:35.849Z] daemon.go:336: [dc0db46bee203] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [dc0db46bee203] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [dc0db46bee203] daemon started [2019-09-12T11:40:35.849Z] daemon.go:472: [dc0db46bee203] Stopping daemon [2019-09-12T11:40:35.849Z] daemon.go:307: [dc0db46bee203] exiting daemon [2019-09-12T11:40:35.849Z] daemon.go:459: [dc0db46bee203] Daemon stopped [2019-09-12T11:40:35.849Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation (20.93s) [2019-09-12T11:40:35.849Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-12T11:40:35.849Z] daemon.go:336: [d1e13f512b9d2] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:336: [d1e13f512b9d2] waiting for daemon to start [2019-09-12T11:40:35.849Z] daemon.go:364: [d1e13f512b9d2] daemon started [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-12T11:40:35.850Z] daemon.go:336: [dd68d7e34808d] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd68d7e34808d] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd68d7e34808d] daemon started [2019-09-12T11:40:35.850Z] check_test.go:310: [dd68d7e34808d] joining swarm manager [d1e13f512b9d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-12T11:40:35.850Z] daemon.go:472: [d1e13f512b9d2] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d1e13f512b9d2] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d1e13f512b9d2] Daemon stopped [2019-09-12T11:40:35.850Z] daemon.go:472: [dd68d7e34808d] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd68d7e34808d] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd68d7e34808d] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRotateUnlockKey (15.77s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd34680216b6f] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd34680216b6f] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd34680216b6f] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd34680216b6f] Daemon stopped [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd34680216b6f] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd34680216b6f] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd34680216b6f] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd34680216b6f] Daemon stopped [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd34680216b6f] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd34680216b6f] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd34680216b6f] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd34680216b6f] Daemon stopped [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd34680216b6f] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd34680216b6f] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd34680216b6f] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd34680216b6f] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd34680216b6f] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceEnvFile (2.91s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-12T11:40:35.850Z] daemon.go:336: [dd87dfe364b4d] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd87dfe364b4d] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd87dfe364b4d] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd87dfe364b4d] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd87dfe364b4d] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd87dfe364b4d] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceListFilter (2.92s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-12T11:40:35.850Z] daemon.go:336: [d5a3358c32eee] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d5a3358c32eee] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d5a3358c32eee] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d5a3358c32eee] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d5a3358c32eee] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d5a3358c32eee] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode (3.30s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-12T11:40:35.850Z] daemon.go:336: [d529369b7dbf8] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d529369b7dbf8] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d529369b7dbf8] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d529369b7dbf8] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d529369b7dbf8] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d529369b7dbf8] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.45s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-12T11:40:35.850Z] daemon.go:336: [d7c6422a8c4fd] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d7c6422a8c4fd] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d7c6422a8c4fd] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d7c6422a8c4fd] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d7c6422a8c4fd] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d7c6422a8c4fd] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTY (5.64s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-12T11:40:35.850Z] daemon.go:336: [d01c4b17df381] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d01c4b17df381] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d01c4b17df381] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d01c4b17df381] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d01c4b17df381] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d01c4b17df381] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate (3.21s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-12T11:40:35.850Z] daemon.go:336: [d3482c131432a] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d3482c131432a] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d3482c131432a] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d3482c131432a] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d3482c131432a] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d3482c131432a] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.20s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-12T11:40:35.850Z] daemon.go:336: [d090e4bb18a94] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d090e4bb18a94] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d090e4bb18a94] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d090e4bb18a94] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d090e4bb18a94] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d090e4bb18a94] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceWithGroup (3.20s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-12T11:40:35.850Z] daemon.go:336: [df6f3144557f7] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [df6f3144557f7] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [df6f3144557f7] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [df6f3144557f7] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [df6f3144557f7] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [df6f3144557f7] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmStopSignal (3.03s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-12T11:40:35.850Z] daemon.go:336: [d1c09ac159628] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d1c09ac159628] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d1c09ac159628] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d1c09ac159628] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d1c09ac159628] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d1c09ac159628] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmTaskListFilter (3.93s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-12T11:40:35.850Z] daemon.go:336: [deae6a2b6fe12] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [deae6a2b6fe12] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [deae6a2b6fe12] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [deae6a2b6fe12] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [deae6a2b6fe12] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [deae6a2b6fe12] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmUpdate (2.95s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-12T11:40:35.850Z] daemon.go:336: [d2b453766a68c] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d2b453766a68c] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d2b453766a68c] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d2b453766a68c] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d2b453766a68c] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d2b453766a68c] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestSwarmVolumePlugin (52.39s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-12T11:40:35.850Z] daemon.go:336: [d6a5e6cb30dec] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d6a5e6cb30dec] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d6a5e6cb30dec] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d6a5e6cb30dec] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d6a5e6cb30dec] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d6a5e6cb30dec] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.01s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-12T11:40:35.850Z] daemon.go:336: [d9da43a053f73] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d9da43a053f73] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d9da43a053f73] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d9da43a053f73] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d9da43a053f73] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d9da43a053f73] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.90s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-12T11:40:35.850Z] daemon.go:336: [dd6a1831c495c] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd6a1831c495c] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd6a1831c495c] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd6a1831c495c] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd6a1831c495c] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd6a1831c495c] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-12T11:40:35.850Z] docker_cli_external_volume_driver_test.go:53: Daemon db9520ba7e4f1 is not started [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-12T11:40:35.850Z] daemon.go:336: [dea3e6ca3eeef] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dea3e6ca3eeef] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dea3e6ca3eeef] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dea3e6ca3eeef] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dea3e6ca3eeef] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dea3e6ca3eeef] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.63s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-12T11:40:35.850Z] daemon.go:336: [d75bcdf479e96] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d75bcdf479e96] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d75bcdf479e96] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d75bcdf479e96] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d75bcdf479e96] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d75bcdf479e96] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-12T11:40:35.850Z] docker_cli_external_volume_driver_test.go:53: Daemon d7de93e5a01ef is not started [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-12T11:40:35.850Z] daemon.go:336: [deb33c4861200] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [deb33c4861200] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [deb33c4861200] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [deb33c4861200] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [deb33c4861200] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [deb33c4861200] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-12T11:40:35.850Z] docker_cli_external_volume_driver_test.go:53: Daemon d56ce1f526279 is not started [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-12T11:40:35.850Z] docker_cli_external_volume_driver_test.go:53: Daemon d7d0143f74974 is not started [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.65s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-12T11:40:35.850Z] daemon.go:336: [d9abbc829d7f5] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d9abbc829d7f5] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d9abbc829d7f5] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d9abbc829d7f5] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d9abbc829d7f5] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d9abbc829d7f5] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.65s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-12T11:40:35.850Z] daemon.go:336: [d998a20677a0e] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [d998a20677a0e] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [d998a20677a0e] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [d998a20677a0e] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [d998a20677a0e] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [d998a20677a0e] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.83s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-12T11:40:35.850Z] daemon.go:336: [dfc719d3f58e3] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dfc719d3f58e3] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dfc719d3f58e3] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dfc719d3f58e3] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dfc719d3f58e3] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dfc719d3f58e3] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-12T11:40:35.850Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-12T11:40:35.850Z] daemon.go:336: [dd210509c5406] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:336: [dd210509c5406] waiting for daemon to start [2019-09-12T11:40:35.850Z] daemon.go:364: [dd210509c5406] daemon started [2019-09-12T11:40:35.850Z] daemon.go:472: [dd210509c5406] Stopping daemon [2019-09-12T11:40:35.850Z] daemon.go:307: [dd210509c5406] exiting daemon [2019-09-12T11:40:35.850Z] daemon.go:459: [dd210509c5406] Daemon stopped [2019-09-12T11:40:35.850Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.68s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-12T11:40:35.851Z] daemon.go:336: [d9fd57da6c03b] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [d9fd57da6c03b] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [d9fd57da6c03b] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [d9fd57da6c03b] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [d9fd57da6c03b] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [d9fd57da6c03b] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-12T11:40:35.851Z] daemon.go:336: [dae625f9d9d8a] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [dae625f9d9d8a] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [dae625f9d9d8a] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [dae625f9d9d8a] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [dae625f9d9d8a] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [dae625f9d9d8a] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.08s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-12T11:40:35.851Z] daemon.go:336: [deed2faa065a3] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [deed2faa065a3] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [deed2faa065a3] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [deed2faa065a3] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [deed2faa065a3] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [deed2faa065a3] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.61s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-12T11:40:35.851Z] daemon.go:336: [d282950ef993d] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [d282950ef993d] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [d282950ef993d] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [d282950ef993d] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [d282950ef993d] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [d282950ef993d] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.49s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-12T11:40:35.851Z] daemon.go:336: [dd7e81d43a2dc] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [dd7e81d43a2dc] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [dd7e81d43a2dc] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [dd7e81d43a2dc] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [dd7e81d43a2dc] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [dd7e81d43a2dc] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.43s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-12T11:40:35.851Z] docker_cli_external_volume_driver_test.go:486: Daemon ded6c179f33f1 is not started [2019-09-12T11:40:35.851Z] daemon.go:336: [ded6c179f33f1] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:336: [ded6c179f33f1] waiting for daemon to start [2019-09-12T11:40:35.851Z] daemon.go:364: [ded6c179f33f1] daemon started [2019-09-12T11:40:35.851Z] daemon.go:472: [ded6c179f33f1] Stopping daemon [2019-09-12T11:40:35.851Z] daemon.go:307: [ded6c179f33f1] exiting daemon [2019-09-12T11:40:35.851Z] daemon.go:459: [ded6c179f33f1] Daemon stopped [2019-09-12T11:40:35.851Z] --- PASS: Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-12T11:40:35.851Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-12T11:40:35.851Z] docker_cli_external_volume_driver_test.go:53: Daemon dedf9efe0ec8d is not started [2019-09-12T11:40:35.851Z] PASS [2019-09-12T11:40:35.851Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-12T11:40:35.851Z] ++++ cat bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove/d66d2d916d46e/docker.pid [2019-09-12T11:40:35.851Z] +++ kill 5574 [2019-09-12T11:40:35.851Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5574 is not a child of this shell [2019-09-12T11:40:35.851Z] warning: PID 5574 from bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove/d66d2d916d46e/docker.pid had a nonzero exit code [2019-09-12T11:40:35.851Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove/d66d2d916d46e/root: target is busy [2019-09-12T11:40:35.851Z] (In some cases useful info about processes that [2019-09-12T11:40:35.851Z] use the device is found by lsof(8) or fuser(1).) [2019-09-12T11:40:35.851Z] ++++ cat bundles/test-integration/docker.pid [2019-09-12T11:40:35.851Z] +++ kill 6896 [2019-09-12T11:40:35.851Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-12T11:40:35.851Z] +++ /etc/init.d/apparmor stop [2019-09-12T11:40:35.851Z] Clearing AppArmor profiles cache:. [2019-09-12T11:40:35.851Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T11:40:35.851Z] Unloading profiles will leave already running processes permanently [2019-09-12T11:40:35.851Z] unconfined, which can lead to unexpected situations. [2019-09-12T11:40:35.851Z] [2019-09-12T11:40:35.851Z] To set a process to complain mode, use the command line tool [2019-09-12T11:40:35.851Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T11:40:35.851Z] with the 'teardown' option." [2019-09-12T11:40:35.851Z] [2019-09-12T11:40:35.851Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-12T11:40:35.863Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-12T11:40:36.543Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-12T11:40:36.610Z] + echo Ensuring container killed. [2019-09-12T11:40:36.610Z] Ensuring container killed. [2019-09-12T11:40:36.610Z] + docker rm -vf docker-pr5 [2019-09-12T11:40:36.610Z] Error: No such container: docker-pr5 [2019-09-12T11:40:36.610Z] + true [Pipeline] sh [2019-09-12T11:40:36.898Z] + echo Chowning /workspace to jenkins user [2019-09-12T11:40:36.898Z] Chowning /workspace to jenkins user [2019-09-12T11:40:36.898Z] + id -u [2019-09-12T11:40:36.898Z] + id -g [2019-09-12T11:40:36.898Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39844:/workspace busybox chown -R 1000:1000 /workspace [2019-09-12T11:40:39.458Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-12T11:40:42.448Z] + bundleName=amd64 [2019-09-12T11:40:42.448Z] + echo Creating amd64-bundles.tar.gz [2019-09-12T11:40:42.448Z] Creating amd64-bundles.tar.gz [2019-09-12T11:40:42.448Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-12T11:40:42.448Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-12T11:40:43.388Z] Archiving artifacts [2019-09-12T11:40:43.756Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-12T11:40:44.064Z] + make clean [2019-09-12T11:40:44.158Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-12T11:40:44.321Z] docker volume rm -f docker-dev-cache [2019-09-12T11:40:44.321Z] docker-dev-cache [Pipeline] deleteDir [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-12T11:40:45.699Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-12T11:40:47.882Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-12T11:40:47.882Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-12T11:40:47.882Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-12T11:40:51.659Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-12T11:40:54.571Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-12T11:40:56.752Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-12T11:40:59.665Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-12T11:41:01.204Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-12T11:41:01.204Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-12T11:41:05.903Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-12T11:41:08.085Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-12T11:41:08.085Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-12T11:41:10.998Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-12T11:41:10.998Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-12T11:41:10.998Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-12T11:41:13.181Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-12T11:41:15.363Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-12T11:41:17.545Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-12T11:41:19.730Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-12T11:41:19.730Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-12T11:41:19.730Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-12T11:41:19.730Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-12T11:41:21.913Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-12T11:41:21.913Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-12T11:41:21.913Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-12T11:41:21.913Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-12T11:41:21.913Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-12T11:41:24.094Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-12T11:41:36.485Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-12T11:41:38.671Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-12T11:41:38.671Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-12T11:41:38.671Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-12T11:41:38.671Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-12T11:41:40.854Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-12T11:41:43.038Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-12T11:41:43.038Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-12T11:41:44.578Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-12T11:41:44.578Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-12T11:41:44.578Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-12T11:41:44.578Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-12T11:41:46.918Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-12T11:41:49.104Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-12T11:41:51.288Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-12T11:41:53.472Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-12T11:41:58.170Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-12T11:42:06.759Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-12T11:42:06.759Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-12T11:42:08.300Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-12T11:42:08.300Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunMount [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-12T11:42:08.760Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-12T11:42:15.843Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-12T11:42:15.843Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-12T11:42:15.843Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-12T11:42:15.843Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-12T11:42:20.541Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-12T11:42:24.267Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-12T11:42:24.725Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-12T11:42:25.688Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-12T11:42:27.861Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-12T11:42:30.030Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-12T11:42:30.487Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-12T11:42:32.655Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-12T11:42:33.112Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-12T11:42:36.007Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-12T11:42:44.570Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-12T11:42:44.570Z] === RUN Test/DockerSuite/TestRunRm [2019-09-12T11:42:46.100Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-12T11:42:51.872Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-12T11:42:53.405Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-12T11:42:55.572Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-12T11:42:57.745Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-12T11:42:59.914Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-12T11:42:59.914Z] === RUN Test/DockerSuite/TestRunState [2019-09-12T11:42:59.914Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-12T11:43:02.082Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-12T11:43:02.082Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-12T11:43:04.249Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-12T11:43:08.930Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-12T11:43:15.981Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-12T11:43:15.981Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-12T11:43:18.150Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-12T11:43:18.150Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-12T11:43:18.150Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-12T11:43:21.044Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-12T11:43:26.817Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-12T11:43:31.489Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-12T11:43:37.261Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-12T11:43:37.261Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-12T11:43:37.261Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-12T11:43:37.261Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-12T11:43:37.261Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-12T11:43:40.155Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-12T11:43:41.685Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-12T11:43:43.852Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-12T11:43:43.852Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-12T11:43:43.852Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-12T11:43:43.852Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-12T11:43:44.309Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-12T11:43:44.309Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-12T11:43:44.309Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-12T11:43:44.309Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-12T11:43:44.309Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-12T11:43:48.028Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-12T11:43:49.601Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-12T11:43:51.768Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-12T11:43:56.534Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-12T11:43:58.702Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-12T11:43:59.158Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-12T11:43:59.619Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-12T11:43:59.619Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-12T11:44:01.786Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-12T11:44:08.836Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-12T11:44:08.836Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-12T11:44:14.607Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-12T11:44:14.607Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-12T11:44:19.280Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-12T11:44:19.280Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-12T11:44:19.280Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-12T11:44:19.280Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-12T11:44:19.280Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-12T11:44:29.572Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-12T11:44:30.535Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-12T11:44:32.703Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-12T11:44:32.703Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-12T11:44:34.874Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-12T11:44:52.519Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-12T11:44:54.685Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-12T11:44:54.685Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-12T11:44:57.581Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-12T11:44:58.038Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-12T11:44:58.495Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-12T11:44:58.495Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-12T11:44:58.495Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-12T11:45:10.842Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-12T11:45:10.842Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-12T11:45:11.803Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-12T11:45:11.803Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-12T11:45:11.803Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-12T11:45:18.851Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-12T11:45:18.851Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-12T11:45:18.851Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-12T11:45:27.394Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-12T11:45:27.394Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-12T11:45:28.926Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-12T11:45:28.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-12T11:45:28.927Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-12T11:45:28.927Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-12T11:45:28.927Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-12T11:45:28.927Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-12T11:45:28.927Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginBasicOps [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginCreate [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginEnableDisableNegative [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginForceRemove [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginIDPrefix [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginInspect [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginInstallArgs [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginInstallDisable [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginInstallImage [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginListDefaultFormat [2019-09-12T11:45:28.927Z] === RUN Test/DockerPluginSuite/TestPluginSet [2019-09-12T11:45:28.927Z] --- PASS: Test (2586.07s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.02s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (0.61s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.27s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.57s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.40s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (146.95s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.85s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (1.15s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkFilter (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (6.28s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (4.02s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.16s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement Apparmor [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement Apparmor [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAppArmorTraceSelf (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAttachDisconnect (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (3.11s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAttachPausedContainer (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement IsPausable [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (6.49s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (118.38s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement UnixCli [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (6.48s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.33s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.28s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (3.08s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (1.37s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.08s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.59s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.70s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (10.34s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (3.14s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (5.14s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddScript (0.05s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddTar (44.08s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXz (0.04s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXzGz (0.43s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (23.65s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.67s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (7.59s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (5.42s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.04s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.43s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.03s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (6.27s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.68s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.06s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCacheAdd (0.44s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (1.41s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCacheFrom (0.06s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.11s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (1.42s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildChownOnCopy (0.05s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement UnixCli [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (1.36s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.94s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.60s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.54s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCmdShellArgsEscaped (5.36s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (2.10s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCommentsShebangs (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (1.26s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildContChar (13.95s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.48s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (2.03s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.92s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.70s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (6.00s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.10s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.66s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.45s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.89s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.55s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (33.68s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.76s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildCopyWildcardInName (0.41s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (18.56s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (1.72s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (1.00s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (3.39s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.69s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.52s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (61.54s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (6.61s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildDockerignoreComment (0.44s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (62.87s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.81s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.93s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (30.54s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (11.57s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (15.89s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (30.72s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (16.47s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (11.48s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (85.00s) [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.51s) [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildEOLInLine (0.40s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- SKIP: Test/DockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-12T11:45:28.927Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.927Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.74s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (1.14s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.46s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.52s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.00s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.98s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (5.19s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnv (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvEscapes (0.40s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (3.34s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.90s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (5.01s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (17.81s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.71s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildExoticShellInterpolation (0.06s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildExpose (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildExposeOrder (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFails (2.11s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (5.25s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (14.66s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildForceRm (6.74s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromGit (6.33s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (1.66s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (6.16s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement UnixCli [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.83s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.53s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (9.56s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildHistory (11.21s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildIidFile (0.93s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (2.10s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildInheritance (0.05s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.80s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.12s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (5.19s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.97s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.74s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (1.04s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.74s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabels (1.00s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.64s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (5.75s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildLastModified (0.11s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildLineBreak (0.07s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.14s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.12s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.57s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (0.84s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (5.41s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (15.45s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageCache (0.16s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (2.18s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (35.95s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (14.94s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (5.21s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (6.07s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.31s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (16.76s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (7.98s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.65s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildNetContainer (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildNetNone (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNoContext (2.48s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (4.65s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (2.56s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.27s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.29s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (1.19s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (1.25s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (9.98s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (1.65s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.41s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (3.54s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (9.47s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (5.58s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (5.26s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (1.12s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildPATH (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (2.00s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (50.29s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (20.37s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildRm (14.25s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (3.44s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildScratchCopy (0.46s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (1.49s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (3.67s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (3.46s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (5.14s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (21.65s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.86s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.60s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildShellWindowsPowershell (12.38s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.32s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (5.26s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.14s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildStderr (5.05s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (21.19s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildStopSignal (0.37s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (3.34s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (1.29s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (4.97s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (5.70s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildUser (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (4.53s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.58s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (2.69s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildVolumesRetainContents (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (23.49s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.99s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWindowsUser (16.34s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (6.20s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHost (0.46s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (2.63s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWithRecycleBin (12.72s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (4.98s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.52s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (14.27s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumeOwnership (0.42s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumes (0.40s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (1.29s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWindowsPath (9.15s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (1.99s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestBuildXZHost (0.40s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-12T11:45:28.928Z] docker_cli_sni_test.go:18: Flakey test [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (2.16s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (4.95s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitChange (5.48s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (5.11s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestCommitHardlink (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitNewFile (7.68s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestCommitPausedContainer (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitTTY (12.24s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (5.08s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestCommitWithHostBindMount (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestCommitWithoutPause (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (11.91s) [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (7.13s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (2.16s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2019-09-12T11:45:28.928Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.928Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (2.12s) [2019-09-12T11:45:28.928Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (2.48s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (2.38s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (2.13s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (2.10s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (2.17s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (2.30s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetExport (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.17s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (2.11s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPIPause (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (2.78s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.29s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (2.28s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (3.74s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (4.30s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (1.80s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (2.41s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerAPITop (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPITopWindows (2.20s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (4.16s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (1.98s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerNetworkMode (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.93s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (26.70s) [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 0 - config: {volume c:\foo false } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 1 - config: {volume c:\foo\ false } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 c:\foo false } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 c:\foo true } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 c:\foo false 0xc0009932e0 } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1278848042 c:\foo false } [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:2107: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1278848042 c:\foo true } [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 0 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 1 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 2 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 3 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 4 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 5 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 6 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 7 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 8 [2019-09-12T11:45:28.929Z] docker_api_containers_test.go:1926: case 9 [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCopyAndRestart (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (2.37s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseA (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseB (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseC (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseD (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseE (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseF (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseG (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseH (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseI (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromCaseJ (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (2.30s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.08s) [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpNameHasColon (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpRelativePath (2.30s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpSpecialFiles (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToCaseA (9.30s) [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a113583685\file1 0028f4dd433edd8fac7f232bd8885b59fa3f44b9219460d2f53fc281389218f6:/root/itWorks.txt` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:279: checking that container "0028f4dd433edd8fac7f232bd8885b59fa3f44b9219460d2f53fc281389218f6" start output contains "file1\n" [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0028f4dd433edd8fac7f232bd8885b59fa3f44b9219460d2f53fc281389218f6` [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToCaseB (2.70s) [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b645343456\file1 e3ed2b028de787dfe35390e922f591ea8c2d3aee0187d928c542d397933eba8e:testDir/` [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseC (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseD (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToCaseE (9.13s) [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e829403839\dir1 eac7a669fdb5f29dbe391e87070ade7b9b3ce60df032caf5de096fdef1ba6837:testDir` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:279: checking that container "eac7a669fdb5f29dbe391e87070ade7b9b3ce60df032caf5de096fdef1ba6837" start output contains "file1-1\n" [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:209: running `docker start -a eac7a669fdb5f29dbe391e87070ade7b9b3ce60df032caf5de096fdef1ba6837` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e829403839\dir1 f863a1b2f43b4e58217c75464f3cab0cf12c57be717d6395b3310a680cd38495:testDir/` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:279: checking that container "f863a1b2f43b4e58217c75464f3cab0cf12c57be717d6395b3310a680cd38495" start output contains "file1-1\n" [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:209: running `docker start -a f863a1b2f43b4e58217c75464f3cab0cf12c57be717d6395b3310a680cd38495` [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseF (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseG (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToCaseH (9.40s) [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h410325266\dir1\. 9648192c699ee60702a7a77e7cc45ddcf7a251439bb9996f0efc38753239d02c:testDir` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:279: checking that container "9648192c699ee60702a7a77e7cc45ddcf7a251439bb9996f0efc38753239d02c" start output contains "file1-1\n" [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9648192c699ee60702a7a77e7cc45ddcf7a251439bb9996f0efc38753239d02c` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h410325266\dir1\. 02fc82be1c31a9e80702b94af7a86eada763230cd1a6b0a26e783af522530290:testDir/` [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:279: checking that container "02fc82be1c31a9e80702b94af7a86eada763230cd1a6b0a26e783af522530290" start output contains "file1-1\n" [2019-09-12T11:45:28.929Z] docker_cli_cp_utils_test.go:209: running `docker start -a 02fc82be1c31a9e80702b94af7a86eada763230cd1a6b0a26e783af522530290` [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseI (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToCaseJ (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToDot (2.26s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCpToStdout (2.28s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCpVolumePath (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.20s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.19s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateByImageID (1.92s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (2.13s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateGrowRootfs (0.26s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.18s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (1.96s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.67s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.19s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateRM (0.35s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.18s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.35s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (7.74s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.22s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.51s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (4.66s) [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.20s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (2.38s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.929Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-12T11:45:28.929Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDevicePermissions (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestDockerFails (0.08s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsAttach (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsCommit (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (2.15s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (2.16s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.26s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (8.16s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsCopy (5.38s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (9.66s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (2.04s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.82s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (3.49s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.57s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilterType (1.17s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFilters (4.68s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFormat (4.37s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.09s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.07s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsImageImport (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsImageLoad (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsImagePull (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.24s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsPluginOps (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsRename (2.40s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsResize (2.49s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (2.24s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (2.71s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (4.66s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestEventsTop (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.76s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (3.52s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExec (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (1.85s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (1.90s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecAPIStart (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (2.06s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (2.06s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (2.04s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (2.00s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (4.33s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecCgroup (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecEnv (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecExitStatus (2.19s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecInspectID (3.51s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecInteractive (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecParseError (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecPausedContainer (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement IsPausable [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.58s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecSetEnv (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecStartFails (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecStateCleanup (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecStopNotHanging (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecTTYCloseStdin (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (2.21s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecUlimits (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestExecWindowsPathNotWiped (7.88s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecWithImageUser (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecWithPrivileged (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestExecWithUser (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetContainerStats (5.96s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (5.91s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (3.30s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (6.06s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestGetContainersAttachWebsocket (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.14s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestHealth (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.10s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (4.85s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.02s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (1.75s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.28s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (2.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (2.65s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.23s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (3.70s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.08s) [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImportBadURL (2.36s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImportDisplay (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImportFile (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.08s) [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImportFileWithMessage (0.02s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImportGzipped (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:28.930Z] --- SKIP: Test/DockerSuite/TestInfoDebug (0.01s) [2019-09-12T11:45:28.930Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement IsPausable [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.08s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.15s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInsecureRegistries (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (2.04s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (2.01s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.09s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectAmpersand (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (2.01s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.21s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (2.15s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectDefault (2.37s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectHistory (4.82s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectImage (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectInt64 (2.39s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (2.19s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.21s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (2.06s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (2.03s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestInspectPlugin (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.09s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (2.06s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectStatus (2.72s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (4.08s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (2.15s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (2.04s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (2.06s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (2.04s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (2.30s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (2.28s) [2019-09-12T11:45:29.388Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.10s) [2019-09-12T11:45:29.388Z] --- SKIP: Test/DockerSuite/TestLinkShortDefinition (0.01s) [2019-09-12T11:45:29.388Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksEnvs (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStarted (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStopped (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.08s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (1.85s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (1.85s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (5.47s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (2.27s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (2.15s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.08s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (7.31s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (7.28s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (7.25s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (2.49s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (2.36s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (2.22s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (2.19s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsSince (8.99s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestLogsStderrInStdout (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsTail (2.86s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (2.52s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (2.18s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestMountIntoProc (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestMountIntoSys (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestNetHostname (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestNetHostnameWithNetHost (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginActive (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPluginInspectOnWindows (0.11s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginLogDriver (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginMetricsCollector (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPluginUpgrade (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPortHostBinding (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPortList (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.20s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersAttach (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.86s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsByOrder (7.68s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (8.45s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (13.56s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.32s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (13.89s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (12.12s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (3.55s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (6.75s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (8.99s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterNetwork (0.09s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (4.46s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsListContainersSize (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPsRightTagName (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPsShowMounts (6.82s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (1.38s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (1.42s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (1.04s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (4.24s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartContainerSuccess (4.50s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (2.31s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (26.50s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRestartDisconnectedContainer (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartPolicyAfterRestart (6.50s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.27s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.19s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.82s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (4.69s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (9.13s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (4.51s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.07s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.33s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (15.24s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (2.93s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.84s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.20s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (5.56s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (8.21s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (4.74s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiTag (0.77s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (2.65s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (18.04s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (2.54s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (5.28s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (1.17s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddHost (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (2.03s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.20s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (2.79s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (2.18s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (2.36s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (2.04s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.07s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunBindMounts (4.38s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddCHOWN (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddInvalid (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (2.06s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (2.98s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (2.02s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.24s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.20s) [2019-09-12T11:45:29.389Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (2.14s) [2019-09-12T11:45:29.389Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-12T11:45:29.389Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (2.16s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecFailures (2.17s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecWellFormed (12.03s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDNSOptions (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (2.19s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunDuplicateMount (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (2.17s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (2.05s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunEmptyEnv (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (1.97s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunEnvironment (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunExitCode (2.28s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (2.00s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (2.03s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (2.14s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.09s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunGroupAdd (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (4.35s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.07s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (8.92s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (1.71s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeHostname (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeIpcHost (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeNetContainerHostname (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainer (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModePIDHost (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunModeUTSHost (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunMount (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunMountOrdering (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (6.54s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNamedVolume (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (4.88s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (3.83s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetContainerWhichHost (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetHost (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.36s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.99s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (2.17s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (2.06s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (1.00s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (2.01s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunNonRootUserResolvName (0.31s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPortInUse (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.53s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunPublishPort (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement Apparmor [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunReadProcTimer (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (8.04s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunRm (2.11s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (5.37s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (2.17s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (2.03s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (2.19s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (2.46s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunState (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (2.00s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunStdinPipe (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (1.78s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.20s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.07s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (4.64s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUnshareProc (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement Apparmor [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserByID (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserByIDBig (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserByIDZero (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserByName (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (6.87s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunUserNotFound (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (2.06s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (2.86s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (6.15s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (3.99s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (5.84s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUCount (2.70s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUPercent (2.14s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUShares (2.09s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithBadDevice (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.07s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWithUlimits (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (3.89s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (1.61s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (2.20s) [2019-09-12T11:45:29.390Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (4.29s) [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement Apparmor [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveCheckTimes (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveImageId (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveLoadParents (0.01s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveMultipleNames (0.02s) [2019-09-12T11:45:29.390Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.390Z] --- SKIP: Test/DockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestSaveSingleTag (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (2.35s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.42s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (1.59s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (6.52s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (6.82s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (4.04s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartAttachWithRename (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartMultipleContainers (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartPausedContainer (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement IsPausable [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStartRecordError (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (9.62s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsAllNoStream (0.02s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsFormatAll (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestStatsNoStream (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (1.99s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (2.31s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestTopPrivileged (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestTopWindowsCoreProcesses (2.11s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.34s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.17s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.35s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.33s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (2.67s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (3.03s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.21s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (12.40s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (6.30s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.31s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (8.48s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- PASS: Test/DockerSuite/TestWindowsRunAsSystem (1.40s) [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistrySuite/TestV2Only (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginCreate (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginInspect (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.391Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-12T11:45:29.391Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.392Z] --- SKIP: Test/DockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-12T11:45:29.392Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.392Z] --- SKIP: Test/DockerPluginSuite/TestPluginSet (0.00s) [2019-09-12T11:45:29.392Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-12T11:45:29.392Z] PASS [2019-09-12T11:45:29.392Z] ok github.com/docker/docker/integration-cli 2587.018s [2019-09-12T11:45:29.392Z] INFO: Integration tests ended at 09/12/2019 11:45:29. Duration:00:43:18.4432460 [2019-09-12T11:45:29.392Z] INFO: Docker info of the daemon under test at end of run [2019-09-12T11:45:29.392Z] [2019-09-12T11:45:29.392Z] Containers: 2 [2019-09-12T11:45:29.392Z] Running: 0 [2019-09-12T11:45:29.392Z] Paused: 0 [2019-09-12T11:45:29.392Z] Stopped: 2 [2019-09-12T11:45:29.392Z] Images: 12 [2019-09-12T11:45:29.392Z] Server Version: 0.0.0-dev [2019-09-12T11:45:29.392Z] Storage Driver: windowsfilter [2019-09-12T11:45:29.392Z] Windows: [2019-09-12T11:45:29.392Z] Logging Driver: json-file [2019-09-12T11:45:29.392Z] Plugins: [2019-09-12T11:45:29.392Z] Volume: local [2019-09-12T11:45:29.392Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-12T11:45:29.392Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-12T11:45:29.392Z] Swarm: inactive [2019-09-12T11:45:29.392Z] Default Isolation: process [2019-09-12T11:45:29.392Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-12T11:45:29.392Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-12T11:45:29.392Z] OSType: windows [2019-09-12T11:45:29.392Z] Architecture: x86_64 [2019-09-12T11:45:29.392Z] CPUs: 4 [2019-09-12T11:45:29.848Z] Total Memory: 32GiB [2019-09-12T11:45:29.848Z] Name: azwin-2-725a40 [2019-09-12T11:45:29.848Z] ID: ZAKC:JYKJ:ACD7:CDBQ:3APS:WUHU:HXOE:QZNE:QQ4B:FERZ:B5RG:FBCX [2019-09-12T11:45:29.848Z] Docker Root Dir: D:\CI-5\CI-3d811f203\daemon [2019-09-12T11:45:29.848Z] Debug Mode (client): false [2019-09-12T11:45:29.848Z] Debug Mode (server): true [2019-09-12T11:45:29.848Z] File Descriptors: -1 [2019-09-12T11:45:29.848Z] Goroutines: 18 [2019-09-12T11:45:29.848Z] System Time: 2019-09-12T11:45:29.3403248Z [2019-09-12T11:45:29.848Z] EventsListeners: 0 [2019-09-12T11:45:29.848Z] Registry: https://index.docker.io/v1/ [2019-09-12T11:45:29.848Z] Labels: [2019-09-12T11:45:29.848Z] Experimental: false [2019-09-12T11:45:29.848Z] Insecure Registries: [2019-09-12T11:45:29.848Z] 127.0.0.0/8 [2019-09-12T11:45:29.848Z] Live Restore Enabled: false [2019-09-12T11:45:29.848Z] [2019-09-12T11:45:29.848Z] [2019-09-12T11:45:29.848Z] INFO: Stopping daemon under test [2019-09-12T11:45:29.848Z] SUCCESS: The process with PID 1332 (child process of PID 4636) has been terminated. [2019-09-12T11:45:29.848Z] SUCCESS: The process with PID 4636 (child process of PID 7144) has been terminated. [2019-09-12T11:45:29.848Z] INFO: Stop tailing logs of the daemon under tests [2019-09-12T11:45:29.848Z] INFO: executeCI.ps1 Completed successfully at 09/12/2019 11:45:29. [2019-09-12T11:45:29.848Z] INFO: Tidying up at end of run [2019-09-12T11:45:29.848Z] INFO: Saving daemon under test log (d:\CI-5\CI-3d811f203\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-12T11:45:29.848Z] INFO: Saving daemon under test log (d:\CI-5\CI-3d811f203\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-12T11:45:29.848Z] INFO: Nuke-Everything... [2019-09-12T11:45:29.848Z] INFO: Container count on control daemon to delete is 2 [2019-09-12T11:45:30.304Z] 8a0ee316a680 [2019-09-12T11:45:30.304Z] fd198e574075 [2019-09-12T11:45:30.760Z] INFO: Non-base image count on control daemon to delete is 1 [2019-09-12T11:45:36.538Z] Deleted: sha256:aa3f33c9721f82fd86bb18be198e204cbd338a38c3c06d40ee6769402ca4ede7 [2019-09-12T11:45:36.538Z] Deleted: sha256:908c42e067289a765f36dc4409dc92ab2a22007bfa749d1c4fb49133388af4a6 [2019-09-12T11:45:36.538Z] Deleted: sha256:3ca7cfbc30e71631768ac1662d0bb3f0a98ac3e18d79d6c3213f234746ad61b2 [2019-09-12T11:45:36.538Z] Deleted: sha256:1db5edfddcbeea38dd34f530f97fe383f1e0140b52871780fb122b34008bdc15 [2019-09-12T11:45:36.538Z] Deleted: sha256:1241e8e07b699c8fc3abf32817e5d451148bbda5975543aa99e4099c5358e5ed [2019-09-12T11:45:36.538Z] Deleted: sha256:cba0eb40b6a520eb7800c5999ecba052787862ef63dea9f3d9d0d7af63b3466c [2019-09-12T11:45:36.538Z] Deleted: sha256:b1fec9f8f769e3e19425fcf7120eb55f5be2e79e6e4fdf617e6a48edaa86cfae [2019-09-12T11:45:36.538Z] Deleted: sha256:fb256aabf7b1bbc8a2913d17b933ac0923193fd6ccd1e44c91e5ae1cc6b87176 [2019-09-12T11:45:36.538Z] Deleted: sha256:35100e42038ca63db396c33e399a67aa2c04222cc9368dbb79792acc93ea3f99 [2019-09-12T11:45:36.538Z] Deleted: sha256:88cb04d91f8967fbd162d6838f46f0cadacfc3390499559adb4a12391fac2fc7 [2019-09-12T11:45:36.538Z] Deleted: sha256:ff873a9577c3c8fec13981ae78af09f4dc01bc82d04b1f15510b21961c79efbb [2019-09-12T11:45:36.538Z] Deleted: sha256:f3a5809106f04674395e6ceae64a31284c13fcd49e319818af9dc7a8b724f3c1 [2019-09-12T11:45:36.538Z] INFO: Tidying pidfile d:\CI-5\CI-3d811f203\docker.pid [2019-09-12T11:45:36.538Z] INFO: Nuking d:\CI-5 [2019-09-12T11:46:06.646Z] INFO: Zapped successfully [2019-09-12T11:46:06.646Z] [2019-09-12T11:46:06.646Z] INFO: executeCI.ps1 exiting at Thu Sep 12 11:46:06 CUT 2019. Duration 01:02:09.2395796 [2019-09-12T11:46:06.646Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-12T11:46:08.451Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-12T11:46:10.192Z] Archiving artifacts [2019-09-12T11:46:11.351Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-12T11:46:12.340Z] + make clean [2019-09-12T11:46:13.303Z] docker volume rm -f docker-dev-cache [2019-09-12T11:46:13.303Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-12T12:16:44.621Z] Running on ppc64le-ubuntu-33 in /home/docker/workspace/moby_PR-39844 [Pipeline] { [Pipeline] checkout [2019-09-12T12:16:44.837Z] using credential docker-jenkins-github-credentials [2019-09-12T12:16:44.853Z] Cloning the remote Git repository [2019-09-12T12:16:44.853Z] Cloning with configured refspecs honoured and without tags [2019-09-12T12:16:44.859Z] Cloning repository https://github.com/moby/moby.git [2019-09-12T12:16:44.860Z] > git init /home/docker/workspace/moby_PR-39844 # timeout=10 [2019-09-12T12:16:44.870Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T12:16:44.870Z] > git --version # timeout=10 [2019-09-12T12:16:44.873Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T12:16:44.874Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T12:17:09.020Z] Fetching without tags [2019-09-12T12:17:09.531Z] Merging remotes/origin/master commit 65d58afb49e7478e15d6091422a37a3b7d460871 into PR head commit 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T12:17:08.987Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T12:17:08.991Z] > git config --add remote.origin.fetch +refs/pull/39844/head:refs/remotes/origin/PR-39844 # timeout=10 [2019-09-12T12:17:08.994Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-12T12:17:09.011Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-12T12:17:09.027Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-12T12:17:09.027Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-12T12:17:09.027Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39844/head:refs/remotes/origin/PR-39844 +refs/heads/master:refs/remotes/origin/master [2019-09-12T12:17:09.538Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T12:17:09.541Z] > git checkout -f 32f1c651623421ee1ac480b200d34025a74436bb [2019-09-12T12:17:10.447Z] > git merge 65d58afb49e7478e15d6091422a37a3b7d460871 # timeout=10 [2019-09-12T12:17:11.098Z] Merge succeeded, producing 1212a2a9790ec74e0fec9ece45ad2b831a0ee98f [2019-09-12T12:17:11.100Z] Checking out Revision 1212a2a9790ec74e0fec9ece45ad2b831a0ee98f (PR-39844) [2019-09-12T12:17:11.213Z] Commit message: "Merge commit '65d58afb49e7478e15d6091422a37a3b7d460871' into HEAD" [2019-09-12T12:17:11.089Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-12T12:17:11.106Z] > git config core.sparsecheckout # timeout=10 [2019-09-12T12:17:11.109Z] > git checkout -f 1212a2a9790ec74e0fec9ece45ad2b831a0ee98f [2019-09-12T12:17:11.225Z] > git rev-list --no-walk 32f1c651623421ee1ac480b200d34025a74436bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-12T12:17:15.898Z] + docker version [2019-09-12T12:17:15.898Z] Client: [2019-09-12T12:17:15.898Z] Version: 18.06.1-ce [2019-09-12T12:17:15.898Z] API version: 1.38 [2019-09-12T12:17:15.898Z] Go version: go1.10.3 [2019-09-12T12:17:15.898Z] Git commit: e68fc7a [2019-09-12T12:17:15.898Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-12T12:17:15.898Z] OS/Arch: linux/ppc64le [2019-09-12T12:17:15.898Z] Experimental: false [2019-09-12T12:17:15.898Z] [2019-09-12T12:17:15.898Z] Server: [2019-09-12T12:17:15.898Z] Engine: [2019-09-12T12:17:15.898Z] Version: 18.06.1-ce [2019-09-12T12:17:15.898Z] API version: 1.38 (minimum version 1.12) [2019-09-12T12:17:15.898Z] Go version: go1.10.3 [2019-09-12T12:17:15.898Z] Git commit: e68fc7a [2019-09-12T12:17:15.898Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-12T12:17:15.898Z] OS/Arch: linux/ppc64le [2019-09-12T12:17:15.898Z] Experimental: true [Pipeline] sh [2019-09-12T12:17:16.281Z] + docker info [2019-09-12T12:17:16.282Z] Containers: 0 [2019-09-12T12:17:16.282Z] Running: 0 [2019-09-12T12:17:16.282Z] Paused: 0 [2019-09-12T12:17:16.282Z] Stopped: 0 [2019-09-12T12:17:16.282Z] Images: 209 [2019-09-12T12:17:16.282Z] Server Version: 18.06.1-ce [2019-09-12T12:17:16.282Z] Storage Driver: overlay2 [2019-09-12T12:17:16.282Z] Backing Filesystem: extfs [2019-09-12T12:17:16.282Z] Supports d_type: true [2019-09-12T12:17:16.282Z] Native Overlay Diff: true [2019-09-12T12:17:16.282Z] Logging Driver: json-file [2019-09-12T12:17:16.282Z] Cgroup Driver: cgroupfs [2019-09-12T12:17:16.282Z] Plugins: [2019-09-12T12:17:16.282Z] Volume: local [2019-09-12T12:17:16.282Z] Network: bridge host ipvlan macvlan null overlay [2019-09-12T12:17:16.282Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-12T12:17:16.282Z] Swarm: inactive [2019-09-12T12:17:16.282Z] Runtimes: runc [2019-09-12T12:17:16.282Z] Default Runtime: runc [2019-09-12T12:17:16.282Z] Init Binary: docker-init [2019-09-12T12:17:16.282Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-12T12:17:16.282Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-12T12:17:16.282Z] init version: fec3683 [2019-09-12T12:17:16.282Z] Security Options: [2019-09-12T12:17:16.282Z] apparmor [2019-09-12T12:17:16.282Z] seccomp [2019-09-12T12:17:16.282Z] Profile: default [2019-09-12T12:17:16.282Z] Kernel Version: 4.4.0-130-generic [2019-09-12T12:17:16.282Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-12T12:17:16.282Z] OSType: linux [2019-09-12T12:17:16.282Z] Architecture: ppc64le [2019-09-12T12:17:16.282Z] CPUs: 4 [2019-09-12T12:17:16.282Z] Total Memory: 7.972GiB [2019-09-12T12:17:16.282Z] Name: ppc64le-ubuntu-33 [2019-09-12T12:17:16.282Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-12T12:17:16.282Z] Docker Root Dir: /var/lib/docker [2019-09-12T12:17:16.282Z] Debug Mode (client): false [2019-09-12T12:17:16.282Z] Debug Mode (server): false [2019-09-12T12:17:16.282Z] Username: dockerbuildbot [2019-09-12T12:17:16.282Z] Registry: https://index.docker.io/v1/ [2019-09-12T12:17:16.282Z] Labels: [2019-09-12T12:17:16.282Z] Experimental: true [2019-09-12T12:17:16.282Z] Insecure Registries: [2019-09-12T12:17:16.282Z] 127.0.0.0/8 [2019-09-12T12:17:16.282Z] Live Restore Enabled: false [2019-09-12T12:17:16.282Z] [Pipeline] sh [2019-09-12T12:17:16.664Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T12:17:16.664Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-12T12:17:16.664Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39844/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-12T12:17:16.664Z] + bash /home/docker/workspace/moby_PR-39844/check-config.sh [2019-09-12T12:17:16.664Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-12T12:17:16.664Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2019-09-12T12:17:16.664Z] [2019-09-12T12:17:16.664Z] Generally Necessary: [2019-09-12T12:17:16.664Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-12T12:17:16.664Z] - apparmor: enabled and tools installed [2019-09-12T12:17:16.664Z] - CONFIG_NAMESPACES: enabled [2019-09-12T12:17:16.664Z] - CONFIG_NET_NS: enabled [2019-09-12T12:17:16.664Z] - CONFIG_PID_NS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_IPC_NS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_UTS_NS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUPS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CPUSETS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_MEMCG: enabled [2019-09-12T12:17:16.956Z] - CONFIG_KEYS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_VETH: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-12T12:17:16.956Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-12T12:17:16.956Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-12T12:17:16.956Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-12T12:17:16.956Z] [2019-09-12T12:17:16.956Z] Optional Features: [2019-09-12T12:17:16.956Z] - CONFIG_USER_NS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_SECCOMP: enabled [2019-09-12T12:17:16.956Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-12T12:17:16.956Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-12T12:17:16.956Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-12T12:17:16.956Z] (cgroup swap accounting is currently enabled) [2019-09-12T12:17:16.956Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-12T12:17:16.956Z] - CONFIG_BLK_CGROUP: enabled [2019-09-12T12:17:17.243Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-12T12:17:17.243Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-12T12:17:17.243Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-12T12:17:17.243Z] - CONFIG_CGROUP_PERF: enabled [2019-09-12T12:17:17.243Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-12T12:17:17.243Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-12T12:17:17.243Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-12T12:17:17.243Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-12T12:17:17.243Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-12T12:17:17.243Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-12T12:17:17.243Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-12T12:17:17.243Z] - CONFIG_IP_VS: enabled (as module) [2019-09-12T12:17:17.243Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-12T12:17:17.243Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-12T12:17:17.243Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-12T12:17:17.243Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-12T12:17:17.243Z] - CONFIG_EXT4_FS: enabled [2019-09-12T12:17:17.243Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-12T12:17:17.243Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-12T12:17:17.243Z] - Network Drivers: [2019-09-12T12:17:17.243Z] - "overlay": [2019-09-12T12:17:17.243Z] - CONFIG_VXLAN: enabled (as module) [2019-09-12T12:17:17.243Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-12T12:17:17.243Z] Optional (for encrypted networks): [2019-09-12T12:17:17.528Z] - CONFIG_CRYPTO: enabled [2019-09-12T12:17:17.528Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_XFRM: enabled [2019-09-12T12:17:17.528Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-12T12:17:17.528Z] - "ipvlan": [2019-09-12T12:17:17.528Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-12T12:17:17.528Z] - "macvlan": [2019-09-12T12:17:17.528Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_DUMMY: enabled (as module) [2019-09-12T12:17:17.528Z] - "ftp,tftp client in container": [2019-09-12T12:17:17.528Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-12T12:17:17.528Z] - Storage Drivers: [2019-09-12T12:17:17.528Z] - "aufs": [2019-09-12T12:17:17.528Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-12T12:17:17.528Z] - "btrfs": [2019-09-12T12:17:17.528Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-12T12:17:17.528Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-12T12:17:17.528Z] - "devicemapper": [2019-09-12T12:17:17.528Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-12T12:17:17.528Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-12T12:17:17.528Z] - "overlay": [2019-09-12T12:17:17.528Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-12T12:17:17.528Z] - "zfs": [2019-09-12T12:17:17.528Z] - /dev/zfs: missing [2019-09-12T12:17:17.528Z] - zfs command: missing [2019-09-12T12:17:17.528Z] - zpool command: missing [2019-09-12T12:17:17.528Z] [2019-09-12T12:17:17.528Z] Limits: [2019-09-12T12:17:17.528Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-12T12:17:17.528Z] [2019-09-12T12:17:17.528Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-12T12:17:18.136Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2edfd4ef44b3866c5714c9de70b150283eb15588 -f Dockerfile . [2019-09-12T12:17:20.836Z] Sending build context to Docker daemon 49.97MB [2019-09-12T12:17:20.836Z] Step 1/125 : ARG CROSS="false" [2019-09-12T12:17:20.836Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-12T12:17:20.836Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-12T12:17:20.836Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-12T12:17:20.836Z] ---> b5f54f7bacb8 [2019-09-12T12:17:20.836Z] Step 5/125 : ARG APT_MIRROR [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 0bf4aaa3817c [2019-09-12T12:17:20.836Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 501007934010 [2019-09-12T12:17:20.836Z] Step 7/125 : FROM base AS criu [2019-09-12T12:17:20.836Z] ---> 501007934010 [2019-09-12T12:17:20.836Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.836Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 2a0a6ea6fa04 [2019-09-12T12:17:20.836Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 3520865ab4cc [2019-09-12T12:17:20.836Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 2a2142813939 [2019-09-12T12:17:20.836Z] Step 12/125 : FROM base AS registry [2019-09-12T12:17:20.836Z] ---> 501007934010 [2019-09-12T12:17:20.836Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> 367f68e0e855 [2019-09-12T12:17:20.836Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> edcd02530bc0 [2019-09-12T12:17:20.836Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> ae0e28a67af4 [2019-09-12T12:17:20.836Z] Step 16/125 : FROM base AS swagger [2019-09-12T12:17:20.836Z] ---> 501007934010 [2019-09-12T12:17:20.836Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> a82d55736712 [2019-09-12T12:17:20.836Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> de7f6b262c18 [2019-09-12T12:17:20.836Z] Step 19/125 : FROM base AS frozen-images [2019-09-12T12:17:20.836Z] ---> 501007934010 [2019-09-12T12:17:20.836Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.836Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> f0d439a077aa [2019-09-12T12:17:20.836Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-12T12:17:20.836Z] ---> Using cache [2019-09-12T12:17:20.836Z] ---> d8a1ffad0fa9 [2019-09-12T12:17:20.836Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> f0db046202ab [2019-09-12T12:17:20.837Z] Step 24/125 : FROM base AS cross-false [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 25/125 : FROM base AS cross-true [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.837Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 368127d5d2fb [2019-09-12T12:17:20.837Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 6283401abd1c [2019-09-12T12:17:20.837Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> d1712fac130a [2019-09-12T12:17:20.837Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 362138ae62e8 [2019-09-12T12:17:20.837Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.837Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 92d33d9397a2 [2019-09-12T12:17:20.837Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-12T12:17:20.837Z] ---> 362138ae62e8 [2019-09-12T12:17:20.837Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 37980bff54d7 [2019-09-12T12:17:20.837Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> c5482fa2589b [2019-09-12T12:17:20.837Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-12T12:17:20.837Z] ---> 92d33d9397a2 [2019-09-12T12:17:20.837Z] Step 39/125 : FROM base AS tomlv [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 26f031326681 [2019-09-12T12:17:20.837Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> a1142c06a0ce [2019-09-12T12:17:20.837Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> e4c2a333fd1c [2019-09-12T12:17:20.837Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> b3ade000e8df [2019-09-12T12:17:20.837Z] Step 44/125 : FROM base AS vndr [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 2ebd6a93f354 [2019-09-12T12:17:20.837Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 0902da1f5f6f [2019-09-12T12:17:20.837Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 2f041be6a8b3 [2019-09-12T12:17:20.837Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 71d7816fedcf [2019-09-12T12:17:20.837Z] Step 49/125 : FROM dev-base AS containerd [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.837Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 7c9b487d928d [2019-09-12T12:17:20.837Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 7839f16ee910 [2019-09-12T12:17:20.837Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> a57fab5458d6 [2019-09-12T12:17:20.837Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 858b8088a163 [2019-09-12T12:17:20.837Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> f8a78540acd4 [2019-09-12T12:17:20.837Z] Step 56/125 : FROM dev-base AS proxy [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 9d060d265295 [2019-09-12T12:17:20.837Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> b88733fe55c5 [2019-09-12T12:17:20.837Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> dd71d9ab6a35 [2019-09-12T12:17:20.837Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> bbb4aa6fb4d4 [2019-09-12T12:17:20.837Z] Step 61/125 : FROM base AS gometalinter [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 6b82bd9db026 [2019-09-12T12:17:20.837Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 272a9a412a34 [2019-09-12T12:17:20.837Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 4be1ffef078f [2019-09-12T12:17:20.837Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 0a3ca2d0ebe6 [2019-09-12T12:17:20.837Z] Step 66/125 : FROM base AS gotestsum [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> d3dbe976c037 [2019-09-12T12:17:20.837Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 83d4d69afd18 [2019-09-12T12:17:20.837Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 48917f8a89cc [2019-09-12T12:17:20.837Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 1afffa58ec70 [2019-09-12T12:17:20.837Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> ba9fcc8c36f2 [2019-09-12T12:17:20.837Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> a8cf78e48bf0 [2019-09-12T12:17:20.837Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 5f0bf805c002 [2019-09-12T12:17:20.837Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 3204fcd142ac [2019-09-12T12:17:20.837Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-12T12:17:20.837Z] ---> 92d33d9397a2 [2019-09-12T12:17:20.837Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> ea1e1bd2ee03 [2019-09-12T12:17:20.837Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 027a3af085a0 [2019-09-12T12:17:20.837Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 094e4b4dfe4d [2019-09-12T12:17:20.837Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 1b9ce767ebd9 [2019-09-12T12:17:20.837Z] Step 81/125 : FROM dev-base AS tini [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> dcd660dd76b9 [2019-09-12T12:17:20.837Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 787dd479520e [2019-09-12T12:17:20.837Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> f2a288827f92 [2019-09-12T12:17:20.837Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> d3928989f8f0 [2019-09-12T12:17:20.837Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 8a05c26933d2 [2019-09-12T12:17:20.837Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 76423101a6e8 [2019-09-12T12:17:20.837Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-12T12:17:20.837Z] ---> 501007934010 [2019-09-12T12:17:20.837Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> d83e22a906d0 [2019-09-12T12:17:20.837Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 7e408e034377 [2019-09-12T12:17:20.837Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> bf989004b2ca [2019-09-12T12:17:20.837Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 738b45d0c0a0 [2019-09-12T12:17:20.837Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> c920ce040ddc [2019-09-12T12:17:20.837Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-12T12:17:20.837Z] ---> 92d33d9397a2 [2019-09-12T12:17:20.837Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> ad6e678dfc7f [2019-09-12T12:17:20.837Z] Step 96/125 : RUN groupadd -r docker [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> afdf84e8f070 [2019-09-12T12:17:20.837Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> a4e5c27c0d6f [2019-09-12T12:17:20.837Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 0fbf8f9e8d5e [2019-09-12T12:17:20.837Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> cb29a07947e3 [2019-09-12T12:17:20.837Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 809acecbcf1b [2019-09-12T12:17:20.837Z] Step 101/125 : RUN ldconfig [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 1340e67df1fb [2019-09-12T12:17:20.837Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> 65e008ac03c4 [2019-09-12T12:17:20.837Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-12T12:17:20.837Z] ---> Using cache [2019-09-12T12:17:20.837Z] ---> d02392f4a529 [2019-09-12T12:17:20.837Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-12T12:17:21.455Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 1fd99c922252 [2019-09-12T12:17:21.739Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> f6aa5ca3867c [2019-09-12T12:17:21.739Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 607db61cf589 [2019-09-12T12:17:21.739Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> c13d39383b9f [2019-09-12T12:17:21.739Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 26abe9c0372b [2019-09-12T12:17:21.739Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 9b01b0148fe2 [2019-09-12T12:17:21.739Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 8c18f1cef628 [2019-09-12T12:17:21.739Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> f6dfcae9f4d2 [2019-09-12T12:17:21.739Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 952d65cf6266 [2019-09-12T12:17:21.739Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> ca700b89b620 [2019-09-12T12:17:21.739Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-12T12:17:21.739Z] ---> Using cache [2019-09-12T12:17:21.739Z] ---> 0966b455b99c [2019-09-12T12:17:21.739Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-12T12:17:22.358Z] ---> Using cache [2019-09-12T12:17:22.358Z] ---> 528246d0daad [2019-09-12T12:17:22.358Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-12T12:17:22.358Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> a48a76b460d0 [2019-09-12T12:17:22.641Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> 3e9a513be7f1 [2019-09-12T12:17:22.641Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> a33d95be1e69 [2019-09-12T12:17:22.641Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> 46879fb04fa1 [2019-09-12T12:17:22.641Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> 5c07cfb0aa79 [2019-09-12T12:17:22.641Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> cb7dad9d6b3c [2019-09-12T12:17:22.641Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> 46101a818af5 [2019-09-12T12:17:22.641Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-12T12:17:22.641Z] ---> Using cache [2019-09-12T12:17:22.641Z] ---> 924b5c8497dc [2019-09-12T12:17:22.641Z] Step 124/125 : FROM dev AS final [2019-09-12T12:17:22.641Z] ---> 924b5c8497dc [2019-09-12T12:17:22.641Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-12T12:17:28.153Z] ---> 153af6a2a4d8 [2019-09-12T12:17:28.153Z] Successfully built 153af6a2a4d8 [2019-09-12T12:17:28.153Z] Successfully tagged docker:2edfd4ef44b3866c5714c9de70b150283eb15588 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-12T12:17:28.580Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/test/unit [2019-09-12T12:17:34.079Z] ? github.com/docker/docker/api [no test files] [2019-09-12T12:18:01.138Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 95.2% of statements [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.0% of statements [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/api/types/versions 0.070s coverage: 75.0% of statements [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-12T12:19:53.349Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-12T12:19:53.349Z] ok github.com/docker/docker/builder/dockerignore 0.043s coverage: 96.8% of statements [2019-09-12T12:19:57.776Z] ok github.com/docker/docker/builder/fscache 0.150s coverage: 69.2% of statements [2019-09-12T12:19:58.798Z] ok github.com/docker/docker/builder/remotecontext/git 5.254s coverage: 85.1% of statements [2019-09-12T12:19:59.817Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2019-09-12T12:19:59.817Z] ok github.com/docker/docker/builder/remotecontext 0.394s coverage: 13.6% of statements [2019-09-12T12:20:00.841Z] ok github.com/docker/docker/builder/dockerfile 1.165s coverage: 45.1% of statements [2019-09-12T12:20:00.841Z] ? github.com/docker/docker/cli [no test files] [2019-09-12T12:20:00.841Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-12T12:20:16.156Z] ok github.com/docker/docker/client 0.611s coverage: 75.6% of statements [2019-09-12T12:21:13.081Z] ok github.com/docker/docker/cmd/dockerd 0.267s coverage: 29.9% of statements [2019-09-12T12:21:13.081Z] ok github.com/docker/docker/container 0.189s coverage: 35.5% of statements [2019-09-12T12:21:13.081Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-12T12:21:13.081Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-12T12:21:13.081Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-12T12:21:13.081Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-12T12:21:18.625Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.043s coverage: 65.3% of statements [2019-09-12T12:21:28.963Z] ok github.com/docker/docker/daemon/cluster/convert 0.056s coverage: 35.8% of statements [2019-09-12T12:21:29.988Z] ok github.com/docker/docker/daemon/cluster 0.178s coverage: 0.5% of statements [2019-09-12T12:21:35.535Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2019-09-12T12:21:38.454Z] ok github.com/docker/docker/daemon/events 0.075s coverage: 50.0% of statements [2019-09-12T12:21:39.868Z] ok github.com/docker/docker/daemon/config 0.112s coverage: 84.2% of statements [2019-09-12T12:21:42.579Z] ok github.com/docker/docker/daemon/graphdriver 0.013s coverage: 2.2% of statements [2019-09-12T12:21:45.288Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.496s coverage: 13.7% of statements [2019-09-12T12:21:48.004Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2019-09-12T12:21:48.004Z] ok github.com/docker/docker/daemon 12.590s coverage: 17.5% of statements [2019-09-12T12:21:48.004Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-12T12:21:48.004Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-12T12:21:48.004Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-12T12:21:48.004Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-12T12:21:50.705Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.917s coverage: 57.8% of statements [2019-09-12T12:21:55.145Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.845s coverage: 68.6% of statements [2019-09-12T12:21:55.434Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.084s coverage: 50.8% of statements [2019-09-12T12:21:58.145Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.238s coverage: 45.9% of statements [2019-09-12T12:21:58.145Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-12T12:22:00.199Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2019-09-12T12:22:00.485Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.523s coverage: 76.1% of statements [2019-09-12T12:22:01.107Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.492s coverage: 52.5% of statements [2019-09-12T12:22:01.107Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-12T12:22:01.107Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-12T12:22:03.155Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2019-09-12T12:22:04.175Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.053s coverage: 3.0% of statements [2019-09-12T12:22:07.668Z] ok github.com/docker/docker/daemon/logger 0.333s coverage: 42.7% of statements [2019-09-12T12:22:09.162Z] ok github.com/docker/docker/daemon/logger/gelf 0.046s coverage: 68.2% of statements [2019-09-12T12:22:11.211Z] ok github.com/docker/docker/daemon/logger/awslogs 0.648s coverage: 77.4% of statements [2019-09-12T12:22:12.235Z] ok github.com/docker/docker/daemon/images 0.035s coverage: 4.9% of statements [2019-09-12T12:22:12.235Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-12T12:22:12.235Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-12T12:22:12.235Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-12T12:22:12.235Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-12T12:22:12.235Z] ok github.com/docker/docker/daemon/logger/journald 0.016s coverage: 26.2% of statements [2019-09-12T12:22:13.258Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.031s coverage: 88.3% of statements [2019-09-12T12:22:13.883Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.046s coverage: 62.1% of statements [2019-09-12T12:22:17.365Z] ok github.com/docker/docker/daemon/logger/local 0.115s coverage: 74.7% of statements [2019-09-12T12:22:17.365Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-12T12:22:17.365Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.065s coverage: 18.6% of statements [2019-09-12T12:22:17.989Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2019-09-12T12:22:20.048Z] ok github.com/docker/docker/daemon/logger/templates 0.048s coverage: 8.3% of statements [2019-09-12T12:22:22.094Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2019-09-12T12:22:22.382Z] ok github.com/docker/docker/daemon/logger/splunk 3.351s coverage: 84.5% of statements [2019-09-12T12:22:22.382Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-12T12:22:22.382Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-12T12:22:26.805Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2019-09-12T12:22:27.092Z] ok github.com/docker/docker/distribution 0.689s coverage: 22.6% of statements [2019-09-12T12:22:27.379Z] ok github.com/docker/docker/distribution/metadata 0.178s coverage: 48.2% of statements [2019-09-12T12:22:27.379Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-12T12:22:29.421Z] ok github.com/docker/docker/distribution/xfer 1.469s coverage: 83.4% of statements [2019-09-12T12:22:29.421Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-12T12:22:32.144Z] ok github.com/docker/docker/image/cache 0.024s coverage: 19.2% of statements [2019-09-12T12:22:33.167Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2019-09-12T12:22:33.167Z] ok github.com/docker/docker/image 0.077s coverage: 86.4% of statements [2019-09-12T12:22:33.167Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-12T12:22:33.167Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-12T12:22:34.656Z] ok github.com/docker/docker/libcontainerd/queue 0.042s coverage: 100.0% of statements [2019-09-12T12:22:34.656Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements [2019-09-12T12:22:39.078Z] ok github.com/docker/docker/opts 0.097s coverage: 66.9% of statements [2019-09-12T12:22:40.567Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-12T12:22:41.195Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2019-09-12T12:22:41.195Z] ok github.com/docker/docker/pkg/authorization 1.605s coverage: 66.7% of statements [2019-09-12T12:22:41.483Z] ok github.com/docker/docker/pkg/archive 1.476s coverage: 76.7% of statements [2019-09-12T12:22:42.506Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2019-09-12T12:22:44.007Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2019-09-12T12:22:44.295Z] ok github.com/docker/docker/layer 7.683s coverage: 66.5% of statements [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/oci [no test files] [2019-09-12T12:22:44.295Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-12T12:22:44.295Z] ok github.com/docker/docker/pkg/discovery/file 0.024s coverage: 97.6% of statements [2019-09-12T12:22:46.347Z] ok github.com/docker/docker/pkg/discovery/memory 0.026s coverage: 92.3% of statements [2019-09-12T12:22:46.347Z] ok github.com/docker/docker/pkg/discovery/nodes 0.018s coverage: 93.8% of statements [2019-09-12T12:22:47.366Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-09-12T12:22:48.388Z] ok github.com/docker/docker/pkg/filenotify 0.620s coverage: 67.0% of statements [2019-09-12T12:22:49.010Z] ok github.com/docker/docker/pkg/fileutils 0.033s coverage: 89.5% of statements [2019-09-12T12:22:49.297Z] ok github.com/docker/docker/pkg/chrootarchive 5.261s coverage: 43.2% of statements [2019-09-12T12:22:49.297Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-12T12:22:49.297Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-12T12:22:50.315Z] ok github.com/docker/docker/pkg/fsutils 0.421s coverage: 85.1% of statements [2019-09-12T12:22:50.941Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 10.2% of statements [2019-09-12T12:22:50.941Z] ok github.com/docker/docker/pkg/discovery/kv 3.299s coverage: 84.1% of statements [2019-09-12T12:22:52.998Z] ok github.com/docker/docker/pkg/jsonmessage 0.035s coverage: 91.7% of statements [2019-09-12T12:22:52.998Z] ok github.com/docker/docker/pkg/locker 0.106s coverage: 88.9% of statements [2019-09-12T12:22:54.021Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2019-09-12T12:22:54.021Z] ok github.com/docker/docker/pkg/idtools 0.981s coverage: 70.1% of statements [2019-09-12T12:22:55.525Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2019-09-12T12:22:55.525Z] ok github.com/docker/docker/pkg/ioutils 2.412s coverage: 70.1% of statements [2019-09-12T12:22:55.525Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-12T12:22:56.149Z] ok github.com/docker/docker/pkg/parsers 0.021s coverage: 97.0% of statements [2019-09-12T12:22:56.775Z] ok github.com/docker/docker/pkg/mount 0.925s coverage: 69.6% of statements [2019-09-12T12:22:56.775Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-12T12:22:56.775Z] ok github.com/docker/docker/pkg/parsers/kernel 0.020s coverage: 60.0% of statements [2019-09-12T12:22:57.062Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2019-09-12T12:22:57.690Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements [2019-09-12T12:22:57.690Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-12T12:22:57.690Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-12T12:22:59.193Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2019-09-12T12:23:00.230Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 87.9% of statements [2019-09-12T12:23:00.230Z] ok github.com/docker/docker/pkg/plugins/transport 0.023s coverage: 85.7% of statements [2019-09-12T12:23:00.517Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2019-09-12T12:23:01.549Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2019-09-12T12:23:02.580Z] ok github.com/docker/docker/pkg/pubsub 1.166s coverage: 73.9% of statements [2019-09-12T12:23:02.873Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2019-09-12T12:23:04.369Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-09-12T12:23:04.369Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2019-09-12T12:23:04.992Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-09-12T12:23:05.616Z] ok github.com/docker/docker/pkg/sysinfo 0.018s coverage: 80.0% of statements [2019-09-12T12:23:05.616Z] ok github.com/docker/docker/pkg/signal 3.630s coverage: 61.0% of statements [2019-09-12T12:23:07.108Z] ok github.com/docker/docker/pkg/system 0.078s coverage: 36.9% of statements [2019-09-12T12:23:07.396Z] ok github.com/docker/docker/pkg/tailfile 0.139s coverage: 88.6% of statements [2019-09-12T12:23:08.888Z] ok github.com/docker/docker/pkg/tarsum 0.233s coverage: 89.3% of statements [2019-09-12T12:23:08.888Z] ok github.com/docker/docker/pkg/term 0.013s coverage: 85.9% of statements [2019-09-12T12:23:09.174Z] testing: warning: no tests to run [2019-09-12T12:23:09.174Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: 0.0% of statements [no tests to run] [2019-09-12T12:23:10.192Z] ok github.com/docker/docker/pkg/urlutil 0.021s coverage: 100.0% of statements [2019-09-12T12:23:10.192Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2019-09-12T12:23:10.192Z] ok github.com/docker/docker/pkg/truncindex 0.129s coverage: 91.5% of statements [2019-09-12T12:23:14.633Z] ok github.com/docker/docker/plugin/v2 0.023s coverage: 14.5% of statements [2019-09-12T12:23:14.633Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 68.8% of statements [2019-09-12T12:23:16.132Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2019-09-12T12:23:17.152Z] ok github.com/docker/docker/plugin 0.620s coverage: 27.0% of statements [2019-09-12T12:23:18.643Z] ok github.com/docker/docker/registry/resumable 0.025s coverage: 100.0% of statements [2019-09-12T12:23:18.643Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2019-09-12T12:23:20.143Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2019-09-12T12:23:20.773Z] ok github.com/docker/docker/registry 0.466s coverage: 56.4% of statements [2019-09-12T12:23:21.066Z] ok github.com/docker/docker/runconfig 0.079s coverage: 68.2% of statements [2019-09-12T12:23:25.495Z] ok github.com/docker/docker/volume/drivers 0.022s coverage: 36.1% of statements [2019-09-12T12:23:27.545Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.0% of statements [2019-09-12T12:23:28.170Z] ok github.com/docker/docker/volume/local 0.031s coverage: 73.0% of statements [2019-09-12T12:23:29.651Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2019-09-12T12:23:35.153Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.6% of statements [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/rootless [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/volume [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-12T12:23:35.153Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === Skipped [2019-09-12T12:23:35.153Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-12T12:23:35.153Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-12T12:23:35.153Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:73: No driver to put! [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-12T12:23:35.153Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-12T12:23:35.153Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-12T12:23:35.153Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-12T12:23:35.153Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-12T12:23:35.153Z] graphtest_unix.go:73: No driver to put! [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-12T12:23:35.153Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-12T12:23:35.153Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] [2019-09-12T12:23:35.153Z] DONE 2076 tests, 20 skipped in 363.120s Post stage [Pipeline] junit [2019-09-12T12:23:35.190Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-12T12:23:36.046Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39844/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:2edfd4ef44b3866c5714c9de70b150283eb15588 hack/make.sh dynbinary test-integration [2019-09-12T12:23:36.335Z] [2019-09-12T12:23:36.620Z] Removing bundles/ [2019-09-12T12:23:36.620Z] [2019-09-12T12:23:36.620Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-12T12:23:36.620Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T12:23:36.620Z] GOOS="" GOARCH="" GOARM="" [2019-09-12T12:25:43.821Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-12T12:25:43.821Z] [2019-09-12T12:25:43.821Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-12T12:25:43.821Z] PKG_CONFIG=pkg-config [2019-09-12T12:25:43.821Z] GOLANG_VERSION=1.12.9 [2019-09-12T12:25:43.821Z] HOSTNAME=438a59a69ce6 [2019-09-12T12:25:43.821Z] DOCKER_EXPERIMENTAL=1 [2019-09-12T12:25:43.821Z] container=docker [2019-09-12T12:25:43.821Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-12T12:25:43.821Z] GOPATH=/go [2019-09-12T12:25:43.821Z] PWD=/go/src/github.com/docker/docker [2019-09-12T12:25:43.821Z] HOME=/root [2019-09-12T12:25:43.821Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-12T12:25:43.821Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-12T12:25:43.821Z] DOCKER_GITCOMMIT=2edfd4ef44b3866c5714c9de70b150283eb15588 [2019-09-12T12:25:43.821Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-12T12:25:43.821Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-12T12:25:43.821Z] TERM=xterm [2019-09-12T12:25:43.821Z] DEST=bundles/test-integration [2019-09-12T12:25:43.821Z] SHLVL=1 [2019-09-12T12:25:43.821Z] TIMEOUT=120m [2019-09-12T12:25:43.821Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-12T12:25:43.821Z] DOCKER_PKG=github.com/docker/docker [2019-09-12T12:25:43.821Z] TESTDEBUG=0 [2019-09-12T12:25:43.821Z] _=/usr/bin/env [2019-09-12T12:25:43.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-12T12:27:05.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-12T12:27:06.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-12T12:27:13.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-12T12:27:20.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-12T12:27:25.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-12T12:27:31.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-12T12:27:36.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-12T12:27:37.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-12T12:27:44.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-12T12:27:46.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-12T12:27:53.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-12T12:28:00.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-12T12:28:05.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-12T12:28:11.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-12T12:28:17.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-12T12:28:18.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-12T12:28:25.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-12T12:28:27.214Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-12T12:28:27.214Z] Using test binary docker [2019-09-12T12:28:27.497Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-12T12:28:27.497Z] +++ /etc/init.d/apparmor start [2019-09-12T12:28:27.497Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-12T12:28:27.497Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-12T12:28:27.497Z] Warning failed to create cache: (null) [2019-09-12T12:28:27.497Z] . [2019-09-12T12:28:27.497Z] INFO: Waiting for daemon to start... [2019-09-12T12:28:27.497Z] Starting dockerd [2019-09-12T12:28:27.497Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-12T12:28:29.517Z] . [2019-09-12T12:28:29.517Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-12T12:28:29.517Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-12T12:28:29.517Z] Error: No such image: emptyfs [2019-09-12T12:28:29.517Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-12T12:28:29.517Z] ++++ docker load [2019-09-12T12:28:29.804Z] Running integration-test (iteration 1) [2019-09-12T12:28:29.804Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-12T12:28:29.804Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:28:29.804Z] ++ set -e [2019-09-12T12:28:29.804Z] ++ '[' -n 0 ']' [2019-09-12T12:28:29.804Z] ++ set -x [2019-09-12T12:28:29.804Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:28:45.052Z] Loaded image: buildpack-deps:jessie [2019-09-12T12:28:45.052Z] Loaded image: busybox:latest [2019-09-12T12:28:45.052Z] Loaded image: busybox:glibc [2019-09-12T12:28:45.052Z] Loaded image: debian:jessie [2019-09-12T12:28:45.052Z] Loaded image: hello-world:latest [2019-09-12T12:28:45.052Z] INFO: Testing against a local daemon [2019-09-12T12:28:45.052Z] === RUN TestCgroupNamespacesBuild [2019-09-12T12:28:46.059Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-09-12T12:28:46.059Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-12T12:28:46.059Z] daemon.go:336: [dce8a02ddf702] waiting for daemon to start [2019-09-12T12:28:46.059Z] daemon.go:336: [dce8a02ddf702] waiting for daemon to start [2019-09-12T12:28:46.059Z] daemon.go:364: [dce8a02ddf702] daemon started [2019-09-12T12:28:46.059Z] daemon.go:472: [dce8a02ddf702] Stopping daemon [2019-09-12T12:28:46.059Z] daemon.go:307: [dce8a02ddf702] exiting daemon [2019-09-12T12:28:46.059Z] daemon.go:459: [dce8a02ddf702] Daemon stopped [2019-09-12T12:28:46.059Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T12:28:47.534Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.65s) [2019-09-12T12:28:47.534Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-12T12:28:47.534Z] daemon.go:336: [d5d93943a9ca2] waiting for daemon to start [2019-09-12T12:28:47.534Z] daemon.go:336: [d5d93943a9ca2] waiting for daemon to start [2019-09-12T12:28:47.534Z] daemon.go:364: [d5d93943a9ca2] daemon started [2019-09-12T12:28:47.534Z] daemon.go:472: [d5d93943a9ca2] Stopping daemon [2019-09-12T12:28:47.534Z] daemon.go:307: [d5d93943a9ca2] exiting daemon [2019-09-12T12:28:47.534Z] daemon.go:459: [d5d93943a9ca2] Daemon stopped [2019-09-12T12:28:47.534Z] === RUN TestBuildWithSession [2019-09-12T12:28:49.569Z] --- PASS: TestBuildWithSession (2.15s) [2019-09-12T12:28:49.569Z] === RUN TestBuildSquashParent [2019-09-12T12:28:56.399Z] --- PASS: TestBuildSquashParent (5.89s) [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T12:28:56.399Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T12:28:56.399Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T12:28:56.399Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-12T12:28:56.399Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-12T12:28:56.399Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-12T12:28:56.399Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-12T12:28:58.437Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-12T12:28:58.723Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.14s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.24s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.42s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.31s) [2019-09-12T12:29:00.766Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s) [2019-09-12T12:29:00.766Z] === RUN TestBuildMultiStageCopy [2019-09-12T12:29:00.766Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-12T12:29:03.448Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-12T12:29:03.448Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-12T12:29:03.733Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-12T12:29:04.017Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy (3.63s) [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.07s) [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-09-12T12:29:04.672Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2019-09-12T12:29:04.672Z] === RUN TestBuildMultiStageParentConfig [2019-09-12T12:29:05.681Z] --- PASS: TestBuildMultiStageParentConfig (0.98s) [2019-09-12T12:29:05.681Z] === RUN TestBuildLabelWithTargets [2019-09-12T12:29:07.159Z] --- PASS: TestBuildLabelWithTargets (1.53s) [2019-09-12T12:29:07.159Z] === RUN TestBuildWithEmptyLayers [2019-09-12T12:29:07.792Z] --- PASS: TestBuildWithEmptyLayers (0.82s) [2019-09-12T12:29:07.792Z] === RUN TestBuildMultiStageOnBuild [2019-09-12T12:29:10.476Z] --- PASS: TestBuildMultiStageOnBuild (2.23s) [2019-09-12T12:29:10.476Z] === RUN TestBuildUncleanTarFilenames [2019-09-12T12:29:11.486Z] --- PASS: TestBuildUncleanTarFilenames (1.20s) [2019-09-12T12:29:11.486Z] === RUN TestBuildMultiStageLayerLeak [2019-09-12T12:29:13.520Z] --- PASS: TestBuildMultiStageLayerLeak (2.34s) [2019-09-12T12:29:13.521Z] === RUN TestBuildWithHugeFile [2019-09-12T12:30:50.585Z] --- PASS: TestBuildWithHugeFile (83.59s) [2019-09-12T12:30:50.585Z] === RUN TestBuildWithEmptyDockerfile [2019-09-12T12:30:50.585Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T12:30:50.585Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T12:30:50.585Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T12:30:50.585Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T12:30:50.585Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T12:30:50.585Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T12:30:50.585Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-12T12:30:50.585Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-12T12:30:50.585Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-12T12:30:50.585Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-12T12:30:50.585Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2019-09-12T12:30:50.585Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2019-09-12T12:30:50.585Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2019-09-12T12:30:50.585Z] === RUN TestBuildPreserveOwnership [2019-09-12T12:30:50.585Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-12T12:30:50.585Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-12T12:30:50.585Z] --- PASS: TestBuildPreserveOwnership (5.14s) [2019-09-12T12:30:50.586Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.36s) [2019-09-12T12:30:50.586Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.76s) [2019-09-12T12:30:50.586Z] === RUN TestBuildPlatformInvalid [2019-09-12T12:30:50.586Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-12T12:30:50.586Z] PASS [2019-09-12T12:30:50.586Z] [2019-09-12T12:30:50.586Z] DONE 32 tests in 133.007s [2019-09-12T12:30:50.586Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-12T12:30:50.586Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:30:50.586Z] ++ set -e [2019-09-12T12:30:50.586Z] ++ '[' -n 0 ']' [2019-09-12T12:30:50.586Z] ++ set -x [2019-09-12T12:30:50.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:30:50.586Z] INFO: Testing against a local daemon [2019-09-12T12:30:50.586Z] === RUN TestConfigList [2019-09-12T12:30:50.586Z] --- PASS: TestConfigList (2.84s) [2019-09-12T12:30:50.586Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-12T12:30:50.586Z] daemon.go:336: [d6507611bfc3f] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:336: [d6507611bfc3f] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:364: [d6507611bfc3f] daemon started [2019-09-12T12:30:50.586Z] daemon.go:472: [d6507611bfc3f] Stopping daemon [2019-09-12T12:30:50.586Z] daemon.go:307: [d6507611bfc3f] exiting daemon [2019-09-12T12:30:50.586Z] daemon.go:459: [d6507611bfc3f] Daemon stopped [2019-09-12T12:30:50.586Z] === RUN TestConfigsCreateAndDelete [2019-09-12T12:30:50.586Z] --- PASS: TestConfigsCreateAndDelete (2.33s) [2019-09-12T12:30:50.586Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-12T12:30:50.586Z] daemon.go:336: [d529c2f10be51] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:336: [d529c2f10be51] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:364: [d529c2f10be51] daemon started [2019-09-12T12:30:50.586Z] daemon.go:472: [d529c2f10be51] Stopping daemon [2019-09-12T12:30:50.586Z] daemon.go:307: [d529c2f10be51] exiting daemon [2019-09-12T12:30:50.586Z] daemon.go:459: [d529c2f10be51] Daemon stopped [2019-09-12T12:30:50.586Z] === RUN TestConfigsUpdate [2019-09-12T12:30:50.586Z] --- PASS: TestConfigsUpdate (2.29s) [2019-09-12T12:30:50.586Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-12T12:30:50.586Z] daemon.go:336: [d665a8ec7a407] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:336: [d665a8ec7a407] waiting for daemon to start [2019-09-12T12:30:50.586Z] daemon.go:364: [d665a8ec7a407] daemon started [2019-09-12T12:30:50.586Z] daemon.go:472: [d665a8ec7a407] Stopping daemon [2019-09-12T12:30:50.586Z] daemon.go:307: [d665a8ec7a407] exiting daemon [2019-09-12T12:30:50.586Z] daemon.go:459: [d665a8ec7a407] Daemon stopped [2019-09-12T12:30:50.586Z] === RUN TestTemplatedConfig [2019-09-12T12:30:54.067Z] --- PASS: TestTemplatedConfig (2.89s) [2019-09-12T12:30:54.068Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-12T12:30:54.068Z] daemon.go:336: [d01f9e21376f9] waiting for daemon to start [2019-09-12T12:30:54.068Z] daemon.go:336: [d01f9e21376f9] waiting for daemon to start [2019-09-12T12:30:54.068Z] daemon.go:364: [d01f9e21376f9] daemon started [2019-09-12T12:30:54.068Z] daemon.go:472: [d01f9e21376f9] Stopping daemon [2019-09-12T12:30:54.068Z] daemon.go:307: [d01f9e21376f9] exiting daemon [2019-09-12T12:30:54.068Z] daemon.go:459: [d01f9e21376f9] Daemon stopped [2019-09-12T12:30:54.068Z] === RUN TestConfigInspect [2019-09-12T12:30:55.546Z] --- PASS: TestConfigInspect (2.22s) [2019-09-12T12:30:55.546Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-12T12:30:55.546Z] daemon.go:336: [dd5939264030e] waiting for daemon to start [2019-09-12T12:30:55.546Z] daemon.go:336: [dd5939264030e] waiting for daemon to start [2019-09-12T12:30:55.546Z] daemon.go:364: [dd5939264030e] daemon started [2019-09-12T12:30:55.546Z] daemon.go:472: [dd5939264030e] Stopping daemon [2019-09-12T12:30:55.546Z] daemon.go:307: [dd5939264030e] exiting daemon [2019-09-12T12:30:55.546Z] daemon.go:459: [dd5939264030e] Daemon stopped [2019-09-12T12:30:55.546Z] === RUN TestConfigCreateWithLabels [2019-09-12T12:30:58.231Z] --- PASS: TestConfigCreateWithLabels (2.25s) [2019-09-12T12:30:58.231Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-12T12:30:58.231Z] daemon.go:336: [dff196258d8c9] waiting for daemon to start [2019-09-12T12:30:58.231Z] daemon.go:336: [dff196258d8c9] waiting for daemon to start [2019-09-12T12:30:58.231Z] daemon.go:364: [dff196258d8c9] daemon started [2019-09-12T12:30:58.231Z] daemon.go:472: [dff196258d8c9] Stopping daemon [2019-09-12T12:30:58.231Z] daemon.go:307: [dff196258d8c9] exiting daemon [2019-09-12T12:30:58.231Z] daemon.go:459: [dff196258d8c9] Daemon stopped [2019-09-12T12:30:58.231Z] === RUN TestConfigCreateResolve [2019-09-12T12:31:00.258Z] --- PASS: TestConfigCreateResolve (2.26s) [2019-09-12T12:31:00.258Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-12T12:31:00.258Z] daemon.go:336: [dea5759f15096] waiting for daemon to start [2019-09-12T12:31:00.258Z] daemon.go:336: [dea5759f15096] waiting for daemon to start [2019-09-12T12:31:00.258Z] daemon.go:364: [dea5759f15096] daemon started [2019-09-12T12:31:00.258Z] daemon.go:472: [dea5759f15096] Stopping daemon [2019-09-12T12:31:00.258Z] daemon.go:307: [dea5759f15096] exiting daemon [2019-09-12T12:31:00.258Z] daemon.go:459: [dea5759f15096] Daemon stopped [2019-09-12T12:31:00.258Z] === RUN TestConfigDaemonLibtrustID [2019-09-12T12:31:00.874Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-09-12T12:31:00.874Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-12T12:31:00.874Z] daemon.go:336: [d2b2b1214ce33] waiting for daemon to start [2019-09-12T12:31:00.874Z] daemon.go:336: [d2b2b1214ce33] waiting for daemon to start [2019-09-12T12:31:00.874Z] daemon.go:364: [d2b2b1214ce33] daemon started [2019-09-12T12:31:00.874Z] daemon.go:472: [d2b2b1214ce33] Stopping daemon [2019-09-12T12:31:00.874Z] daemon.go:307: [d2b2b1214ce33] exiting daemon [2019-09-12T12:31:00.874Z] daemon.go:459: [d2b2b1214ce33] Daemon stopped [2019-09-12T12:31:00.874Z] PASS [2019-09-12T12:31:00.874Z] [2019-09-12T12:31:00.874Z] DONE 8 tests in 17.790s [2019-09-12T12:31:00.874Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-12T12:31:00.874Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:31:00.874Z] ++ set -e [2019-09-12T12:31:00.874Z] ++ '[' -n 0 ']' [2019-09-12T12:31:00.874Z] ++ set -x [2019-09-12T12:31:00.875Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:31:00.875Z] INFO: Testing against a local daemon [2019-09-12T12:31:00.875Z] === RUN TestCheckpoint [2019-09-12T12:31:00.875Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-12T12:31:00.875Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T12:31:00.875Z] === RUN TestContainerInvalidJSON [2019-09-12T12:31:00.875Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T12:31:00.875Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T12:31:00.875Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T12:31:00.875Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T12:31:00.875Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-12T12:31:00.875Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-12T12:31:00.875Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-12T12:31:00.875Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-12T12:31:00.875Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-12T12:31:00.875Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-12T12:31:00.875Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-12T12:31:00.875Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-12T12:31:00.875Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-12T12:31:00.875Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-12T12:31:01.158Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-09-12T12:31:01.158Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-12T12:31:01.158Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-12T12:31:01.158Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-12T12:31:01.158Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-12T12:31:01.158Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-12T12:31:01.445Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-09-12T12:31:01.445Z] === RUN TestCopyFromContainer [2019-09-12T12:31:02.923Z] === RUN TestCopyFromContainer// [2019-09-12T12:31:02.923Z] === RUN TestCopyFromContainer//bar/root [2019-09-12T12:31:03.208Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-12T12:31:03.208Z] === RUN TestCopyFromContainer/bar/quux [2019-09-12T12:31:03.208Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-12T12:31:03.492Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-12T12:31:03.492Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-12T12:31:03.492Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-12T12:31:03.776Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-12T12:31:03.776Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer (2.54s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-12T12:31:03.776Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-12T12:31:03.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-12T12:31:03.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T12:31:03.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T12:31:03.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T12:31:03.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T12:31:03.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T12:31:03.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T12:31:03.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-12T12:31:03.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-12T12:31:03.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-12T12:31:03.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-12T12:31:03.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-12T12:31:03.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-12T12:31:03.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-12T12:31:03.776Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-12T12:31:04.062Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-12T12:31:04.062Z] === RUN TestCreateWithInvalidEnv [2019-09-12T12:31:04.062Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-12T12:31:04.062Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-12T12:31:04.062Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-12T12:31:04.062Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-12T12:31:04.062Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-12T12:31:04.062Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-12T12:31:04.062Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-12T12:31:04.062Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-12T12:31:04.062Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-12T12:31:04.062Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-12T12:31:04.062Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-12T12:31:04.062Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-12T12:31:04.062Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-12T12:31:04.062Z] === RUN TestCreateTmpfsMountsTarget [2019-09-12T12:31:04.062Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-09-12T12:31:04.062Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T12:31:06.088Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-12T12:31:06.088Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-12T12:31:06.088Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-12T12:31:06.088Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-12T12:31:08.118Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.01s) [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T12:31:08.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T12:31:08.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T12:31:08.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T12:31:08.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T12:31:08.118Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T12:31:08.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T12:31:08.118Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-12T12:31:08.118Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-12T12:31:08.118Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-12T12:31:08.118Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-12T12:31:08.425Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2019-09-12T12:31:08.425Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-09-12T12:31:08.425Z] === RUN TestContainerStartOnDaemonRestart [2019-09-12T12:31:08.425Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-12T12:31:08.425Z] === RUN TestDaemonRestartIpcMode [2019-09-12T12:31:08.425Z] === PAUSE TestDaemonRestartIpcMode [2019-09-12T12:31:08.425Z] === RUN TestDiff [2019-09-12T12:31:09.043Z] --- PASS: TestDiff (0.73s) [2019-09-12T12:31:09.043Z] === RUN TestExecWithCloseStdin [2019-09-12T12:31:10.055Z] --- PASS: TestExecWithCloseStdin (0.92s) [2019-09-12T12:31:10.055Z] === RUN TestExec [2019-09-12T12:31:11.063Z] --- PASS: TestExec (0.92s) [2019-09-12T12:31:11.063Z] === RUN TestExecUser [2019-09-12T12:31:11.678Z] --- PASS: TestExecUser (0.90s) [2019-09-12T12:31:11.678Z] === RUN TestExportContainerAndImportImage [2019-09-12T12:31:12.692Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2019-09-12T12:31:12.692Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-12T12:31:14.718Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) [2019-09-12T12:31:14.718Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-12T12:31:14.718Z] daemon.go:336: [dcaf6cd219a32] waiting for daemon to start [2019-09-12T12:31:14.718Z] daemon.go:336: [dcaf6cd219a32] waiting for daemon to start [2019-09-12T12:31:14.718Z] daemon.go:364: [dcaf6cd219a32] daemon started [2019-09-12T12:31:14.718Z] daemon.go:472: [dcaf6cd219a32] Stopping daemon [2019-09-12T12:31:14.718Z] daemon.go:307: [dcaf6cd219a32] exiting daemon [2019-09-12T12:31:14.718Z] daemon.go:459: [dcaf6cd219a32] Daemon stopped [2019-09-12T12:31:14.718Z] daemon.go:336: [dcaf6cd219a32] waiting for daemon to start [2019-09-12T12:31:14.718Z] daemon.go:336: [dcaf6cd219a32] waiting for daemon to start [2019-09-12T12:31:14.718Z] daemon.go:364: [dcaf6cd219a32] daemon started [2019-09-12T12:31:14.718Z] daemon.go:472: [dcaf6cd219a32] Stopping daemon [2019-09-12T12:31:14.718Z] daemon.go:307: [dcaf6cd219a32] exiting daemon [2019-09-12T12:31:14.718Z] daemon.go:459: [dcaf6cd219a32] Daemon stopped [2019-09-12T12:31:14.718Z] === RUN TestHealthCheckWorkdir [2019-09-12T12:31:15.341Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2019-09-12T12:31:15.341Z] === RUN TestHealthKillContainer [2019-09-12T12:31:18.795Z] --- PASS: TestHealthKillContainer (2.92s) [2019-09-12T12:31:18.795Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-12T12:31:19.078Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-09-12T12:31:19.078Z] === RUN TestIpcModeNone [2019-09-12T12:31:20.086Z] --- PASS: TestIpcModeNone (0.84s) [2019-09-12T12:31:20.086Z] === RUN TestIpcModePrivate [2019-09-12T12:31:20.702Z] --- PASS: TestIpcModePrivate (0.86s) [2019-09-12T12:31:20.702Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-12T12:31:20.702Z] === RUN TestIpcModeShareable [2019-09-12T12:31:21.718Z] --- PASS: TestIpcModeShareable (0.89s) [2019-09-12T12:31:21.718Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-12T12:31:21.718Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-12T12:31:24.409Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s) [2019-09-12T12:31:24.409Z] === RUN TestAPIIpcModeHost [2019-09-12T12:31:25.056Z] --- PASS: TestAPIIpcModeHost (0.74s) [2019-09-12T12:31:25.057Z] === RUN TestDaemonIpcModeShareable [2019-09-12T12:31:27.086Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2019-09-12T12:31:27.086Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-12T12:31:27.086Z] daemon.go:336: [d9258e2f8e048] waiting for daemon to start [2019-09-12T12:31:27.086Z] daemon.go:336: [d9258e2f8e048] waiting for daemon to start [2019-09-12T12:31:27.086Z] daemon.go:364: [d9258e2f8e048] daemon started [2019-09-12T12:31:27.086Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-12T12:31:27.086Z] daemon.go:472: [d9258e2f8e048] Stopping daemon [2019-09-12T12:31:27.086Z] daemon.go:307: [d9258e2f8e048] exiting daemon [2019-09-12T12:31:27.086Z] daemon.go:459: [d9258e2f8e048] Daemon stopped [2019-09-12T12:31:27.086Z] === RUN TestDaemonIpcModePrivate [2019-09-12T12:31:28.562Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2019-09-12T12:31:28.562Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-12T12:31:28.562Z] daemon.go:336: [d2cc19177b5d9] waiting for daemon to start [2019-09-12T12:31:28.562Z] daemon.go:336: [d2cc19177b5d9] waiting for daemon to start [2019-09-12T12:31:28.562Z] daemon.go:364: [d2cc19177b5d9] daemon started [2019-09-12T12:31:28.562Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-12T12:31:28.562Z] daemon.go:472: [d2cc19177b5d9] Stopping daemon [2019-09-12T12:31:28.562Z] daemon.go:307: [d2cc19177b5d9] exiting daemon [2019-09-12T12:31:28.562Z] daemon.go:459: [d2cc19177b5d9] Daemon stopped [2019-09-12T12:31:28.562Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-12T12:31:30.599Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2019-09-12T12:31:30.599Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-12T12:31:30.599Z] daemon.go:336: [db5ec5b5cc3d1] waiting for daemon to start [2019-09-12T12:31:30.599Z] daemon.go:336: [db5ec5b5cc3d1] waiting for daemon to start [2019-09-12T12:31:30.599Z] daemon.go:364: [db5ec5b5cc3d1] daemon started [2019-09-12T12:31:30.599Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-12T12:31:30.599Z] daemon.go:472: [db5ec5b5cc3d1] Stopping daemon [2019-09-12T12:31:30.599Z] daemon.go:307: [db5ec5b5cc3d1] exiting daemon [2019-09-12T12:31:30.599Z] daemon.go:459: [db5ec5b5cc3d1] Daemon stopped [2019-09-12T12:31:30.599Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-12T12:31:32.077Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) [2019-09-12T12:31:32.077Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-12T12:31:32.077Z] daemon.go:336: [d0518cfcae0d7] waiting for daemon to start [2019-09-12T12:31:32.077Z] daemon.go:336: [d0518cfcae0d7] waiting for daemon to start [2019-09-12T12:31:32.077Z] daemon.go:364: [d0518cfcae0d7] daemon started [2019-09-12T12:31:32.077Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-12T12:31:32.077Z] daemon.go:472: [d0518cfcae0d7] Stopping daemon [2019-09-12T12:31:32.077Z] daemon.go:307: [d0518cfcae0d7] exiting daemon [2019-09-12T12:31:32.077Z] daemon.go:459: [d0518cfcae0d7] Daemon stopped [2019-09-12T12:31:32.077Z] === RUN TestIpcModeOlderClient [2019-09-12T12:31:32.077Z] === PAUSE TestIpcModeOlderClient [2019-09-12T12:31:32.077Z] === RUN TestKillContainerInvalidSignal [2019-09-12T12:31:33.092Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2019-09-12T12:31:33.092Z] === RUN TestKillContainer [2019-09-12T12:31:33.092Z] === RUN TestKillContainer/no_signal [2019-09-12T12:31:33.710Z] === RUN TestKillContainer/non_killing_signal [2019-09-12T12:31:34.331Z] === RUN TestKillContainer/killing_signal [2019-09-12T12:31:35.341Z] --- PASS: TestKillContainer (2.26s) [2019-09-12T12:31:35.341Z] --- PASS: TestKillContainer/no_signal (0.70s) [2019-09-12T12:31:35.341Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2019-09-12T12:31:35.341Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2019-09-12T12:31:35.341Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-12T12:31:35.341Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-12T12:31:35.961Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-12T12:31:36.579Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.42s) [2019-09-12T12:31:36.579Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-09-12T12:31:36.579Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2019-09-12T12:31:36.579Z] === RUN TestKillStoppedContainer [2019-09-12T12:31:36.579Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-12T12:31:36.579Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-12T12:31:36.865Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-12T12:31:36.865Z] === RUN TestKillDifferentUserContainer [2019-09-12T12:31:37.483Z] --- PASS: TestKillDifferentUserContainer (0.71s) [2019-09-12T12:31:37.483Z] === RUN TestInspectOomKilledTrue [2019-09-12T12:31:38.966Z] --- PASS: TestInspectOomKilledTrue (1.21s) [2019-09-12T12:31:38.966Z] === RUN TestInspectOomKilledFalse [2019-09-12T12:31:39.251Z] --- PASS: TestInspectOomKilledFalse (0.70s) [2019-09-12T12:31:39.251Z] === RUN TestLinksEtcHostsContentMatch [2019-09-12T12:31:40.260Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-09-12T12:31:40.260Z] === RUN TestLinksContainerNames [2019-09-12T12:31:41.274Z] --- PASS: TestLinksContainerNames (1.37s) [2019-09-12T12:31:41.274Z] === RUN TestLogsFollowTailEmpty [2019-09-12T12:31:42.284Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-09-12T12:31:42.284Z] === RUN TestContainerNetworkMountsNoChown [2019-09-12T12:31:42.900Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/default [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/default [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/private [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/private [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rprivate [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/slave [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/slave [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rslave [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/shared [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/shared [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rshared [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/default [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rprivate [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rslave [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rshared [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/shared [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/private [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/slave [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-12T12:31:42.900Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-12T12:31:42.900Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-12T12:31:42.900Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-12T12:31:43.191Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-09-12T12:31:43.191Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-12T12:31:43.191Z] === RUN TestContainerBindMountNonRecursive [2019-09-12T12:31:45.224Z] --- PASS: TestContainerBindMountNonRecursive (1.73s) [2019-09-12T12:31:45.224Z] === RUN TestNetworkNat [2019-09-12T12:31:45.514Z] --- PASS: TestNetworkNat (0.73s) [2019-09-12T12:31:45.514Z] === RUN TestNetworkLocalhostTCPNat [2019-09-12T12:31:46.528Z] --- PASS: TestNetworkLocalhostTCPNat (0.72s) [2019-09-12T12:31:46.528Z] === RUN TestNetworkLoopbackNat [2019-09-12T12:31:47.538Z] --- PASS: TestNetworkLoopbackNat (0.97s) [2019-09-12T12:31:47.538Z] === RUN TestPause [2019-09-12T12:31:48.156Z] --- PASS: TestPause (0.76s) [2019-09-12T12:31:48.156Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-12T12:31:48.156Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T12:31:48.156Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T12:31:48.156Z] === RUN TestPauseStopPausedContainer [2019-09-12T12:31:49.170Z] --- PASS: TestPauseStopPausedContainer (0.82s) [2019-09-12T12:31:49.170Z] === RUN TestPsFilter [2019-09-12T12:31:49.170Z] --- PASS: TestPsFilter (0.19s) [2019-09-12T12:31:49.170Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-12T12:31:49.789Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2019-09-12T12:31:49.789Z] === RUN TestRemoveContainerWithVolume [2019-09-12T12:31:50.407Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-09-12T12:31:50.407Z] === RUN TestRemoveContainerRunning [2019-09-12T12:31:51.024Z] --- PASS: TestRemoveContainerRunning (0.70s) [2019-09-12T12:31:51.024Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-12T12:31:52.032Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2019-09-12T12:31:52.032Z] === RUN TestRemoveInvalidContainer [2019-09-12T12:31:52.032Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-12T12:31:52.032Z] === RUN TestRenameLinkedContainer [2019-09-12T12:31:54.729Z] --- PASS: TestRenameLinkedContainer (2.83s) [2019-09-12T12:31:54.729Z] === RUN TestRenameStoppedContainer [2019-09-12T12:31:55.348Z] --- PASS: TestRenameStoppedContainer (0.70s) [2019-09-12T12:31:55.348Z] === RUN TestRenameRunningContainerAndReuse [2019-09-12T12:31:56.823Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2019-09-12T12:31:56.823Z] === RUN TestRenameInvalidName [2019-09-12T12:31:57.456Z] --- PASS: TestRenameInvalidName (0.71s) [2019-09-12T12:31:57.456Z] === RUN TestRenameAnonymousContainer [2019-09-12T12:32:00.151Z] --- PASS: TestRenameAnonymousContainer (2.59s) [2019-09-12T12:32:00.151Z] === RUN TestRenameContainerWithSameName [2019-09-12T12:32:00.770Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2019-09-12T12:32:00.771Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-12T12:32:02.247Z] --- PASS: TestRenameContainerWithLinkedContainer (1.44s) [2019-09-12T12:32:02.247Z] === RUN TestResize [2019-09-12T12:32:03.260Z] --- PASS: TestResize (0.75s) [2019-09-12T12:32:03.260Z] === RUN TestResizeWithInvalidSize [2019-09-12T12:32:03.877Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2019-09-12T12:32:03.877Z] === RUN TestResizeWhenContainerNotStarted [2019-09-12T12:32:04.508Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:04.508Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:04.508Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:04.508Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T12:32:04.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T12:32:04.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:04.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:06.581Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T12:32:06.581Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T12:32:08.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T12:32:08.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T12:32:10.137Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:11.157Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:11.445Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T12:32:12.068Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.11s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d434c10d89d4d] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d434c10d89d4d] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d434c10d89d4d] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [d434c10d89d4d] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [d434c10d89d4d] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [d434c10d89d4d] Daemon stopped [2019-09-12T12:32:14.769Z] daemon.go:336: [d434c10d89d4d] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d434c10d89d4d] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d434c10d89d4d] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [d434c10d89d4d] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [d434c10d89d4d] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [d434c10d89d4d] Daemon stopped [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.20s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d25f48331f4d1] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d25f48331f4d1] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d25f48331f4d1] daemon started [2019-09-12T12:32:14.769Z] daemon.go:336: [d25f48331f4d1] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:307: [d25f48331f4d1] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d25f48331f4d1] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d25f48331f4d1] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [d25f48331f4d1] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [d25f48331f4d1] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [d25f48331f4d1] Daemon stopped [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.32s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d1691039ab654] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d1691039ab654] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d1691039ab654] daemon started [2019-09-12T12:32:14.769Z] daemon.go:307: [d1691039ab654] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d1691039ab654] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d1691039ab654] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d1691039ab654] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [d1691039ab654] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [d1691039ab654] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [d1691039ab654] Daemon stopped [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.45s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d8ad85b54b286] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [d8ad85b54b286] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d8ad85b54b286] daemon started [2019-09-12T12:32:14.769Z] daemon.go:336: [d8ad85b54b286] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:307: [d8ad85b54b286] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [d8ad85b54b286] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [d8ad85b54b286] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [d8ad85b54b286] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [d8ad85b54b286] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [d8ad85b54b286] Daemon stopped [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.42s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-12T12:32:14.769Z] daemon.go:336: [def5c96a629a6] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [def5c96a629a6] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [def5c96a629a6] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [def5c96a629a6] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [def5c96a629a6] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [def5c96a629a6] Daemon stopped [2019-09-12T12:32:14.769Z] daemon.go:336: [def5c96a629a6] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:336: [def5c96a629a6] waiting for daemon to start [2019-09-12T12:32:14.769Z] daemon.go:364: [def5c96a629a6] daemon started [2019-09-12T12:32:14.769Z] daemon.go:472: [def5c96a629a6] Stopping daemon [2019-09-12T12:32:14.769Z] daemon.go:307: [def5c96a629a6] exiting daemon [2019-09-12T12:32:14.769Z] daemon.go:459: [def5c96a629a6] Daemon stopped [2019-09-12T12:32:14.769Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.33s) [2019-09-12T12:32:14.769Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d3830c0959011] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d3830c0959011] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d3830c0959011] daemon started [2019-09-12T12:32:14.770Z] daemon.go:307: [d3830c0959011] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d3830c0959011] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d3830c0959011] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d3830c0959011] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d3830c0959011] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d3830c0959011] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d3830c0959011] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.71s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d4228bee8040e] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d4228bee8040e] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d4228bee8040e] daemon started [2019-09-12T12:32:14.770Z] daemon.go:307: [d4228bee8040e] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d4228bee8040e] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d4228bee8040e] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d4228bee8040e] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d4228bee8040e] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d4228bee8040e] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d4228bee8040e] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.87s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [ddd7f570fbc50] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [ddd7f570fbc50] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [ddd7f570fbc50] daemon started [2019-09-12T12:32:14.770Z] daemon.go:336: [ddd7f570fbc50] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:307: [ddd7f570fbc50] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [ddd7f570fbc50] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [ddd7f570fbc50] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [ddd7f570fbc50] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [ddd7f570fbc50] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [ddd7f570fbc50] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.48s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d06b5e5175853] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d06b5e5175853] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d06b5e5175853] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d06b5e5175853] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d06b5e5175853] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d06b5e5175853] Daemon stopped [2019-09-12T12:32:14.770Z] daemon.go:336: [d06b5e5175853] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d06b5e5175853] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d06b5e5175853] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d06b5e5175853] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d06b5e5175853] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d06b5e5175853] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.88s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d29b737c01d81] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d29b737c01d81] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d29b737c01d81] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d29b737c01d81] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d29b737c01d81] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d29b737c01d81] Daemon stopped [2019-09-12T12:32:14.770Z] daemon.go:336: [d29b737c01d81] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d29b737c01d81] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d29b737c01d81] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d29b737c01d81] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d29b737c01d81] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d29b737c01d81] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.68s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d4543c4895ad6] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d4543c4895ad6] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d4543c4895ad6] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d4543c4895ad6] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d4543c4895ad6] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d4543c4895ad6] Daemon stopped [2019-09-12T12:32:14.770Z] daemon.go:336: [d4543c4895ad6] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d4543c4895ad6] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d4543c4895ad6] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d4543c4895ad6] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d4543c4895ad6] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d4543c4895ad6] Daemon stopped [2019-09-12T12:32:14.770Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2019-09-12T12:32:14.770Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-12T12:32:14.770Z] daemon.go:336: [d88954d04f7d7] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d88954d04f7d7] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d88954d04f7d7] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d88954d04f7d7] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d88954d04f7d7] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d88954d04f7d7] Daemon stopped [2019-09-12T12:32:14.770Z] daemon.go:336: [d88954d04f7d7] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:336: [d88954d04f7d7] waiting for daemon to start [2019-09-12T12:32:14.770Z] daemon.go:364: [d88954d04f7d7] daemon started [2019-09-12T12:32:14.770Z] daemon.go:472: [d88954d04f7d7] Stopping daemon [2019-09-12T12:32:14.770Z] daemon.go:307: [d88954d04f7d7] exiting daemon [2019-09-12T12:32:14.770Z] daemon.go:459: [d88954d04f7d7] Daemon stopped [2019-09-12T12:32:14.770Z] === RUN TestCgroupNamespacesRun [2019-09-12T12:32:16.250Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2019-09-12T12:32:16.250Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-12T12:32:16.250Z] daemon.go:336: [d5e214a026f6d] waiting for daemon to start [2019-09-12T12:32:16.250Z] daemon.go:336: [d5e214a026f6d] waiting for daemon to start [2019-09-12T12:32:16.250Z] daemon.go:364: [d5e214a026f6d] daemon started [2019-09-12T12:32:16.250Z] daemon.go:472: [d5e214a026f6d] Stopping daemon [2019-09-12T12:32:16.250Z] daemon.go:307: [d5e214a026f6d] exiting daemon [2019-09-12T12:32:16.250Z] daemon.go:459: [d5e214a026f6d] Daemon stopped [2019-09-12T12:32:16.250Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-12T12:32:18.274Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-09-12T12:32:18.274Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-12T12:32:18.274Z] daemon.go:336: [db75d359b66ac] waiting for daemon to start [2019-09-12T12:32:18.274Z] daemon.go:336: [db75d359b66ac] waiting for daemon to start [2019-09-12T12:32:18.274Z] daemon.go:364: [db75d359b66ac] daemon started [2019-09-12T12:32:18.274Z] daemon.go:472: [db75d359b66ac] Stopping daemon [2019-09-12T12:32:18.274Z] daemon.go:307: [db75d359b66ac] exiting daemon [2019-09-12T12:32:18.274Z] daemon.go:459: [db75d359b66ac] Daemon stopped [2019-09-12T12:32:18.274Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-12T12:32:19.753Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2019-09-12T12:32:19.753Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-12T12:32:19.753Z] daemon.go:336: [dd86fd98f29a0] waiting for daemon to start [2019-09-12T12:32:19.753Z] daemon.go:336: [dd86fd98f29a0] waiting for daemon to start [2019-09-12T12:32:19.753Z] daemon.go:364: [dd86fd98f29a0] daemon started [2019-09-12T12:32:19.753Z] daemon.go:472: [dd86fd98f29a0] Stopping daemon [2019-09-12T12:32:19.753Z] daemon.go:307: [dd86fd98f29a0] exiting daemon [2019-09-12T12:32:19.753Z] daemon.go:459: [dd86fd98f29a0] Daemon stopped [2019-09-12T12:32:19.753Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-12T12:32:21.781Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2019-09-12T12:32:21.781Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-12T12:32:21.781Z] daemon.go:336: [dc9c0db9d64c0] waiting for daemon to start [2019-09-12T12:32:21.781Z] daemon.go:336: [dc9c0db9d64c0] waiting for daemon to start [2019-09-12T12:32:21.781Z] daemon.go:364: [dc9c0db9d64c0] daemon started [2019-09-12T12:32:21.781Z] daemon.go:472: [dc9c0db9d64c0] Stopping daemon [2019-09-12T12:32:21.781Z] daemon.go:307: [dc9c0db9d64c0] exiting daemon [2019-09-12T12:32:21.781Z] daemon.go:459: [dc9c0db9d64c0] Daemon stopped [2019-09-12T12:32:21.781Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-12T12:32:23.266Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2019-09-12T12:32:23.266Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-12T12:32:23.266Z] daemon.go:336: [da4b212bb5f78] waiting for daemon to start [2019-09-12T12:32:23.266Z] daemon.go:336: [da4b212bb5f78] waiting for daemon to start [2019-09-12T12:32:23.266Z] daemon.go:364: [da4b212bb5f78] daemon started [2019-09-12T12:32:23.266Z] daemon.go:472: [da4b212bb5f78] Stopping daemon [2019-09-12T12:32:23.266Z] daemon.go:307: [da4b212bb5f78] exiting daemon [2019-09-12T12:32:23.266Z] daemon.go:459: [da4b212bb5f78] Daemon stopped [2019-09-12T12:32:23.266Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T12:32:24.274Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-09-12T12:32:24.274Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-12T12:32:24.274Z] daemon.go:336: [de4ea361aeab1] waiting for daemon to start [2019-09-12T12:32:24.274Z] daemon.go:336: [de4ea361aeab1] waiting for daemon to start [2019-09-12T12:32:24.274Z] daemon.go:364: [de4ea361aeab1] daemon started [2019-09-12T12:32:24.274Z] daemon.go:472: [de4ea361aeab1] Stopping daemon [2019-09-12T12:32:24.274Z] daemon.go:307: [de4ea361aeab1] exiting daemon [2019-09-12T12:32:24.274Z] daemon.go:459: [de4ea361aeab1] Daemon stopped [2019-09-12T12:32:24.274Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-12T12:32:24.895Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-09-12T12:32:24.895Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-12T12:32:24.895Z] daemon.go:336: [d6905ebf6271a] waiting for daemon to start [2019-09-12T12:32:24.895Z] daemon.go:336: [d6905ebf6271a] waiting for daemon to start [2019-09-12T12:32:24.895Z] daemon.go:364: [d6905ebf6271a] daemon started [2019-09-12T12:32:24.895Z] daemon.go:472: [d6905ebf6271a] Stopping daemon [2019-09-12T12:32:24.895Z] daemon.go:307: [d6905ebf6271a] exiting daemon [2019-09-12T12:32:24.895Z] daemon.go:459: [d6905ebf6271a] Daemon stopped [2019-09-12T12:32:24.895Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-12T12:32:26.931Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2019-09-12T12:32:26.931Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-12T12:32:26.931Z] daemon.go:336: [dab6dc413b2ce] waiting for daemon to start [2019-09-12T12:32:26.931Z] daemon.go:336: [dab6dc413b2ce] waiting for daemon to start [2019-09-12T12:32:26.931Z] daemon.go:364: [dab6dc413b2ce] daemon started [2019-09-12T12:32:26.931Z] daemon.go:472: [dab6dc413b2ce] Stopping daemon [2019-09-12T12:32:26.931Z] daemon.go:307: [dab6dc413b2ce] exiting daemon [2019-09-12T12:32:26.931Z] daemon.go:459: [dab6dc413b2ce] Daemon stopped [2019-09-12T12:32:26.931Z] === RUN TestKernelTCPMemory [2019-09-12T12:32:27.550Z] --- PASS: TestKernelTCPMemory (0.90s) [2019-09-12T12:32:27.550Z] === RUN TestNISDomainname [2019-09-12T12:32:29.030Z] --- PASS: TestNISDomainname (1.05s) [2019-09-12T12:32:29.030Z] === RUN TestHostnameDnsResolution [2019-09-12T12:32:30.043Z] --- PASS: TestHostnameDnsResolution (1.19s) [2019-09-12T12:32:30.043Z] === RUN TestStats [2019-09-12T12:32:32.066Z] --- PASS: TestStats (2.15s) [2019-09-12T12:32:32.066Z] === RUN TestStopContainerWithTimeout [2019-09-12T12:32:32.066Z] === RUN TestStopContainerWithTimeout/0 [2019-09-12T12:32:32.066Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-12T12:32:32.066Z] === RUN TestStopContainerWithTimeout/1 [2019-09-12T12:32:32.066Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-12T12:32:32.066Z] === RUN TestStopContainerWithTimeout/3 [2019-09-12T12:32:32.066Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-12T12:32:32.066Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-12T12:32:32.066Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-12T12:32:32.066Z] === CONT TestStopContainerWithTimeout/0 [2019-09-12T12:32:32.066Z] === CONT TestStopContainerWithTimeout/3 [2019-09-12T12:32:32.066Z] === CONT TestStopContainerWithTimeout/1 [2019-09-12T12:32:32.066Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-12T12:32:35.536Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-12T12:32:35.536Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2019-09-12T12:32:35.536Z] --- PASS: TestStopContainerWithTimeout/1 (2.48s) [2019-09-12T12:32:35.536Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2019-09-12T12:32:35.536Z] --- PASS: TestStopContainerWithTimeout/3 (3.41s) [2019-09-12T12:32:35.536Z] === RUN TestDeleteDevicemapper [2019-09-12T12:32:35.536Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-12T12:32:35.536Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T12:32:35.536Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-12T12:32:37.574Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.01s) [2019-09-12T12:32:37.574Z] === RUN TestUpdateMemory [2019-09-12T12:32:38.584Z] --- PASS: TestUpdateMemory (1.11s) [2019-09-12T12:32:38.584Z] === RUN TestUpdateCPUQuota [2019-09-12T12:32:40.613Z] --- PASS: TestUpdateCPUQuota (1.69s) [2019-09-12T12:32:40.613Z] === RUN TestUpdatePidsLimit [2019-09-12T12:32:40.613Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-12T12:32:40.613Z] === RUN TestUpdatePidsLimit/no_change [2019-09-12T12:32:41.247Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-12T12:32:41.543Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-12T12:32:41.829Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-12T12:32:42.446Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-12T12:32:42.732Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit (4.14s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-09-12T12:32:44.761Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2019-09-12T12:32:44.761Z] === RUN TestUpdateRestartPolicy [2019-09-12T12:32:57.291Z] --- PASS: TestUpdateRestartPolicy (12.20s) [2019-09-12T12:32:57.291Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-12T12:32:57.291Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2019-09-12T12:32:57.291Z] === RUN TestWaitNonBlocked [2019-09-12T12:32:57.291Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T12:32:57.291Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T12:32:57.291Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T12:32:57.291Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T12:32:57.291Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-12T12:32:57.291Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-12T12:32:58.304Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-12T12:32:58.304Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2019-09-12T12:32:58.304Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-09-12T12:32:58.304Z] === RUN TestWaitBlocked [2019-09-12T12:32:58.304Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T12:32:58.304Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T12:32:58.304Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T12:32:58.304Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T12:32:58.304Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-12T12:32:58.304Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-12T12:32:59.322Z] --- PASS: TestWaitBlocked (0.04s) [2019-09-12T12:32:59.322Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2019-09-12T12:32:59.322Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2019-09-12T12:32:59.322Z] === CONT TestContainerStartOnDaemonRestart [2019-09-12T12:32:59.322Z] === CONT TestDaemonRestartIpcMode [2019-09-12T12:32:59.322Z] === CONT TestIpcModeOlderClient [2019-09-12T12:32:59.605Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-09-12T12:33:03.076Z] --- PASS: TestContainerStartOnDaemonRestart (3.23s) [2019-09-12T12:33:03.076Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-12T12:33:03.076Z] daemon.go:336: [ddabf0f0b1454] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:336: [ddabf0f0b1454] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:364: [ddabf0f0b1454] daemon started [2019-09-12T12:33:03.076Z] daemon.go:336: [ddabf0f0b1454] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:307: [ddabf0f0b1454] exiting daemon [2019-09-12T12:33:03.076Z] daemon.go:336: [ddabf0f0b1454] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:364: [ddabf0f0b1454] daemon started [2019-09-12T12:33:03.076Z] daemon.go:472: [ddabf0f0b1454] Stopping daemon [2019-09-12T12:33:03.076Z] daemon.go:307: [ddabf0f0b1454] exiting daemon [2019-09-12T12:33:03.076Z] daemon.go:459: [ddabf0f0b1454] Daemon stopped [2019-09-12T12:33:03.076Z] --- PASS: TestDaemonRestartIpcMode (3.68s) [2019-09-12T12:33:03.076Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-12T12:33:03.076Z] daemon.go:336: [df2aaacdd51ca] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:336: [df2aaacdd51ca] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:364: [df2aaacdd51ca] daemon started [2019-09-12T12:33:03.076Z] daemon.go:472: [df2aaacdd51ca] Stopping daemon [2019-09-12T12:33:03.076Z] daemon.go:307: [df2aaacdd51ca] exiting daemon [2019-09-12T12:33:03.076Z] daemon.go:459: [df2aaacdd51ca] Daemon stopped [2019-09-12T12:33:03.076Z] daemon.go:336: [df2aaacdd51ca] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:336: [df2aaacdd51ca] waiting for daemon to start [2019-09-12T12:33:03.076Z] daemon.go:364: [df2aaacdd51ca] daemon started [2019-09-12T12:33:03.076Z] daemon.go:472: [df2aaacdd51ca] Stopping daemon [2019-09-12T12:33:03.076Z] daemon.go:307: [df2aaacdd51ca] exiting daemon [2019-09-12T12:33:03.076Z] daemon.go:459: [df2aaacdd51ca] Daemon stopped [2019-09-12T12:33:03.076Z] PASS [2019-09-12T12:33:03.076Z] [2019-09-12T12:33:03.076Z] === Skipped [2019-09-12T12:33:03.076Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-12T12:33:03.076Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-12T12:33:03.076Z] [2019-09-12T12:33:03.076Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-12T12:33:03.076Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-12T12:33:03.076Z] [2019-09-12T12:33:03.076Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-12T12:33:03.076Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-12T12:33:03.076Z] [2019-09-12T12:33:03.076Z] [2019-09-12T12:33:03.076Z] DONE 197 tests, 3 skipped in 122.256s [2019-09-12T12:33:03.076Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-12T12:33:03.076Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:33:03.076Z] ++ set -e [2019-09-12T12:33:03.076Z] ++ '[' -n 0 ']' [2019-09-12T12:33:03.076Z] ++ set -x [2019-09-12T12:33:03.076Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:33:03.359Z] INFO: Testing against a local daemon [2019-09-12T12:33:03.359Z] === RUN TestCommitInheritsEnv [2019-09-12T12:33:03.644Z] --- PASS: TestCommitInheritsEnv (0.41s) [2019-09-12T12:33:03.644Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-12T12:33:03.644Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-12T12:33:03.644Z] === RUN TestImagesFilterMultiReference [2019-09-12T12:33:03.644Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-09-12T12:33:03.644Z] === RUN TestImagePullPlatformInvalid [2019-09-12T12:33:03.644Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-12T12:33:03.644Z] === RUN TestRemoveImageOrphaning [2019-09-12T12:33:04.259Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2019-09-12T12:33:04.259Z] === RUN TestRemoveImageGarbageCollector [2019-09-12T12:33:04.259Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-12T12:33:04.259Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:33:04.259Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-12T12:33:04.259Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-12T12:33:04.259Z] === RUN TestTagInvalidReference [2019-09-12T12:33:04.259Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-12T12:33:04.259Z] === RUN TestTagValidPrefixedRepo [2019-09-12T12:33:04.259Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-12T12:33:04.259Z] === RUN TestTagExistedNameWithoutForce [2019-09-12T12:33:04.259Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-12T12:33:04.259Z] === RUN TestTagOfficialNames [2019-09-12T12:33:04.259Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-12T12:33:04.259Z] === RUN TestTagMatchesDigest [2019-09-12T12:33:04.553Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-12T12:33:04.553Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-12T12:38:27.118Z] --- PASS: TestImportExtremelyLargeImageWorks (314.21s) [2019-09-12T12:38:27.118Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-12T12:38:27.118Z] daemon.go:336: [d26825acfdc48] waiting for daemon to start [2019-09-12T12:38:27.118Z] daemon.go:336: [d26825acfdc48] waiting for daemon to start [2019-09-12T12:38:27.118Z] daemon.go:364: [d26825acfdc48] daemon started [2019-09-12T12:38:27.118Z] daemon.go:472: [d26825acfdc48] Stopping daemon [2019-09-12T12:38:27.118Z] daemon.go:307: [d26825acfdc48] exiting daemon [2019-09-12T12:38:27.118Z] daemon.go:459: [d26825acfdc48] Daemon stopped [2019-09-12T12:38:27.118Z] PASS [2019-09-12T12:38:27.118Z] [2019-09-12T12:38:27.118Z] === Skipped [2019-09-12T12:38:27.118Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-12T12:38:27.118Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:38:27.118Z] [2019-09-12T12:38:27.118Z] [2019-09-12T12:38:27.118Z] DONE 12 tests, 1 skipped in 315.553s [2019-09-12T12:38:27.118Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-12T12:38:27.118Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:38:27.118Z] ++ set -e [2019-09-12T12:38:27.118Z] ++ '[' -n 0 ']' [2019-09-12T12:38:27.118Z] ++ set -x [2019-09-12T12:38:27.118Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:38:27.118Z] INFO: Testing against a local daemon [2019-09-12T12:38:27.118Z] === RUN TestNetworkCreateDelete [2019-09-12T12:38:27.118Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-12T12:38:27.118Z] === RUN TestDockerNetworkDeletePreferID [2019-09-12T12:38:27.118Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s) [2019-09-12T12:38:27.118Z] === RUN TestInspectNetwork [2019-09-12T12:38:27.118Z] === RUN TestInspectNetwork/full_network_id [2019-09-12T12:38:27.118Z] === RUN TestInspectNetwork/partial_network_id [2019-09-12T12:38:27.118Z] === RUN TestInspectNetwork/network_name [2019-09-12T12:38:27.118Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-12T12:38:28.599Z] --- PASS: TestInspectNetwork (8.76s) [2019-09-12T12:38:28.599Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-12T12:38:28.599Z] daemon.go:336: [d3ac05b08fd4f] waiting for daemon to start [2019-09-12T12:38:28.599Z] daemon.go:336: [d3ac05b08fd4f] waiting for daemon to start [2019-09-12T12:38:28.599Z] daemon.go:364: [d3ac05b08fd4f] daemon started [2019-09-12T12:38:28.599Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-12T12:38:28.599Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-12T12:38:28.599Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-12T12:38:28.599Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-12T12:38:28.599Z] daemon.go:472: [d3ac05b08fd4f] Stopping daemon [2019-09-12T12:38:28.599Z] daemon.go:307: [d3ac05b08fd4f] exiting daemon [2019-09-12T12:38:28.599Z] daemon.go:459: [d3ac05b08fd4f] Daemon stopped [2019-09-12T12:38:28.599Z] === RUN TestRunContainerWithBridgeNone [2019-09-12T12:38:31.296Z] --- PASS: TestRunContainerWithBridgeNone (2.64s) [2019-09-12T12:38:31.296Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-12T12:38:31.296Z] daemon.go:336: [d8e9597c0ddec] waiting for daemon to start [2019-09-12T12:38:31.296Z] daemon.go:336: [d8e9597c0ddec] waiting for daemon to start [2019-09-12T12:38:31.296Z] daemon.go:364: [d8e9597c0ddec] daemon started [2019-09-12T12:38:31.296Z] daemon.go:472: [d8e9597c0ddec] Stopping daemon [2019-09-12T12:38:31.296Z] daemon.go:307: [d8e9597c0ddec] exiting daemon [2019-09-12T12:38:31.296Z] daemon.go:459: [d8e9597c0ddec] Daemon stopped [2019-09-12T12:38:31.296Z] === RUN TestNetworkInvalidJSON [2019-09-12T12:38:31.296Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-12T12:38:31.296Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-12T12:38:31.296Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T12:38:31.296Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T12:38:31.296Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T12:38:31.296Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T12:38:31.296Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-12T12:38:31.296Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-12T12:38:31.296Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-12T12:38:31.296Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-12T12:38:31.296Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-12T12:38:31.296Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-12T12:38:31.296Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-12T12:38:31.296Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-12T12:38:32.307Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-12T12:38:32.307Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-12T12:38:32.307Z] daemon.go:336: [d6dbc5890ab46] waiting for daemon to start [2019-09-12T12:38:32.307Z] daemon.go:336: [d6dbc5890ab46] waiting for daemon to start [2019-09-12T12:38:32.307Z] daemon.go:364: [d6dbc5890ab46] daemon started [2019-09-12T12:38:32.307Z] daemon.go:472: [d6dbc5890ab46] Stopping daemon [2019-09-12T12:38:32.307Z] daemon.go:307: [d6dbc5890ab46] exiting daemon [2019-09-12T12:38:32.307Z] daemon.go:459: [d6dbc5890ab46] Daemon stopped [2019-09-12T12:38:32.307Z] daemon.go:336: [d6dbc5890ab46] waiting for daemon to start [2019-09-12T12:38:32.307Z] daemon.go:336: [d6dbc5890ab46] waiting for daemon to start [2019-09-12T12:38:32.307Z] daemon.go:364: [d6dbc5890ab46] daemon started [2019-09-12T12:38:32.307Z] daemon.go:472: [d6dbc5890ab46] Stopping daemon [2019-09-12T12:38:32.307Z] daemon.go:307: [d6dbc5890ab46] exiting daemon [2019-09-12T12:38:32.307Z] daemon.go:459: [d6dbc5890ab46] Daemon stopped [2019-09-12T12:38:32.307Z] === RUN TestDaemonDefaultNetworkPools [2019-09-12T12:38:32.936Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2019-09-12T12:38:32.936Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-12T12:38:32.936Z] daemon.go:336: [d5cf9f39e6d4b] waiting for daemon to start [2019-09-12T12:38:32.936Z] daemon.go:336: [d5cf9f39e6d4b] waiting for daemon to start [2019-09-12T12:38:32.936Z] daemon.go:364: [d5cf9f39e6d4b] daemon started [2019-09-12T12:38:32.936Z] daemon.go:472: [d5cf9f39e6d4b] Stopping daemon [2019-09-12T12:38:32.936Z] daemon.go:307: [d5cf9f39e6d4b] exiting daemon [2019-09-12T12:38:32.936Z] daemon.go:459: [d5cf9f39e6d4b] Daemon stopped [2019-09-12T12:38:32.936Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-12T12:38:34.011Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2019-09-12T12:38:34.011Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-12T12:38:34.011Z] daemon.go:336: [d1e67ffa2f752] waiting for daemon to start [2019-09-12T12:38:34.011Z] daemon.go:336: [d1e67ffa2f752] waiting for daemon to start [2019-09-12T12:38:34.011Z] daemon.go:364: [d1e67ffa2f752] daemon started [2019-09-12T12:38:34.011Z] daemon.go:472: [d1e67ffa2f752] Stopping daemon [2019-09-12T12:38:34.011Z] daemon.go:307: [d1e67ffa2f752] exiting daemon [2019-09-12T12:38:34.011Z] daemon.go:459: [d1e67ffa2f752] Daemon stopped [2019-09-12T12:38:34.011Z] daemon.go:336: [d1e67ffa2f752] waiting for daemon to start [2019-09-12T12:38:34.011Z] daemon.go:336: [d1e67ffa2f752] waiting for daemon to start [2019-09-12T12:38:34.011Z] daemon.go:364: [d1e67ffa2f752] daemon started [2019-09-12T12:38:34.011Z] daemon.go:472: [d1e67ffa2f752] Stopping daemon [2019-09-12T12:38:34.011Z] daemon.go:307: [d1e67ffa2f752] exiting daemon [2019-09-12T12:38:34.011Z] daemon.go:459: [d1e67ffa2f752] Daemon stopped [2019-09-12T12:38:34.011Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T12:38:35.575Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.44s) [2019-09-12T12:38:35.575Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-12T12:38:35.575Z] daemon.go:336: [d94de5b9d572c] waiting for daemon to start [2019-09-12T12:38:35.575Z] daemon.go:336: [d94de5b9d572c] waiting for daemon to start [2019-09-12T12:38:35.575Z] daemon.go:364: [d94de5b9d572c] daemon started [2019-09-12T12:38:35.575Z] daemon.go:472: [d94de5b9d572c] Stopping daemon [2019-09-12T12:38:35.575Z] daemon.go:307: [d94de5b9d572c] exiting daemon [2019-09-12T12:38:35.575Z] daemon.go:459: [d94de5b9d572c] Daemon stopped [2019-09-12T12:38:35.575Z] daemon.go:336: [d94de5b9d572c] waiting for daemon to start [2019-09-12T12:38:35.575Z] daemon.go:336: [d94de5b9d572c] waiting for daemon to start [2019-09-12T12:38:35.575Z] daemon.go:364: [d94de5b9d572c] daemon started [2019-09-12T12:38:35.575Z] daemon.go:472: [d94de5b9d572c] Stopping daemon [2019-09-12T12:38:35.575Z] daemon.go:307: [d94de5b9d572c] exiting daemon [2019-09-12T12:38:35.575Z] daemon.go:459: [d94de5b9d572c] Daemon stopped [2019-09-12T12:38:35.575Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T12:38:36.203Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-12T12:38:36.203Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-12T12:38:36.203Z] daemon.go:336: [dd3cfaefdef88] waiting for daemon to start [2019-09-12T12:38:36.203Z] daemon.go:336: [dd3cfaefdef88] waiting for daemon to start [2019-09-12T12:38:36.203Z] daemon.go:364: [dd3cfaefdef88] daemon started [2019-09-12T12:38:36.203Z] daemon.go:472: [dd3cfaefdef88] Stopping daemon [2019-09-12T12:38:36.203Z] daemon.go:307: [dd3cfaefdef88] exiting daemon [2019-09-12T12:38:36.203Z] daemon.go:459: [dd3cfaefdef88] Daemon stopped [2019-09-12T12:38:36.203Z] === RUN TestServiceWithPredefinedNetwork [2019-09-12T12:38:38.924Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2019-09-12T12:38:38.924Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-12T12:38:38.924Z] daemon.go:336: [dcb0ce2817b76] waiting for daemon to start [2019-09-12T12:38:38.924Z] daemon.go:336: [dcb0ce2817b76] waiting for daemon to start [2019-09-12T12:38:38.924Z] daemon.go:364: [dcb0ce2817b76] daemon started [2019-09-12T12:38:38.924Z] daemon.go:472: [dcb0ce2817b76] Stopping daemon [2019-09-12T12:38:38.924Z] daemon.go:307: [dcb0ce2817b76] exiting daemon [2019-09-12T12:38:38.924Z] daemon.go:459: [dcb0ce2817b76] Daemon stopped [2019-09-12T12:38:38.924Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-12T12:38:38.924Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T12:38:38.924Z] service_test.go:230: FLAKY_TEST [2019-09-12T12:38:38.924Z] === RUN TestServiceWithDataPathPortInit [2019-09-12T12:38:57.619Z] --- PASS: TestServiceWithDataPathPortInit (16.88s) [2019-09-12T12:38:57.619Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T12:38:57.619Z] daemon.go:336: [d60c15c6b92f4] waiting for daemon to start [2019-09-12T12:38:57.619Z] daemon.go:336: [d60c15c6b92f4] waiting for daemon to start [2019-09-12T12:38:57.619Z] daemon.go:364: [d60c15c6b92f4] daemon started [2019-09-12T12:38:57.619Z] daemon.go:472: [d60c15c6b92f4] Stopping daemon [2019-09-12T12:38:57.619Z] daemon.go:307: [d60c15c6b92f4] exiting daemon [2019-09-12T12:38:57.619Z] daemon.go:459: [d60c15c6b92f4] Daemon stopped [2019-09-12T12:38:57.619Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-12T12:38:57.619Z] daemon.go:336: [d9605e5c85076] waiting for daemon to start [2019-09-12T12:38:57.619Z] daemon.go:336: [d9605e5c85076] waiting for daemon to start [2019-09-12T12:38:57.619Z] daemon.go:364: [d9605e5c85076] daemon started [2019-09-12T12:38:57.619Z] daemon.go:472: [d9605e5c85076] Stopping daemon [2019-09-12T12:38:57.619Z] daemon.go:307: [d9605e5c85076] exiting daemon [2019-09-12T12:38:57.619Z] daemon.go:459: [d9605e5c85076] Daemon stopped [2019-09-12T12:38:57.619Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-12T12:39:03.272Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.36s) [2019-09-12T12:39:03.272Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-12T12:39:03.272Z] daemon.go:336: [da06729014aca] waiting for daemon to start [2019-09-12T12:39:03.272Z] daemon.go:336: [da06729014aca] waiting for daemon to start [2019-09-12T12:39:03.272Z] daemon.go:364: [da06729014aca] daemon started [2019-09-12T12:39:03.272Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yh3q10xm1zprw6vbmxkj0pt4i Created:2019-09-12 12:38:56.525360391 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[9d9c6095246020ee7e0b4c333e71db110d00a2c2b7ce2de4cafd720e76977ebd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.59hh1315bpxz4u65ip59ea95k EndpointID:9257e2708ebbc948cdb5695fa48c34205c8c7ea4cbd5a718fea4af0326907626 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c71a788346355482d73a418d8cf058b006cd0d070a84acebe767577903983d8a MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:c67441ed4117 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.59hh1315bpxz4u65ip59ea95k EndpointID:9257e2708ebbc948cdb5695fa48c34205c8c7ea4cbd5a718fea4af0326907626 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-12T12:39:03.272Z] daemon.go:472: [da06729014aca] Stopping daemon [2019-09-12T12:39:03.272Z] daemon.go:307: [da06729014aca] exiting daemon [2019-09-12T12:39:03.272Z] daemon.go:459: [da06729014aca] Daemon stopped [2019-09-12T12:39:03.272Z] PASS [2019-09-12T12:39:03.272Z] [2019-09-12T12:39:03.272Z] === Skipped [2019-09-12T12:39:03.272Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-12T12:39:03.272Z] service_test.go:230: FLAKY_TEST [2019-09-12T12:39:03.272Z] [2019-09-12T12:39:03.272Z] [2019-09-12T12:39:03.272Z] DONE 21 tests, 1 skipped in 44.067s [2019-09-12T12:39:03.272Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-12T12:39:03.272Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:03.272Z] ++ set -e [2019-09-12T12:39:03.272Z] ++ '[' -n 0 ']' [2019-09-12T12:39:03.272Z] ++ set -x [2019-09-12T12:39:03.272Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:03.272Z] INFO: Testing against a local daemon [2019-09-12T12:39:03.272Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-12T12:39:04.283Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.47s) [2019-09-12T12:39:04.283Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-12T12:39:04.283Z] daemon.go:336: [ddef5f6c5b76d] waiting for daemon to start [2019-09-12T12:39:04.283Z] daemon.go:336: [ddef5f6c5b76d] waiting for daemon to start [2019-09-12T12:39:04.283Z] daemon.go:364: [ddef5f6c5b76d] daemon started [2019-09-12T12:39:04.283Z] daemon.go:472: [ddef5f6c5b76d] Stopping daemon [2019-09-12T12:39:04.283Z] daemon.go:307: [ddef5f6c5b76d] exiting daemon [2019-09-12T12:39:04.283Z] daemon.go:459: [ddef5f6c5b76d] Daemon stopped [2019-09-12T12:39:04.283Z] daemon.go:336: [ddef5f6c5b76d] waiting for daemon to start [2019-09-12T12:39:04.283Z] daemon.go:336: [ddef5f6c5b76d] waiting for daemon to start [2019-09-12T12:39:04.283Z] daemon.go:364: [ddef5f6c5b76d] daemon started [2019-09-12T12:39:04.283Z] daemon.go:472: [ddef5f6c5b76d] Stopping daemon [2019-09-12T12:39:04.283Z] daemon.go:307: [ddef5f6c5b76d] exiting daemon [2019-09-12T12:39:04.283Z] daemon.go:459: [ddef5f6c5b76d] Daemon stopped [2019-09-12T12:39:04.283Z] === RUN TestDockerNetworkIpvlan [2019-09-12T12:39:05.318Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-12T12:39:06.374Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-12T12:39:07.433Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-12T12:39:10.157Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-12T12:39:13.634Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-12T12:39:15.687Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-12T12:39:19.230Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-12T12:39:24.853Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-12T12:39:29.301Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan (27.13s) [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d6ec365363fbe] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d6ec365363fbe] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d6ec365363fbe] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d6ec365363fbe] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d6ec365363fbe] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d6ec365363fbe] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d0f1e91d17171] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d0f1e91d17171] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d0f1e91d17171] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d0f1e91d17171] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d0f1e91d17171] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d0f1e91d17171] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d353d34868660] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d353d34868660] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d353d34868660] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.20s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d353d34868660] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d353d34868660] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d353d34868660] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d9ea5205246d3] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d9ea5205246d3] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d9ea5205246d3] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.19s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d9ea5205246d3] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d9ea5205246d3] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d9ea5205246d3] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d5acd560075a8] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d5acd560075a8] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d5acd560075a8] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.20s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d5acd560075a8] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d5acd560075a8] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d5acd560075a8] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d323fcaf32eec] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d323fcaf32eec] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d323fcaf32eec] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.21s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d323fcaf32eec] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d323fcaf32eec] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d323fcaf32eec] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d8cb1d250d9de] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d8cb1d250d9de] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d8cb1d250d9de] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.42s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d8cb1d250d9de] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d8cb1d250d9de] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d8cb1d250d9de] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d7da52d5b6e40] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d7da52d5b6e40] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d7da52d5b6e40] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.28s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d7da52d5b6e40] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d7da52d5b6e40] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d7da52d5b6e40] Daemon stopped [2019-09-12T12:39:31.998Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-12T12:39:31.998Z] daemon.go:336: [d34ab64fe3bf5] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:336: [d34ab64fe3bf5] waiting for daemon to start [2019-09-12T12:39:31.998Z] daemon.go:364: [d34ab64fe3bf5] daemon started [2019-09-12T12:39:31.998Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.93s) [2019-09-12T12:39:31.998Z] daemon.go:472: [d34ab64fe3bf5] Stopping daemon [2019-09-12T12:39:31.998Z] daemon.go:307: [d34ab64fe3bf5] exiting daemon [2019-09-12T12:39:31.998Z] daemon.go:459: [d34ab64fe3bf5] Daemon stopped [2019-09-12T12:39:31.998Z] PASS [2019-09-12T12:39:31.998Z] [2019-09-12T12:39:31.998Z] DONE 11 tests in 28.729s [2019-09-12T12:39:31.998Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-12T12:39:31.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:31.998Z] ++ set -e [2019-09-12T12:39:31.998Z] ++ '[' -n 0 ']' [2019-09-12T12:39:31.998Z] ++ set -x [2019-09-12T12:39:31.998Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:31.998Z] INFO: Testing against a local daemon [2019-09-12T12:39:31.998Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-12T12:39:33.486Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-09-12T12:39:33.486Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-12T12:39:33.486Z] daemon.go:336: [defc52b743dd5] waiting for daemon to start [2019-09-12T12:39:33.486Z] daemon.go:336: [defc52b743dd5] waiting for daemon to start [2019-09-12T12:39:33.486Z] daemon.go:364: [defc52b743dd5] daemon started [2019-09-12T12:39:33.486Z] daemon.go:472: [defc52b743dd5] Stopping daemon [2019-09-12T12:39:33.486Z] daemon.go:307: [defc52b743dd5] exiting daemon [2019-09-12T12:39:33.486Z] daemon.go:459: [defc52b743dd5] Daemon stopped [2019-09-12T12:39:33.486Z] daemon.go:336: [defc52b743dd5] waiting for daemon to start [2019-09-12T12:39:33.486Z] daemon.go:336: [defc52b743dd5] waiting for daemon to start [2019-09-12T12:39:33.486Z] daemon.go:364: [defc52b743dd5] daemon started [2019-09-12T12:39:33.486Z] daemon.go:472: [defc52b743dd5] Stopping daemon [2019-09-12T12:39:33.486Z] daemon.go:307: [defc52b743dd5] exiting daemon [2019-09-12T12:39:33.486Z] daemon.go:459: [defc52b743dd5] Daemon stopped [2019-09-12T12:39:33.486Z] === RUN TestDockerNetworkMacvlan [2019-09-12T12:39:34.106Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-12T12:39:35.132Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-12T12:39:36.158Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-12T12:39:38.889Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-12T12:39:42.379Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan (10.24s) [2019-09-12T12:39:43.418Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T12:39:43.418Z] daemon.go:336: [d290585034aac] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:336: [d290585034aac] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:364: [d290585034aac] daemon started [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-12T12:39:43.418Z] daemon.go:472: [d290585034aac] Stopping daemon [2019-09-12T12:39:43.418Z] daemon.go:307: [d290585034aac] exiting daemon [2019-09-12T12:39:43.418Z] daemon.go:459: [d290585034aac] Daemon stopped [2019-09-12T12:39:43.418Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T12:39:43.418Z] daemon.go:336: [dbae95b107642] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:336: [dbae95b107642] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:364: [dbae95b107642] daemon started [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-12T12:39:43.418Z] daemon.go:472: [dbae95b107642] Stopping daemon [2019-09-12T12:39:43.418Z] daemon.go:307: [dbae95b107642] exiting daemon [2019-09-12T12:39:43.418Z] daemon.go:459: [dbae95b107642] Daemon stopped [2019-09-12T12:39:43.418Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T12:39:43.418Z] daemon.go:336: [dbcd151572663] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:336: [dbcd151572663] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:364: [dbcd151572663] daemon started [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.17s) [2019-09-12T12:39:43.418Z] daemon.go:472: [dbcd151572663] Stopping daemon [2019-09-12T12:39:43.418Z] daemon.go:307: [dbcd151572663] exiting daemon [2019-09-12T12:39:43.418Z] daemon.go:459: [dbcd151572663] Daemon stopped [2019-09-12T12:39:43.418Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T12:39:43.418Z] daemon.go:336: [d39547389ed8d] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:336: [d39547389ed8d] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:364: [d39547389ed8d] daemon started [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.21s) [2019-09-12T12:39:43.418Z] daemon.go:472: [d39547389ed8d] Stopping daemon [2019-09-12T12:39:43.418Z] daemon.go:307: [d39547389ed8d] exiting daemon [2019-09-12T12:39:43.418Z] daemon.go:459: [d39547389ed8d] Daemon stopped [2019-09-12T12:39:43.418Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-12T12:39:43.418Z] daemon.go:336: [d385e1fd05260] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:336: [d385e1fd05260] waiting for daemon to start [2019-09-12T12:39:43.418Z] daemon.go:364: [d385e1fd05260] daemon started [2019-09-12T12:39:43.418Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.97s) [2019-09-12T12:39:43.418Z] daemon.go:472: [d385e1fd05260] Stopping daemon [2019-09-12T12:39:43.418Z] daemon.go:307: [d385e1fd05260] exiting daemon [2019-09-12T12:39:43.418Z] daemon.go:459: [d385e1fd05260] Daemon stopped [2019-09-12T12:39:43.418Z] PASS [2019-09-12T12:39:43.418Z] [2019-09-12T12:39:43.418Z] DONE 7 tests in 11.868s [2019-09-12T12:39:43.418Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-12T12:39:43.418Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:43.418Z] ++ set -e [2019-09-12T12:39:43.418Z] ++ '[' -n 0 ']' [2019-09-12T12:39:43.418Z] ++ set -x [2019-09-12T12:39:43.418Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:43.418Z] testing: warning: no tests to run [2019-09-12T12:39:43.418Z] PASS [2019-09-12T12:39:43.418Z] [2019-09-12T12:39:43.418Z] DONE 0 tests in 0.024s [2019-09-12T12:39:43.418Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-12T12:39:43.418Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:43.418Z] ++ set -e [2019-09-12T12:39:43.418Z] ++ '[' -n 0 ']' [2019-09-12T12:39:43.418Z] ++ set -x [2019-09-12T12:39:43.419Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:39:43.702Z] INFO: Testing against a local daemon [2019-09-12T12:39:43.702Z] === RUN TestAuthZPluginAllowRequest [2019-09-12T12:39:45.194Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2019-09-12T12:39:45.194Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-12T12:39:45.194Z] daemon.go:336: [d9580a5acc382] waiting for daemon to start [2019-09-12T12:39:45.194Z] daemon.go:336: [d9580a5acc382] waiting for daemon to start [2019-09-12T12:39:45.194Z] daemon.go:364: [d9580a5acc382] daemon started [2019-09-12T12:39:45.194Z] daemon.go:472: [d9580a5acc382] Stopping daemon [2019-09-12T12:39:45.194Z] daemon.go:307: [d9580a5acc382] exiting daemon [2019-09-12T12:39:45.194Z] daemon.go:459: [d9580a5acc382] Daemon stopped [2019-09-12T12:39:45.194Z] === RUN TestAuthZPluginTLS [2019-09-12T12:39:45.814Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-09-12T12:39:45.814Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-12T12:39:45.814Z] daemon.go:336: [d2ec750afb608] waiting for daemon to start [2019-09-12T12:39:45.814Z] daemon.go:336: [d2ec750afb608] waiting for daemon to start [2019-09-12T12:39:45.814Z] daemon.go:364: [d2ec750afb608] daemon started [2019-09-12T12:39:45.814Z] daemon.go:472: [d2ec750afb608] Stopping daemon [2019-09-12T12:39:45.814Z] daemon.go:307: [d2ec750afb608] exiting daemon [2019-09-12T12:39:45.814Z] daemon.go:459: [d2ec750afb608] Daemon stopped [2019-09-12T12:39:45.814Z] === RUN TestAuthZPluginDenyRequest [2019-09-12T12:39:46.436Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-09-12T12:39:46.436Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-12T12:39:46.436Z] daemon.go:336: [de8d7984e1846] waiting for daemon to start [2019-09-12T12:39:46.436Z] daemon.go:336: [de8d7984e1846] waiting for daemon to start [2019-09-12T12:39:46.436Z] daemon.go:364: [de8d7984e1846] daemon started [2019-09-12T12:39:46.436Z] daemon.go:472: [de8d7984e1846] Stopping daemon [2019-09-12T12:39:46.436Z] daemon.go:307: [de8d7984e1846] exiting daemon [2019-09-12T12:39:46.436Z] daemon.go:459: [de8d7984e1846] Daemon stopped [2019-09-12T12:39:46.436Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-12T12:39:47.070Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-12T12:39:47.070Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-12T12:39:47.070Z] daemon.go:336: [d46facc75b7a0] waiting for daemon to start [2019-09-12T12:39:47.070Z] daemon.go:336: [d46facc75b7a0] waiting for daemon to start [2019-09-12T12:39:47.070Z] daemon.go:364: [d46facc75b7a0] daemon started [2019-09-12T12:39:47.070Z] daemon.go:472: [d46facc75b7a0] Stopping daemon [2019-09-12T12:39:47.070Z] daemon.go:307: [d46facc75b7a0] exiting daemon [2019-09-12T12:39:47.070Z] daemon.go:459: [d46facc75b7a0] Daemon stopped [2019-09-12T12:39:47.070Z] === RUN TestAuthZPluginDenyResponse [2019-09-12T12:39:47.697Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-12T12:39:47.697Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-12T12:39:47.697Z] daemon.go:336: [d762f0dd9a3b1] waiting for daemon to start [2019-09-12T12:39:47.697Z] daemon.go:336: [d762f0dd9a3b1] waiting for daemon to start [2019-09-12T12:39:47.697Z] daemon.go:364: [d762f0dd9a3b1] daemon started [2019-09-12T12:39:47.697Z] daemon.go:472: [d762f0dd9a3b1] Stopping daemon [2019-09-12T12:39:47.697Z] daemon.go:307: [d762f0dd9a3b1] exiting daemon [2019-09-12T12:39:47.697Z] daemon.go:459: [d762f0dd9a3b1] Daemon stopped [2019-09-12T12:39:47.697Z] === RUN TestAuthZPluginAllowEventStream [2019-09-12T12:39:49.199Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2019-09-12T12:39:49.199Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-12T12:39:49.199Z] daemon.go:336: [d5c57b14cbbb1] waiting for daemon to start [2019-09-12T12:39:49.199Z] daemon.go:336: [d5c57b14cbbb1] waiting for daemon to start [2019-09-12T12:39:49.199Z] daemon.go:364: [d5c57b14cbbb1] daemon started [2019-09-12T12:39:49.199Z] daemon.go:472: [d5c57b14cbbb1] Stopping daemon [2019-09-12T12:39:49.199Z] daemon.go:307: [d5c57b14cbbb1] exiting daemon [2019-09-12T12:39:49.199Z] daemon.go:459: [d5c57b14cbbb1] Daemon stopped [2019-09-12T12:39:49.199Z] === RUN TestAuthZPluginErrorResponse [2019-09-12T12:39:49.833Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-12T12:39:49.833Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-12T12:39:49.833Z] daemon.go:336: [dacd0fb5ae683] waiting for daemon to start [2019-09-12T12:39:49.833Z] daemon.go:336: [dacd0fb5ae683] waiting for daemon to start [2019-09-12T12:39:49.833Z] daemon.go:364: [dacd0fb5ae683] daemon started [2019-09-12T12:39:49.833Z] daemon.go:472: [dacd0fb5ae683] Stopping daemon [2019-09-12T12:39:49.833Z] daemon.go:307: [dacd0fb5ae683] exiting daemon [2019-09-12T12:39:49.833Z] daemon.go:459: [dacd0fb5ae683] Daemon stopped [2019-09-12T12:39:49.833Z] === RUN TestAuthZPluginErrorRequest [2019-09-12T12:39:50.462Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2019-09-12T12:39:50.462Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-12T12:39:50.462Z] daemon.go:336: [d6c3a525a100f] waiting for daemon to start [2019-09-12T12:39:50.462Z] daemon.go:336: [d6c3a525a100f] waiting for daemon to start [2019-09-12T12:39:50.462Z] daemon.go:364: [d6c3a525a100f] daemon started [2019-09-12T12:39:50.462Z] daemon.go:472: [d6c3a525a100f] Stopping daemon [2019-09-12T12:39:50.462Z] daemon.go:307: [d6c3a525a100f] exiting daemon [2019-09-12T12:39:50.462Z] daemon.go:459: [d6c3a525a100f] Daemon stopped [2019-09-12T12:39:50.462Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T12:39:51.094Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2019-09-12T12:39:51.094Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-12T12:39:51.094Z] daemon.go:336: [d2454ce41e9dd] waiting for daemon to start [2019-09-12T12:39:51.094Z] daemon.go:336: [d2454ce41e9dd] waiting for daemon to start [2019-09-12T12:39:51.094Z] daemon.go:364: [d2454ce41e9dd] daemon started [2019-09-12T12:39:51.094Z] daemon.go:472: [d2454ce41e9dd] Stopping daemon [2019-09-12T12:39:51.094Z] daemon.go:307: [d2454ce41e9dd] exiting daemon [2019-09-12T12:39:51.094Z] daemon.go:459: [d2454ce41e9dd] Daemon stopped [2019-09-12T12:39:51.094Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-12T12:39:53.134Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2019-09-12T12:39:53.134Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-12T12:39:53.134Z] daemon.go:336: [d3a3cf2b08bc7] waiting for daemon to start [2019-09-12T12:39:53.134Z] daemon.go:336: [d3a3cf2b08bc7] waiting for daemon to start [2019-09-12T12:39:53.134Z] daemon.go:364: [d3a3cf2b08bc7] daemon started [2019-09-12T12:39:53.134Z] daemon.go:472: [d3a3cf2b08bc7] Stopping daemon [2019-09-12T12:39:53.134Z] daemon.go:307: [d3a3cf2b08bc7] exiting daemon [2019-09-12T12:39:53.134Z] daemon.go:459: [d3a3cf2b08bc7] Daemon stopped [2019-09-12T12:39:53.134Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T12:39:55.865Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2019-09-12T12:39:55.865Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-12T12:39:55.865Z] daemon.go:336: [d8f2189e1cbea] waiting for daemon to start [2019-09-12T12:39:55.865Z] daemon.go:336: [d8f2189e1cbea] waiting for daemon to start [2019-09-12T12:39:55.865Z] daemon.go:364: [d8f2189e1cbea] daemon started [2019-09-12T12:39:55.865Z] daemon.go:472: [d8f2189e1cbea] Stopping daemon [2019-09-12T12:39:55.865Z] daemon.go:307: [d8f2189e1cbea] exiting daemon [2019-09-12T12:39:55.865Z] daemon.go:459: [d8f2189e1cbea] Daemon stopped [2019-09-12T12:39:55.865Z] === RUN TestAuthZPluginHeader [2019-09-12T12:39:56.481Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-09-12T12:39:56.481Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-12T12:39:56.481Z] daemon.go:336: [d2249abe094e3] waiting for daemon to start [2019-09-12T12:39:56.481Z] daemon.go:336: [d2249abe094e3] waiting for daemon to start [2019-09-12T12:39:56.481Z] daemon.go:364: [d2249abe094e3] daemon started [2019-09-12T12:39:56.481Z] daemon.go:472: [d2249abe094e3] Stopping daemon [2019-09-12T12:39:56.481Z] daemon.go:307: [d2249abe094e3] exiting daemon [2019-09-12T12:39:56.481Z] daemon.go:459: [d2249abe094e3] Daemon stopped [2019-09-12T12:39:56.481Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-12T12:39:56.481Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-12T12:39:56.481Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:39:56.481Z] === RUN TestAuthZPluginV2Disable [2019-09-12T12:39:56.481Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-12T12:39:56.481Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:39:56.481Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-12T12:39:56.481Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-12T12:39:56.481Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:39:56.481Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-12T12:39:56.481Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-12T12:39:56.481Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:39:56.481Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T12:40:14.992Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2019-09-12T12:40:14.992Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:364: [df56f96d06c19] daemon started [2019-09-12T12:40:14.992Z] daemon.go:472: [df56f96d06c19] Stopping daemon [2019-09-12T12:40:14.992Z] daemon.go:307: [df56f96d06c19] exiting daemon [2019-09-12T12:40:14.992Z] daemon.go:459: [df56f96d06c19] Daemon stopped [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:350: [df56f96d06c19] error pinging daemon on start: Get http://df56f96d06c19.sock/_ping: context deadline exceeded [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:350: [df56f96d06c19] error pinging daemon on start: Get http://df56f96d06c19.sock/_ping: context deadline exceeded [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:350: [df56f96d06c19] error pinging daemon on start: Get http://df56f96d06c19.sock/_ping: context deadline exceeded [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:350: [df56f96d06c19] error pinging daemon on start: Get http://df56f96d06c19.sock/_ping: context deadline exceeded [2019-09-12T12:40:14.992Z] daemon.go:307: [df56f96d06c19] exiting daemon [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:336: [df56f96d06c19] waiting for daemon to start [2019-09-12T12:40:14.992Z] daemon.go:364: [df56f96d06c19] daemon started [2019-09-12T12:40:14.992Z] daemon.go:472: [df56f96d06c19] Stopping daemon [2019-09-12T12:40:14.992Z] daemon.go:307: [df56f96d06c19] exiting daemon [2019-09-12T12:40:14.992Z] daemon.go:459: [df56f96d06c19] Daemon stopped [2019-09-12T12:40:14.992Z] PASS [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] === Skipped [2019-09-12T12:40:14.992Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-12T12:40:14.992Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-12T12:40:14.992Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-12T12:40:14.992Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-12T12:40:14.992Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] DONE 17 tests, 4 skipped in 29.725s [2019-09-12T12:40:14.992Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] ++ set -e [2019-09-12T12:40:14.992Z] ++ '[' -n 0 ']' [2019-09-12T12:40:14.992Z] ++ set -x [2019-09-12T12:40:14.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] INFO: Testing against a local daemon [2019-09-12T12:40:14.992Z] === RUN TestPluginInvalidJSON [2019-09-12T12:40:14.992Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T12:40:14.992Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T12:40:14.992Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-12T12:40:14.992Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-09-12T12:40:14.992Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-12T12:40:14.992Z] PASS [2019-09-12T12:40:14.992Z] [2019-09-12T12:40:14.992Z] DONE 2 tests in 0.143s [2019-09-12T12:40:14.992Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] ++ set -e [2019-09-12T12:40:14.992Z] ++ '[' -n 0 ']' [2019-09-12T12:40:14.992Z] ++ set -x [2019-09-12T12:40:14.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:14.992Z] INFO: Testing against a local daemon [2019-09-12T12:40:14.992Z] === RUN TestExternalGraphDriver [2019-09-12T12:40:14.992Z] === RUN TestExternalGraphDriver/json [2019-09-12T12:40:16.006Z] === RUN TestExternalGraphDriver/spec [2019-09-12T12:40:18.034Z] === RUN TestExternalGraphDriver/pull [2019-09-12T12:40:20.745Z] --- PASS: TestExternalGraphDriver (6.81s) [2019-09-12T12:40:20.745Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:364: [d5f20555e3889] daemon started [2019-09-12T12:40:20.745Z] daemon.go:472: [d5f20555e3889] Stopping daemon [2019-09-12T12:40:20.745Z] daemon.go:307: [d5f20555e3889] exiting daemon [2019-09-12T12:40:20.745Z] daemon.go:459: [d5f20555e3889] Daemon stopped [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:364: [d5f20555e3889] daemon started [2019-09-12T12:40:20.745Z] daemon.go:472: [d5f20555e3889] Stopping daemon [2019-09-12T12:40:20.745Z] daemon.go:307: [d5f20555e3889] exiting daemon [2019-09-12T12:40:20.745Z] daemon.go:459: [d5f20555e3889] Daemon stopped [2019-09-12T12:40:20.745Z] --- PASS: TestExternalGraphDriver/json (2.11s) [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:364: [d5f20555e3889] daemon started [2019-09-12T12:40:20.745Z] daemon.go:472: [d5f20555e3889] Stopping daemon [2019-09-12T12:40:20.745Z] daemon.go:307: [d5f20555e3889] exiting daemon [2019-09-12T12:40:20.745Z] daemon.go:459: [d5f20555e3889] Daemon stopped [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:364: [d5f20555e3889] daemon started [2019-09-12T12:40:20.745Z] daemon.go:472: [d5f20555e3889] Stopping daemon [2019-09-12T12:40:20.745Z] daemon.go:307: [d5f20555e3889] exiting daemon [2019-09-12T12:40:20.745Z] daemon.go:459: [d5f20555e3889] Daemon stopped [2019-09-12T12:40:20.745Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:336: [d5f20555e3889] waiting for daemon to start [2019-09-12T12:40:20.745Z] daemon.go:364: [d5f20555e3889] daemon started [2019-09-12T12:40:20.745Z] daemon.go:472: [d5f20555e3889] Stopping daemon [2019-09-12T12:40:20.745Z] daemon.go:307: [d5f20555e3889] exiting daemon [2019-09-12T12:40:20.745Z] daemon.go:459: [d5f20555e3889] Daemon stopped [2019-09-12T12:40:20.745Z] --- PASS: TestExternalGraphDriver/pull (2.38s) [2019-09-12T12:40:20.745Z] === RUN TestGraphdriverPluginV2 [2019-09-12T12:40:20.745Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-09-12T12:40:20.745Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:20.745Z] PASS [2019-09-12T12:40:20.745Z] [2019-09-12T12:40:20.745Z] === Skipped [2019-09-12T12:40:20.745Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-09-12T12:40:20.745Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:40:20.745Z] [2019-09-12T12:40:20.745Z] [2019-09-12T12:40:20.745Z] DONE 5 tests, 1 skipped in 7.001s [2019-09-12T12:40:20.745Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-12T12:40:20.745Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:20.745Z] ++ set -e [2019-09-12T12:40:20.745Z] ++ '[' -n 0 ']' [2019-09-12T12:40:20.745Z] ++ set -x [2019-09-12T12:40:20.745Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:20.745Z] INFO: Testing against a local daemon [2019-09-12T12:40:20.745Z] === RUN TestContinueAfterPluginCrash [2019-09-12T12:40:20.745Z] === PAUSE TestContinueAfterPluginCrash [2019-09-12T12:40:20.745Z] === RUN TestDaemonStartWithLogOpt [2019-09-12T12:40:20.745Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-12T12:40:20.745Z] === CONT TestContinueAfterPluginCrash [2019-09-12T12:40:20.745Z] === CONT TestDaemonStartWithLogOpt [2019-09-12T12:40:39.361Z] --- PASS: TestDaemonStartWithLogOpt (16.27s) [2019-09-12T12:40:39.361Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-12T12:40:39.361Z] daemon.go:336: [dde27745a90c4] waiting for daemon to start [2019-09-12T12:40:39.361Z] daemon.go:336: [dde27745a90c4] waiting for daemon to start [2019-09-12T12:40:39.361Z] daemon.go:364: [dde27745a90c4] daemon started [2019-09-12T12:40:39.361Z] daemon.go:472: [dde27745a90c4] Stopping daemon [2019-09-12T12:40:39.361Z] daemon.go:307: [dde27745a90c4] exiting daemon [2019-09-12T12:40:39.361Z] daemon.go:459: [dde27745a90c4] Daemon stopped [2019-09-12T12:40:39.361Z] daemon.go:336: [dde27745a90c4] waiting for daemon to start [2019-09-12T12:40:39.361Z] daemon.go:336: [dde27745a90c4] waiting for daemon to start [2019-09-12T12:40:39.361Z] daemon.go:364: [dde27745a90c4] daemon started [2019-09-12T12:40:39.361Z] daemon.go:472: [dde27745a90c4] Stopping daemon [2019-09-12T12:40:39.361Z] daemon.go:307: [dde27745a90c4] exiting daemon [2019-09-12T12:40:39.361Z] daemon.go:459: [dde27745a90c4] Daemon stopped [2019-09-12T12:40:42.106Z] --- PASS: TestContinueAfterPluginCrash (21.07s) [2019-09-12T12:40:42.106Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-12T12:40:42.106Z] daemon.go:336: [dc227322885c9] waiting for daemon to start [2019-09-12T12:40:42.106Z] daemon.go:336: [dc227322885c9] waiting for daemon to start [2019-09-12T12:40:42.106Z] daemon.go:364: [dc227322885c9] daemon started [2019-09-12T12:40:42.106Z] daemon.go:472: [dc227322885c9] Stopping daemon [2019-09-12T12:40:42.106Z] daemon.go:307: [dc227322885c9] exiting daemon [2019-09-12T12:40:42.106Z] daemon.go:459: [dc227322885c9] Daemon stopped [2019-09-12T12:40:42.106Z] PASS [2019-09-12T12:40:42.106Z] [2019-09-12T12:40:42.106Z] DONE 2 tests in 21.208s [2019-09-12T12:40:42.106Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-12T12:40:42.106Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:42.106Z] ++ set -e [2019-09-12T12:40:42.106Z] ++ '[' -n 0 ']' [2019-09-12T12:40:42.106Z] ++ set -x [2019-09-12T12:40:42.106Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:42.106Z] INFO: Testing against a local daemon [2019-09-12T12:40:42.106Z] === RUN TestPluginWithDevMounts [2019-09-12T12:40:42.106Z] === PAUSE TestPluginWithDevMounts [2019-09-12T12:40:42.106Z] === CONT TestPluginWithDevMounts [2019-09-12T12:40:44.825Z] --- PASS: TestPluginWithDevMounts (2.48s) [2019-09-12T12:40:44.825Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-12T12:40:44.825Z] daemon.go:336: [db2edefe6835c] waiting for daemon to start [2019-09-12T12:40:44.825Z] daemon.go:336: [db2edefe6835c] waiting for daemon to start [2019-09-12T12:40:44.825Z] daemon.go:364: [db2edefe6835c] daemon started [2019-09-12T12:40:44.825Z] daemon.go:472: [db2edefe6835c] Stopping daemon [2019-09-12T12:40:44.825Z] daemon.go:307: [db2edefe6835c] exiting daemon [2019-09-12T12:40:44.825Z] daemon.go:459: [db2edefe6835c] Daemon stopped [2019-09-12T12:40:44.825Z] PASS [2019-09-12T12:40:44.825Z] [2019-09-12T12:40:44.825Z] DONE 1 tests in 2.617s [2019-09-12T12:40:44.825Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-12T12:40:44.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:44.825Z] ++ set -e [2019-09-12T12:40:44.825Z] ++ '[' -n 0 ']' [2019-09-12T12:40:44.825Z] ++ set -x [2019-09-12T12:40:44.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:44.825Z] INFO: Testing against a local daemon [2019-09-12T12:40:44.825Z] === RUN TestSecretInspect [2019-09-12T12:40:46.870Z] --- PASS: TestSecretInspect (2.29s) [2019-09-12T12:40:46.870Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-12T12:40:46.870Z] daemon.go:336: [d36a1da6c0d08] waiting for daemon to start [2019-09-12T12:40:46.870Z] daemon.go:336: [d36a1da6c0d08] waiting for daemon to start [2019-09-12T12:40:46.870Z] daemon.go:364: [d36a1da6c0d08] daemon started [2019-09-12T12:40:46.870Z] daemon.go:472: [d36a1da6c0d08] Stopping daemon [2019-09-12T12:40:46.870Z] daemon.go:307: [d36a1da6c0d08] exiting daemon [2019-09-12T12:40:46.870Z] daemon.go:459: [d36a1da6c0d08] Daemon stopped [2019-09-12T12:40:46.870Z] === RUN TestSecretList [2019-09-12T12:40:48.932Z] --- PASS: TestSecretList (2.22s) [2019-09-12T12:40:48.932Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-12T12:40:48.932Z] daemon.go:336: [d9018e3b451a0] waiting for daemon to start [2019-09-12T12:40:48.932Z] daemon.go:336: [d9018e3b451a0] waiting for daemon to start [2019-09-12T12:40:48.932Z] daemon.go:364: [d9018e3b451a0] daemon started [2019-09-12T12:40:48.932Z] daemon.go:472: [d9018e3b451a0] Stopping daemon [2019-09-12T12:40:48.932Z] daemon.go:307: [d9018e3b451a0] exiting daemon [2019-09-12T12:40:48.932Z] daemon.go:459: [d9018e3b451a0] Daemon stopped [2019-09-12T12:40:48.932Z] === RUN TestSecretsCreateAndDelete [2019-09-12T12:40:51.661Z] --- PASS: TestSecretsCreateAndDelete (2.33s) [2019-09-12T12:40:51.661Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-12T12:40:51.661Z] daemon.go:336: [dba65a767aab1] waiting for daemon to start [2019-09-12T12:40:51.661Z] daemon.go:336: [dba65a767aab1] waiting for daemon to start [2019-09-12T12:40:51.661Z] daemon.go:364: [dba65a767aab1] daemon started [2019-09-12T12:40:51.661Z] daemon.go:472: [dba65a767aab1] Stopping daemon [2019-09-12T12:40:51.661Z] daemon.go:307: [dba65a767aab1] exiting daemon [2019-09-12T12:40:51.661Z] daemon.go:459: [dba65a767aab1] Daemon stopped [2019-09-12T12:40:51.661Z] === RUN TestSecretsUpdate [2019-09-12T12:40:53.710Z] --- PASS: TestSecretsUpdate (2.28s) [2019-09-12T12:40:53.710Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-12T12:40:53.710Z] daemon.go:336: [d665cd573b86a] waiting for daemon to start [2019-09-12T12:40:53.710Z] daemon.go:336: [d665cd573b86a] waiting for daemon to start [2019-09-12T12:40:53.710Z] daemon.go:364: [d665cd573b86a] daemon started [2019-09-12T12:40:53.710Z] daemon.go:472: [d665cd573b86a] Stopping daemon [2019-09-12T12:40:53.710Z] daemon.go:307: [d665cd573b86a] exiting daemon [2019-09-12T12:40:53.710Z] daemon.go:459: [d665cd573b86a] Daemon stopped [2019-09-12T12:40:53.710Z] === RUN TestTemplatedSecret [2019-09-12T12:40:56.455Z] --- PASS: TestTemplatedSecret (2.95s) [2019-09-12T12:40:56.455Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-12T12:40:56.455Z] daemon.go:336: [d3fe59f551b33] waiting for daemon to start [2019-09-12T12:40:56.455Z] daemon.go:336: [d3fe59f551b33] waiting for daemon to start [2019-09-12T12:40:56.455Z] daemon.go:364: [d3fe59f551b33] daemon started [2019-09-12T12:40:56.455Z] daemon.go:472: [d3fe59f551b33] Stopping daemon [2019-09-12T12:40:56.455Z] daemon.go:307: [d3fe59f551b33] exiting daemon [2019-09-12T12:40:56.455Z] daemon.go:459: [d3fe59f551b33] Daemon stopped [2019-09-12T12:40:56.455Z] === RUN TestSecretCreateResolve [2019-09-12T12:40:59.188Z] --- PASS: TestSecretCreateResolve (2.30s) [2019-09-12T12:40:59.188Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-12T12:40:59.188Z] daemon.go:336: [d003cd8e1e281] waiting for daemon to start [2019-09-12T12:40:59.188Z] daemon.go:336: [d003cd8e1e281] waiting for daemon to start [2019-09-12T12:40:59.188Z] daemon.go:364: [d003cd8e1e281] daemon started [2019-09-12T12:40:59.188Z] daemon.go:472: [d003cd8e1e281] Stopping daemon [2019-09-12T12:40:59.188Z] daemon.go:307: [d003cd8e1e281] exiting daemon [2019-09-12T12:40:59.188Z] daemon.go:459: [d003cd8e1e281] Daemon stopped [2019-09-12T12:40:59.188Z] PASS [2019-09-12T12:40:59.188Z] [2019-09-12T12:40:59.188Z] DONE 6 tests in 14.497s [2019-09-12T12:40:59.188Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-12T12:40:59.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:59.188Z] ++ set -e [2019-09-12T12:40:59.188Z] ++ '[' -n 0 ']' [2019-09-12T12:40:59.188Z] ++ set -x [2019-09-12T12:40:59.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:40:59.188Z] INFO: Testing against a local daemon [2019-09-12T12:40:59.188Z] === RUN TestServiceCreateInit [2019-09-12T12:40:59.188Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-12T12:41:03.632Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-12T12:41:08.044Z] --- PASS: TestServiceCreateInit (8.62s) [2019-09-12T12:41:08.044Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.27s) [2019-09-12T12:41:08.044Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-12T12:41:08.044Z] daemon.go:336: [d9d5bc1f4e1fa] waiting for daemon to start [2019-09-12T12:41:08.044Z] daemon.go:336: [d9d5bc1f4e1fa] waiting for daemon to start [2019-09-12T12:41:08.044Z] daemon.go:364: [d9d5bc1f4e1fa] daemon started [2019-09-12T12:41:08.044Z] daemon.go:472: [d9d5bc1f4e1fa] Stopping daemon [2019-09-12T12:41:08.044Z] daemon.go:307: [d9d5bc1f4e1fa] exiting daemon [2019-09-12T12:41:08.044Z] daemon.go:459: [d9d5bc1f4e1fa] Daemon stopped [2019-09-12T12:41:08.044Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.30s) [2019-09-12T12:41:08.044Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-12T12:41:08.044Z] daemon.go:336: [d48a0a300fca0] waiting for daemon to start [2019-09-12T12:41:08.044Z] daemon.go:336: [d48a0a300fca0] waiting for daemon to start [2019-09-12T12:41:08.044Z] daemon.go:364: [d48a0a300fca0] daemon started [2019-09-12T12:41:08.044Z] daemon.go:472: [d48a0a300fca0] Stopping daemon [2019-09-12T12:41:08.044Z] daemon.go:307: [d48a0a300fca0] exiting daemon [2019-09-12T12:41:08.044Z] daemon.go:459: [d48a0a300fca0] Daemon stopped [2019-09-12T12:41:08.044Z] === RUN TestCreateServiceMultipleTimes [2019-09-12T12:41:26.538Z] --- PASS: TestCreateServiceMultipleTimes (17.57s) [2019-09-12T12:41:26.538Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-12T12:41:26.538Z] daemon.go:336: [d8f763d1eac58] waiting for daemon to start [2019-09-12T12:41:26.538Z] daemon.go:336: [d8f763d1eac58] waiting for daemon to start [2019-09-12T12:41:26.538Z] daemon.go:364: [d8f763d1eac58] daemon started [2019-09-12T12:41:26.538Z] daemon.go:472: [d8f763d1eac58] Stopping daemon [2019-09-12T12:41:26.538Z] daemon.go:307: [d8f763d1eac58] exiting daemon [2019-09-12T12:41:26.538Z] daemon.go:459: [d8f763d1eac58] Daemon stopped [2019-09-12T12:41:26.538Z] === RUN TestCreateServiceConflict [2019-09-12T12:41:27.556Z] --- PASS: TestCreateServiceConflict (2.26s) [2019-09-12T12:41:27.556Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-12T12:41:27.556Z] daemon.go:336: [d7f6eb09969d5] waiting for daemon to start [2019-09-12T12:41:27.556Z] daemon.go:336: [d7f6eb09969d5] waiting for daemon to start [2019-09-12T12:41:27.556Z] daemon.go:364: [d7f6eb09969d5] daemon started [2019-09-12T12:41:27.556Z] daemon.go:472: [d7f6eb09969d5] Stopping daemon [2019-09-12T12:41:27.556Z] daemon.go:307: [d7f6eb09969d5] exiting daemon [2019-09-12T12:41:27.556Z] daemon.go:459: [d7f6eb09969d5] Daemon stopped [2019-09-12T12:41:27.556Z] === RUN TestCreateServiceMaxReplicas [2019-09-12T12:41:31.029Z] --- PASS: TestCreateServiceMaxReplicas (3.01s) [2019-09-12T12:41:31.029Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-12T12:41:31.029Z] daemon.go:336: [d4c24f9562511] waiting for daemon to start [2019-09-12T12:41:31.029Z] daemon.go:336: [d4c24f9562511] waiting for daemon to start [2019-09-12T12:41:31.029Z] daemon.go:364: [d4c24f9562511] daemon started [2019-09-12T12:41:31.029Z] daemon.go:472: [d4c24f9562511] Stopping daemon [2019-09-12T12:41:31.029Z] daemon.go:307: [d4c24f9562511] exiting daemon [2019-09-12T12:41:31.029Z] daemon.go:459: [d4c24f9562511] Daemon stopped [2019-09-12T12:41:31.029Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-12T12:41:46.275Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.54s) [2019-09-12T12:41:46.275Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-12T12:41:46.275Z] daemon.go:336: [db0cd7944d2ee] waiting for daemon to start [2019-09-12T12:41:46.275Z] daemon.go:336: [db0cd7944d2ee] waiting for daemon to start [2019-09-12T12:41:46.275Z] daemon.go:364: [db0cd7944d2ee] daemon started [2019-09-12T12:41:46.275Z] daemon.go:472: [db0cd7944d2ee] Stopping daemon [2019-09-12T12:41:46.275Z] daemon.go:307: [db0cd7944d2ee] exiting daemon [2019-09-12T12:41:46.275Z] daemon.go:459: [db0cd7944d2ee] Daemon stopped [2019-09-12T12:41:46.275Z] === RUN TestCreateServiceSecretFileMode [2019-09-12T12:41:46.558Z] --- PASS: TestCreateServiceSecretFileMode (2.55s) [2019-09-12T12:41:46.559Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-12T12:41:46.559Z] daemon.go:336: [d0bdd5f7d69a1] waiting for daemon to start [2019-09-12T12:41:46.559Z] daemon.go:336: [d0bdd5f7d69a1] waiting for daemon to start [2019-09-12T12:41:46.559Z] daemon.go:364: [d0bdd5f7d69a1] daemon started [2019-09-12T12:41:46.559Z] daemon.go:472: [d0bdd5f7d69a1] Stopping daemon [2019-09-12T12:41:46.559Z] daemon.go:307: [d0bdd5f7d69a1] exiting daemon [2019-09-12T12:41:46.559Z] daemon.go:459: [d0bdd5f7d69a1] Daemon stopped [2019-09-12T12:41:46.559Z] === RUN TestCreateServiceConfigFileMode [2019-09-12T12:41:50.033Z] --- PASS: TestCreateServiceConfigFileMode (3.18s) [2019-09-12T12:41:50.033Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-12T12:41:50.033Z] daemon.go:336: [d5d6385cb5d46] waiting for daemon to start [2019-09-12T12:41:50.033Z] daemon.go:336: [d5d6385cb5d46] waiting for daemon to start [2019-09-12T12:41:50.033Z] daemon.go:364: [d5d6385cb5d46] daemon started [2019-09-12T12:41:50.033Z] daemon.go:472: [d5d6385cb5d46] Stopping daemon [2019-09-12T12:41:50.033Z] daemon.go:307: [d5d6385cb5d46] exiting daemon [2019-09-12T12:41:50.033Z] daemon.go:459: [d5d6385cb5d46] Daemon stopped [2019-09-12T12:41:50.033Z] === RUN TestCreateServiceSysctls [2019-09-12T12:41:53.513Z] --- PASS: TestCreateServiceSysctls (3.62s) [2019-09-12T12:41:53.513Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-12T12:41:53.513Z] daemon.go:336: [d49fc11109ea0] waiting for daemon to start [2019-09-12T12:41:53.513Z] daemon.go:336: [d49fc11109ea0] waiting for daemon to start [2019-09-12T12:41:53.513Z] daemon.go:364: [d49fc11109ea0] daemon started [2019-09-12T12:41:53.513Z] daemon.go:472: [d49fc11109ea0] Stopping daemon [2019-09-12T12:41:53.513Z] daemon.go:307: [d49fc11109ea0] exiting daemon [2019-09-12T12:41:53.513Z] daemon.go:459: [d49fc11109ea0] Daemon stopped [2019-09-12T12:41:53.513Z] === RUN TestCreateServiceCapabilities [2019-09-12T12:41:56.200Z] --- PASS: TestCreateServiceCapabilities (2.66s) [2019-09-12T12:41:56.200Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-12T12:41:56.200Z] daemon.go:336: [d66506ca82b27] waiting for daemon to start [2019-09-12T12:41:56.200Z] daemon.go:336: [d66506ca82b27] waiting for daemon to start [2019-09-12T12:41:56.200Z] daemon.go:364: [d66506ca82b27] daemon started [2019-09-12T12:41:56.200Z] daemon.go:472: [d66506ca82b27] Stopping daemon [2019-09-12T12:41:56.200Z] daemon.go:307: [d66506ca82b27] exiting daemon [2019-09-12T12:41:56.200Z] daemon.go:459: [d66506ca82b27] Daemon stopped [2019-09-12T12:41:56.200Z] === RUN TestInspect [2019-09-12T12:41:59.669Z] --- PASS: TestInspect (3.00s) [2019-09-12T12:41:59.669Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-12T12:41:59.669Z] daemon.go:336: [d4cf387685c7c] waiting for daemon to start [2019-09-12T12:41:59.669Z] daemon.go:336: [d4cf387685c7c] waiting for daemon to start [2019-09-12T12:41:59.669Z] daemon.go:364: [d4cf387685c7c] daemon started [2019-09-12T12:41:59.669Z] daemon.go:472: [d4cf387685c7c] Stopping daemon [2019-09-12T12:41:59.669Z] daemon.go:307: [d4cf387685c7c] exiting daemon [2019-09-12T12:41:59.669Z] daemon.go:459: [d4cf387685c7c] Daemon stopped [2019-09-12T12:41:59.669Z] === RUN TestDockerNetworkConnectAlias [2019-09-12T12:42:04.060Z] --- PASS: TestDockerNetworkConnectAlias (4.81s) [2019-09-12T12:42:04.060Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-12T12:42:04.060Z] daemon.go:336: [da66b5ab8e7d4] waiting for daemon to start [2019-09-12T12:42:04.060Z] daemon.go:336: [da66b5ab8e7d4] waiting for daemon to start [2019-09-12T12:42:04.060Z] daemon.go:364: [da66b5ab8e7d4] daemon started [2019-09-12T12:42:04.060Z] daemon.go:472: [da66b5ab8e7d4] Stopping daemon [2019-09-12T12:42:04.060Z] daemon.go:307: [da66b5ab8e7d4] exiting daemon [2019-09-12T12:42:04.060Z] daemon.go:459: [da66b5ab8e7d4] Daemon stopped [2019-09-12T12:42:04.060Z] === RUN TestDockerNetworkReConnect [2019-09-12T12:42:07.535Z] --- PASS: TestDockerNetworkReConnect (3.78s) [2019-09-12T12:42:07.535Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-12T12:42:07.535Z] daemon.go:336: [d0a005fa98096] waiting for daemon to start [2019-09-12T12:42:07.535Z] daemon.go:336: [d0a005fa98096] waiting for daemon to start [2019-09-12T12:42:07.535Z] daemon.go:364: [d0a005fa98096] daemon started [2019-09-12T12:42:07.535Z] daemon.go:472: [d0a005fa98096] Stopping daemon [2019-09-12T12:42:07.535Z] daemon.go:307: [d0a005fa98096] exiting daemon [2019-09-12T12:42:07.535Z] daemon.go:459: [d0a005fa98096] Daemon stopped [2019-09-12T12:42:07.535Z] === RUN TestServicePlugin [2019-09-12T12:42:07.535Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-12T12:42:07.535Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:42:07.535Z] === RUN TestServiceUpdateLabel [2019-09-12T12:42:10.221Z] --- PASS: TestServiceUpdateLabel (2.33s) [2019-09-12T12:42:10.221Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-12T12:42:10.221Z] daemon.go:336: [d785dd6e6632d] waiting for daemon to start [2019-09-12T12:42:10.221Z] daemon.go:336: [d785dd6e6632d] waiting for daemon to start [2019-09-12T12:42:10.221Z] daemon.go:364: [d785dd6e6632d] daemon started [2019-09-12T12:42:10.221Z] daemon.go:472: [d785dd6e6632d] Stopping daemon [2019-09-12T12:42:10.221Z] daemon.go:307: [d785dd6e6632d] exiting daemon [2019-09-12T12:42:10.221Z] daemon.go:459: [d785dd6e6632d] Daemon stopped [2019-09-12T12:42:10.221Z] === RUN TestServiceUpdateSecrets [2019-09-12T12:42:25.459Z] --- PASS: TestServiceUpdateSecrets (15.03s) [2019-09-12T12:42:25.459Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-12T12:42:25.459Z] daemon.go:336: [d24bb928a03dd] waiting for daemon to start [2019-09-12T12:42:25.459Z] daemon.go:336: [d24bb928a03dd] waiting for daemon to start [2019-09-12T12:42:25.459Z] daemon.go:364: [d24bb928a03dd] daemon started [2019-09-12T12:42:25.459Z] daemon.go:472: [d24bb928a03dd] Stopping daemon [2019-09-12T12:42:25.459Z] daemon.go:307: [d24bb928a03dd] exiting daemon [2019-09-12T12:42:25.459Z] daemon.go:459: [d24bb928a03dd] Daemon stopped [2019-09-12T12:42:25.459Z] === RUN TestServiceUpdateConfigs [2019-09-12T12:42:40.704Z] --- PASS: TestServiceUpdateConfigs (15.01s) [2019-09-12T12:42:40.704Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-12T12:42:40.704Z] daemon.go:336: [d770dd6a1f193] waiting for daemon to start [2019-09-12T12:42:40.704Z] daemon.go:336: [d770dd6a1f193] waiting for daemon to start [2019-09-12T12:42:40.704Z] daemon.go:364: [d770dd6a1f193] daemon started [2019-09-12T12:42:40.704Z] daemon.go:472: [d770dd6a1f193] Stopping daemon [2019-09-12T12:42:40.704Z] daemon.go:307: [d770dd6a1f193] exiting daemon [2019-09-12T12:42:40.704Z] daemon.go:459: [d770dd6a1f193] Daemon stopped [2019-09-12T12:42:40.704Z] === RUN TestServiceUpdateNetwork [2019-09-12T12:42:53.240Z] --- PASS: TestServiceUpdateNetwork (13.13s) [2019-09-12T12:42:53.240Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-12T12:42:53.240Z] daemon.go:336: [d81a7199e6c97] waiting for daemon to start [2019-09-12T12:42:53.240Z] daemon.go:336: [d81a7199e6c97] waiting for daemon to start [2019-09-12T12:42:53.240Z] daemon.go:364: [d81a7199e6c97] daemon started [2019-09-12T12:42:53.240Z] daemon.go:472: [d81a7199e6c97] Stopping daemon [2019-09-12T12:42:53.240Z] daemon.go:307: [d81a7199e6c97] exiting daemon [2019-09-12T12:42:53.240Z] daemon.go:459: [d81a7199e6c97] Daemon stopped [2019-09-12T12:42:53.240Z] PASS [2019-09-12T12:42:53.240Z] [2019-09-12T12:42:53.240Z] === Skipped [2019-09-12T12:42:53.240Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-12T12:42:53.240Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-12T12:42:53.240Z] [2019-09-12T12:42:53.240Z] [2019-09-12T12:42:53.240Z] DONE 19 tests, 1 skipped in 114.212s [2019-09-12T12:42:53.240Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-12T12:42:53.240Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:53.240Z] ++ set -e [2019-09-12T12:42:53.240Z] ++ '[' -n 0 ']' [2019-09-12T12:42:53.240Z] ++ set -x [2019-09-12T12:42:53.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:53.240Z] INFO: Testing against a local daemon [2019-09-12T12:42:53.240Z] === RUN TestSessionCreate [2019-09-12T12:42:53.240Z] --- PASS: TestSessionCreate (0.05s) [2019-09-12T12:42:53.240Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-12T12:42:53.525Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-12T12:42:53.525Z] PASS [2019-09-12T12:42:53.525Z] [2019-09-12T12:42:53.525Z] DONE 2 tests in 0.204s [2019-09-12T12:42:53.525Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-12T12:42:53.525Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:53.525Z] ++ set -e [2019-09-12T12:42:53.525Z] ++ '[' -n 0 ']' [2019-09-12T12:42:53.525Z] ++ set -x [2019-09-12T12:42:53.525Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:53.525Z] INFO: Testing against a local daemon [2019-09-12T12:42:53.525Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-12T12:42:53.525Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-12T12:42:53.525Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T12:42:53.525Z] === RUN TestEventsExecDie [2019-09-12T12:42:54.537Z] --- PASS: TestEventsExecDie (0.91s) [2019-09-12T12:42:54.537Z] === RUN TestEventsBackwardsCompatible [2019-09-12T12:42:54.537Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-12T12:42:54.537Z] === RUN TestInfoBinaryCommits [2019-09-12T12:42:54.537Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-12T12:42:54.537Z] === RUN TestInfoAPIVersioned [2019-09-12T12:42:54.537Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-12T12:42:54.537Z] === RUN TestInfoAPI [2019-09-12T12:42:54.832Z] --- PASS: TestInfoAPI (0.07s) [2019-09-12T12:42:54.832Z] === RUN TestInfoAPIWarnings [2019-09-12T12:42:55.843Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-09-12T12:42:55.843Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-12T12:42:55.843Z] daemon.go:336: [de5291e18d662] waiting for daemon to start [2019-09-12T12:42:55.843Z] daemon.go:336: [de5291e18d662] waiting for daemon to start [2019-09-12T12:42:55.843Z] daemon.go:364: [de5291e18d662] daemon started [2019-09-12T12:42:55.843Z] daemon.go:472: [de5291e18d662] Stopping daemon [2019-09-12T12:42:55.843Z] daemon.go:307: [de5291e18d662] exiting daemon [2019-09-12T12:42:55.843Z] daemon.go:459: [de5291e18d662] Daemon stopped [2019-09-12T12:42:55.843Z] === RUN TestLoginFailsWithBadCredentials [2019-09-12T12:42:56.129Z] --- PASS: TestLoginFailsWithBadCredentials (0.53s) [2019-09-12T12:42:56.129Z] === RUN TestPingCacheHeaders [2019-09-12T12:42:56.129Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-09-12T12:42:56.129Z] === RUN TestPingGet [2019-09-12T12:42:56.129Z] --- PASS: TestPingGet (0.04s) [2019-09-12T12:42:56.129Z] === RUN TestPingHead [2019-09-12T12:42:56.414Z] --- PASS: TestPingHead (0.05s) [2019-09-12T12:42:56.414Z] === RUN TestVersion [2019-09-12T12:42:56.414Z] --- PASS: TestVersion (0.05s) [2019-09-12T12:42:56.414Z] PASS [2019-09-12T12:42:56.414Z] [2019-09-12T12:42:56.414Z] === Skipped [2019-09-12T12:42:56.414Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-12T12:42:56.414Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-12T12:42:56.414Z] [2019-09-12T12:42:56.414Z] [2019-09-12T12:42:56.414Z] DONE 12 tests, 1 skipped in 2.945s [2019-09-12T12:42:56.414Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-12T12:42:56.414Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:56.414Z] ++ set -e [2019-09-12T12:42:56.414Z] ++ '[' -n 0 ']' [2019-09-12T12:42:56.414Z] ++ set -x [2019-09-12T12:42:56.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-12T12:42:56.414Z] INFO: Testing against a local daemon [2019-09-12T12:42:56.414Z] === RUN TestVolumesCreateAndList [2019-09-12T12:42:56.698Z] --- PASS: TestVolumesCreateAndList (0.06s) [2019-09-12T12:42:56.698Z] === RUN TestVolumesRemove [2019-09-12T12:42:56.698Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-12T12:42:56.698Z] === RUN TestVolumesInspect [2019-09-12T12:42:56.698Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-12T12:42:56.698Z] === RUN TestVolumesInvalidJSON [2019-09-12T12:42:56.698Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-12T12:42:56.698Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-12T12:42:56.698Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-12T12:42:56.698Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-09-12T12:42:56.698Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-12T12:42:56.698Z] PASS [2019-09-12T12:42:56.698Z] [2019-09-12T12:42:56.698Z] DONE 5 tests in 0.344s [2019-09-12T12:42:56.698Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-12T12:42:56.982Z] ++++ cat bundles/test-integration/docker.pid [2019-09-12T12:42:56.982Z] +++ kill 12054 [2019-09-12T12:42:58.460Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-12T12:42:58.460Z] +++ /etc/init.d/apparmor stop [2019-09-12T12:42:58.460Z] Clearing AppArmor profiles cache:. [2019-09-12T12:42:58.460Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-12T12:42:58.460Z] Unloading profiles will leave already running processes permanently [2019-09-12T12:42:58.460Z] unconfined, which can lead to unexpected situations. [2019-09-12T12:42:58.460Z] [2019-09-12T12:42:58.460Z] To set a process to complain mode, use the command line tool [2019-09-12T12:42:58.460Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-12T12:42:58.460Z] with the 'teardown' option." [2019-09-12T12:42:58.460Z] Cancelling nested steps due to timeout [2019-09-12T12:43:00.293Z] Sending interrupt signal to process [2019-09-12T12:43:00.344Z] Sending interrupt signal to process Post stage [Pipeline] junit [2019-09-12T12:43:00.533Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-12T12:43:01.461Z] + echo Ensuring container killed. [2019-09-12T12:43:01.461Z] Ensuring container killed. [2019-09-12T12:43:01.461Z] + docker rm -vf docker-pr5 [2019-09-12T12:43:01.461Z] Error: No such container: docker-pr5 [2019-09-12T12:43:01.461Z] + true [Pipeline] sh [2019-09-12T12:43:01.847Z] + echo Chowning /workspace to jenkins user [2019-09-12T12:43:01.847Z] Chowning /workspace to jenkins user [2019-09-12T12:43:01.847Z] + id -u [2019-09-12T12:43:01.847Z] + id -g [2019-09-12T12:43:01.847Z] + docker run --rm -v /home/docker/workspace/moby_PR-39844:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-12T12:43:04.316Z] + bundleName=ppc64le-integration [2019-09-12T12:43:04.316Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-12T12:43:04.316Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-12T12:43:04.316Z] + + xargs tar -czf ppc64le-integration-bundles.tar.gz [2019-09-12T12:43:04.316Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-12T12:43:04.635Z] Archiving artifacts [2019-09-12T12:43:05.007Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39844/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-12T12:43:05.394Z] + make clean [2019-09-12T12:43:06.010Z] docker volume rm -f docker-dev-cache [2019-09-12T12:43:06.010Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS