Pull request #40135 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f+1bd184a4c291e4f60629e2cc279216f8f40495f3 (6a6e01a623aaefcae1007c747e604f3c04f072ae) 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 26028d2ce48352c9b2c3f496e963b79a4944a426 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 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # 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-10-24T22:31:58.552Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-24T22:31:58.557Z] Trying to pass milestone 2 [Pipeline] milestone [2019-10-24T22:31:58.575Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-24T22:32:05.871Z] Running on ubuntu-1804-overlay2 (i-05fa590651f1742e8) in /home/ubuntu/workspace/moby_PR-40135 [Pipeline] { [Pipeline] checkout [2019-10-24T22:32:05.948Z] using credential docker-jenkins-github-credentials [2019-10-24T22:32:05.959Z] Cloning the remote Git repository [2019-10-24T22:32:05.959Z] Cloning with configured refspecs honoured and without tags [2019-10-24T22:32:06.035Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:06.035Z] > git init /home/ubuntu/workspace/moby_PR-40135 # timeout=10 [2019-10-24T22:32:06.069Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:06.069Z] > git --version # timeout=10 [2019-10-24T22:32:06.079Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:06.080Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:19.310Z] Fetching without tags [2019-10-24T22:32:19.547Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:20.106Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:20.107Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:19.344Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:19.351Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:19.358Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:19.364Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:19.390Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:19.391Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:19.391Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:19.626Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:19.629Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:20.156Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:20.173Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:20.186Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:20.338Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:20.344Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-24T22:32:21.215Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40135:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2019-10-24T22:32:20.198Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:20.417Z] > git rev-list --no-walk 4ff464eb946224c0eec99c4d9da3bef23a08670c # timeout=10 [2019-10-24T22:32:24.495Z] 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: arm64) [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] { (arm64) [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 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2019-10-24T22:32:24.970Z] Running on ubuntu-1804-overlay2 (i-0fe13c53d12e5ffe0) in /home/ubuntu/workspace/moby_PR-40135 [Pipeline] node [2019-10-24T22:32:24.972Z] Running on ubuntu-1804-overlay2 (i-05fa590651f1742e8) in /home/ubuntu/workspace/moby_PR-40135 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2019-10-24T22:32:24.980Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0b2fe4becfbca6b65) in /home/ubuntu/workspace/moby_PR-40135 [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] } [Pipeline] { [2019-10-24T22:32:25.014Z] Running on ppc64le-ubuntu-33 in /home/docker/workspace/moby_PR-40135 [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2019-10-24T22:32:25.069Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-24T22:32:25.080Z] Fetching changes from the remote Git repository [Pipeline] // stage [2019-10-24T22:32:25.086Z] Fetching without tags [Pipeline] checkout [2019-10-24T22:32:25.100Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-24T22:32:25.107Z] Cloning the remote Git repository [2019-10-24T22:32:25.107Z] Cloning with configured refspecs honoured and without tags [2019-10-24T22:32:25.109Z] using credential docker-jenkins-github-credentials [2019-10-24T22:32:25.117Z] Cloning the remote Git repository [2019-10-24T22:32:25.117Z] Cloning with configured refspecs honoured and without tags [2019-10-24T22:32:25.120Z] Running on azwin-2-aff8a0 in d:\jenkins\workspace\moby_PR-40135 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [2019-10-24T22:32:25.140Z] Running on s390x-ubuntu-25 in /home/jenkins/workspace/moby_PR-40135 [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] ws [2019-10-24T22:32:25.186Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] { [Pipeline] // stage [2019-10-24T22:32:25.211Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-24T22:32:25.228Z] Cloning the remote Git repository [2019-10-24T22:32:25.228Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-24T22:32:25.330Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-24T22:32:25.482Z] using credential docker-jenkins-github-credentials [2019-10-24T22:32:25.520Z] using credential docker-jenkins-github-credentials [2019-10-24T22:32:25.530Z] Cloning the remote Git repository [2019-10-24T22:32:25.530Z] Cloning with configured refspecs honoured and without tags [2019-10-24T22:32:25.532Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:25.533Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:25.589Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:25.596Z] Cloning the remote Git repository [2019-10-24T22:32:25.596Z] Cloning with configured refspecs honoured and without tags [2019-10-24T22:32:25.150Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:25.150Z] > git init /home/ubuntu/workspace/moby_PR-40135 # timeout=10 [2019-10-24T22:32:25.155Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.155Z] > git --version # timeout=10 [2019-10-24T22:32:25.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.165Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:25.154Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-24T22:32:25.160Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:25.166Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.166Z] > git --version # timeout=10 [2019-10-24T22:32:25.173Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.173Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:25.409Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:25.412Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:25.597Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:25.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:25.612Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:25.615Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:25.124Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:25.125Z] > git init /home/ubuntu/workspace/moby_PR-40135 # timeout=10 [2019-10-24T22:32:25.132Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.132Z] > git --version # timeout=10 [2019-10-24T22:32:25.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.146Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-24T22:32:25.230Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:25.230Z] > git init /home/docker/workspace/moby_PR-40135 # timeout=10 [2019-10-24T22:32:25.237Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.237Z] > git --version # timeout=10 [2019-10-24T22:32:25.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.241Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:25.620Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:25.620Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-24T22:32:25.693Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.693Z] > git --version # timeout=10 [2019-10-24T22:32:25.748Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.749Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:25.569Z] Cloning repository https://github.com/moby/moby.git [2019-10-24T22:32:25.571Z] > git init /home/jenkins/workspace/moby_PR-40135 # timeout=10 [2019-10-24T22:32:25.590Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:25.592Z] > git --version # timeout=10 [2019-10-24T22:32:25.610Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:25.612Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:26.414Z] + docker version [2019-10-24T22:32:26.414Z] Client: Docker Engine - Community [2019-10-24T22:32:26.414Z] Version: 19.03.2 [2019-10-24T22:32:26.414Z] API version: 1.40 [2019-10-24T22:32:26.414Z] Go version: go1.12.8 [2019-10-24T22:32:26.414Z] Git commit: 6a30dfc [2019-10-24T22:32:26.414Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-24T22:32:26.414Z] OS/Arch: linux/amd64 [2019-10-24T22:32:26.414Z] Experimental: false [2019-10-24T22:32:26.414Z] [2019-10-24T22:32:26.414Z] Server: Docker Engine - Community [2019-10-24T22:32:26.414Z] Engine: [2019-10-24T22:32:26.414Z] Version: 19.03.2 [2019-10-24T22:32:26.414Z] API version: 1.40 (minimum version 1.12) [2019-10-24T22:32:26.414Z] Go version: go1.12.8 [2019-10-24T22:32:26.414Z] Git commit: 6a30dfc [2019-10-24T22:32:26.414Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-24T22:32:26.414Z] OS/Arch: linux/amd64 [2019-10-24T22:32:26.414Z] Experimental: true [2019-10-24T22:32:26.414Z] containerd: [2019-10-24T22:32:26.414Z] Version: 1.2.6 [2019-10-24T22:32:26.414Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:26.414Z] runc: [2019-10-24T22:32:26.414Z] Version: 1.0.0-rc8 [2019-10-24T22:32:26.414Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:26.414Z] docker-init: [2019-10-24T22:32:26.414Z] Version: 0.18.0 [2019-10-24T22:32:26.414Z] GitCommit: fec3683 [Pipeline] sh [2019-10-24T22:32:26.698Z] + docker info [2019-10-24T22:32:26.698Z] Client: [2019-10-24T22:32:26.698Z] Debug Mode: false [2019-10-24T22:32:26.698Z] [2019-10-24T22:32:26.698Z] Server: [2019-10-24T22:32:26.698Z] Containers: 0 [2019-10-24T22:32:26.698Z] Running: 0 [2019-10-24T22:32:26.698Z] Paused: 0 [2019-10-24T22:32:26.698Z] Stopped: 0 [2019-10-24T22:32:26.698Z] Images: 2 [2019-10-24T22:32:26.698Z] Server Version: 19.03.2 [2019-10-24T22:32:26.698Z] Storage Driver: overlay2 [2019-10-24T22:32:26.698Z] Backing Filesystem: extfs [2019-10-24T22:32:26.698Z] Supports d_type: true [2019-10-24T22:32:26.698Z] Native Overlay Diff: true [2019-10-24T22:32:26.698Z] Logging Driver: json-file [2019-10-24T22:32:26.698Z] Cgroup Driver: cgroupfs [2019-10-24T22:32:26.698Z] Plugins: [2019-10-24T22:32:26.698Z] Volume: local [2019-10-24T22:32:26.698Z] Network: bridge host ipvlan macvlan null overlay [2019-10-24T22:32:26.698Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-24T22:32:26.698Z] Swarm: inactive [2019-10-24T22:32:26.698Z] Runtimes: runc [2019-10-24T22:32:26.698Z] Default Runtime: runc [2019-10-24T22:32:26.698Z] Init Binary: docker-init [2019-10-24T22:32:26.698Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:26.698Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:26.698Z] init version: fec3683 [2019-10-24T22:32:26.698Z] Security Options: [2019-10-24T22:32:26.698Z] apparmor [2019-10-24T22:32:26.698Z] seccomp [2019-10-24T22:32:26.698Z] Profile: default [2019-10-24T22:32:26.698Z] Kernel Version: 4.15.0-1048-aws [2019-10-24T22:32:26.698Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-24T22:32:26.698Z] OSType: linux [2019-10-24T22:32:26.698Z] Architecture: x86_64 [2019-10-24T22:32:26.698Z] CPUs: 2 [2019-10-24T22:32:26.698Z] Total Memory: 7.501GiB [2019-10-24T22:32:26.698Z] Name: ip-10-100-96-155 [2019-10-24T22:32:26.698Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-24T22:32:26.698Z] Docker Root Dir: /var/lib/docker [2019-10-24T22:32:26.698Z] Debug Mode: false [2019-10-24T22:32:26.698Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:26.698Z] Labels: [2019-10-24T22:32:26.698Z] Experimental: true [2019-10-24T22:32:26.698Z] Insecure Registries: [2019-10-24T22:32:26.698Z] 127.0.0.0/8 [2019-10-24T22:32:26.698Z] Live Restore Enabled: true [2019-10-24T22:32:26.698Z] [2019-10-24T22:32:26.698Z] WARNING: No swap limit support [Pipeline] sh [2019-10-24T22:32:26.981Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:26.981Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:26.981Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40135/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-24T22:32:26.981Z] + bash /home/ubuntu/workspace/moby_PR-40135/check-config.sh [2019-10-24T22:32:26.981Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-24T22:32:26.981Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-24T22:32:26.981Z] [2019-10-24T22:32:26.981Z] Generally Necessary: [2019-10-24T22:32:26.981Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-24T22:32:26.981Z] - apparmor: enabled and tools installed [2019-10-24T22:32:26.981Z] - CONFIG_NAMESPACES: enabled [2019-10-24T22:32:26.981Z] - CONFIG_NET_NS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_PID_NS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_IPC_NS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_UTS_NS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CGROUPS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-24T22:32:26.981Z] - CONFIG_CPUSETS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_MEMCG: enabled [2019-10-24T22:32:26.981Z] - CONFIG_KEYS: enabled [2019-10-24T22:32:26.981Z] - CONFIG_VETH: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-24T22:32:27.239Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-24T22:32:27.239Z] [2019-10-24T22:32:27.239Z] Optional Features: [2019-10-24T22:32:27.239Z] - CONFIG_USER_NS: enabled [2019-10-24T22:32:27.239Z] - CONFIG_SECCOMP: enabled [2019-10-24T22:32:27.239Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-24T22:32:27.239Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-24T22:32:27.239Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-24T22:32:27.239Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-24T22:32:27.239Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-24T22:32:27.239Z] - CONFIG_BLK_CGROUP: enabled [2019-10-24T22:32:27.239Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-24T22:32:27.239Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-24T22:32:27.239Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-24T22:32:27.239Z] - CONFIG_CGROUP_PERF: enabled [2019-10-24T22:32:27.239Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-24T22:32:27.239Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-24T22:32:27.239Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-24T22:32:27.239Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-24T22:32:27.239Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-24T22:32:27.239Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_IP_VS: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-24T22:32:27.239Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-24T22:32:27.239Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-24T22:32:27.239Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_EXT4_FS: enabled [2019-10-24T22:32:27.239Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-24T22:32:27.239Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-24T22:32:27.239Z] - Network Drivers: [2019-10-24T22:32:27.239Z] - "overlay": [2019-10-24T22:32:27.239Z] - CONFIG_VXLAN: enabled (as module) [2019-10-24T22:32:27.239Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-24T22:32:27.239Z] Optional (for encrypted networks): [2019-10-24T22:32:27.496Z] - CONFIG_CRYPTO: enabled [2019-10-24T22:32:27.496Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-24T22:32:27.496Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-24T22:32:27.496Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-24T22:32:27.496Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-24T22:32:27.496Z] - CONFIG_XFRM: enabled [2019-10-24T22:32:27.496Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-24T22:32:27.496Z] - "ipvlan": [2019-10-24T22:32:27.496Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-24T22:32:27.496Z] - "macvlan": [2019-10-24T22:32:27.496Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_DUMMY: enabled (as module) [2019-10-24T22:32:27.496Z] - "ftp,tftp client in container": [2019-10-24T22:32:27.496Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-24T22:32:27.496Z] - Storage Drivers: [2019-10-24T22:32:27.496Z] - "aufs": [2019-10-24T22:32:27.496Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-24T22:32:27.496Z] - "btrfs": [2019-10-24T22:32:27.496Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-24T22:32:27.496Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-24T22:32:27.496Z] - "devicemapper": [2019-10-24T22:32:27.496Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-24T22:32:27.496Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-24T22:32:27.496Z] - "overlay": [2019-10-24T22:32:27.496Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-24T22:32:27.496Z] - "zfs": [2019-10-24T22:32:27.496Z] - /dev/zfs: missing [2019-10-24T22:32:27.496Z] - zfs command: missing [2019-10-24T22:32:27.496Z] - zpool command: missing [2019-10-24T22:32:27.496Z] [2019-10-24T22:32:27.496Z] Limits: [2019-10-24T22:32:27.497Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-24T22:32:27.497Z] [2019-10-24T22:32:27.497Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-24T22:32:27.820Z] + sudo modprobe ip_vs [2019-10-24T22:32:27.820Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f . [2019-10-24T22:32:27.820Z] #1 [internal] load .dockerignore [2019-10-24T22:32:27.820Z] #1 transferring context: 87B done [2019-10-24T22:32:27.820Z] #1 DONE 0.0s [2019-10-24T22:32:27.820Z] [2019-10-24T22:32:27.820Z] #2 [internal] load build definition from Dockerfile [2019-10-24T22:32:27.820Z] #2 transferring dockerfile: 14.63kB done [2019-10-24T22:32:27.820Z] #2 DONE 0.0s [2019-10-24T22:32:27.820Z] [2019-10-24T22:32:27.820Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-24T22:32:28.078Z] #3 DONE 0.2s [2019-10-24T22:32:28.336Z] [2019-10-24T22:32:28.336Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-24T22:32:28.336Z] #4 CACHED [2019-10-24T22:32:28.593Z] [2019-10-24T22:32:28.593Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-24T22:32:28.852Z] #6 DONE 0.0s [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-24T22:32:28.852Z] #5 DONE 0.2s [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-24T22:32:28.852Z] #7 DONE 0.0s [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-24T22:32:28.852Z] #8 CACHED [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-24T22:32:28.852Z] #9 CACHED [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:28.852Z] #65 CACHED [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:32:28.852Z] #40 CACHED [2019-10-24T22:32:28.852Z] [2019-10-24T22:32:28.852Z] #19 [internal] load build context [2019-10-24T22:32:31.388Z] #19 transferring context: 45.62MB 2.3s done [2019-10-24T22:32:31.388Z] #19 DONE 2.3s [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-24T22:32:31.388Z] #53 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-24T22:32:31.388Z] #10 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:31.388Z] #52 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:31.388Z] #54 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:31.388Z] #20 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-24T22:32:31.388Z] #49 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:31.388Z] #57 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-24T22:32:31.388Z] #56 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-24T22:32:31.388Z] #58 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-24T22:32:31.388Z] #61 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:31.388Z] #62 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-24T22:32:31.388Z] #63 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-24T22:32:31.388Z] #67 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:31.388Z] #68 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-24T22:32:31.388Z] #46 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:31.388Z] #47 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-24T22:32:31.388Z] #43 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:31.388Z] #44 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:32:31.388Z] #26 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:31.388Z] #34 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-24T22:32:31.388Z] #13 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-24T22:32:31.388Z] #23 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:31.388Z] #36 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:32:31.388Z] #28 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-24T22:32:31.388Z] #24 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:31.388Z] #22 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-24T22:32:31.388Z] #15 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:31.388Z] #31 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-24T22:32:31.388Z] #29 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-24T22:32:31.388Z] #14 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-24T22:32:31.388Z] #12 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:32:31.388Z] #33 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-24T22:32:31.388Z] #35 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:32:31.388Z] #27 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:32:31.388Z] #21 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-24T22:32:31.388Z] #30 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-24T22:32:31.388Z] #11 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #16 [dev 6/24] RUN ldconfig [2019-10-24T22:32:31.388Z] #16 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-24T22:32:31.388Z] #32 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:32:31.388Z] #25 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:32:31.388Z] #17 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:32:31.388Z] #18 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-24T22:32:31.388Z] #37 CACHED [2019-10-24T22:32:31.388Z] [2019-10-24T22:32:31.388Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:33.916Z] #59 2.188 + RM_GOPATH=0 [2019-10-24T22:32:33.916Z] #59 2.188 + TMP_GOPATH= [2019-10-24T22:32:33.916Z] #59 2.188 + : /build [2019-10-24T22:32:33.916Z] #59 2.188 + '[' -z '' ']' [2019-10-24T22:32:33.916Z] #59 2.188 ++ mktemp -d [2019-10-24T22:32:33.916Z] #59 2.190 + export GOPATH=/tmp/tmp.Zkc6uFfGss [2019-10-24T22:32:33.916Z] #59 2.190 + GOPATH=/tmp/tmp.Zkc6uFfGss [2019-10-24T22:32:33.916Z] #59 2.190 + RM_GOPATH=1 [2019-10-24T22:32:33.916Z] #59 2.191 ++ dirname ./install.sh [2019-10-24T22:32:33.916Z] #59 2.191 + dir=. [2019-10-24T22:32:33.916Z] #59 2.192 + bin=containerd [2019-10-24T22:32:33.916Z] #59 2.192 + shift [2019-10-24T22:32:33.916Z] #59 2.192 + '[' '!' -f ./containerd.installer ']' [2019-10-24T22:32:33.916Z] #59 2.192 + . ./containerd.installer [2019-10-24T22:32:33.916Z] #59 2.192 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:33.916Z] #59 2.192 + install_containerd [2019-10-24T22:32:33.916Z] #59 2.192 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-24T22:32:33.916Z] #59 2.192 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:33.916Z] #59 2.193 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Zkc6uFfGss/src/github.com/containerd/containerd [2019-10-24T22:32:33.916Z] #59 2.194 Cloning into '/tmp/tmp.Zkc6uFfGss/src/github.com/containerd/containerd'... [2019-10-24T22:32:34.570Z] Fetching without tags [2019-10-24T22:32:34.435Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:34.453Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:34.472Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:34.535Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:34.605Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:34.607Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:34.608Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:34.979Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:35.725Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:35.726Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:35.009Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:35.028Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:35.619Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:35.687Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:35.756Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:35.777Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:36.479Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-24T22:32:37.196Z] #59 ... [2019-10-24T22:32:37.196Z] [2019-10-24T22:32:37.196Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:37.196Z] #41 2.687 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:32:37.196Z] #41 2.687 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:32:37.196Z] #41 3.258 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:32:37.196Z] #41 3.273 GEN .gitid [2019-10-24T22:32:37.196Z] #41 3.281 GEN criu/include/version.h [2019-10-24T22:32:37.196Z] #41 3.323 GEN include/common/asm [2019-10-24T22:32:37.196Z] #41 4.078 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.106 PBCC images/opts.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.117 PBCC images/sit.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.143 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.179 DEP images/opts.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.197 DEP images/sit.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.220 PBCC images/macvlan.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.227 DEP images/macvlan.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.245 PBCC images/autofs.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.265 DEP images/autofs.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.286 PBCC images/sysctl.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.298 DEP images/sysctl.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.315 PBCC images/time.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.325 DEP images/time.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.351 PBCC images/binfmt-misc.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.374 DEP images/binfmt-misc.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.395 PBCC images/seccomp.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.407 DEP images/seccomp.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.427 PBCC images/userns.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.441 DEP images/userns.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.458 PBCC images/cgroup.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.468 DEP images/cgroup.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.485 PBCC images/fown.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.492 PBCC images/ext-file.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.527 DEP images/fown.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.541 DEP images/ext-file.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.579 PBCC images/rpc.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.596 DEP images/rpc.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.624 PBCC images/siginfo.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.636 DEP images/siginfo.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.664 PBCC images/pagemap.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.691 DEP images/pagemap.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.716 PBCC images/rlimit.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.729 DEP images/rlimit.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.747 PBCC images/file-lock.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.754 DEP images/file-lock.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.776 PBCC images/tty.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.796 DEP images/tty.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.819 PBCC images/tun.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.848 PBCC images/netdev.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.875 DEP images/tun.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.915 DEP images/netdev.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.947 PBCC images/vma.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.965 DEP images/vma.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.978 PBCC images/creds.pb-c.c [2019-10-24T22:32:37.196Z] #41 4.986 DEP images/creds.pb-c.d [2019-10-24T22:32:37.196Z] #41 4.998 PBCC images/utsns.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.005 DEP images/utsns.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.017 PBCC images/ipc-desc.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.024 PBCC images/ipc-sem.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.031 DEP images/ipc-desc.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.043 DEP images/ipc-sem.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.055 PBCC images/ipc-msg.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.062 DEP images/ipc-msg.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.074 PBCC images/ipc-shm.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.091 DEP images/ipc-shm.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.113 PBCC images/ipc-var.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.122 DEP images/ipc-var.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.147 PBCC images/sk-opts.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.164 PBCC images/packet-sock.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.191 DEP images/sk-opts.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.228 DEP images/packet-sock.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.266 PBCC images/sk-netlink.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.283 DEP images/sk-netlink.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.320 PBCC images/sk-inet.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.351 DEP images/sk-inet.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.381 PBCC images/sk-unix.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.421 DEP images/sk-unix.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.447 PBCC images/mm.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.471 DEP images/mm.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.504 PBCC images/timerfd.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.545 DEP images/timerfd.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.572 PBCC images/timer.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.595 DEP images/timer.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.616 PBCC images/sa.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.636 DEP images/sa.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.657 PBCC images/pipe-data.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.671 DEP images/pipe-data.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.691 PBCC images/mnt.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.720 DEP images/mnt.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.751 PBCC images/sk-packet.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.768 DEP images/sk-packet.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.802 PBCC images/tcp-stream.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.840 DEP images/tcp-stream.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.863 PBCC images/pipe.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.903 DEP images/pipe.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.930 PBCC images/pstree.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.951 DEP images/pstree.pb-c.d [2019-10-24T22:32:37.196Z] #41 5.987 PBCC images/fs.pb-c.c [2019-10-24T22:32:37.196Z] #41 5.994 DEP images/fs.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.020 PBCC images/signalfd.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.049 DEP images/signalfd.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.073 PBCC images/fh.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.131 PBCC images/fsnotify.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.163 DEP images/fh.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.192 DEP images/fsnotify.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.226 PBCC images/eventpoll.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.244 DEP images/eventpoll.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.271 PBCC images/eventfd.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.294 DEP images/eventfd.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.334 PBCC images/remap-file-path.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.359 DEP images/remap-file-path.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.429 PBCC images/fifo.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.446 DEP images/fifo.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.471 PBCC images/ghost-file.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.495 DEP images/ghost-file.pb-c.d [2019-10-24T22:32:37.196Z] #41 6.523 PBCC images/regfile.pb-c.c [2019-10-24T22:32:37.196Z] #41 6.559 DEP images/regfile.pb-c.d [2019-10-24T22:32:37.197Z] #41 6.583 PBCC images/ns.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.600 DEP images/ns.pb-c.d [2019-10-24T22:32:37.197Z] #41 6.628 PBCC images/fdinfo.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.695 DEP images/fdinfo.pb-c.d [2019-10-24T22:32:37.197Z] #41 6.724 PBCC images/core-aarch64.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.748 PBCC images/core-arm.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.776 PBCC images/core-ppc64.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.808 PBCC images/core-s390.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.832 PBCC images/core-x86.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.860 PBCC images/core.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.911 PBCC images/inventory.pb-c.c [2019-10-24T22:32:37.197Z] #41 6.934 DEP images/core-aarch64.pb-c.d [2019-10-24T22:32:37.197Z] #41 6.965 DEP images/core-arm.pb-c.d [2019-10-24T22:32:37.197Z] #41 6.989 DEP images/core-ppc64.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.008 DEP images/core-s390.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.037 DEP images/core-x86.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.075 DEP images/core.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.114 DEP images/inventory.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.160 PBCC images/cpuinfo.pb-c.c [2019-10-24T22:32:37.197Z] #41 7.174 DEP images/cpuinfo.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.199 PBCC images/stats.pb-c.c [2019-10-24T22:32:37.197Z] #41 7.220 DEP images/stats.pb-c.d [2019-10-24T22:32:37.197Z] #41 7.903 make[1]: Nothing to be done for 'all'. [2019-10-24T22:32:37.454Z] #41 8.523 CC images/stats.o [2019-10-24T22:32:37.454Z] #41 8.759 CC images/core.o [2019-10-24T22:32:37.820Z] + docker version [2019-10-24T22:32:37.820Z] Client: [2019-10-24T22:32:37.820Z] Version: 18.06.3-ce [2019-10-24T22:32:37.820Z] API version: 1.38 [2019-10-24T22:32:37.820Z] Go version: go1.10.3 [2019-10-24T22:32:37.820Z] Git commit: d7080c1 [2019-10-24T22:32:37.820Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-24T22:32:37.820Z] OS/Arch: linux/s390x [2019-10-24T22:32:37.820Z] Experimental: false [2019-10-24T22:32:37.820Z] [2019-10-24T22:32:37.820Z] Server: [2019-10-24T22:32:37.820Z] Engine: [2019-10-24T22:32:37.820Z] Version: 18.06.3-ce [2019-10-24T22:32:37.820Z] API version: 1.38 (minimum version 1.12) [2019-10-24T22:32:37.820Z] Go version: go1.10.3 [2019-10-24T22:32:37.820Z] Git commit: d7080c1 [2019-10-24T22:32:37.820Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-24T22:32:37.820Z] OS/Arch: linux/s390x [2019-10-24T22:32:37.820Z] Experimental: true [Pipeline] sh [2019-10-24T22:32:38.050Z] #41 9.147 CC images/core-x86.o [2019-10-24T22:32:38.308Z] #41 9.487 CC images/core-arm.o [2019-10-24T22:32:38.496Z] Fetching without tags [2019-10-24T22:32:38.565Z] #41 9.761 CC images/core-aarch64.o [2019-10-24T22:32:38.668Z] + docker info [2019-10-24T22:32:38.668Z] Containers: 1 [2019-10-24T22:32:38.668Z] Running: 1 [2019-10-24T22:32:38.668Z] Paused: 0 [2019-10-24T22:32:38.668Z] Stopped: 0 [2019-10-24T22:32:38.668Z] Images: 14 [2019-10-24T22:32:38.668Z] Server Version: 18.06.3-ce [2019-10-24T22:32:38.668Z] Storage Driver: overlay2 [2019-10-24T22:32:38.668Z] Backing Filesystem: extfs [2019-10-24T22:32:38.668Z] Supports d_type: true [2019-10-24T22:32:38.668Z] Native Overlay Diff: true [2019-10-24T22:32:38.668Z] Logging Driver: json-file [2019-10-24T22:32:38.668Z] Cgroup Driver: cgroupfs [2019-10-24T22:32:38.668Z] Plugins: [2019-10-24T22:32:38.668Z] Volume: local [2019-10-24T22:32:38.668Z] Network: bridge host ipvlan macvlan null overlay [2019-10-24T22:32:38.668Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-24T22:32:38.668Z] Swarm: inactive [2019-10-24T22:32:38.668Z] Runtimes: runc [2019-10-24T22:32:38.668Z] Default Runtime: runc [2019-10-24T22:32:38.668Z] Init Binary: docker-init [2019-10-24T22:32:38.668Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-24T22:32:38.668Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-24T22:32:38.668Z] init version: fec3683 [2019-10-24T22:32:38.668Z] Security Options: [2019-10-24T22:32:38.668Z] apparmor [2019-10-24T22:32:38.668Z] seccomp [2019-10-24T22:32:38.668Z] Profile: default [2019-10-24T22:32:38.668Z] Kernel Version: 4.4.0-154-generic [2019-10-24T22:32:38.668Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-24T22:32:38.668Z] OSType: linux [2019-10-24T22:32:38.668Z] Architecture: s390x [2019-10-24T22:32:38.668Z] CPUs: 2 [2019-10-24T22:32:38.668Z] Total Memory: 7.862GiB [2019-10-24T22:32:38.668Z] Name: s390x-ubuntu-25 [2019-10-24T22:32:38.668Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-24T22:32:38.668Z] Docker Root Dir: /var/lib/docker [2019-10-24T22:32:38.668Z] Debug Mode (client): false [2019-10-24T22:32:38.668Z] Debug Mode (server): false [2019-10-24T22:32:38.668Z] Username: dockerbuildbot [2019-10-24T22:32:38.668Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:38.668Z] Labels: [2019-10-24T22:32:38.668Z] Experimental: true [2019-10-24T22:32:38.668Z] Insecure Registries: [2019-10-24T22:32:38.668Z] 127.0.0.0/8 [2019-10-24T22:32:38.668Z] Live Restore Enabled: false [2019-10-24T22:32:38.668Z] [2019-10-24T22:32:38.668Z] WARNING: No swap limit support [Pipeline] sh [2019-10-24T22:32:38.787Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:38.823Z] #41 9.920 CC images/core-ppc64.o [2019-10-24T22:32:38.823Z] #41 ... [2019-10-24T22:32:38.823Z] [2019-10-24T22:32:38.823Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:32:38.823Z] #38 1.883 + mktemp -d [2019-10-24T22:32:38.823Z] #38 1.883 + export GOPATH=/tmp/tmp.1sUqW17Rn4 [2019-10-24T22:32:38.823Z] #38 1.883 + git clone https://github.com/docker/distribution.git /tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution [2019-10-24T22:32:38.823Z] #38 1.883 Cloning into '/tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution'... [2019-10-24T22:32:38.823Z] #38 5.400 + cd /tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution [2019-10-24T22:32:38.823Z] #38 5.401 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-24T22:32:38.823Z] #38 6.162 + GOPATH=/tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1sUqW17Rn4 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-24T22:32:39.058Z] Fetching without tags [2019-10-24T22:32:39.081Z] #38 ... [2019-10-24T22:32:39.081Z] [2019-10-24T22:32:39.081Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:39.081Z] #50 2.012 + RM_GOPATH=0 [2019-10-24T22:32:39.081Z] #50 2.014 + TMP_GOPATH= [2019-10-24T22:32:39.081Z] #50 2.014 + : /build [2019-10-24T22:32:39.081Z] #50 2.014 + '[' -z '' ']' [2019-10-24T22:32:39.081Z] #50 2.017 ++ mktemp -d [2019-10-24T22:32:39.081Z] #50 2.017 + export GOPATH=/tmp/tmp.L0nqhGzyEq [2019-10-24T22:32:39.081Z] #50 2.017 + GOPATH=/tmp/tmp.L0nqhGzyEq [2019-10-24T22:32:39.081Z] #50 2.017 + RM_GOPATH=1 [2019-10-24T22:32:39.081Z] #50 2.017 ++ dirname ./install.sh [2019-10-24T22:32:39.081Z] #50 2.019 + dir=. [2019-10-24T22:32:39.081Z] #50 2.019 + bin=golangci_lint [2019-10-24T22:32:39.081Z] #50 2.019 + shift [2019-10-24T22:32:39.081Z] #50 2.019 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-24T22:32:39.081Z] #50 2.019 + . ./golangci_lint.installer [2019-10-24T22:32:39.081Z] #50 2.019 ++ : v1.20.0 [2019-10-24T22:32:39.081Z] #50 2.019 + install_golangci_lint [2019-10-24T22:32:39.081Z] #50 2.019 + echo 'Installing golangci-lint version v1.20.0' [2019-10-24T22:32:39.081Z] #50 2.019 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-24T22:32:39.081Z] #50 2.020 Installing golangci-lint version v1.20.0 [2019-10-24T22:32:39.081Z] #50 7.556 + cd /tmp/tmp.L0nqhGzyEq/src/github.com/golangci/golangci-lint/ [2019-10-24T22:32:39.081Z] #50 7.556 + git checkout -q v1.20.0 [2019-10-24T22:32:39.081Z] #50 7.811 ++ git describe --tags [2019-10-24T22:32:39.081Z] #50 7.814 + version=v1.20.0 [2019-10-24T22:32:39.081Z] #50 7.815 ++ git rev-parse --short HEAD [2019-10-24T22:32:39.081Z] #50 7.822 + commit=cc98739 [2019-10-24T22:32:39.081Z] #50 7.827 ++ git show -s --format=%cd [2019-10-24T22:32:39.081Z] #50 7.829 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-24T22:32:39.081Z] #50 7.831 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-24T22:32:39.081Z] #50 ... [2019-10-24T22:32:39.081Z] [2019-10-24T22:32:39.081Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:39.081Z] #41 10.24 CC images/core-s390.o [2019-10-24T22:32:38.474Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:38.477Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:38.483Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:38.490Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:38.538Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:38.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:38.539Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:38.788Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:38.793Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:39.034Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:39.038Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:39.043Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:39.054Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:39.066Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:39.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:39.067Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:39.339Z] #41 10.50 CC images/cpuinfo.o [2019-10-24T22:32:39.369Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:39.370Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:39.437Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:39.483Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:39.483Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:39.483Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40135/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-24T22:32:39.483Z] + bash /home/jenkins/workspace/moby_PR-40135/check-config.sh [2019-10-24T22:32:39.483Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-24T22:32:39.483Z] info: reading kernel config from /boot/config-4.4.0-154-generic ... [2019-10-24T22:32:39.483Z] [2019-10-24T22:32:39.483Z] Generally Necessary: [2019-10-24T22:32:39.483Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-24T22:32:39.483Z] - apparmor: enabled and tools installed [2019-10-24T22:32:39.483Z] - CONFIG_NAMESPACES: enabled [2019-10-24T22:32:39.483Z] - CONFIG_NET_NS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_PID_NS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_IPC_NS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_UTS_NS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUPS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CPUSETS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_MEMCG: enabled [2019-10-24T22:32:39.483Z] - CONFIG_KEYS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_VETH: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-24T22:32:39.483Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-24T22:32:39.483Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-24T22:32:39.483Z] [2019-10-24T22:32:39.483Z] Optional Features: [2019-10-24T22:32:39.483Z] - CONFIG_USER_NS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_SECCOMP: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-24T22:32:39.483Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-24T22:32:39.483Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-24T22:32:39.483Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-24T22:32:39.483Z] - CONFIG_BLK_CGROUP: enabled [2019-10-24T22:32:39.483Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-24T22:32:39.483Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_PERF: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-24T22:32:39.483Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-24T22:32:39.483Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-24T22:32:39.483Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-24T22:32:39.483Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-24T22:32:39.483Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_IP_VS: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-24T22:32:39.483Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-24T22:32:39.483Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-24T22:32:39.483Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_EXT4_FS: enabled [2019-10-24T22:32:39.483Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-24T22:32:39.483Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-24T22:32:39.483Z] - Network Drivers: [2019-10-24T22:32:39.483Z] - "overlay": [2019-10-24T22:32:39.483Z] - CONFIG_VXLAN: enabled (as module) [2019-10-24T22:32:39.483Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-24T22:32:39.483Z] Optional (for encrypted networks): [2019-10-24T22:32:39.597Z] #41 10.70 CC images/inventory.o [2019-10-24T22:32:39.740Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:39.846Z] - CONFIG_CRYPTO: enabled [2019-10-24T22:32:39.846Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_XFRM: enabled [2019-10-24T22:32:39.846Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-24T22:32:39.846Z] - "ipvlan": [2019-10-24T22:32:39.846Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-24T22:32:39.846Z] - "macvlan": [2019-10-24T22:32:39.846Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_DUMMY: enabled (as module) [2019-10-24T22:32:39.846Z] - "ftp,tftp client in container": [2019-10-24T22:32:39.846Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-24T22:32:39.846Z] - Storage Drivers: [2019-10-24T22:32:39.846Z] - "aufs": [2019-10-24T22:32:39.846Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-24T22:32:39.846Z] - "btrfs": [2019-10-24T22:32:39.846Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-24T22:32:39.846Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-24T22:32:39.846Z] - "devicemapper": [2019-10-24T22:32:39.846Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-24T22:32:39.846Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-24T22:32:39.846Z] - "overlay": [2019-10-24T22:32:39.846Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-24T22:32:39.846Z] - "zfs": [2019-10-24T22:32:39.846Z] - /dev/zfs: missing [2019-10-24T22:32:39.846Z] - zfs command: missing [2019-10-24T22:32:39.846Z] - zpool command: missing [2019-10-24T22:32:39.846Z] [2019-10-24T22:32:39.846Z] Limits: [2019-10-24T22:32:39.846Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-24T22:32:39.846Z] [2019-10-24T22:32:39.846Z] + true [2019-10-24T22:32:39.854Z] #41 10.79 CC images/fdinfo.o [2019-10-24T22:32:39.854Z] #41 10.94 CC images/fown.o [2019-10-24T22:32:39.854Z] #41 11.02 CC images/ns.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-24T22:32:40.111Z] #41 11.19 CC images/regfile.o [2019-10-24T22:32:40.325Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:40.326Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2019-10-24T22:32:40.369Z] #41 11.34 CC images/ghost-file.o [2019-10-24T22:32:40.369Z] #41 11.55 CC images/fifo.o [Pipeline] { (Print info) [Pipeline] sh [2019-10-24T22:32:40.627Z] #41 11.65 CC images/remap-file-path.o [2019-10-24T22:32:40.627Z] #41 11.74 CC images/eventfd.o [2019-10-24T22:32:40.627Z] #41 11.84 CC images/eventpoll.o [2019-10-24T22:32:40.650Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:40.707Z] + make bundles/buildx [2019-10-24T22:32:40.707Z] make: command: Command not found [2019-10-24T22:32:40.707Z] mkdir bundles [2019-10-24T22:32:40.707Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-10-24T22:32:40.707Z] --build-arg BUILDX_COMMIT \ [2019-10-24T22:32:40.707Z] --build-arg BUILDX_REPO \ [2019-10-24T22:32:40.707Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-24T22:32:40.707Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-24T22:32:40.707Z] . [2019-10-24T22:32:40.707Z] /bin/sh: 4: go: not found [2019-10-24T22:32:40.707Z] /bin/sh: 5: go: not found [2019-10-24T22:32:40.789Z] + docker version [2019-10-24T22:32:40.789Z] Client: Docker Engine - Community [2019-10-24T22:32:40.789Z] Version: 19.03.2 [2019-10-24T22:32:40.789Z] API version: 1.40 [2019-10-24T22:32:40.789Z] Go version: go1.12.8 [2019-10-24T22:32:40.789Z] Git commit: 6a30dfc [2019-10-24T22:32:40.789Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-24T22:32:40.789Z] OS/Arch: linux/amd64 [2019-10-24T22:32:40.789Z] Experimental: false [2019-10-24T22:32:40.789Z] [2019-10-24T22:32:40.789Z] Server: Docker Engine - Community [2019-10-24T22:32:40.789Z] Engine: [2019-10-24T22:32:40.789Z] Version: 19.03.2 [2019-10-24T22:32:40.789Z] API version: 1.40 (minimum version 1.12) [2019-10-24T22:32:40.789Z] Go version: go1.12.8 [2019-10-24T22:32:40.789Z] Git commit: 6a30dfc [2019-10-24T22:32:40.789Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-24T22:32:40.789Z] OS/Arch: linux/amd64 [2019-10-24T22:32:40.789Z] Experimental: true [2019-10-24T22:32:40.789Z] containerd: [2019-10-24T22:32:40.789Z] Version: 1.2.6 [2019-10-24T22:32:40.789Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:40.789Z] runc: [2019-10-24T22:32:40.789Z] Version: 1.0.0-rc8 [2019-10-24T22:32:40.789Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:40.789Z] docker-init: [2019-10-24T22:32:40.789Z] Version: 0.18.0 [2019-10-24T22:32:40.789Z] GitCommit: fec3683 [Pipeline] sh [2019-10-24T22:32:40.884Z] #41 12.00 CC images/fh.o [2019-10-24T22:32:39.351Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:39.358Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:39.414Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:39.419Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:39.445Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:39.452Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:40.310Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:40.324Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:40.334Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:40.339Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:41.142Z] #41 12.22 CC images/fsnotify.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2019-10-24T22:32:41.193Z] + docker info [2019-10-24T22:32:41.193Z] Client: [2019-10-24T22:32:41.193Z] Debug Mode: false [2019-10-24T22:32:41.193Z] [2019-10-24T22:32:41.193Z] Server: [2019-10-24T22:32:41.193Z] Containers: 0 [2019-10-24T22:32:41.193Z] Running: 0 [2019-10-24T22:32:41.193Z] Paused: 0 [2019-10-24T22:32:41.193Z] Stopped: 0 [2019-10-24T22:32:41.193Z] Images: 4 [2019-10-24T22:32:41.193Z] Server Version: 19.03.2 [2019-10-24T22:32:41.193Z] Storage Driver: overlay2 [2019-10-24T22:32:41.193Z] Backing Filesystem: extfs [2019-10-24T22:32:41.193Z] Supports d_type: true [2019-10-24T22:32:41.193Z] Native Overlay Diff: true [2019-10-24T22:32:41.193Z] Logging Driver: json-file [2019-10-24T22:32:41.193Z] Cgroup Driver: cgroupfs [2019-10-24T22:32:41.193Z] Plugins: [2019-10-24T22:32:41.193Z] Volume: local [2019-10-24T22:32:41.193Z] Network: bridge host ipvlan macvlan null overlay [2019-10-24T22:32:41.193Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-24T22:32:41.193Z] Swarm: inactive [2019-10-24T22:32:41.193Z] Runtimes: runc [2019-10-24T22:32:41.193Z] Default Runtime: runc [2019-10-24T22:32:41.193Z] Init Binary: docker-init [2019-10-24T22:32:41.193Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:41.193Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:41.193Z] init version: fec3683 [2019-10-24T22:32:41.193Z] Security Options: [2019-10-24T22:32:41.193Z] apparmor [2019-10-24T22:32:41.193Z] seccomp [2019-10-24T22:32:41.193Z] Profile: default [2019-10-24T22:32:41.193Z] Kernel Version: 4.15.0-1048-aws [2019-10-24T22:32:41.193Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-24T22:32:41.193Z] OSType: linux [2019-10-24T22:32:41.193Z] Architecture: x86_64 [2019-10-24T22:32:41.193Z] CPUs: 2 [2019-10-24T22:32:41.193Z] Total Memory: 7.501GiB [2019-10-24T22:32:41.193Z] Name: ip-10-100-92-127 [2019-10-24T22:32:41.193Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-24T22:32:41.193Z] Docker Root Dir: /var/lib/docker [2019-10-24T22:32:41.193Z] Debug Mode: false [2019-10-24T22:32:41.193Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:41.193Z] Labels: [2019-10-24T22:32:41.193Z] Experimental: true [2019-10-24T22:32:41.193Z] Insecure Registries: [2019-10-24T22:32:41.193Z] 127.0.0.0/8 [2019-10-24T22:32:41.193Z] Live Restore Enabled: true [2019-10-24T22:32:41.193Z] [2019-10-24T22:32:41.193Z] WARNING: No swap limit support [Pipeline] sh [2019-10-24T22:32:40.971Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:41.024Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:41.077Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:41.205Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:41.313Z] Fetching without tags [Pipeline] sh [2019-10-24T22:32:41.400Z] #41 12.63 CC images/signalfd.o [2019-10-24T22:32:41.400Z] #41 12.71 CC images/fs.o [2019-10-24T22:32:41.597Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:41.597Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:41.597Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40135/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-24T22:32:41.597Z] + bash /home/ubuntu/workspace/moby_PR-40135/check-config.sh [2019-10-24T22:32:41.597Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-24T22:32:41.597Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-24T22:32:41.597Z] [2019-10-24T22:32:41.597Z] Generally Necessary: [2019-10-24T22:32:41.597Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-24T22:32:41.597Z] - apparmor: enabled and tools installed [2019-10-24T22:32:41.597Z] - CONFIG_NAMESPACES: enabled [2019-10-24T22:32:41.597Z] - CONFIG_NET_NS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_PID_NS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_IPC_NS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_UTS_NS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUPS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CPUSETS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_MEMCG: enabled [2019-10-24T22:32:41.597Z] - CONFIG_KEYS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_VETH: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-24T22:32:41.597Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-24T22:32:41.597Z] [2019-10-24T22:32:41.597Z] Optional Features: [2019-10-24T22:32:41.597Z] - CONFIG_USER_NS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_SECCOMP: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-24T22:32:41.597Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-24T22:32:41.597Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-24T22:32:41.597Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-24T22:32:41.597Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-24T22:32:41.597Z] - CONFIG_BLK_CGROUP: enabled [2019-10-24T22:32:41.597Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-24T22:32:41.597Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_PERF: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-24T22:32:41.597Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-24T22:32:41.597Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-24T22:32:41.597Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-24T22:32:41.658Z] + docker version [2019-10-24T22:32:41.658Z] Client: Docker Engine - Community [2019-10-24T22:32:41.658Z] Version: 19.03.2 [2019-10-24T22:32:41.658Z] API version: 1.40 [2019-10-24T22:32:41.658Z] Go version: go1.12.8 [2019-10-24T22:32:41.658Z] Git commit: 6a30dfc [2019-10-24T22:32:41.658Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-24T22:32:41.658Z] OS/Arch: linux/arm64 [2019-10-24T22:32:41.658Z] Experimental: false [2019-10-24T22:32:41.658Z] [2019-10-24T22:32:41.658Z] Server: Docker Engine - Community [2019-10-24T22:32:41.658Z] Engine: [2019-10-24T22:32:41.658Z] Version: 19.03.2 [2019-10-24T22:32:41.658Z] API version: 1.40 (minimum version 1.12) [2019-10-24T22:32:41.658Z] Go version: go1.12.8 [2019-10-24T22:32:41.658Z] Git commit: 6a30dfc [2019-10-24T22:32:41.658Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-24T22:32:41.658Z] OS/Arch: linux/arm64 [2019-10-24T22:32:41.658Z] Experimental: true [2019-10-24T22:32:41.658Z] containerd: [2019-10-24T22:32:41.658Z] Version: 1.2.6 [2019-10-24T22:32:41.658Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:41.658Z] runc: [2019-10-24T22:32:41.658Z] Version: 1.0.0-rc8 [2019-10-24T22:32:41.658Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:41.658Z] docker-init: [2019-10-24T22:32:41.658Z] Version: 0.18.0 [2019-10-24T22:32:41.658Z] GitCommit: fec3683 [2019-10-24T22:32:41.658Z] #41 12.81 CC images/pstree.o [Pipeline] sh [2019-10-24T22:32:41.853Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-24T22:32:41.853Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-24T22:32:41.853Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_IP_VS: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-24T22:32:41.853Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-24T22:32:41.853Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-24T22:32:41.853Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_EXT4_FS: enabled [2019-10-24T22:32:41.853Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-24T22:32:41.853Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-24T22:32:41.853Z] - Network Drivers: [2019-10-24T22:32:41.853Z] - "overlay": [2019-10-24T22:32:41.853Z] - CONFIG_VXLAN: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-24T22:32:41.853Z] Optional (for encrypted networks): [2019-10-24T22:32:41.853Z] - CONFIG_CRYPTO: enabled [2019-10-24T22:32:41.853Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-24T22:32:41.853Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-24T22:32:41.853Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-24T22:32:41.853Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-24T22:32:41.853Z] - CONFIG_XFRM: enabled [2019-10-24T22:32:41.853Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-24T22:32:41.853Z] - "ipvlan": [2019-10-24T22:32:41.853Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-24T22:32:41.853Z] - "macvlan": [2019-10-24T22:32:41.853Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_DUMMY: enabled (as module) [2019-10-24T22:32:41.853Z] - "ftp,tftp client in container": [2019-10-24T22:32:41.853Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-24T22:32:41.853Z] - Storage Drivers: [2019-10-24T22:32:41.853Z] - "aufs": [2019-10-24T22:32:41.853Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-24T22:32:41.853Z] - "btrfs": [2019-10-24T22:32:41.853Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-24T22:32:41.853Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-24T22:32:41.853Z] - "devicemapper": [2019-10-24T22:32:41.853Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-24T22:32:41.853Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-24T22:32:41.853Z] - "overlay": [2019-10-24T22:32:41.853Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-24T22:32:41.853Z] - "zfs": [2019-10-24T22:32:41.853Z] - /dev/zfs: missing [2019-10-24T22:32:41.853Z] - zfs command: missing [2019-10-24T22:32:41.853Z] - zpool command: missing [2019-10-24T22:32:41.853Z] [2019-10-24T22:32:41.853Z] Limits: [2019-10-24T22:32:41.853Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-24T22:32:41.853Z] [2019-10-24T22:32:41.853Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-24T22:32:41.916Z] #41 12.91 CC images/pipe.o [2019-10-24T22:32:41.916Z] #41 13.07 CC images/tcp-stream.o [2019-10-24T22:32:41.953Z] + docker info [2019-10-24T22:32:41.953Z] Client: [2019-10-24T22:32:41.953Z] Debug Mode: false [2019-10-24T22:32:41.953Z] [2019-10-24T22:32:41.953Z] Server: [2019-10-24T22:32:41.953Z] Containers: 0 [2019-10-24T22:32:41.953Z] Running: 0 [2019-10-24T22:32:41.953Z] Paused: 0 [2019-10-24T22:32:41.953Z] Stopped: 0 [2019-10-24T22:32:41.953Z] Images: 1 [2019-10-24T22:32:41.953Z] Server Version: 19.03.2 [2019-10-24T22:32:41.953Z] Storage Driver: overlay2 [2019-10-24T22:32:41.953Z] Backing Filesystem: extfs [2019-10-24T22:32:41.953Z] Supports d_type: true [2019-10-24T22:32:41.953Z] Native Overlay Diff: true [2019-10-24T22:32:41.953Z] Logging Driver: json-file [2019-10-24T22:32:41.953Z] Cgroup Driver: cgroupfs [2019-10-24T22:32:41.953Z] Plugins: [2019-10-24T22:32:41.953Z] Volume: local [2019-10-24T22:32:41.953Z] Network: bridge host ipvlan macvlan null overlay [2019-10-24T22:32:41.953Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-24T22:32:41.953Z] Swarm: inactive [2019-10-24T22:32:41.953Z] Runtimes: runc [2019-10-24T22:32:41.953Z] Default Runtime: runc [2019-10-24T22:32:41.953Z] Init Binary: docker-init [2019-10-24T22:32:41.953Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-24T22:32:41.953Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-24T22:32:41.953Z] init version: fec3683 [2019-10-24T22:32:41.953Z] Security Options: [2019-10-24T22:32:41.953Z] apparmor [2019-10-24T22:32:41.953Z] seccomp [2019-10-24T22:32:41.953Z] Profile: default [2019-10-24T22:32:41.953Z] Kernel Version: 4.15.0-1048-aws [2019-10-24T22:32:41.953Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-24T22:32:41.953Z] OSType: linux [2019-10-24T22:32:41.953Z] Architecture: aarch64 [2019-10-24T22:32:41.953Z] CPUs: 4 [2019-10-24T22:32:41.953Z] Total Memory: 7.525GiB [2019-10-24T22:32:41.953Z] Name: ip-10-100-32-100 [2019-10-24T22:32:41.953Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-24T22:32:41.953Z] Docker Root Dir: /var/lib/docker [2019-10-24T22:32:41.953Z] Debug Mode: false [2019-10-24T22:32:41.953Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:41.953Z] Labels: [2019-10-24T22:32:41.953Z] Experimental: true [2019-10-24T22:32:41.953Z] Insecure Registries: [2019-10-24T22:32:41.953Z] 127.0.0.0/8 [2019-10-24T22:32:41.953Z] Live Restore Enabled: true [2019-10-24T22:32:41.953Z] [2019-10-24T22:32:41.953Z] WARNING: No swap limit support [2019-10-24T22:32:42.018Z] Sending build context to Docker daemon 50.11MB [2019-10-24T22:32:42.018Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-10-24T22:32:42.018Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-10-24T22:32:42.018Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-24T22:32:42.018Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-10-24T22:32:42.018Z] ---> 687421176e14 [2019-10-24T22:32:42.018Z] Step 5/16 : ARG BUILDX_REPO [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> ad7f36bd43e1 [2019-10-24T22:32:42.018Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> edaa4e0ec7a1 [2019-10-24T22:32:42.018Z] Step 7/16 : WORKDIR /buildx [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 65450c2329f4 [2019-10-24T22:32:42.018Z] Step 8/16 : ARG BUILDX_COMMIT [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 2ff29507b871 [2019-10-24T22:32:42.018Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 2f1e00073828 [2019-10-24T22:32:42.018Z] Step 10/16 : RUN go mod download [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 16a716b68a22 [2019-10-24T22:32:42.018Z] Step 11/16 : ARG GOOS [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> fdd49bad9d60 [2019-10-24T22:32:42.018Z] Step 12/16 : ARG GOARCH [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> ccffe2b57ccf [2019-10-24T22:32:42.018Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 1f4d03266667 [2019-10-24T22:32:42.018Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-10-24T22:32:42.018Z] ---> 687421176e14 [2019-10-24T22:32:42.018Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 72fb5234dcf7 [2019-10-24T22:32:42.018Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-24T22:32:42.018Z] ---> Using cache [2019-10-24T22:32:42.018Z] ---> 335031197c21 [2019-10-24T22:32:42.018Z] Successfully built 335031197c21 [2019-10-24T22:32:42.018Z] Successfully tagged moby-buildx:latest [2019-10-24T22:32:42.018Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-10-24T22:32:42.018Z] if [ -n "${id}" ]; then \ [2019-10-24T22:32:42.018Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-10-24T22:32:42.018Z] && touch bundles/buildx; \ [2019-10-24T22:32:42.018Z] docker rm -f ${id}; \ [2019-10-24T22:32:42.018Z] fi [Pipeline] sh [2019-10-24T22:32:42.100Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:42.174Z] #41 13.19 CC images/sk-packet.o [2019-10-24T22:32:42.174Z] #41 13.32 CC images/mnt.o [2019-10-24T22:32:42.174Z] #41 13.42 CC images/pipe-data.o [2019-10-24T22:32:42.297Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f . [2019-10-24T22:32:42.297Z] #2 [internal] load .dockerignore [2019-10-24T22:32:42.297Z] #2 transferring context: 87B done [2019-10-24T22:32:42.297Z] #2 DONE 0.0s [2019-10-24T22:32:42.297Z] [2019-10-24T22:32:42.297Z] #1 [internal] load build definition from Dockerfile [2019-10-24T22:32:42.297Z] #1 transferring dockerfile: 14.63kB done [2019-10-24T22:32:42.297Z] #1 DONE 0.0s [2019-10-24T22:32:42.297Z] [2019-10-24T22:32:42.297Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-24T22:32:42.297Z] #3 DONE 0.1s [2019-10-24T22:32:42.344Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:42.344Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:42.344Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40135/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-24T22:32:42.344Z] + bash /home/ubuntu/workspace/moby_PR-40135/check-config.sh [2019-10-24T22:32:42.344Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-24T22:32:42.344Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-24T22:32:42.344Z] [2019-10-24T22:32:42.344Z] Generally Necessary: [2019-10-24T22:32:42.344Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-24T22:32:42.344Z] - apparmor: enabled and tools installed [2019-10-24T22:32:42.344Z] - CONFIG_NAMESPACES: enabled [2019-10-24T22:32:42.344Z] - CONFIG_NET_NS: enabled [2019-10-24T22:32:42.344Z] - CONFIG_PID_NS: enabled [2019-10-24T22:32:42.344Z] - CONFIG_IPC_NS: enabled [2019-10-24T22:32:42.344Z] - CONFIG_UTS_NS: enabled [2019-10-24T22:32:42.344Z] - CONFIG_CGROUPS: enabled [2019-10-24T22:32:42.344Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-24T22:32:42.344Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-24T22:32:42.401Z] ad0e9fe2a9f0b10d083213e232ceaf3d05a0f298d0a3d34609ec1e2797c171e2 [2019-10-24T22:32:42.401Z] bundles/buildx version [2019-10-24T22:32:42.401Z] buildx v0.3.1 6db68d0 [2019-10-24T22:32:42.401Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f . [2019-10-24T22:32:42.432Z] #41 13.56 CC images/sa.o [2019-10-24T22:32:42.432Z] #41 13.67 CC images/timer.o [2019-10-24T22:32:42.552Z] [2019-10-24T22:32:42.552Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-24T22:32:42.552Z] #4 CACHED [2019-10-24T22:32:42.605Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-24T22:32:42.605Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-24T22:32:42.605Z] - CONFIG_CPUSETS: enabled [2019-10-24T22:32:42.605Z] - CONFIG_MEMCG: enabled [2019-10-24T22:32:42.605Z] - CONFIG_KEYS: enabled [2019-10-24T22:32:42.605Z] - CONFIG_VETH: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-24T22:32:42.605Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-24T22:32:42.605Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-24T22:32:42.605Z] [2019-10-24T22:32:42.605Z] Optional Features: [2019-10-24T22:32:42.605Z] - CONFIG_USER_NS: enabled [2019-10-24T22:32:42.605Z] - CONFIG_SECCOMP: enabled [2019-10-24T22:32:42.605Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-24T22:32:42.605Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-24T22:32:42.605Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-24T22:32:42.605Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-24T22:32:42.605Z] - CONFIG_BLK_CGROUP: enabled [2019-10-24T22:32:42.690Z] #41 13.86 CC images/timerfd.o [2019-10-24T22:32:42.690Z] #41 13.92 CC images/mm.o [2019-10-24T22:32:42.800Z] #2 [internal] load build definition from Dockerfile [2019-10-24T22:32:42.800Z] #2 transferring dockerfile: 14.62kB done [2019-10-24T22:32:42.800Z] #2 DONE 0.0s [2019-10-24T22:32:42.800Z] [2019-10-24T22:32:42.800Z] #1 [internal] load .dockerignore [2019-10-24T22:32:42.800Z] #1 transferring context: 87B done [2019-10-24T22:32:42.800Z] #1 DONE 0.0s [2019-10-24T22:32:42.800Z] [2019-10-24T22:32:42.800Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-24T22:32:42.865Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-24T22:32:42.865Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-24T22:32:42.865Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-24T22:32:42.865Z] - CONFIG_CGROUP_PERF: enabled [2019-10-24T22:32:42.865Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-24T22:32:42.865Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-24T22:32:42.865Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-24T22:32:42.865Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-24T22:32:42.865Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-24T22:32:42.865Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-24T22:32:42.865Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-24T22:32:42.865Z] - CONFIG_IP_VS: enabled (as module) [2019-10-24T22:32:42.865Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-24T22:32:42.865Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-24T22:32:42.865Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-24T22:32:42.865Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-24T22:32:42.865Z] - CONFIG_EXT4_FS: enabled [2019-10-24T22:32:42.865Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-24T22:32:42.865Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-24T22:32:42.865Z] - Network Drivers: [2019-10-24T22:32:42.865Z] - "overlay": [2019-10-24T22:32:42.865Z] - CONFIG_VXLAN: enabled (as module) [2019-10-24T22:32:42.865Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-24T22:32:42.865Z] Optional (for encrypted networks): [2019-10-24T22:32:42.948Z] #41 14.03 CC images/sk-opts.o [2019-10-24T22:32:42.948Z] #41 14.12 CC images/sk-unix.o [2019-10-24T22:32:41.337Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:41.337Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:41.338Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:42.123Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:42.179Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:43.112Z] [2019-10-24T22:32:43.112Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-24T22:32:43.112Z] #6 DONE 0.1s [2019-10-24T22:32:43.112Z] [2019-10-24T22:32:43.112Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-24T22:32:43.112Z] #5 DONE 0.0s [2019-10-24T22:32:43.112Z] [2019-10-24T22:32:43.112Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:43.112Z] #65 DONE 0.0s [2019-10-24T22:32:43.112Z] [2019-10-24T22:32:43.112Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-24T22:32:43.112Z] #7 DONE 0.0s [2019-10-24T22:32:43.112Z] [2019-10-24T22:32:43.112Z] #19 [internal] load build context [2019-10-24T22:32:43.124Z] - CONFIG_CRYPTO: enabled [2019-10-24T22:32:43.124Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-24T22:32:43.124Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-24T22:32:43.124Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-24T22:32:43.124Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-24T22:32:43.124Z] - CONFIG_XFRM: enabled [2019-10-24T22:32:43.124Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-24T22:32:43.124Z] - "ipvlan": [2019-10-24T22:32:43.124Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-24T22:32:43.124Z] - "macvlan": [2019-10-24T22:32:43.124Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_DUMMY: enabled (as module) [2019-10-24T22:32:43.124Z] - "ftp,tftp client in container": [2019-10-24T22:32:43.124Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-24T22:32:43.124Z] - Storage Drivers: [2019-10-24T22:32:43.124Z] - "aufs": [2019-10-24T22:32:43.124Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-24T22:32:43.124Z] - "btrfs": [2019-10-24T22:32:43.124Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-24T22:32:43.124Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-24T22:32:43.124Z] - "devicemapper": [2019-10-24T22:32:43.124Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-24T22:32:43.124Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-24T22:32:43.124Z] - "overlay": [2019-10-24T22:32:43.124Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-24T22:32:43.124Z] - "zfs": [2019-10-24T22:32:43.124Z] - /dev/zfs: missing [2019-10-24T22:32:43.124Z] - zfs command: missing [2019-10-24T22:32:43.124Z] - zpool command: missing [2019-10-24T22:32:43.124Z] [2019-10-24T22:32:43.124Z] Limits: [2019-10-24T22:32:43.124Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-24T22:32:43.124Z] [2019-10-24T22:32:43.124Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-24T22:32:43.206Z] #41 14.27 CC images/sk-inet.o [2019-10-24T22:32:43.242Z] #3 DONE 0.3s [2019-10-24T22:32:43.242Z] [2019-10-24T22:32:43.242Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-24T22:32:43.242Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-24T22:32:43.242Z] #4 CACHED [2019-10-24T22:32:43.462Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f . [2019-10-24T22:32:43.462Z] #1 [internal] load .dockerignore [2019-10-24T22:32:43.462Z] #1 transferring context: 87B done [2019-10-24T22:32:43.462Z] #1 DONE 0.0s [2019-10-24T22:32:43.462Z] [2019-10-24T22:32:43.462Z] #2 [internal] load build definition from Dockerfile [2019-10-24T22:32:43.462Z] #2 transferring dockerfile: 14.63kB 0.0s done [2019-10-24T22:32:43.462Z] #2 DONE 0.0s [2019-10-24T22:32:43.462Z] [2019-10-24T22:32:43.462Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-24T22:32:43.464Z] #41 14.50 CC images/tun.o [2019-10-24T22:32:43.464Z] #41 14.63 CC images/sk-netlink.o [2019-10-24T22:32:43.464Z] #41 14.75 CC images/packet-sock.o [2019-10-24T22:32:43.723Z] #3 DONE 0.1s [2019-10-24T22:32:43.723Z] [2019-10-24T22:32:43.723Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-24T22:32:43.723Z] #4 CACHED [2019-10-24T22:32:43.738Z] [2019-10-24T22:32:43.738Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-24T22:32:43.738Z] #6 DONE 0.0s [2019-10-24T22:32:43.738Z] [2019-10-24T22:32:43.738Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-24T22:32:43.738Z] #5 DONE 0.2s [2019-10-24T22:32:43.738Z] [2019-10-24T22:32:43.738Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-24T22:32:43.738Z] #7 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-24T22:32:43.738Z] #7 DONE 0.0s [2019-10-24T22:32:43.738Z] [2019-10-24T22:32:43.738Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:43.738Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-24T22:32:43.738Z] #65 CACHED [2019-10-24T22:32:43.738Z] [2019-10-24T22:32:43.738Z] #19 [internal] load build context [2019-10-24T22:32:43.983Z] [2019-10-24T22:32:43.983Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-24T22:32:43.983Z] #6 DONE 0.0s [2019-10-24T22:32:43.983Z] [2019-10-24T22:32:43.983Z] #5 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-24T22:32:43.983Z] #5 DONE 0.1s [2019-10-24T22:32:44.031Z] #41 14.98 CC images/ipc-var.o [2019-10-24T22:32:44.031Z] #41 15.13 CC images/ipc-desc.o [2019-10-24T22:32:44.031Z] #41 15.21 CC images/ipc-shm.o [2019-10-24T22:32:44.031Z] #41 15.31 CC images/ipc-msg.o [2019-10-24T22:32:44.243Z] [2019-10-24T22:32:44.243Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:44.243Z] #65 DONE 0.0s [2019-10-24T22:32:44.243Z] [2019-10-24T22:32:44.243Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-24T22:32:44.243Z] #7 DONE 0.0s [2019-10-24T22:32:44.243Z] [2019-10-24T22:32:44.243Z] #19 [internal] load build context [2019-10-24T22:32:44.478Z] #19 transferring context: 45.62MB 1.2s done [2019-10-24T22:32:44.478Z] #19 DONE 1.2s [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-24T22:32:44.478Z] #14 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:32:44.478Z] #25 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:44.478Z] #44 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:44.478Z] #50 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-24T22:32:44.478Z] #63 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #29 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-24T22:32:44.478Z] #8 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:32:44.478Z] #17 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-24T22:32:44.478Z] #35 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:44.478Z] #36 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:32:44.478Z] #26 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:44.478Z] #54 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #55 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-24T22:32:44.478Z] #15 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:32:44.478Z] #38 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #64 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-24T22:32:44.478Z] #9 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #39 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-24T22:32:44.478Z] #61 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:32:44.478Z] #33 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-24T22:32:44.478Z] #13 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-24T22:32:44.478Z] #46 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:44.478Z] #41 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #32 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:32:44.478Z] #40 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:44.478Z] #31 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:44.478Z] #59 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:44.478Z] #68 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:44.478Z] #22 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-24T22:32:44.478Z] #56 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:32:44.478Z] #21 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #69 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-24T22:32:44.478Z] #58 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-24T22:32:44.478Z] #42 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:32:44.478Z] #28 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:44.478Z] #47 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:44.478Z] #34 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-24T22:32:44.478Z] #67 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #37 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:44.478Z] #20 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #16 [dev 6/24] RUN ldconfig [2019-10-24T22:32:44.478Z] #16 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-24T22:32:44.478Z] #43 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:32:44.478Z] #27 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:32:44.478Z] #18 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:44.478Z] #62 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:44.478Z] #57 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-24T22:32:44.478Z] #12 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-24T22:32:44.478Z] #11 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-24T22:32:44.478Z] #66 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #60 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-24T22:32:44.478Z] #49 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-24T22:32:44.478Z] #23 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-24T22:32:44.478Z] #51 CACHED [2019-10-24T22:32:44.478Z] [2019-10-24T22:32:44.478Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:44.478Z] #52 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-24T22:32:44.479Z] #45 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-24T22:32:44.479Z] #30 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-24T22:32:44.479Z] #53 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-24T22:32:44.479Z] #24 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-24T22:32:44.479Z] #10 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-24T22:32:44.479Z] #48 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-24T22:32:44.479Z] #70 CACHED [2019-10-24T22:32:44.479Z] [2019-10-24T22:32:44.479Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-24T22:32:44.596Z] #41 15.48 CC images/ipc-sem.o [2019-10-24T22:32:44.596Z] #41 15.61 CC images/utsns.o [2019-10-24T22:32:44.596Z] #41 15.74 CC images/creds.o [2019-10-24T22:32:44.596Z] #41 15.84 CC images/vma.o [2019-10-24T22:32:44.854Z] #41 15.96 CC images/netdev.o [2019-10-24T22:32:45.112Z] #41 16.18 CC images/tty.o [2019-10-24T22:32:45.370Z] #41 16.45 CC images/file-lock.o [2019-10-24T22:32:45.370Z] #41 16.53 CC images/rlimit.o [2019-10-24T22:32:45.629Z] #41 16.68 CC images/pagemap.o [2019-10-24T22:32:45.629Z] #41 16.82 CC images/siginfo.o [2019-10-24T22:32:45.654Z] #19 transferring context: 45.62MB 1.3s done [2019-10-24T22:32:45.654Z] #19 DONE 1.4s [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:45.654Z] #65 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-24T22:32:45.654Z] #9 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-24T22:32:45.654Z] #8 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:32:45.654Z] #40 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.654Z] #20 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-24T22:32:45.654Z] #67 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:45.654Z] #68 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:45.654Z] #41 ... [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-24T22:32:45.654Z] #49 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.654Z] #50 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.654Z] #52 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-24T22:32:45.654Z] #53 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-24T22:32:45.654Z] #10 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.654Z] #54 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-24T22:32:45.654Z] #43 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.654Z] #44 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-24T22:32:45.654Z] #46 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.654Z] #47 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-24T22:32:45.654Z] #56 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.654Z] #57 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-24T22:32:45.654Z] #61 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.654Z] #62 CACHED [2019-10-24T22:32:45.654Z] [2019-10-24T22:32:45.654Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-24T22:32:45.655Z] #58 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-24T22:32:45.655Z] #63 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.655Z] #34 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:32:45.655Z] #26 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:45.655Z] #31 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.655Z] #22 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:32:45.655Z] #17 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:32:45.655Z] #28 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:32:45.655Z] #21 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #16 [dev 6/24] RUN ldconfig [2019-10-24T22:32:45.655Z] #16 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.655Z] #36 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-24T22:32:45.655Z] #37 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-24T22:32:45.655Z] #23 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-24T22:32:45.655Z] #15 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-24T22:32:45.655Z] #14 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:32:45.655Z] #18 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:32:45.655Z] #25 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-24T22:32:45.655Z] #29 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:32:45.655Z] #33 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-24T22:32:45.655Z] #35 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-24T22:32:45.655Z] #13 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-24T22:32:45.655Z] #32 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-24T22:32:45.655Z] #24 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-24T22:32:45.655Z] #30 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-24T22:32:45.655Z] #11 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:32:45.655Z] #38 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-24T22:32:45.655Z] #12 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:32:45.655Z] #27 CACHED [2019-10-24T22:32:45.655Z] [2019-10-24T22:32:45.655Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-24T22:32:45.655Z] #39 CACHED [2019-10-24T22:32:45.809Z] #19 transferring context: 45.62MB 2.1s done [2019-10-24T22:32:45.809Z] #19 DONE 2.1s [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.809Z] #20 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-24T22:32:45.809Z] #67 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-24T22:32:45.809Z] #8 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-24T22:32:45.809Z] #9 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:45.809Z] #68 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.809Z] #62 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-24T22:32:45.809Z] #61 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-24T22:32:45.809Z] #63 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-24T22:32:45.809Z] #56 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.809Z] #57 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-24T22:32:45.809Z] #58 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.809Z] #59 ... [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-24T22:32:45.809Z] #11 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-24T22:32:45.809Z] #14 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:32:45.809Z] #21 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #37 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-24T22:32:45.809Z] #49 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #32 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-24T22:32:45.809Z] #42 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #48 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:32:45.809Z] #18 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:32:45.809Z] #31 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:32:45.809Z] #38 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-24T22:32:45.809Z] #13 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.809Z] #44 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-24T22:32:45.809Z] #24 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #29 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:45.809Z] #41 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #39 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-24T22:32:45.809Z] #43 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-24T22:32:45.809Z] #10 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:32:45.809Z] #28 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-24T22:32:45.809Z] #12 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.809Z] #36 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:32:45.809Z] #33 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.809Z] #34 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #45 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:32:45.809Z] #40 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-24T22:32:45.809Z] #53 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:32:45.809Z] #27 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.809Z] #22 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-24T22:32:45.809Z] #35 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-24T22:32:45.809Z] #23 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-24T22:32:45.809Z] #30 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-24T22:32:45.809Z] #15 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:32:45.809Z] #26 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:32:45.809Z] #52 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #16 [dev 6/24] RUN ldconfig [2019-10-24T22:32:45.809Z] #16 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.809Z] #50 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:32:45.809Z] #17 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:32:45.809Z] #25 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:32:45.809Z] #54 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:45.809Z] #47 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-24T22:32:45.809Z] #46 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #51 CACHED [2019-10-24T22:32:45.809Z] [2019-10-24T22:32:45.809Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-24T22:32:45.809Z] #55 CACHED [2019-10-24T22:32:45.887Z] #41 16.97 CC images/rpc.o [2019-10-24T22:32:45.898Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:45.899Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:45.915Z] [2019-10-24T22:32:45.915Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:46.177Z] [2019-10-24T22:32:46.177Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:46.177Z] #59 0.240 + RM_GOPATH=0 [2019-10-24T22:32:46.177Z] #59 0.240 + TMP_GOPATH= [2019-10-24T22:32:46.177Z] #59 0.240 + : /build [2019-10-24T22:32:46.177Z] #59 0.240 + '[' -z '' ']' [2019-10-24T22:32:46.177Z] #59 0.240 ++ mktemp -d [2019-10-24T22:32:46.177Z] #59 0.240 + export GOPATH=/tmp/tmp.bwKOHuCyQe [2019-10-24T22:32:46.177Z] #59 0.240 + GOPATH=/tmp/tmp.bwKOHuCyQe [2019-10-24T22:32:46.177Z] #59 0.240 + RM_GOPATH=1 [2019-10-24T22:32:46.177Z] #59 0.240 ++ dirname ./install.sh [2019-10-24T22:32:46.177Z] #59 0.240 + dir=. [2019-10-24T22:32:46.177Z] #59 0.240 + bin=containerd [2019-10-24T22:32:46.177Z] #59 0.240 + shift [2019-10-24T22:32:46.177Z] #59 0.240 + '[' '!' -f ./containerd.installer ']' [2019-10-24T22:32:46.177Z] #59 0.241 + . ./containerd.installer [2019-10-24T22:32:46.177Z] #59 0.241 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:46.177Z] #59 0.241 + install_containerd [2019-10-24T22:32:46.177Z] #59 0.241 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-24T22:32:46.177Z] #59 0.241 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bwKOHuCyQe/src/github.com/containerd/containerd [2019-10-24T22:32:46.177Z] #59 0.241 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:46.177Z] #59 0.242 Cloning into '/tmp/tmp.bwKOHuCyQe/src/github.com/containerd/containerd'... [2019-10-24T22:32:46.361Z] #71 DONE 1.9s [2019-10-24T22:32:46.361Z] [2019-10-24T22:32:46.361Z] #72 exporting to image [2019-10-24T22:32:46.361Z] #72 exporting layers [2019-10-24T22:32:46.453Z] #41 17.56 CC images/ext-file.o [2019-10-24T22:32:46.485Z] #59 0.927 + RM_GOPATH=0 [2019-10-24T22:32:46.485Z] #59 0.927 + TMP_GOPATH= [2019-10-24T22:32:46.485Z] #59 0.928 + : /build [2019-10-24T22:32:46.485Z] #59 0.928 + '[' -z '' ']' [2019-10-24T22:32:46.485Z] #59 0.928 ++ mktemp -d [2019-10-24T22:32:46.485Z] #59 0.929 + export GOPATH=/tmp/tmp.pNRQJHMq3n [2019-10-24T22:32:46.485Z] #59 0.929 + GOPATH=/tmp/tmp.pNRQJHMq3n [2019-10-24T22:32:46.485Z] #59 0.929 + RM_GOPATH=1 [2019-10-24T22:32:46.485Z] #59 0.930 ++ dirname ./install.sh [2019-10-24T22:32:46.485Z] #59 0.931 + dir=. [2019-10-24T22:32:46.485Z] #59 0.931 + bin=containerd [2019-10-24T22:32:46.485Z] #59 0.931 + shift [2019-10-24T22:32:46.485Z] #59 0.931 + '[' '!' -f ./containerd.installer ']' [2019-10-24T22:32:46.485Z] #59 0.931 + . ./containerd.installer [2019-10-24T22:32:46.485Z] #59 0.931 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:46.485Z] #59 0.931 + install_containerd [2019-10-24T22:32:46.485Z] #59 0.932 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-24T22:32:46.485Z] #59 0.932 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:46.485Z] #59 0.932 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pNRQJHMq3n/src/github.com/containerd/containerd [2019-10-24T22:32:46.485Z] #59 0.934 Cloning into '/tmp/tmp.pNRQJHMq3n/src/github.com/containerd/containerd'... [2019-10-24T22:32:46.485Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:46.711Z] #41 17.67 CC images/cgroup.o [2019-10-24T22:32:45.657Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:45.794Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-24T22:32:45.923Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:45.974Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:46.969Z] #41 17.99 CC images/userns.o [2019-10-24T22:32:46.969Z] #41 18.12 CC images/google/protobuf/descriptor.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-24T22:32:47.285Z] #72 exporting layers 0.8s done [2019-10-24T22:32:47.285Z] #72 writing image sha256:98d27e93f030fd2ac6b642c535fbf479c6403df1caf57cffca3fee3a23a7d51c done [2019-10-24T22:32:47.285Z] #72 naming to docker.io/library/docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f done [2019-10-24T22:32:47.285Z] #72 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-24T22:32:47.903Z] #41 18.87 CC images/opts.o [2019-10-24T22:32:47.903Z] #41 19.00 CC images/seccomp.o [2019-10-24T22:32:47.946Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40135/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/validate/default [2019-10-24T22:32:47.955Z] + docker version [2019-10-24T22:32:47.955Z] Client: Docker Engine - Enterprise [2019-10-24T22:32:47.955Z] Version: 19.03.2 [2019-10-24T22:32:47.955Z] API version: 1.40 [2019-10-24T22:32:47.955Z] Go version: go1.12.8 [2019-10-24T22:32:47.955Z] Git commit: c92ab06ed9 [2019-10-24T22:32:47.955Z] Built: 09/03/2019 16:38:11 [2019-10-24T22:32:47.955Z] OS/Arch: windows/amd64 [2019-10-24T22:32:47.955Z] Experimental: false [2019-10-24T22:32:47.955Z] [2019-10-24T22:32:47.955Z] Server: Docker Engine - Enterprise [2019-10-24T22:32:47.955Z] Engine: [2019-10-24T22:32:47.955Z] Version: 19.03.2 [2019-10-24T22:32:47.955Z] API version: 1.40 (minimum version 1.24) [2019-10-24T22:32:47.955Z] Go version: go1.12.8 [2019-10-24T22:32:47.955Z] Git commit: c92ab06ed9 [2019-10-24T22:32:47.955Z] Built: 09/03/2019 16:35:47 [2019-10-24T22:32:47.955Z] OS/Arch: windows/amd64 [2019-10-24T22:32:47.955Z] Experimental: true [Pipeline] sh [2019-10-24T22:32:48.161Z] #41 19.17 CC images/binfmt-misc.o [2019-10-24T22:32:48.161Z] #41 19.24 CC images/time.o [2019-10-24T22:32:48.161Z] #41 19.33 CC images/sysctl.o [2019-10-24T22:32:48.419Z] #41 19.47 CC images/autofs.o [2019-10-24T22:32:48.419Z] #41 19.60 CC images/macvlan.o [2019-10-24T22:32:48.419Z] #41 19.72 CC images/sit.o [2019-10-24T22:32:48.677Z] #41 19.88 LINK images/built-in.o [2019-10-24T22:32:48.677Z] #41 19.98 GEN compel/include/asm [2019-10-24T22:32:48.869Z] Congratulations! All commits are properly signed with the DCO! [2019-10-24T22:32:48.934Z] #41 19.98 GEN compel/include/version.h [2019-10-24T22:32:48.934Z] #41 20.01 touch .config [2019-10-24T22:32:48.934Z] #41 20.03 GEN include/common/config.h [2019-10-24T22:32:48.934Z] #41 20.06 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-10-24T22:32:48.934Z] #41 20.08 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-10-24T22:32:48.934Z] #41 20.10 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-10-24T22:32:49.003Z] + docker info [2019-10-24T22:32:49.137Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-24T22:32:49.137Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-24T22:32:49.192Z] #41 20.11 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-10-24T22:32:49.192Z] #41 20.13 DEP compel/arch/x86/plugins/std/memcpy.d [2019-10-24T22:32:49.192Z] #41 20.14 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-10-24T22:32:49.192Z] #41 20.15 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-24T22:32:49.192Z] #41 20.17 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-10-24T22:32:49.192Z] #41 20.18 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-24T22:32:49.192Z] #41 20.26 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-24T22:32:49.192Z] #41 20.28 DEP compel/plugins/std/infect.d [2019-10-24T22:32:49.450Z] #41 20.43 DEP compel/plugins/std/string.d [2019-10-24T22:32:49.450Z] #41 20.54 DEP compel/plugins/std/log.d [2019-10-24T22:32:49.450Z] #41 20.61 DEP compel/plugins/std/fds.d [2019-10-24T22:32:49.450Z] #41 20.68 DEP compel/plugins/std/std.d [2019-10-24T22:32:49.506Z] #59 3.496 + cd /tmp/tmp.bwKOHuCyQe/src/github.com/containerd/containerd [2019-10-24T22:32:49.506Z] #59 3.496 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:49.506Z] #59 3.628 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-24T22:32:49.506Z] #59 3.628 + BUILDTAGS='netgo osusergo static_build' [2019-10-24T22:32:49.506Z] #59 3.628 + export EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:32:49.506Z] #59 3.628 + EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:32:49.506Z] #59 3.628 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-24T22:32:49.506Z] #59 3.628 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-24T22:32:49.506Z] #59 3.629 + '[' '' = dynamic ']' [2019-10-24T22:32:49.506Z] #59 3.629 + make [2019-10-24T22:32:49.506Z] #59 3.736 + bin/ctr [2019-10-24T22:32:49.603Z] Fetching without tags [2019-10-24T22:32:49.708Z] #41 20.75 DEP compel/plugins/shmem/shmem.d [2019-10-24T22:32:49.708Z] #41 20.80 DEP compel/plugins/fds/fds.d [2019-10-24T22:32:49.708Z] #41 20.92 CC compel/plugins/std/std.o [2019-10-24T22:32:49.966Z] #41 21.09 CC compel/plugins/std/fds.o [2019-10-24T22:32:50.072Z] Merging remotes/origin/master commit 1bd184a4c291e4f60629e2cc279216f8f40495f3 into PR head commit 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:50.224Z] #41 21.35 CC compel/plugins/std/log.o [2019-10-24T22:32:50.790Z] #41 21.71 CC compel/plugins/std/string.o [2019-10-24T22:32:50.790Z] #41 22.02 CC compel/plugins/std/infect.o [2019-10-24T22:32:50.937Z] Merge succeeded, producing 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:50.938Z] Checking out Revision 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f (PR-40135) [2019-10-24T22:32:49.560Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:49.564Z] > git config --add remote.origin.fetch +refs/pull/40135/head:refs/remotes/origin/PR-40135 # timeout=10 [2019-10-24T22:32:49.568Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-24T22:32:49.589Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-24T22:32:49.604Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-24T22:32:49.604Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-24T22:32:49.605Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40135/head:refs/remotes/origin/PR-40135 +refs/heads/master:refs/remotes/origin/master [2019-10-24T22:32:50.073Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:50.077Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:50.897Z] > git merge 1bd184a4c291e4f60629e2cc279216f8f40495f3 # timeout=10 [2019-10-24T22:32:50.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-24T22:32:50.940Z] > git config core.sparsecheckout # timeout=10 [2019-10-24T22:32:51.048Z] #41 22.33 CC compel/arch/x86/plugins/std/parasite-head.o [2019-10-24T22:32:51.048Z] #41 22.36 CC compel/arch/x86/plugins/std/memcpy.o [2019-10-24T22:32:51.205Z] Client: [2019-10-24T22:32:51.205Z] Debug Mode: false [2019-10-24T22:32:51.205Z] Plugins: [2019-10-24T22:32:51.205Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-24T22:32:51.205Z] [2019-10-24T22:32:51.205Z] Server: [2019-10-24T22:32:51.205Z] Containers: 0 [2019-10-24T22:32:51.205Z] Running: 0 [2019-10-24T22:32:51.205Z] Paused: 0 [2019-10-24T22:32:51.205Z] Stopped: 0 [2019-10-24T22:32:51.205Z] Images: 8 [2019-10-24T22:32:51.205Z] Server Version: 19.03.2 [2019-10-24T22:32:51.205Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-24T22:32:51.205Z] Windows: [2019-10-24T22:32:51.205Z] LCOW: [2019-10-24T22:32:51.205Z] Logging Driver: json-file [2019-10-24T22:32:51.205Z] Plugins: [2019-10-24T22:32:51.205Z] Volume: local [2019-10-24T22:32:51.205Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-24T22:32:51.205Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-24T22:32:51.205Z] Swarm: inactive [2019-10-24T22:32:51.205Z] Default Isolation: process [2019-10-24T22:32:51.205Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-24T22:32:51.205Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-24T22:32:51.205Z] OSType: windows [2019-10-24T22:32:51.205Z] Architecture: x86_64 [2019-10-24T22:32:51.205Z] CPUs: 4 [2019-10-24T22:32:51.205Z] Total Memory: 32GiB [2019-10-24T22:32:51.205Z] Name: azwin-2-aff8a0 [2019-10-24T22:32:51.205Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-24T22:32:51.205Z] Docker Root Dir: D:\docker [2019-10-24T22:32:51.205Z] Debug Mode: false [2019-10-24T22:32:51.205Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:51.205Z] Labels: [2019-10-24T22:32:51.205Z] Experimental: true [2019-10-24T22:32:51.205Z] Insecure Registries: [2019-10-24T22:32:51.205Z] 10.0.0.4:5000 [2019-10-24T22:32:51.205Z] 127.0.0.0/8 [2019-10-24T22:32:51.205Z] Registry Mirrors: [2019-10-24T22:32:51.205Z] http://10.0.0.4:5000/ [2019-10-24T22:32:51.205Z] Live Restore Enabled: false [2019-10-24T22:32:51.205Z] [2019-10-24T22:32:51.306Z] #41 22.38 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-10-24T22:32:51.306Z] #41 22.43 AR compel/plugins/std.lib.a [2019-10-24T22:32:51.306Z] #41 22.47 CC compel/plugins/fds/fds.o [2019-10-24T22:32:51.306Z] #41 22.59 AR compel/plugins/fds.lib.a [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-24T22:32:51.565Z] #41 22.61 HOSTDEP compel/src/lib/log-host.d [2019-10-24T22:32:51.565Z] #41 22.67 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-24T22:32:51.771Z] #59 5.438 + cd /tmp/tmp.pNRQJHMq3n/src/github.com/containerd/containerd [2019-10-24T22:32:51.771Z] #59 5.438 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:51.771Z] #59 ... [2019-10-24T22:32:51.771Z] [2019-10-24T22:32:51.771Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:51.771Z] #41 1.562 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:32:51.771Z] #41 1.562 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:32:51.771Z] #41 1.888 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:32:51.771Z] #41 1.898 GEN .gitid [2019-10-24T22:32:51.771Z] #41 1.902 GEN criu/include/version.h [2019-10-24T22:32:51.771Z] #41 1.914 GEN include/common/asm [2019-10-24T22:32:51.771Z] #41 2.237 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.259 PBCC images/opts.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.273 PBCC images/sit.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.287 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.306 DEP images/opts.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.323 DEP images/sit.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.339 PBCC images/macvlan.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.347 DEP images/macvlan.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.362 PBCC images/autofs.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.371 DEP images/autofs.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.386 PBCC images/sysctl.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.395 DEP images/sysctl.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.409 PBCC images/time.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.418 DEP images/time.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.433 PBCC images/binfmt-misc.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.441 DEP images/binfmt-misc.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.456 PBCC images/seccomp.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.464 DEP images/seccomp.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.479 PBCC images/userns.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.487 DEP images/userns.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.502 PBCC images/cgroup.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.511 DEP images/cgroup.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.528 PBCC images/fown.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.536 PBCC images/ext-file.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.545 DEP images/fown.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.559 DEP images/ext-file.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.574 PBCC images/rpc.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.588 DEP images/rpc.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.604 PBCC images/siginfo.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.613 DEP images/siginfo.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.628 PBCC images/pagemap.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.642 DEP images/pagemap.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.657 PBCC images/rlimit.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.666 DEP images/rlimit.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.680 PBCC images/file-lock.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.689 DEP images/file-lock.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.703 PBCC images/tty.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.719 DEP images/tty.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.735 PBCC images/tun.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.749 PBCC images/netdev.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.765 DEP images/tun.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.781 DEP images/netdev.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.797 PBCC images/vma.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.811 DEP images/vma.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.826 PBCC images/creds.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.837 DEP images/creds.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.851 PBCC images/utsns.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.859 DEP images/utsns.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.874 PBCC images/ipc-desc.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.884 PBCC images/ipc-sem.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.893 DEP images/ipc-desc.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.908 DEP images/ipc-sem.pb-c.d [2019-10-24T22:32:51.771Z] #41 2.923 PBCC images/ipc-msg.pb-c.c [2019-10-24T22:32:51.771Z] #41 2.932 DEP images/ipc-msg.pb-c.d [2019-10-24T22:32:51.772Z] #41 2.947 PBCC images/ipc-shm.pb-c.c [2019-10-24T22:32:51.772Z] #41 2.956 DEP images/ipc-shm.pb-c.d [2019-10-24T22:32:51.772Z] #41 2.971 PBCC images/ipc-var.pb-c.c [2019-10-24T22:32:51.772Z] #41 2.980 DEP images/ipc-var.pb-c.d [2019-10-24T22:32:51.772Z] #41 2.997 PBCC images/sk-opts.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.009 PBCC images/packet-sock.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.024 DEP images/sk-opts.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.039 DEP images/packet-sock.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.060 PBCC images/sk-netlink.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.077 DEP images/sk-netlink.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.094 PBCC images/sk-inet.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.112 DEP images/sk-inet.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.128 PBCC images/sk-unix.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.146 DEP images/sk-unix.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.164 PBCC images/mm.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.179 DEP images/mm.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.196 PBCC images/timerfd.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.209 DEP images/timerfd.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.228 PBCC images/timer.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.237 DEP images/timer.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.252 PBCC images/sa.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.266 DEP images/sa.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.281 PBCC images/pipe-data.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.290 DEP images/pipe-data.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.304 PBCC images/mnt.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.320 DEP images/mnt.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.336 PBCC images/sk-packet.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.344 DEP images/sk-packet.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.359 PBCC images/tcp-stream.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.372 DEP images/tcp-stream.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.388 PBCC images/pipe.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.402 DEP images/pipe.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.417 PBCC images/pstree.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.426 DEP images/pstree.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.442 PBCC images/fs.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.450 DEP images/fs.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.465 PBCC images/signalfd.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.478 DEP images/signalfd.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.494 PBCC images/fh.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.508 PBCC images/fsnotify.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.524 DEP images/fh.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.540 DEP images/fsnotify.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.558 PBCC images/eventpoll.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.567 DEP images/eventpoll.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.583 PBCC images/eventfd.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.592 DEP images/eventfd.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.606 PBCC images/remap-file-path.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.615 DEP images/remap-file-path.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.630 PBCC images/fifo.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.639 DEP images/fifo.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.654 PBCC images/ghost-file.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.667 DEP images/ghost-file.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.684 PBCC images/regfile.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.700 DEP images/regfile.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.715 PBCC images/ns.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.724 DEP images/ns.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.738 PBCC images/fdinfo.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.760 DEP images/fdinfo.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.778 PBCC images/core-aarch64.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.792 PBCC images/core-arm.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.807 PBCC images/core-ppc64.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.823 PBCC images/core-s390.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.838 PBCC images/core-x86.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.855 PBCC images/core.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.877 PBCC images/inventory.pb-c.c [2019-10-24T22:32:51.772Z] #41 3.896 DEP images/core-aarch64.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.912 DEP images/core-arm.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.929 DEP images/core-ppc64.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.946 DEP images/core-s390.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.964 DEP images/core-x86.pb-c.d [2019-10-24T22:32:51.772Z] #41 3.981 DEP images/core.pb-c.d [2019-10-24T22:32:51.772Z] #41 4.000 DEP images/inventory.pb-c.d [2019-10-24T22:32:51.772Z] #41 4.019 PBCC images/cpuinfo.pb-c.c [2019-10-24T22:32:51.772Z] #41 4.029 DEP images/cpuinfo.pb-c.d [2019-10-24T22:32:51.772Z] #41 4.043 PBCC images/stats.pb-c.c [2019-10-24T22:32:51.772Z] #41 4.053 DEP images/stats.pb-c.d [2019-10-24T22:32:51.772Z] #41 4.417 make[1]: Nothing to be done for 'all'. [2019-10-24T22:32:51.772Z] #41 4.738 CC images/stats.o [2019-10-24T22:32:51.772Z] #41 4.892 CC images/core.o [2019-10-24T22:32:51.772Z] #41 5.128 CC images/core-x86.o [2019-10-24T22:32:51.772Z] #41 5.326 CC images/core-arm.o [2019-10-24T22:32:51.772Z] #41 5.463 CC images/core-aarch64.o [2019-10-24T22:32:51.772Z] #41 5.595 CC images/core-ppc64.o [2019-10-24T22:32:51.772Z] #41 5.815 CC images/core-s390.o [2019-10-24T22:32:51.772Z] #41 6.071 CC images/cpuinfo.o [2019-10-24T22:32:51.772Z] #41 6.237 CC images/inventory.o [2019-10-24T22:32:51.823Z] #41 22.76 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-10-24T22:32:51.823Z] #41 22.80 HOSTDEP compel/src/main-host.d [2019-10-24T22:32:51.823Z] #41 22.91 DEP compel/src/lib/ptrace.d [2019-10-24T22:32:51.823Z] #41 22.98 DEP compel/src/lib/infect.d [2019-10-24T22:32:51.823Z] #41 23.07 DEP compel/src/lib/infect-util.d [2019-10-24T22:32:51.823Z] #41 23.14 DEP compel/src/lib/infect-rpc.d [2019-10-24T22:32:52.033Z] #41 6.323 CC images/fdinfo.o [2019-10-24T22:32:52.033Z] #41 6.455 CC images/fown.o [2019-10-24T22:32:52.033Z] #41 6.530 CC images/ns.o [2019-10-24T22:32:52.033Z] #41 6.603 CC images/regfile.o [2019-10-24T22:32:52.039Z] Commit message: "pkg/system: make OSVersion an alias for hcsshim OSVersion" [2019-10-24T22:32:52.081Z] #41 23.22 DEP compel/arch/x86/src/lib/infect.d [2019-10-24T22:32:52.081Z] #41 23.28 DEP compel/arch/x86/src/lib/cpu.d [2019-10-24T22:32:52.294Z] #41 6.688 CC images/ghost-file.o [2019-10-24T22:32:52.294Z] #41 6.806 CC images/fifo.o [2019-10-24T22:32:52.294Z] #41 6.882 CC images/remap-file-path.o [2019-10-24T22:32:52.339Z] #41 23.33 DEP compel/src/lib/log.d [2019-10-24T22:32:52.339Z] #41 23.44 DEP compel/src/main.d [2019-10-24T22:32:52.339Z] #41 23.54 DEP compel/src/lib/handle-elf.d [2019-10-24T22:32:52.555Z] #41 6.964 CC images/eventfd.o [2019-10-24T22:32:52.555Z] #41 7.041 CC images/eventpoll.o [2019-10-24T22:32:52.555Z] #41 7.148 CC images/fh.o [2019-10-24T22:32:52.597Z] #41 23.61 DEP compel/arch/x86/src/lib/handle-elf.d [2019-10-24T22:32:52.597Z] #41 23.72 CC compel/src/lib/log.o [2019-10-24T22:32:52.597Z] #41 ... [2019-10-24T22:32:52.597Z] [2019-10-24T22:32:52.597Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:32:52.597Z] #59 11.36 + cd /tmp/tmp.Zkc6uFfGss/src/github.com/containerd/containerd [2019-10-24T22:32:52.597Z] #59 11.36 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:32:52.597Z] #59 11.69 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-24T22:32:52.597Z] #59 11.69 + BUILDTAGS='netgo osusergo static_build' [2019-10-24T22:32:52.597Z] #59 11.69 + export EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:32:52.597Z] #59 11.69 + EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:32:52.597Z] #59 11.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-24T22:32:52.597Z] #59 11.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-24T22:32:52.597Z] #59 11.69 + '[' '' = dynamic ']' [2019-10-24T22:32:52.597Z] #59 11.69 + make [2019-10-24T22:32:52.597Z] #59 12.31 + bin/ctr [2019-10-24T22:32:52.816Z] #41 7.265 CC images/fsnotify.o [2019-10-24T22:32:52.855Z] #59 ... [2019-10-24T22:32:52.855Z] [2019-10-24T22:32:52.855Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:32:52.855Z] #41 23.87 CC compel/arch/x86/src/lib/cpu.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-24T22:32:53.078Z] #41 7.510 CC images/signalfd.o [2019-10-24T22:32:53.078Z] #41 7.591 CC images/fs.o [2019-10-24T22:32:53.078Z] #41 7.667 CC images/pstree.o [2019-10-24T22:32:53.113Z] #41 24.26 CC compel/arch/x86/src/lib/infect.o [2019-10-24T22:32:50.944Z] > git checkout -f 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:32:53.281Z] + docker version [2019-10-24T22:32:53.281Z] Client: [2019-10-24T22:32:53.281Z] Version: 18.06.1-ce [2019-10-24T22:32:53.281Z] API version: 1.38 [2019-10-24T22:32:53.281Z] Go version: go1.10.3 [2019-10-24T22:32:53.281Z] Git commit: e68fc7a [2019-10-24T22:32:53.281Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-24T22:32:53.281Z] OS/Arch: linux/ppc64le [2019-10-24T22:32:53.281Z] Experimental: false [2019-10-24T22:32:53.281Z] [2019-10-24T22:32:53.281Z] Server: [2019-10-24T22:32:53.281Z] Engine: [2019-10-24T22:32:53.281Z] Version: 18.06.1-ce [2019-10-24T22:32:53.281Z] API version: 1.38 (minimum version 1.12) [2019-10-24T22:32:53.281Z] Go version: go1.10.3 [2019-10-24T22:32:53.281Z] Git commit: e68fc7a [2019-10-24T22:32:53.281Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-24T22:32:53.281Z] OS/Arch: linux/ppc64le [2019-10-24T22:32:53.281Z] Experimental: true [Pipeline] sh [2019-10-24T22:32:53.339Z] #41 7.745 CC images/pipe.o [2019-10-24T22:32:53.339Z] #41 7.826 CC images/tcp-stream.o [2019-10-24T22:32:53.339Z] #41 7.909 CC images/sk-packet.o [2019-10-24T22:32:53.601Z] #41 8.019 CC images/mnt.o [2019-10-24T22:32:53.601Z] #41 8.106 CC images/pipe-data.o [2019-10-24T22:32:53.659Z] + docker info [2019-10-24T22:32:53.659Z] Containers: 1 [2019-10-24T22:32:53.659Z] Running: 1 [2019-10-24T22:32:53.659Z] Paused: 0 [2019-10-24T22:32:53.659Z] Stopped: 0 [2019-10-24T22:32:53.659Z] Images: 14 [2019-10-24T22:32:53.659Z] Server Version: 18.06.1-ce [2019-10-24T22:32:53.659Z] Storage Driver: overlay2 [2019-10-24T22:32:53.659Z] Backing Filesystem: extfs [2019-10-24T22:32:53.659Z] Supports d_type: true [2019-10-24T22:32:53.659Z] Native Overlay Diff: true [2019-10-24T22:32:53.659Z] Logging Driver: json-file [2019-10-24T22:32:53.659Z] Cgroup Driver: cgroupfs [2019-10-24T22:32:53.659Z] Plugins: [2019-10-24T22:32:53.659Z] Volume: local [2019-10-24T22:32:53.659Z] Network: bridge host ipvlan macvlan null overlay [2019-10-24T22:32:53.659Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-24T22:32:53.659Z] Swarm: inactive [2019-10-24T22:32:53.659Z] Runtimes: runc [2019-10-24T22:32:53.659Z] Default Runtime: runc [2019-10-24T22:32:53.659Z] Init Binary: docker-init [2019-10-24T22:32:53.659Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-24T22:32:53.659Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-24T22:32:53.659Z] init version: fec3683 [2019-10-24T22:32:53.659Z] Security Options: [2019-10-24T22:32:53.659Z] apparmor [2019-10-24T22:32:53.659Z] seccomp [2019-10-24T22:32:53.659Z] Profile: default [2019-10-24T22:32:53.659Z] Kernel Version: 4.4.0-130-generic [2019-10-24T22:32:53.659Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-24T22:32:53.659Z] OSType: linux [2019-10-24T22:32:53.659Z] Architecture: ppc64le [2019-10-24T22:32:53.659Z] CPUs: 4 [2019-10-24T22:32:53.659Z] Total Memory: 7.972GiB [2019-10-24T22:32:53.659Z] Name: ppc64le-ubuntu-33 [2019-10-24T22:32:53.659Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-24T22:32:53.659Z] Docker Root Dir: /var/lib/docker [2019-10-24T22:32:53.659Z] Debug Mode (client): false [2019-10-24T22:32:53.659Z] Debug Mode (server): false [2019-10-24T22:32:53.659Z] Username: dockerbuildbot [2019-10-24T22:32:53.659Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:32:53.659Z] Labels: [2019-10-24T22:32:53.659Z] Experimental: true [2019-10-24T22:32:53.659Z] Insecure Registries: [2019-10-24T22:32:53.659Z] 127.0.0.0/8 [2019-10-24T22:32:53.659Z] Live Restore Enabled: false [2019-10-24T22:32:53.659Z] [2019-10-24T22:32:53.678Z] #41 24.72 CC compel/src/lib/infect-rpc.o [Pipeline] sh [2019-10-24T22:32:53.862Z] #41 8.203 CC images/sa.o [2019-10-24T22:32:53.862Z] #41 8.316 CC images/timer.o [2019-10-24T22:32:53.936Z] #41 24.94 CC compel/src/lib/infect-util.o [2019-10-24T22:32:53.936Z] #41 25.09 CC compel/src/lib/infect.o [2019-10-24T22:32:54.037Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:54.037Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:32:54.037Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40135/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-24T22:32:54.124Z] #41 8.456 CC images/timerfd.o [2019-10-24T22:32:54.124Z] #41 8.541 CC images/mm.o [2019-10-24T22:32:54.124Z] #41 8.658 CC images/sk-opts.o [2019-10-24T22:32:54.324Z] + bash /home/docker/workspace/moby_PR-40135/check-config.sh [2019-10-24T22:32:54.324Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-24T22:32:54.324Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2019-10-24T22:32:54.324Z] [2019-10-24T22:32:54.324Z] Generally Necessary: [2019-10-24T22:32:54.324Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-24T22:32:54.324Z] - apparmor: enabled and tools installed [2019-10-24T22:32:54.324Z] - CONFIG_NAMESPACES: enabled [2019-10-24T22:32:54.324Z] - CONFIG_NET_NS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_PID_NS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_IPC_NS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_UTS_NS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CGROUPS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-24T22:32:54.324Z] - CONFIG_CPUSETS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_MEMCG: enabled [2019-10-24T22:32:54.324Z] - CONFIG_KEYS: enabled [2019-10-24T22:32:54.324Z] - CONFIG_VETH: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-24T22:32:54.324Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-24T22:32:54.324Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-24T22:32:54.386Z] #41 8.737 CC images/sk-unix.o [2019-10-24T22:32:54.386Z] #41 8.856 CC images/sk-inet.o [2019-10-24T22:32:54.608Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-24T22:32:54.608Z] [2019-10-24T22:32:54.608Z] Optional Features: [2019-10-24T22:32:54.608Z] - CONFIG_USER_NS: enabled [2019-10-24T22:32:54.608Z] - CONFIG_SECCOMP: enabled [2019-10-24T22:32:54.608Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-24T22:32:54.608Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-24T22:32:54.608Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-24T22:32:54.608Z] (cgroup swap accounting is currently enabled) [2019-10-24T22:32:54.608Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-24T22:32:54.608Z] - CONFIG_BLK_CGROUP: enabled [2019-10-24T22:32:54.608Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-24T22:32:54.608Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-24T22:32:54.608Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-24T22:32:54.608Z] - CONFIG_CGROUP_PERF: enabled [2019-10-24T22:32:54.608Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-24T22:32:54.608Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-24T22:32:54.608Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-24T22:32:54.608Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-24T22:32:54.608Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-24T22:32:54.608Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-24T22:32:54.608Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-24T22:32:54.608Z] - CONFIG_IP_VS: enabled (as module) [2019-10-24T22:32:54.608Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-24T22:32:54.608Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-24T22:32:54.608Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-24T22:32:54.608Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-24T22:32:54.608Z] - CONFIG_EXT4_FS: enabled [2019-10-24T22:32:54.608Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-24T22:32:54.608Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-24T22:32:54.608Z] - Network Drivers: [2019-10-24T22:32:54.608Z] - "overlay": [2019-10-24T22:32:54.608Z] - CONFIG_VXLAN: enabled (as module) [2019-10-24T22:32:54.608Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-24T22:32:54.608Z] Optional (for encrypted networks): [2019-10-24T22:32:54.648Z] #41 9.008 CC images/tun.o [2019-10-24T22:32:54.648Z] #41 9.120 CC images/sk-netlink.o [2019-10-24T22:32:54.648Z] #41 9.216 CC images/packet-sock.o [2019-10-24T22:32:54.890Z] - CONFIG_CRYPTO: enabled [2019-10-24T22:32:54.890Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_XFRM: enabled [2019-10-24T22:32:54.890Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-24T22:32:54.890Z] - "ipvlan": [2019-10-24T22:32:54.890Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-24T22:32:54.890Z] - "macvlan": [2019-10-24T22:32:54.890Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_DUMMY: enabled (as module) [2019-10-24T22:32:54.890Z] - "ftp,tftp client in container": [2019-10-24T22:32:54.890Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-24T22:32:54.890Z] - Storage Drivers: [2019-10-24T22:32:54.890Z] - "aufs": [2019-10-24T22:32:54.890Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-24T22:32:54.890Z] - "btrfs": [2019-10-24T22:32:54.890Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-24T22:32:54.890Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-24T22:32:54.890Z] - "devicemapper": [2019-10-24T22:32:54.890Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-24T22:32:54.890Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-24T22:32:54.890Z] - "overlay": [2019-10-24T22:32:54.890Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-24T22:32:54.890Z] - "zfs": [2019-10-24T22:32:54.890Z] - /dev/zfs: missing [2019-10-24T22:32:54.890Z] - zfs command: missing [2019-10-24T22:32:54.890Z] - zpool command: missing [2019-10-24T22:32:54.890Z] [2019-10-24T22:32:54.890Z] Limits: [2019-10-24T22:32:54.890Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-24T22:32:54.890Z] [2019-10-24T22:32:54.890Z] + true [2019-10-24T22:32:54.910Z] #41 9.366 CC images/ipc-var.o [2019-10-24T22:32:54.910Z] #41 9.448 CC images/ipc-desc.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-24T22:32:55.172Z] #41 9.529 CC images/ipc-shm.o [2019-10-24T22:32:55.172Z] #41 9.606 CC images/ipc-msg.o [2019-10-24T22:32:55.172Z] #41 9.712 CC images/ipc-sem.o [2019-10-24T22:32:55.172Z] #41 9.788 CC images/utsns.o [2019-10-24T22:32:55.311Z] #41 26.31 CC compel/src/lib/ptrace.o [2019-10-24T22:32:55.319Z] + make bundles/buildx [2019-10-24T22:32:55.434Z] #41 9.868 CC images/creds.o [2019-10-24T22:32:55.569Z] #41 26.52 AR compel/libcompel.a [2019-10-24T22:32:55.569Z] #41 26.57 HOSTCC compel/src/main-host.o [2019-10-24T22:32:55.569Z] #41 26.81 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-10-24T22:32:55.696Z] #41 9.944 CC images/vma.o [2019-10-24T22:32:55.696Z] #41 10.04 CC images/netdev.o [2019-10-24T22:32:55.696Z] #41 10.19 CC images/tty.o [2019-10-24T22:32:55.827Z] #41 26.90 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-24T22:32:55.827Z] #41 27.10 HOSTCC compel/src/lib/log-host.o [2019-10-24T22:32:55.934Z] make: command: Command not found [2019-10-24T22:32:55.935Z] mkdir bundles [2019-10-24T22:32:55.935Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-10-24T22:32:55.935Z] --build-arg BUILDX_COMMIT \ [2019-10-24T22:32:55.935Z] --build-arg BUILDX_REPO \ [2019-10-24T22:32:55.935Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-24T22:32:55.935Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-24T22:32:55.935Z] . [2019-10-24T22:32:55.935Z] /bin/sh: 4: go: not found [2019-10-24T22:32:55.935Z] /bin/sh: 5: go: not found [2019-10-24T22:32:55.959Z] #41 10.43 CC images/file-lock.o [2019-10-24T22:32:55.959Z] #41 10.51 CC images/rlimit.o [2019-10-24T22:32:56.085Z] #41 27.20 HOSTLINK compel/compel-host-bin [2019-10-24T22:32:56.085Z] #41 27.26 DEP soccr/soccr.d [2019-10-24T22:32:56.220Z] #41 10.58 CC images/pagemap.o [2019-10-24T22:32:56.220Z] #41 10.70 CC images/siginfo.o [2019-10-24T22:32:56.220Z] #41 10.80 CC images/rpc.o [2019-10-24T22:32:56.344Z] #41 27.37 CC soccr/soccr.o [2019-10-24T22:32:56.794Z] #41 11.34 CC images/ext-file.o [2019-10-24T22:32:57.056Z] #41 11.42 CC images/cgroup.o [2019-10-24T22:32:57.056Z] #41 11.69 CC images/userns.o [2019-10-24T22:32:57.277Z] #41 28.15 AR soccr/libsoccr.a [2019-10-24T22:32:57.278Z] #41 28.17 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:32:57.278Z] #41 28.37 DEP criu/arch/x86/sigframe.d [2019-10-24T22:32:57.278Z] #41 28.47 DEP criu/arch/x86/sigaction_compat.d [2019-10-24T22:32:57.318Z] #41 11.79 CC images/google/protobuf/descriptor.o [2019-10-24T22:32:57.535Z] #41 28.52 DEP criu/arch/x86/kerndat.d [2019-10-24T22:32:57.535Z] #41 28.59 DEP criu/arch/x86/crtools.d [2019-10-24T22:32:57.535Z] #41 28.71 DEP criu/arch/x86/cpu.d [2019-10-24T22:32:57.535Z] #41 28.81 CC criu/arch/x86/cpu.o [2019-10-24T22:32:57.794Z] #41 29.10 CC criu/arch/x86/crtools.o [2019-10-24T22:32:57.892Z] #41 12.53 CC images/opts.o [2019-10-24T22:32:58.153Z] #41 12.62 CC images/seccomp.o [2019-10-24T22:32:58.414Z] #41 12.73 CC images/binfmt-misc.o [2019-10-24T22:32:58.414Z] #41 12.81 CC images/time.o [2019-10-24T22:32:58.414Z] #41 12.89 CC images/sysctl.o [2019-10-24T22:32:58.414Z] #41 12.96 CC images/autofs.o [2019-10-24T22:32:58.657Z] Sending build context to Docker daemon 50.11MB [2019-10-24T22:32:58.657Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-10-24T22:32:58.657Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-10-24T22:32:58.657Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-10-24T22:32:58.657Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-10-24T22:32:58.657Z] ---> ebd73b5ebd31 [2019-10-24T22:32:58.657Z] Step 5/16 : ARG BUILDX_REPO [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 3ed7b9d5dd1d [2019-10-24T22:32:58.657Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> a1c9fad860c2 [2019-10-24T22:32:58.657Z] Step 7/16 : WORKDIR /buildx [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> f8f137aaee1d [2019-10-24T22:32:58.657Z] Step 8/16 : ARG BUILDX_COMMIT [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> f38378b7299f [2019-10-24T22:32:58.657Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 8bb2c2222f62 [2019-10-24T22:32:58.657Z] Step 10/16 : RUN go mod download [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 40804f9f2b93 [2019-10-24T22:32:58.657Z] Step 11/16 : ARG GOOS [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> efb0016e8f21 [2019-10-24T22:32:58.657Z] Step 12/16 : ARG GOARCH [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 7e44307b9fbf [2019-10-24T22:32:58.657Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 7085a1ca346f [2019-10-24T22:32:58.657Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-10-24T22:32:58.657Z] ---> ebd73b5ebd31 [2019-10-24T22:32:58.657Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> a5de21487ce1 [2019-10-24T22:32:58.657Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-10-24T22:32:58.657Z] ---> Using cache [2019-10-24T22:32:58.657Z] ---> 8482a707a30e [2019-10-24T22:32:58.657Z] Successfully built 8482a707a30e [2019-10-24T22:32:58.657Z] Successfully tagged moby-buildx:latest [2019-10-24T22:32:58.657Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-10-24T22:32:58.657Z] if [ -n "${id}" ]; then \ [2019-10-24T22:32:58.657Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-10-24T22:32:58.657Z] && touch bundles/buildx; \ [2019-10-24T22:32:58.657Z] docker rm -f ${id}; \ [2019-10-24T22:32:58.657Z] fi [2019-10-24T22:32:58.676Z] #41 13.04 CC images/macvlan.o [2019-10-24T22:32:58.676Z] #41 13.12 CC images/sit.o [2019-10-24T22:32:58.676Z] #41 13.20 LINK images/built-in.o [2019-10-24T22:32:58.676Z] #41 13.25 GEN compel/include/asm [2019-10-24T22:32:58.729Z] #41 29.77 CC criu/arch/x86/kerndat.o [2019-10-24T22:32:58.938Z] #41 13.25 GEN compel/include/version.h [2019-10-24T22:32:58.938Z] #41 13.26 touch .config [2019-10-24T22:32:58.938Z] #41 13.27 GEN include/common/config.h [2019-10-24T22:32:58.938Z] #41 13.33 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-24T22:32:58.938Z] #41 13.34 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2019-10-24T22:32:58.938Z] #41 13.36 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2019-10-24T22:32:58.938Z] #41 13.37 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2019-10-24T22:32:58.938Z] #41 13.39 DEP compel/plugins/std/infect.d [2019-10-24T22:32:58.938Z] #41 13.44 DEP compel/plugins/std/string.d [2019-10-24T22:32:58.938Z] #41 13.47 DEP compel/plugins/std/log.d [2019-10-24T22:32:58.942Z] e063be25630432723f9be8ccc4d3e9711176c49861a25f3e43f2adcca62bd0cf [2019-10-24T22:32:58.942Z] bundles/buildx version [2019-10-24T22:32:58.942Z] buildx v0.3.1 6db68d0 [2019-10-24T22:32:58.942Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f . [2019-10-24T22:32:58.987Z] #41 30.10 CC criu/arch/x86/sigaction_compat.o [2019-10-24T22:32:58.987Z] #41 30.20 CC criu/arch/x86/sigframe.o [2019-10-24T22:32:59.200Z] #41 13.51 DEP compel/plugins/std/fds.d [2019-10-24T22:32:59.200Z] #41 13.56 DEP compel/plugins/std/std.d [2019-10-24T22:32:59.200Z] #41 13.59 DEP compel/plugins/shmem/shmem.d [2019-10-24T22:32:59.200Z] #41 13.63 DEP compel/plugins/fds/fds.d [2019-10-24T22:32:59.200Z] #41 13.69 CC compel/plugins/std/std.o [2019-10-24T22:32:59.200Z] #41 13.81 CC compel/plugins/std/fds.o [2019-10-24T22:32:59.225Z] #2 [internal] load .dockerignore [2019-10-24T22:32:59.225Z] #2 transferring context: 87B done [2019-10-24T22:32:59.225Z] #2 DONE 0.0s [2019-10-24T22:32:59.225Z] [2019-10-24T22:32:59.225Z] #1 [internal] load build definition from Dockerfile [2019-10-24T22:32:59.225Z] #1 transferring dockerfile: 14.62kB done [2019-10-24T22:32:59.225Z] #1 DONE 0.0s [2019-10-24T22:32:59.225Z] [2019-10-24T22:32:59.225Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-24T22:32:59.245Z] #41 30.32 LINK criu/arch/x86/crtools.built-in.o [2019-10-24T22:32:59.245Z] #41 30.35 DEP criu/pie/util-vdso-elf32.d [2019-10-24T22:32:59.503Z] #41 30.50 DEP criu/arch/x86/vdso-pie.d [2019-10-24T22:32:59.503Z] #41 30.60 DEP criu/pie/parasite-vdso.d [2019-10-24T22:32:59.503Z] #41 30.70 DEP criu/pie/util-vdso.d [2019-10-24T22:32:59.508Z] #3 DONE 0.3s [2019-10-24T22:32:59.508Z] [2019-10-24T22:32:59.508Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-24T22:32:59.508Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-24T22:32:59.508Z] #4 CACHED [2019-10-24T22:32:59.761Z] #41 30.76 DEP criu/pie/util.d [2019-10-24T22:32:59.761Z] #41 30.86 CC criu/pie/util.o [2019-10-24T22:32:59.773Z] #41 13.97 CC compel/plugins/std/log.o [2019-10-24T22:32:59.773Z] #41 14.32 CC compel/plugins/std/string.o [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-24T22:32:59.793Z] #5 DONE 0.0s [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #6 [internal] load metadata for docker.io/library/golang:1.13.3-stretch [2019-10-24T22:32:59.793Z] #6 DONE 0.1s [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141... [2019-10-24T22:32:59.793Z] #7 resolve docker.io/library/golang:1.13.3-stretch@sha256:75a8ed141bbbff26ec193d34c856db3e675220411a583fe4f24933080b8f4d00 done [2019-10-24T22:32:59.793Z] #7 DONE 0.0s [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-24T22:32:59.793Z] #8 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-24T22:32:59.793Z] #9 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-24T22:32:59.793Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-24T22:32:59.793Z] #65 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-24T22:32:59.793Z] #11 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-24T22:32:59.793Z] #10 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-24T22:32:59.793Z] #12 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-24T22:32:59.793Z] #13 CACHED [2019-10-24T22:32:59.793Z] [2019-10-24T22:32:59.793Z] #19 [internal] load build context [2019-10-24T22:33:00.020Z] #41 31.03 CC criu/pie/util-vdso.o [2019-10-24T22:33:00.278Z] #41 31.40 CC criu/pie/parasite-vdso.o [2019-10-24T22:33:00.346Z] #41 14.58 CC compel/plugins/std/infect.o [2019-10-24T22:33:00.346Z] #41 14.76 CC compel/arch/aarch64/plugins/std/parasite-head.o [2019-10-24T22:33:00.346Z] #41 14.78 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2019-10-24T22:33:00.346Z] #41 14.81 AR compel/plugins/std.lib.a [2019-10-24T22:33:00.346Z] #41 14.86 CC compel/plugins/fds/fds.o [2019-10-24T22:33:00.346Z] #41 14.96 AR compel/plugins/fds.lib.a [2019-10-24T22:33:00.420Z] #19 ... [2019-10-24T22:33:00.420Z] [2019-10-24T22:33:00.420Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-24T22:33:00.420Z] #14 DONE 0.6s [2019-10-24T22:33:00.420Z] [2019-10-24T22:33:00.420Z] #19 [internal] load build context [2019-10-24T22:33:00.608Z] #41 15.00 HOSTDEP compel/src/lib/log-host.d [2019-10-24T22:33:00.608Z] #41 15.05 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-24T22:33:00.608Z] #41 15.10 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2019-10-24T22:33:00.608Z] #41 15.14 HOSTDEP compel/src/main-host.d [2019-10-24T22:33:00.608Z] #41 15.19 DEP compel/src/lib/ptrace.d [2019-10-24T22:33:00.608Z] #41 15.24 DEP compel/src/lib/infect.d [2019-10-24T22:33:00.844Z] #41 31.97 CC criu/arch/x86/vdso-pie.o [2019-10-24T22:33:00.870Z] #41 15.32 DEP compel/src/lib/infect-util.d [2019-10-24T22:33:00.870Z] #41 15.37 DEP compel/src/lib/infect-rpc.d [2019-10-24T22:33:00.870Z] #41 15.43 DEP compel/arch/aarch64/src/lib/infect.d [2019-10-24T22:33:00.870Z] #41 15.47 DEP compel/arch/aarch64/src/lib/cpu.d [2019-10-24T22:33:01.072Z] #19 ... [2019-10-24T22:33:01.072Z] [2019-10-24T22:33:01.072Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-24T22:33:01.072Z] #15 DONE 0.4s [2019-10-24T22:33:01.072Z] [2019-10-24T22:33:01.072Z] #19 [internal] load build context [2019-10-24T22:33:01.102Z] #41 32.10 CC criu/pie/util-vdso-elf32.o [2019-10-24T22:33:01.131Z] #41 15.51 DEP compel/src/lib/log.d [2019-10-24T22:33:01.132Z] #41 15.55 DEP compel/src/main.d [2019-10-24T22:33:01.132Z] #41 15.60 DEP compel/src/lib/handle-elf.d [2019-10-24T22:33:01.132Z] #41 15.65 DEP compel/arch/aarch64/src/lib/handle-elf.d [2019-10-24T22:33:01.132Z] #41 15.74 CC compel/src/lib/log.o [2019-10-24T22:33:01.360Z] #41 32.42 AR criu/pie/pie.lib.a [2019-10-24T22:33:01.360Z] #41 32.46 DEP criu/pie/restorer.d [2019-10-24T22:33:01.378Z] #19 ... [2019-10-24T22:33:01.378Z] [2019-10-24T22:33:01.378Z] #16 [dev 6/24] RUN ldconfig [2019-10-24T22:33:01.378Z] #16 DONE 0.6s [2019-10-24T22:33:01.378Z] [2019-10-24T22:33:01.378Z] #19 [internal] load build context [2019-10-24T22:33:01.394Z] #41 15.87 CC compel/arch/aarch64/src/lib/cpu.o [2019-10-24T22:33:01.394Z] #41 ... [2019-10-24T22:33:01.394Z] [2019-10-24T22:33:01.394Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:01.394Z] #59 5.707 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-24T22:33:01.394Z] #59 5.707 + BUILDTAGS='netgo osusergo static_build' [2019-10-24T22:33:01.394Z] #59 5.707 + export EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:33:01.394Z] #59 5.707 + EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:33:01.394Z] #59 5.707 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-24T22:33:01.394Z] #59 5.707 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-24T22:33:01.394Z] #59 5.707 + '[' '' = dynamic ']' [2019-10-24T22:33:01.394Z] #59 5.707 + make [2019-10-24T22:33:01.394Z] #59 5.926 + bin/ctr [2019-10-24T22:33:01.394Z] #59 ... [2019-10-24T22:33:01.394Z] [2019-10-24T22:33:01.394Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:01.394Z] #41 15.98 CC compel/arch/aarch64/src/lib/infect.o [2019-10-24T22:33:01.618Z] #41 32.61 DEP criu/arch/x86/sigaction_compat_pie.d [2019-10-24T22:33:01.618Z] #41 32.72 DEP criu/arch/x86/restorer_unmap.d [2019-10-24T22:33:01.618Z] #41 32.75 DEP criu/arch/x86/restorer.d [2019-10-24T22:33:01.618Z] #41 32.85 DEP criu/pie/parasite.d [2019-10-24T22:33:01.655Z] #41 16.14 CC compel/src/lib/infect-rpc.o [2019-10-24T22:33:01.877Z] #41 32.95 CC criu/pie/parasite.o [2019-10-24T22:33:01.918Z] #41 16.28 CC compel/src/lib/infect-util.o [2019-10-24T22:33:01.918Z] #41 16.39 CC compel/src/lib/infect.o [2019-10-24T22:33:02.443Z] #41 33.51 LINK criu/pie/parasite.built-in.o [2019-10-24T22:33:02.443Z] #41 33.52 GEN criu/pie/parasite-blob.h [2019-10-24T22:33:02.443Z] #41 33.53 CC criu/arch/x86/restorer.o [2019-10-24T22:33:02.701Z] #41 33.78 CC criu/arch/x86/restorer_unmap.o [2019-10-24T22:33:02.701Z] #41 33.81 CC criu/arch/x86/sigaction_compat_pie.o [2019-10-24T22:33:02.701Z] #41 34.02 CC criu/pie/restorer.o [2019-10-24T22:33:02.864Z] #41 17.32 CC compel/src/lib/ptrace.o [2019-10-24T22:33:03.126Z] #41 17.48 AR compel/libcompel.a [2019-10-24T22:33:03.126Z] #41 17.53 HOSTCC compel/src/main-host.o [2019-10-24T22:33:03.126Z] #41 17.68 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2019-10-24T22:33:03.388Z] #41 17.76 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-24T22:33:03.388Z] #41 17.92 HOSTCC compel/src/lib/log-host.o [2019-10-24T22:33:03.388Z] #41 18.01 HOSTLINK compel/compel-host-bin [2019-10-24T22:33:03.650Z] #41 18.10 DEP soccr/soccr.d [2019-10-24T22:33:03.912Z] #41 18.20 CC soccr/soccr.o [2019-10-24T22:33:04.119Z] #19 transferring context: 34.74MB 4.4s [2019-10-24T22:33:04.486Z] #41 18.84 AR soccr/libsoccr.a [2019-10-24T22:33:04.486Z] #41 18.87 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:33:04.600Z] #41 35.40 LINK criu/pie/restorer.built-in.o [2019-10-24T22:33:04.600Z] #41 35.41 GEN criu/pie/restorer-blob.h [2019-10-24T22:33:04.600Z] #41 35.46 DEP criu/vdso.d [2019-10-24T22:33:04.600Z] #41 35.59 DEP criu/vdso-compat.d [2019-10-24T22:33:04.600Z] #41 35.66 DEP criu/uts_ns.d [2019-10-24T22:33:04.600Z] #41 35.77 DEP criu/util.d [2019-10-24T22:33:04.600Z] #41 35.88 DEP criu/uffd.d [2019-10-24T22:33:04.748Z] #41 19.04 DEP criu/arch/aarch64/sigframe.d [2019-10-24T22:33:04.748Z] #41 19.10 DEP criu/arch/aarch64/crtools.d [2019-10-24T22:33:04.748Z] #41 19.17 DEP criu/arch/aarch64/cpu.d [2019-10-24T22:33:04.748Z] #41 19.19 DEP criu/arch/aarch64/bitops.d [2019-10-24T22:33:04.748Z] #41 19.23 CC criu/arch/aarch64/bitops.o [2019-10-24T22:33:04.748Z] #41 19.25 CC criu/arch/aarch64/cpu.o [2019-10-24T22:33:04.748Z] #41 19.30 CC criu/arch/aarch64/crtools.o [2019-10-24T22:33:04.858Z] #41 36.04 DEP criu/tun.d [2019-10-24T22:33:04.858Z] #41 36.16 DEP criu/tty.d [2019-10-24T22:33:05.010Z] #41 19.57 CC criu/arch/aarch64/sigframe.o [2019-10-24T22:33:05.144Z] #19 transferring context: 45.62MB 5.2s done [2019-10-24T22:33:05.144Z] #19 DONE 5.2s [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:33:05.144Z] #28 0.514 + mktemp -d [2019-10-24T22:33:05.144Z] #28 0.518 + export GOPATH=/tmp/tmp.MoVUtHMuQr [2019-10-24T22:33:05.144Z] #28 0.519 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.MoVUtHMuQr/src/github.com/go-swagger/go-swagger [2019-10-24T22:33:05.144Z] #28 0.523 Cloning into '/tmp/tmp.MoVUtHMuQr/src/github.com/go-swagger/go-swagger'... [2019-10-24T22:33:05.144Z] #28 ... [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:33:05.144Z] #52 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-24T22:33:05.144Z] #53 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:33:05.144Z] #20 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-24T22:33:05.144Z] #61 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:33:05.144Z] #21 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-24T22:33:05.144Z] #56 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:33:05.144Z] #57 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-24T22:33:05.144Z] #58 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-24T22:33:05.144Z] #49 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-24T22:33:05.144Z] #30 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-24T22:33:05.144Z] #43 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-24T22:33:05.144Z] #67 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-24T22:33:05.144Z] #46 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-24T22:33:05.144Z] #24 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:33:05.144Z] #25 CACHED [2019-10-24T22:33:05.144Z] [2019-10-24T22:33:05.144Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:33:05.272Z] #41 19.67 LINK criu/arch/aarch64/crtools.built-in.o [2019-10-24T22:33:05.272Z] #41 19.71 DEP criu/arch/aarch64/intraprocedure.d [2019-10-24T22:33:05.272Z] #41 19.72 DEP criu/arch/aarch64/vdso-pie.d [2019-10-24T22:33:05.272Z] #41 19.76 DEP criu/pie/parasite-vdso.d [2019-10-24T22:33:05.272Z] #41 19.82 DEP criu/pie/util-vdso.d [2019-10-24T22:33:05.424Z] #41 36.33 DEP criu/timerfd.d [2019-10-24T22:33:05.424Z] #41 36.41 DEP criu/sysfs_parse.d [2019-10-24T22:33:05.424Z] #41 36.50 DEP criu/sysctl.d [2019-10-24T22:33:05.424Z] #41 36.60 DEP criu/string.d [2019-10-24T22:33:05.424Z] #41 36.63 DEP criu/stats.d [2019-10-24T22:33:05.424Z] #41 36.70 DEP criu/sockets.d [2019-10-24T22:33:05.424Z] #41 ... [2019-10-24T22:33:05.424Z] [2019-10-24T22:33:05.424Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:33:05.424Z] #38 36.61 + dpkg --print-architecture [2019-10-24T22:33:05.424Z] #38 36.62 + cd /tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution [2019-10-24T22:33:05.424Z] #38 36.62 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-24T22:33:05.534Z] #41 19.88 DEP criu/pie/util.d [2019-10-24T22:33:05.534Z] #41 19.94 CC criu/pie/util.o [2019-10-24T22:33:05.534Z] #41 20.08 CC criu/pie/util-vdso.o [2019-10-24T22:33:05.771Z] #68 0.661 + RM_GOPATH=0 [2019-10-24T22:33:05.771Z] #68 0.661 + TMP_GOPATH= [2019-10-24T22:33:05.771Z] #68 0.661 + : /build [2019-10-24T22:33:05.771Z] #68 0.681 + '[' -z '' ']' [2019-10-24T22:33:05.771Z] #68 0.685 ++ mktemp -d [2019-10-24T22:33:05.771Z] #68 0.720 + export GOPATH=/tmp/tmp.4tuX5Aua68 [2019-10-24T22:33:05.771Z] #68 0.721 + GOPATH=/tmp/tmp.4tuX5Aua68 [2019-10-24T22:33:05.771Z] #68 0.721 + RM_GOPATH=1 [2019-10-24T22:33:05.771Z] #68 0.722 ++ dirname ./install.sh [2019-10-24T22:33:05.771Z] #68 0.727 + dir=. [2019-10-24T22:33:05.771Z] #68 0.727 + bin=proxy [2019-10-24T22:33:05.771Z] #68 0.728 + shift [2019-10-24T22:33:05.771Z] #68 0.729 + '[' '!' -f ./proxy.installer ']' [2019-10-24T22:33:05.771Z] #68 0.729 + . ./proxy.installer [2019-10-24T22:33:05.771Z] #68 0.729 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-24T22:33:05.771Z] #68 0.730 + install_proxy [2019-10-24T22:33:05.771Z] #68 0.730 + case "$1" in [2019-10-24T22:33:05.771Z] #68 0.731 + export CGO_ENABLED=0 [2019-10-24T22:33:05.771Z] #68 0.731 + CGO_ENABLED=0 [2019-10-24T22:33:05.795Z] #41 20.35 CC criu/pie/parasite-vdso.o [2019-10-24T22:33:05.990Z] #38 37.25 + GOPATH=/tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1sUqW17Rn4 [2019-10-24T22:33:05.990Z] #38 37.25 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-24T22:33:06.057Z] #41 20.60 CC criu/arch/aarch64/vdso-pie.o [2019-10-24T22:33:06.060Z] #68 0.745 + _install_proxy [2019-10-24T22:33:06.060Z] #68 0.746 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-24T22:33:06.060Z] #68 0.746 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-24T22:33:06.060Z] #68 0.752 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.4tuX5Aua68/src/github.com/docker/libnetwork [2019-10-24T22:33:06.060Z] #68 0.765 Cloning into '/tmp/tmp.4tuX5Aua68/src/github.com/docker/libnetwork'... [2019-10-24T22:33:06.206Z] #59 19.21 + bin/containerd [2019-10-24T22:33:06.319Z] #41 20.73 CC criu/arch/aarch64/intraprocedure.o [2019-10-24T22:33:06.319Z] #41 20.75 AR criu/pie/pie.lib.a [2019-10-24T22:33:06.319Z] #41 20.82 DEP criu/pie/restorer.d [2019-10-24T22:33:06.581Z] #41 20.91 DEP criu/arch/aarch64/restorer.d [2019-10-24T22:33:06.581Z] #41 20.98 DEP criu/pie/parasite.d [2019-10-24T22:33:06.581Z] #41 21.11 CC criu/pie/parasite.o [2019-10-24T22:33:06.790Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-24T22:33:06.790Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a270d7f8\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-24T22:33:06.790Z] ---------------------------------------------------------------------------- [2019-10-24T22:33:06.790Z] [2019-10-24T22:33:06.790Z] INFO: executeCI.ps1 starting at Thu Oct 24 22:33:06 CUT 2019 [2019-10-24T22:33:06.790Z] [2019-10-24T22:33:06.790Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-24T22:33:06.790Z] INFO: Running git version 2.23.0.windows.1 [2019-10-24T22:33:06.790Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-24T22:33:06.790Z] INFO: Environment variables: [2019-10-24T22:33:06.790Z] [2019-10-24T22:33:06.790Z] Name Value [2019-10-24T22:33:06.790Z] ---- ----- [2019-10-24T22:33:06.790Z] ALLUSERSPROFILE C:\ProgramData [2019-10-24T22:33:06.790Z] amd64 true [2019-10-24T22:33:06.790Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-24T22:33:06.790Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-24T22:33:06.790Z] arm64 true [2019-10-24T22:33:06.790Z] BRANCH_NAME PR-40135 [2019-10-24T22:33:06.790Z] BUILD_DISPLAY_NAME #3 [2019-10-24T22:33:06.790Z] BUILD_ID 3 [2019-10-24T22:33:06.790Z] BUILD_NUMBER 3 [2019-10-24T22:33:06.790Z] BUILD_TAG jenkins-moby-PR-40135-3 [2019-10-24T22:33:06.790Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40135/3/ [2019-10-24T22:33:06.790Z] CHANGE_AUTHOR thaJeztah [2019-10-24T22:33:06.790Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-24T22:33:06.790Z] CHANGE_BRANCH nitfix_galore [2019-10-24T22:33:06.790Z] CHANGE_FORK thaJeztah [2019-10-24T22:33:06.790Z] CHANGE_ID 40135 [2019-10-24T22:33:06.790Z] CHANGE_TARGET master [2019-10-24T22:33:06.790Z] CHANGE_TITLE pkg/system: make OSVersion an alias for hcsshim OSVersion [2019-10-24T22:33:06.790Z] CHANGE_URL https://github.com/moby/moby/pull/40135 [2019-10-24T22:33:06.790Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-24T22:33:06.790Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-24T22:33:06.790Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-24T22:33:06.790Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-24T22:33:06.790Z] COMPUTERNAME azwin-2-aff8a0 [2019-10-24T22:33:06.790Z] ComSpec C:\windows\system32\cmd.exe [2019-10-24T22:33:06.790Z] ConfigSequenceNumber 0 [2019-10-24T22:33:06.790Z] DOCKER_BUILDKIT 0 [2019-10-24T22:33:06.790Z] DOCKER_DUT_DEBUG 1 [2019-10-24T22:33:06.790Z] DOCKER_EXPERIMENTAL 1 [2019-10-24T22:33:06.790Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-24T22:33:06.790Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-24T22:33:06.790Z] EXECUTOR_NUMBER 0 [2019-10-24T22:33:06.790Z] FQDN azwin-2-aff8a0.westus.cloudapp.azure.com [2019-10-24T22:33:06.790Z] GIT_BRANCH PR-40135 [2019-10-24T22:33:06.790Z] GIT_COMMIT 9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:33:06.790Z] GIT_PREVIOUS_COMMIT 4ff464eb946224c0eec99c4d9da3bef23a08670c [2019-10-24T22:33:06.790Z] GIT_URL https://github.com/moby/moby.git [2019-10-24T22:33:06.790Z] HUDSON_COOKIE 11afb788-693f-427b-9be0-cb180b39aa83 [2019-10-24T22:33:06.790Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-24T22:33:06.790Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-24T22:33:06.790Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-24T22:33:06.790Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-24T22:33:06.790Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-24T22:33:06.790Z] JENKINS_NODE_COOKIE d3dc5009-9b68-4713-acb8-ddb9a11afc45 [2019-10-24T22:33:06.790Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-24T22:33:06.790Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-24T22:33:06.790Z] JOB_BASE_NAME PR-40135 [2019-10-24T22:33:06.790Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40135/display/redirect [2019-10-24T22:33:06.790Z] JOB_NAME moby/PR-40135 [2019-10-24T22:33:06.790Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40135/ [2019-10-24T22:33:06.790Z] library.jps.version master [2019-10-24T22:33:06.790Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-24T22:33:06.790Z] NODE_LABELS amd64 azure azwin-2-aff8a0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-24T22:33:06.790Z] NODE_NAME azwin-2-aff8a0 [2019-10-24T22:33:06.790Z] NUMBER_OF_PROCESSORS 4 [2019-10-24T22:33:06.790Z] OS Windows_NT [2019-10-24T22:33:06.790Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-24T22:33:06.790Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-24T22:33:06.790Z] ppc64le true [2019-10-24T22:33:06.790Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-24T22:33:06.791Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-24T22:33:06.791Z] PROCESSOR_LEVEL 6 [2019-10-24T22:33:06.791Z] PROCESSOR_REVISION 4f01 [2019-10-24T22:33:06.791Z] ProgramData C:\ProgramData [2019-10-24T22:33:06.791Z] ProgramFiles C:\Program Files [2019-10-24T22:33:06.791Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-24T22:33:06.791Z] ProgramW6432 C:\Program Files [2019-10-24T22:33:06.791Z] PROMPT $P$G [2019-10-24T22:33:06.791Z] PSExecutionPolicyPreference Bypass [2019-10-24T22:33:06.791Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-24T22:33:06.791Z] PUBLIC C:\Users\Public [2019-10-24T22:33:06.791Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40135/3/display/redirect?page=changes [2019-10-24T22:33:06.791Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40135/3/display/redirect [2019-10-24T22:33:06.791Z] s390x true [2019-10-24T22:33:06.791Z] skip_dco false [2019-10-24T22:33:06.791Z] SKIP_VALIDATION_TESTS 1 [2019-10-24T22:33:06.791Z] SOURCES_DRIVE d [2019-10-24T22:33:06.791Z] SOURCES_SUBDIR gopath [2019-10-24T22:33:06.791Z] STAGE_NAME Run tests [2019-10-24T22:33:06.791Z] SystemDrive C: [2019-10-24T22:33:06.791Z] SystemRoot C:\windows [2019-10-24T22:33:06.791Z] TEMP C:\windows\TEMP [2019-10-24T22:33:06.791Z] TESTDEBUG 0 [2019-10-24T22:33:06.791Z] TESTRUN_DRIVE d [2019-10-24T22:33:06.791Z] TESTRUN_SUBDIR CI [2019-10-24T22:33:06.791Z] TIMEOUT 120m [2019-10-24T22:33:06.791Z] TMP C:\windows\TEMP [2019-10-24T22:33:06.791Z] unit_validate true [2019-10-24T22:33:06.791Z] USERDOMAIN WORKGROUP [2019-10-24T22:33:06.791Z] USERNAME azwin-2-aff8a0$ [2019-10-24T22:33:06.791Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-24T22:33:06.791Z] windir C:\windows [2019-10-24T22:33:06.791Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-24T22:33:06.791Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-24T22:33:06.791Z] windowsRS1 false [2019-10-24T22:33:06.791Z] windowsRS5 true [2019-10-24T22:33:06.791Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-24T22:33:06.791Z] [2019-10-24T22:33:06.791Z] [2019-10-24T22:33:06.791Z] [2019-10-24T22:33:07.155Z] #41 21.63 LINK criu/pie/parasite.built-in.o [2019-10-24T22:33:07.156Z] #41 21.64 GEN criu/pie/parasite-blob.h [2019-10-24T22:33:07.156Z] #41 21.65 CC criu/arch/aarch64/restorer.o [2019-10-24T22:33:07.256Z] INFO: Sources under d:\gopath\... [2019-10-24T22:33:07.256Z] INFO: Test run under d:\CI\... [2019-10-24T22:33:07.256Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-24T22:33:07.256Z] INFO: docker/docker repository was found [2019-10-24T22:33:07.417Z] #41 21.84 CC criu/pie/restorer.o [2019-10-24T22:33:07.722Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-24T22:33:07.722Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-24T22:33:07.722Z] INFO: Docker version of control daemon [2019-10-24T22:33:07.722Z] [2019-10-24T22:33:08.187Z] Client: Docker Engine - Enterprise [2019-10-24T22:33:08.187Z] Version: 19.03.2 [2019-10-24T22:33:08.187Z] API version: 1.40 [2019-10-24T22:33:08.187Z] Go version: go1.12.8 [2019-10-24T22:33:08.187Z] Git commit: c92ab06ed9 [2019-10-24T22:33:08.187Z] Built: 09/03/2019 16:38:11 [2019-10-24T22:33:08.187Z] OS/Arch: windows/amd64 [2019-10-24T22:33:08.187Z] Experimental: false [2019-10-24T22:33:08.187Z] [2019-10-24T22:33:08.187Z] Server: Docker Engine - Enterprise [2019-10-24T22:33:08.187Z] Engine: [2019-10-24T22:33:08.187Z] Version: 19.03.2 [2019-10-24T22:33:08.187Z] API version: 1.40 (minimum version 1.24) [2019-10-24T22:33:08.187Z] Go version: go1.12.8 [2019-10-24T22:33:08.187Z] Git commit: c92ab06ed9 [2019-10-24T22:33:08.187Z] Built: 09/03/2019 16:35:47 [2019-10-24T22:33:08.187Z] OS/Arch: windows/amd64 [2019-10-24T22:33:08.187Z] Experimental: true [2019-10-24T22:33:08.187Z] [2019-10-24T22:33:08.187Z] INFO: Docker info of control daemon [2019-10-24T22:33:08.187Z] [2019-10-24T22:33:08.359Z] #41 23.01 LINK criu/pie/restorer.built-in.o [2019-10-24T22:33:08.620Z] #41 23.01 GEN criu/pie/restorer-blob.h [2019-10-24T22:33:08.620Z] #41 23.05 DEP criu/vdso.d [2019-10-24T22:33:08.620Z] #41 23.12 DEP criu/uts_ns.d [2019-10-24T22:33:08.620Z] #41 23.17 DEP criu/util.d [2019-10-24T22:33:08.620Z] #41 23.25 DEP criu/uffd.d [2019-10-24T22:33:08.881Z] #41 23.32 DEP criu/tun.d [2019-10-24T22:33:08.881Z] #41 23.39 DEP criu/tty.d [2019-10-24T22:33:08.881Z] #41 23.49 DEP criu/timerfd.d [2019-10-24T22:33:09.142Z] #41 23.55 DEP criu/sysfs_parse.d [2019-10-24T22:33:09.142Z] #41 23.61 DEP criu/sysctl.d [2019-10-24T22:33:09.142Z] #41 23.66 DEP criu/string.d [2019-10-24T22:33:09.142Z] #41 23.68 DEP criu/stats.d [2019-10-24T22:33:09.142Z] #41 23.73 DEP criu/sockets.d [2019-10-24T22:33:09.403Z] #41 23.80 DEP criu/sk-unix.d [2019-10-24T22:33:09.403Z] #41 23.88 DEP criu/sk-tcp.d [2019-10-24T22:33:09.403Z] #41 23.95 DEP criu/sk-queue.d [2019-10-24T22:33:09.403Z] #41 24.01 DEP criu/sk-packet.d [2019-10-24T22:33:09.664Z] #41 24.08 DEP criu/sk-netlink.d [2019-10-24T22:33:09.664Z] #41 24.14 DEP criu/sk-inet.d [2019-10-24T22:33:09.664Z] #41 24.21 DEP criu/signalfd.d [2019-10-24T22:33:09.664Z] #41 24.26 DEP criu/sigframe.d [2019-10-24T22:33:09.739Z] Client: [2019-10-24T22:33:09.739Z] Debug Mode: false [2019-10-24T22:33:09.739Z] Plugins: [2019-10-24T22:33:09.739Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-24T22:33:09.739Z] [2019-10-24T22:33:09.739Z] Server: [2019-10-24T22:33:09.739Z] Containers: 0 [2019-10-24T22:33:09.739Z] Running: 0 [2019-10-24T22:33:09.739Z] Paused: 0 [2019-10-24T22:33:09.739Z] Stopped: 0 [2019-10-24T22:33:09.739Z] Images: 8 [2019-10-24T22:33:09.739Z] Server Version: 19.03.2 [2019-10-24T22:33:09.739Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-24T22:33:09.739Z] Windows: [2019-10-24T22:33:09.739Z] LCOW: [2019-10-24T22:33:09.739Z] Logging Driver: json-file [2019-10-24T22:33:09.739Z] Plugins: [2019-10-24T22:33:09.739Z] Volume: local [2019-10-24T22:33:09.739Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-24T22:33:09.739Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-24T22:33:09.739Z] Swarm: inactive [2019-10-24T22:33:09.739Z] Default Isolation: process [2019-10-24T22:33:09.739Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-24T22:33:09.739Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-24T22:33:09.739Z] OSType: windows [2019-10-24T22:33:09.739Z] Architecture: x86_64 [2019-10-24T22:33:09.739Z] CPUs: 4 [2019-10-24T22:33:09.739Z] Total Memory: 32GiB [2019-10-24T22:33:09.739Z] Name: azwin-2-aff8a0 [2019-10-24T22:33:09.739Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-24T22:33:09.739Z] Docker Root Dir: D:\docker [2019-10-24T22:33:09.739Z] Debug Mode: false [2019-10-24T22:33:09.739Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:33:09.739Z] Labels: [2019-10-24T22:33:09.739Z] Experimental: true [2019-10-24T22:33:09.739Z] Insecure Registries: [2019-10-24T22:33:09.740Z] 10.0.0.4:5000 [2019-10-24T22:33:09.740Z] 127.0.0.0/8 [2019-10-24T22:33:09.740Z] Registry Mirrors: [2019-10-24T22:33:09.740Z] http://10.0.0.4:5000/ [2019-10-24T22:33:09.740Z] Live Restore Enabled: false [2019-10-24T22:33:09.740Z] [2019-10-24T22:33:09.740Z] [2019-10-24T22:33:09.740Z] INFO: Commit hash is 9d12bc257 [2019-10-24T22:33:09.740Z] INFO: Nuke-Everything... [2019-10-24T22:33:09.740Z] INFO: Container count on control daemon to delete is 0 [2019-10-24T22:33:09.925Z] #41 24.30 DEP criu/shmem.d [2019-10-24T22:33:09.925Z] #41 24.36 DEP criu/servicefd.d [2019-10-24T22:33:09.925Z] #41 24.41 DEP criu/seize.d [2019-10-24T22:33:09.925Z] #41 24.47 DEP criu/seccomp.d [2019-10-24T22:33:09.925Z] #41 24.54 DEP criu/rst-malloc.d [2019-10-24T22:33:10.186Z] #41 24.57 DEP criu/rbtree.d [2019-10-24T22:33:10.186Z] #41 24.59 DEP criu/pstree.d [2019-10-24T22:33:10.186Z] #41 24.65 DEP criu/protobuf.d [2019-10-24T22:33:10.186Z] #41 24.70 GEN criu/protobuf-desc-gen.h [2019-10-24T22:33:10.204Z] INFO: Nuking d:\CI [2019-10-24T22:33:10.204Z] INFO: Zapped successfully [2019-10-24T22:33:10.204Z] INFO: Location for testing is d:\CI\PR-40135\3 [2019-10-24T22:33:10.204Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-24T22:33:10.204Z] [2019-10-24T22:33:10.204Z] [2019-10-24T22:33:10.204Z] INFO: Building the image from Dockerfile.windows at 10/24/2019 22:33:10... [2019-10-24T22:33:10.204Z] [2019-10-24T22:33:10.503Z] #68 ... [2019-10-24T22:33:10.503Z] [2019-10-24T22:33:10.503Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:33:10.503Z] #33 0.978 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-24T22:33:10.503Z] #33 1.082 Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [2019-10-24T22:33:10.503Z] #33 1.083 Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [2019-10-24T22:33:10.503Z] #33 1.098 Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release [2019-10-24T22:33:10.503Z] #33 7.332 Reading package lists... [2019-10-24T22:33:10.503Z] #33 ... [2019-10-24T22:33:10.503Z] [2019-10-24T22:33:10.503Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:33:10.503Z] #38 0.557 + mktemp -d [2019-10-24T22:33:10.503Z] #38 0.578 + export GOPATH=/tmp/tmp.RjHf56f6ot [2019-10-24T22:33:10.503Z] #38 0.578 + git clone https://github.com/docker/distribution.git /tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution [2019-10-24T22:33:10.503Z] #38 0.579 Cloning into '/tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution'... [2019-10-24T22:33:10.503Z] #38 ... [2019-10-24T22:33:10.503Z] [2019-10-24T22:33:10.503Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:10.503Z] #40 0.819 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-24T22:33:10.503Z] #40 0.948 Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [2019-10-24T22:33:10.503Z] #40 0.948 Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [2019-10-24T22:33:10.503Z] #40 0.958 Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release [2019-10-24T22:33:10.503Z] #40 6.961 Reading package lists... [2019-10-24T22:33:10.503Z] #40 ... [2019-10-24T22:33:10.503Z] [2019-10-24T22:33:10.503Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:33:10.503Z] #31 0.655 + RM_GOPATH=0 [2019-10-24T22:33:10.503Z] #31 0.682 + TMP_GOPATH= [2019-10-24T22:33:10.503Z] #31 0.683 + : /build [2019-10-24T22:33:10.503Z] #31 0.683 + '[' -z '' ']' [2019-10-24T22:33:10.503Z] #31 0.687 ++ mktemp -d [2019-10-24T22:33:10.503Z] #31 0.710 + export GOPATH=/tmp/tmp.Clm3176O7e [2019-10-24T22:33:10.503Z] #31 0.710 + GOPATH=/tmp/tmp.Clm3176O7e [2019-10-24T22:33:10.503Z] #31 0.710 + RM_GOPATH=1 [2019-10-24T22:33:10.503Z] #31 0.724 ++ dirname ./install.sh [2019-10-24T22:33:10.503Z] #31 0.733 + dir=. [2019-10-24T22:33:10.503Z] #31 0.734 + bin=tomlv [2019-10-24T22:33:10.503Z] #31 0.734 + shift [2019-10-24T22:33:10.503Z] #31 0.735 + '[' '!' -f ./tomlv.installer ']' [2019-10-24T22:33:10.503Z] #31 0.736 + . ./tomlv.installer [2019-10-24T22:33:10.503Z] #31 0.737 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-24T22:33:10.503Z] #31 0.738 + install_tomlv [2019-10-24T22:33:10.503Z] #31 0.738 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-24T22:33:10.503Z] #31 0.738 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-24T22:33:10.503Z] #31 0.738 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Clm3176O7e/src/github.com/BurntSushi/toml [2019-10-24T22:33:10.503Z] #31 0.756 Cloning into '/tmp/tmp.Clm3176O7e/src/github.com/BurntSushi/toml'... [2019-10-24T22:33:10.503Z] #31 3.169 + cd /tmp/tmp.Clm3176O7e/src/github.com/BurntSushi/toml [2019-10-24T22:33:10.503Z] #31 3.171 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-24T22:33:10.503Z] #31 3.237 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-24T22:33:10.503Z] #31 4.819 runtime [2019-10-24T22:33:10.758Z] #41 25.38 DEP criu/protobuf-desc.d [2019-10-24T22:33:11.019Z] #41 25.44 DEP criu/proc_parse.d [2019-10-24T22:33:11.019Z] #41 25.51 DEP criu/plugin.d [2019-10-24T22:33:11.019Z] #41 25.55 DEP criu/pipes.d [2019-10-24T22:33:11.019Z] #41 25.62 DEP criu/pie-util.d [2019-10-24T22:33:11.281Z] #41 25.67 DEP criu/pie-util-vdso.d [2019-10-24T22:33:11.281Z] #41 25.72 DEP criu/pie-util-vdso-elf32.d [2019-10-24T22:33:11.281Z] #41 25.77 DEP criu/path.d [2019-10-24T22:33:11.281Z] #41 25.82 DEP criu/parasite-syscall.d [2019-10-24T22:33:11.281Z] #41 25.91 DEP criu/pagemap.d [2019-10-24T22:33:11.536Z] #31 ... [2019-10-24T22:33:11.536Z] [2019-10-24T22:33:11.536Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:33:11.536Z] #17 0.825 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-24T22:33:11.536Z] #17 0.850 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-24T22:33:11.536Z] #17 1.115 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-24T22:33:11.536Z] #17 1.147 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-24T22:33:11.536Z] #17 1.386 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-24T22:33:11.536Z] #17 3.075 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-24T22:33:11.536Z] #17 5.732 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-24T22:33:11.536Z] #17 7.530 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-24T22:33:11.536Z] #17 ... [2019-10-24T22:33:11.536Z] [2019-10-24T22:33:11.536Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:33:11.536Z] #44 0.673 + RM_GOPATH=0 [2019-10-24T22:33:11.536Z] #44 0.673 + TMP_GOPATH= [2019-10-24T22:33:11.536Z] #44 0.673 + : /build [2019-10-24T22:33:11.536Z] #44 0.673 + '[' -z '' ']' [2019-10-24T22:33:11.536Z] #44 0.687 ++ mktemp -d [2019-10-24T22:33:11.536Z] #44 0.706 + export GOPATH=/tmp/tmp.9HBzJsoZPI [2019-10-24T22:33:11.536Z] #44 0.708 + GOPATH=/tmp/tmp.9HBzJsoZPI [2019-10-24T22:33:11.536Z] #44 0.709 + RM_GOPATH=1 [2019-10-24T22:33:11.536Z] #44 0.721 ++ dirname ./install.sh [2019-10-24T22:33:11.536Z] #44 0.726 + dir=. [2019-10-24T22:33:11.536Z] #44 0.726 + bin=vndr [2019-10-24T22:33:11.536Z] #44 0.726 + shift [2019-10-24T22:33:11.536Z] #44 0.730 + '[' '!' -f ./vndr.installer ']' [2019-10-24T22:33:11.536Z] #44 0.731 + . ./vndr.installer [2019-10-24T22:33:11.536Z] #44 0.732 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-24T22:33:11.536Z] #44 0.734 + install_vndr [2019-10-24T22:33:11.536Z] #44 0.735 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-24T22:33:11.536Z] #44 0.735 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-24T22:33:11.536Z] #44 0.736 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9HBzJsoZPI/src/github.com/LK4D4/vndr [2019-10-24T22:33:11.536Z] #44 0.788 Cloning into '/tmp/tmp.9HBzJsoZPI/src/github.com/LK4D4/vndr'... [2019-10-24T22:33:11.536Z] #44 2.895 + cd /tmp/tmp.9HBzJsoZPI/src/github.com/LK4D4/vndr [2019-10-24T22:33:11.536Z] #44 2.897 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-24T22:33:11.536Z] #44 2.930 + go build -buildmode=pie -v -o /build/vndr . [2019-10-24T22:33:11.536Z] #44 6.092 runtime [2019-10-24T22:33:11.542Z] #41 25.98 DEP criu/pagemap-cache.d [2019-10-24T22:33:11.542Z] #41 26.04 DEP criu/page-xfer.d [2019-10-24T22:33:11.542Z] #41 26.11 DEP criu/page-pipe.d [2019-10-24T22:33:11.542Z] #41 26.17 DEP criu/netfilter.d [2019-10-24T22:33:11.805Z] #41 26.23 DEP criu/net.d [2019-10-24T22:33:12.067Z] #41 26.32 DEP criu/namespaces.d [2019-10-24T22:33:12.067Z] #41 26.39 DEP criu/mount.d [2019-10-24T22:33:12.067Z] #41 26.46 DEP criu/mem.d [2019-10-24T22:33:12.067Z] #41 26.55 DEP criu/lsm.d [2019-10-24T22:33:12.067Z] #41 26.61 DEP criu/log.d [2019-10-24T22:33:12.329Z] #41 26.66 DEP criu/libnetlink.d [2019-10-24T22:33:12.329Z] #41 26.72 DEP criu/kerndat.d [2019-10-24T22:33:12.329Z] #41 26.80 DEP criu/kcmp-ids.d [2019-10-24T22:33:12.329Z] #41 26.83 DEP criu/irmap.d [2019-10-24T22:33:12.329Z] #41 26.89 DEP criu/ipc_ns.d [2019-10-24T22:33:12.329Z] #41 26.96 DEP criu/image.d [2019-10-24T22:33:12.544Z] #38 ... [2019-10-24T22:33:12.544Z] [2019-10-24T22:33:12.544Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:12.544Z] #41 36.87 DEP criu/sk-unix.d [2019-10-24T22:33:12.544Z] #41 36.97 DEP criu/sk-tcp.d [2019-10-24T22:33:12.544Z] #41 37.08 DEP criu/sk-queue.d [2019-10-24T22:33:12.544Z] #41 37.19 DEP criu/sk-packet.d [2019-10-24T22:33:12.544Z] #41 37.30 DEP criu/sk-netlink.d [2019-10-24T22:33:12.544Z] #41 37.40 DEP criu/sk-inet.d [2019-10-24T22:33:12.544Z] #41 37.52 DEP criu/signalfd.d [2019-10-24T22:33:12.544Z] #41 37.59 DEP criu/sigframe.d [2019-10-24T22:33:12.544Z] #41 37.64 DEP criu/shmem.d [2019-10-24T22:33:12.544Z] #41 37.74 DEP criu/servicefd.d [2019-10-24T22:33:12.544Z] #41 37.85 DEP criu/seize.d [2019-10-24T22:33:12.544Z] #41 38.00 DEP criu/seccomp.d [2019-10-24T22:33:12.544Z] #41 38.16 DEP criu/rst-malloc.d [2019-10-24T22:33:12.544Z] #41 38.20 DEP criu/rbtree.d [2019-10-24T22:33:12.544Z] #41 38.23 DEP criu/pstree.d [2019-10-24T22:33:12.544Z] #41 38.38 DEP criu/protobuf.d [2019-10-24T22:33:12.544Z] #41 38.46 GEN criu/protobuf-desc-gen.h [2019-10-24T22:33:12.544Z] #41 39.27 DEP criu/protobuf-desc.d [2019-10-24T22:33:12.544Z] #41 39.40 DEP criu/proc_parse.d [2019-10-24T22:33:12.544Z] #41 39.57 DEP criu/plugin.d [2019-10-24T22:33:12.544Z] #41 39.63 DEP criu/pipes.d [2019-10-24T22:33:12.544Z] #41 39.73 DEP criu/pie-util.d [2019-10-24T22:33:12.544Z] #41 39.78 DEP criu/pie-util-vdso.d [2019-10-24T22:33:12.544Z] #41 39.82 DEP criu/pie-util-vdso-elf32.d [2019-10-24T22:33:12.544Z] #41 39.90 DEP criu/path.d [2019-10-24T22:33:12.544Z] #41 40.03 DEP criu/parasite-syscall.d [2019-10-24T22:33:12.544Z] #41 40.19 DEP criu/pagemap.d [2019-10-24T22:33:12.544Z] #41 40.31 DEP criu/pagemap-cache.d [2019-10-24T22:33:12.544Z] #41 40.38 DEP criu/page-xfer.d [2019-10-24T22:33:12.544Z] #41 40.49 DEP criu/page-pipe.d [2019-10-24T22:33:12.544Z] #41 40.54 DEP criu/netfilter.d [2019-10-24T22:33:12.544Z] #41 40.68 DEP criu/net.d [2019-10-24T22:33:12.544Z] #41 40.80 DEP criu/namespaces.d [2019-10-24T22:33:12.544Z] #41 40.90 DEP criu/mount.d [2019-10-24T22:33:12.544Z] #41 40.98 DEP criu/mem.d [2019-10-24T22:33:12.544Z] #41 41.06 DEP criu/lsm.d [2019-10-24T22:33:12.544Z] #41 41.12 DEP criu/log.d [2019-10-24T22:33:12.544Z] #41 41.17 DEP criu/libnetlink.d [2019-10-24T22:33:12.544Z] #41 41.24 DEP criu/kerndat.d [2019-10-24T22:33:12.544Z] #41 41.38 DEP criu/kcmp-ids.d [2019-10-24T22:33:12.544Z] #41 41.42 DEP criu/irmap.d [2019-10-24T22:33:12.544Z] #41 41.50 DEP criu/ipc_ns.d [2019-10-24T22:33:12.544Z] #41 41.62 DEP criu/image.d [2019-10-24T22:33:12.544Z] #41 41.72 DEP criu/image-desc.d [2019-10-24T22:33:12.544Z] #41 41.77 DEP criu/fsnotify.d [2019-10-24T22:33:12.544Z] #41 41.84 DEP criu/filesystems.d [2019-10-24T22:33:12.544Z] #41 41.94 DEP criu/files.d [2019-10-24T22:33:12.544Z] #41 42.07 DEP criu/files-reg.d [2019-10-24T22:33:12.544Z] #41 42.19 DEP criu/files-ext.d [2019-10-24T22:33:12.544Z] #41 42.33 DEP criu/file-lock.d [2019-10-24T22:33:12.544Z] #41 42.43 DEP criu/file-ids.d [2019-10-24T22:33:12.544Z] #41 42.52 DEP criu/fifo.d [2019-10-24T22:33:12.544Z] #41 42.61 DEP criu/fdstore.d [2019-10-24T22:33:12.544Z] #41 42.70 DEP criu/fault-injection.d [2019-10-24T22:33:12.544Z] #41 42.73 DEP criu/external.d [2019-10-24T22:33:12.544Z] #41 42.82 DEP criu/eventpoll.d [2019-10-24T22:33:12.544Z] #41 42.92 DEP criu/eventfd.d [2019-10-24T22:33:12.544Z] #41 43.00 DEP criu/crtools.d [2019-10-24T22:33:12.544Z] #41 43.13 DEP criu/cr-service.d [2019-10-24T22:33:12.544Z] #41 43.22 DEP criu/cr-restore.d [2019-10-24T22:33:12.544Z] #41 43.34 DEP criu/cr-errno.d [2019-10-24T22:33:12.544Z] #41 43.36 DEP criu/cr-dump.d [2019-10-24T22:33:12.544Z] #41 43.48 DEP criu/cr-dedup.d [2019-10-24T22:33:12.544Z] #41 43.58 DEP criu/cr-check.d [2019-10-24T22:33:12.544Z] #41 43.69 DEP criu/config.d [2019-10-24T22:33:12.544Z] #41 43.77 DEP criu/clone-noasan.d [2019-10-24T22:33:12.544Z] #41 43.81 DEP criu/cgroup.d [2019-10-24T22:33:12.590Z] #44 ... [2019-10-24T22:33:12.590Z] [2019-10-24T22:33:12.590Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:12.590Z] #26 4.965 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-24T22:33:12.590Z] #26 6.163 [2019-10-24T22:33:12.590Z] #41 27.03 DEP criu/image-desc.d [2019-10-24T22:33:12.590Z] #41 27.07 DEP criu/fsnotify.d [2019-10-24T22:33:12.590Z] #41 27.14 DEP criu/filesystems.d [2019-10-24T22:33:12.590Z] #41 27.20 DEP criu/files.d [2019-10-24T22:33:12.802Z] #41 43.93 DEP criu/cgroup-props.d [2019-10-24T22:33:12.802Z] #41 43.98 DEP criu/bitmap.d [2019-10-24T22:33:12.802Z] #41 43.99 DEP criu/bfd.d [2019-10-24T22:33:12.802Z] #41 44.04 DEP criu/autofs.d [2019-10-24T22:33:12.852Z] #41 27.28 DEP criu/files-reg.d [2019-10-24T22:33:12.852Z] #41 27.35 DEP criu/files-ext.d [2019-10-24T22:33:12.852Z] #41 27.41 DEP criu/file-lock.d [2019-10-24T22:33:12.852Z] #41 27.48 DEP criu/file-ids.d [2019-10-24T22:33:13.060Z] #41 44.11 DEP criu/aio.d [2019-10-24T22:33:13.060Z] #41 44.19 DEP criu/action-scripts.d [2019-10-24T22:33:13.114Z] #41 27.54 DEP criu/fifo.d [2019-10-24T22:33:13.114Z] #41 27.59 DEP criu/fdstore.d [2019-10-24T22:33:13.114Z] #41 27.64 DEP criu/fault-injection.d [2019-10-24T22:33:13.114Z] #41 27.66 DEP criu/external.d [2019-10-24T22:33:13.114Z] #41 27.71 DEP criu/eventpoll.d [2019-10-24T22:33:13.319Z] #41 44.36 CC criu/action-scripts.o [2019-10-24T22:33:13.375Z] #41 27.78 DEP criu/eventfd.d [2019-10-24T22:33:13.375Z] #41 27.85 DEP criu/crtools.d [2019-10-24T22:33:13.375Z] #41 27.92 DEP criu/cr-service.d [2019-10-24T22:33:13.375Z] #41 28.00 DEP criu/cr-restore.d [2019-10-24T22:33:13.577Z] #41 44.72 CC criu/aio.o [2019-10-24T22:33:13.637Z] #41 28.10 DEP criu/cr-errno.d [2019-10-24T22:33:13.637Z] #41 28.11 DEP criu/cr-dump.d [2019-10-24T22:33:13.637Z] #41 28.20 DEP criu/cr-dedup.d [2019-10-24T22:33:13.755Z] #26 7.376 #### 5.8% ##### 7.9% ########## 14.3% ##################### 29.9% ################################ 44.8% ####################################### 55.5% ############################################ 61.9% ################################################# 68.3% ######################################################## 78.9% ############################################################# 85.3% ###################################################################### 98.1% ######################################################################## 100.0% [2019-10-24T22:33:13.899Z] #41 28.27 DEP criu/cr-check.d [2019-10-24T22:33:13.899Z] #41 28.35 DEP criu/config.d [2019-10-24T22:33:13.899Z] #41 28.42 DEP criu/clone-noasan.d [2019-10-24T22:33:13.899Z] #41 28.46 DEP criu/cgroup.d [2019-10-24T22:33:14.143Z] #41 45.12 CC criu/autofs.o [2019-10-24T22:33:14.160Z] #41 28.54 DEP criu/cgroup-props.d [2019-10-24T22:33:14.160Z] #41 28.59 DEP criu/bitmap.d [2019-10-24T22:33:14.160Z] #41 28.60 DEP criu/bfd.d [2019-10-24T22:33:14.160Z] #41 28.66 DEP criu/autofs.d [2019-10-24T22:33:14.422Z] #41 28.75 DEP criu/aio.d [2019-10-24T22:33:14.422Z] #41 28.82 DEP criu/action-scripts.d [2019-10-24T22:33:14.422Z] #41 28.94 CC criu/action-scripts.o [2019-10-24T22:33:14.684Z] #41 29.18 CC criu/aio.o [2019-10-24T22:33:14.709Z] #41 45.94 CC criu/bfd.o [2019-10-24T22:33:14.946Z] #41 29.48 CC criu/autofs.o [2019-10-24T22:33:14.966Z] #41 46.28 CC criu/bitmap.o [2019-10-24T22:33:15.224Z] #41 46.38 CC criu/cgroup-props.o [2019-10-24T22:33:15.266Z] #26 9.847 [2019-10-24T22:33:15.266Z] #26 ... [2019-10-24T22:33:15.266Z] [2019-10-24T22:33:15.266Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:33:15.266Z] #54 0.555 + RM_GOPATH=0 [2019-10-24T22:33:15.266Z] #54 0.555 + TMP_GOPATH= [2019-10-24T22:33:15.266Z] #54 0.555 + : /build [2019-10-24T22:33:15.266Z] #54 0.556 + '[' -z '' ']' [2019-10-24T22:33:15.266Z] #54 0.558 ++ mktemp -d [2019-10-24T22:33:15.266Z] #54 0.578 + export GOPATH=/tmp/tmp.fJoqkBq209 [2019-10-24T22:33:15.266Z] #54 0.578 + GOPATH=/tmp/tmp.fJoqkBq209 [2019-10-24T22:33:15.266Z] #54 0.578 + RM_GOPATH=1 [2019-10-24T22:33:15.266Z] #54 0.585 ++ dirname ./install.sh [2019-10-24T22:33:15.266Z] #54 0.588 + dir=. [2019-10-24T22:33:15.266Z] #54 0.589 + bin=runc [2019-10-24T22:33:15.266Z] #54 0.589 + shift [2019-10-24T22:33:15.266Z] #54 0.590 + '[' '!' -f ./runc.installer ']' [2019-10-24T22:33:15.266Z] #54 0.591 + . ./runc.installer [2019-10-24T22:33:15.266Z] #54 0.593 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-24T22:33:15.266Z] #54 0.604 + install_runc [2019-10-24T22:33:15.266Z] #54 0.618 + uname -r [2019-10-24T22:33:15.266Z] #54 0.622 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-24T22:33:15.266Z] #54 0.659 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-24T22:33:15.266Z] #54 0.660 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-24T22:33:15.266Z] #54 0.660 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-24T22:33:15.266Z] #54 0.660 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fJoqkBq209/src/github.com/opencontainers/runc [2019-10-24T22:33:15.266Z] #54 0.671 Cloning into '/tmp/tmp.fJoqkBq209/src/github.com/opencontainers/runc'... [2019-10-24T22:33:15.266Z] #54 ... [2019-10-24T22:33:15.266Z] [2019-10-24T22:33:15.266Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:15.266Z] #62 0.573 + RM_GOPATH=0 [2019-10-24T22:33:15.266Z] #62 0.573 + TMP_GOPATH= [2019-10-24T22:33:15.266Z] #62 0.573 + : /build/ [2019-10-24T22:33:15.266Z] #62 0.574 + '[' -z '' ']' [2019-10-24T22:33:15.266Z] #62 0.587 ++ mktemp -d [2019-10-24T22:33:15.266Z] #62 0.593 + export GOPATH=/tmp/tmp.PYpik9IkrB [2019-10-24T22:33:15.266Z] #62 0.594 + GOPATH=/tmp/tmp.PYpik9IkrB [2019-10-24T22:33:15.266Z] #62 0.594 + RM_GOPATH=1 [2019-10-24T22:33:15.266Z] #62 0.596 ++ dirname ./install.sh [2019-10-24T22:33:15.266Z] #62 0.600 + dir=. [2019-10-24T22:33:15.266Z] #62 0.600 + bin=rootlesskit [2019-10-24T22:33:15.266Z] #62 0.600 + shift [2019-10-24T22:33:15.266Z] #62 0.601 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-24T22:33:15.266Z] #62 0.601 + . ./rootlesskit.installer [2019-10-24T22:33:15.266Z] #62 0.604 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-24T22:33:15.266Z] #62 0.605 + install_rootlesskit [2019-10-24T22:33:15.266Z] #62 0.661 + case "$1" in [2019-10-24T22:33:15.266Z] #62 0.661 + export CGO_ENABLED=0 [2019-10-24T22:33:15.266Z] #62 0.662 + CGO_ENABLED=0 [2019-10-24T22:33:15.266Z] #62 0.662 + _install_rootlesskit [2019-10-24T22:33:15.266Z] #62 0.662 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-24T22:33:15.266Z] #62 0.662 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PYpik9IkrB/src/github.com/rootless-containers/rootlesskit [2019-10-24T22:33:15.266Z] #62 0.663 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-24T22:33:15.266Z] #62 0.688 Cloning into '/tmp/tmp.PYpik9IkrB/src/github.com/rootless-containers/rootlesskit'... [2019-10-24T22:33:15.266Z] #62 8.709 + cd /tmp/tmp.PYpik9IkrB/src/github.com/rootless-containers/rootlesskit [2019-10-24T22:33:15.266Z] #62 8.710 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-24T22:33:15.266Z] #62 9.375 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-24T22:33:15.266Z] #62 9.376 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-24T22:33:15.575Z] #62 ... [2019-10-24T22:33:15.575Z] [2019-10-24T22:33:15.575Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:15.575Z] #59 0.544 + RM_GOPATH=0 [2019-10-24T22:33:15.575Z] #59 0.544 + TMP_GOPATH= [2019-10-24T22:33:15.575Z] #59 0.545 + : /build [2019-10-24T22:33:15.575Z] #59 0.545 + '[' -z '' ']' [2019-10-24T22:33:15.575Z] #59 0.546 ++ mktemp -d [2019-10-24T22:33:15.575Z] #59 0.548 + export GOPATH=/tmp/tmp.fRjOl9UEGE [2019-10-24T22:33:15.575Z] #59 0.548 + GOPATH=/tmp/tmp.fRjOl9UEGE [2019-10-24T22:33:15.575Z] #59 0.548 + RM_GOPATH=1 [2019-10-24T22:33:15.575Z] #59 0.565 ++ dirname ./install.sh [2019-10-24T22:33:15.575Z] #59 0.574 + dir=. [2019-10-24T22:33:15.575Z] #59 0.586 + bin=containerd [2019-10-24T22:33:15.575Z] #59 0.586 + shift [2019-10-24T22:33:15.575Z] #59 0.587 + '[' '!' -f ./containerd.installer ']' [2019-10-24T22:33:15.575Z] #59 0.588 + . ./containerd.installer [2019-10-24T22:33:15.575Z] #59 0.590 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:33:15.575Z] #59 0.593 + install_containerd [2019-10-24T22:33:15.575Z] #59 0.606 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-24T22:33:15.575Z] #59 0.606 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:33:15.575Z] #59 0.607 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fRjOl9UEGE/src/github.com/containerd/containerd [2019-10-24T22:33:15.575Z] #59 0.631 Cloning into '/tmp/tmp.fRjOl9UEGE/src/github.com/containerd/containerd'... [2019-10-24T22:33:15.575Z] #59 ... [2019-10-24T22:33:15.575Z] [2019-10-24T22:33:15.575Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:15.575Z] #22 0.544 + RM_GOPATH=0 [2019-10-24T22:33:15.575Z] #22 0.559 + TMP_GOPATH= [2019-10-24T22:33:15.575Z] #22 0.559 + : /build [2019-10-24T22:33:15.575Z] #22 0.559 + '[' -z '' ']' [2019-10-24T22:33:15.575Z] #22 0.562 ++ mktemp -d [2019-10-24T22:33:15.575Z] #22 0.564 + export GOPATH=/tmp/tmp.F7NAur2sCy [2019-10-24T22:33:15.575Z] #22 0.564 + GOPATH=/tmp/tmp.F7NAur2sCy [2019-10-24T22:33:15.575Z] #22 0.564 + RM_GOPATH=1 [2019-10-24T22:33:15.575Z] #22 0.575 ++ dirname ./install.sh [2019-10-24T22:33:15.575Z] #22 0.584 + dir=. [2019-10-24T22:33:15.575Z] #22 0.584 + bin=dockercli [2019-10-24T22:33:15.575Z] #22 0.584 + shift [2019-10-24T22:33:15.575Z] #22 0.585 + '[' '!' -f ./dockercli.installer ']' [2019-10-24T22:33:15.575Z] #22 0.585 + . ./dockercli.installer [2019-10-24T22:33:15.575Z] #22 0.585 ++ : stable [2019-10-24T22:33:15.575Z] #22 0.585 ++ : 17.06.2-ce [2019-10-24T22:33:15.575Z] #22 0.586 + install_dockercli [2019-10-24T22:33:15.575Z] #22 0.586 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-24T22:33:15.575Z] #22 0.586 Install docker/cli version 17.06.2-ce from stable [2019-10-24T22:33:15.575Z] #22 0.604 ++ uname -m [2019-10-24T22:33:15.575Z] #22 0.607 + arch=ppc64le [2019-10-24T22:33:15.575Z] #22 0.607 + '[' ppc64le '!=' x86_64 ']' [2019-10-24T22:33:15.575Z] #22 0.607 + '[' ppc64le '!=' s390x ']' [2019-10-24T22:33:15.575Z] #22 0.607 + '[' ppc64le '!=' armhf ']' [2019-10-24T22:33:15.575Z] #22 0.607 + build_dockercli [2019-10-24T22:33:15.575Z] #22 0.607 + git clone https://github.com/docker/docker-ce /tmp/tmp.F7NAur2sCy/tmp/docker-ce [2019-10-24T22:33:15.575Z] #22 0.669 Cloning into '/tmp/tmp.F7NAur2sCy/tmp/docker-ce'... [2019-10-24T22:33:15.791Z] #41 46.96 CC criu/cgroup.o [2019-10-24T22:33:15.864Z] #22 ... [2019-10-24T22:33:15.864Z] [2019-10-24T22:33:15.864Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:15.864Z] #50 0.693 + RM_GOPATH=0 [2019-10-24T22:33:15.864Z] #50 0.704 + TMP_GOPATH= [2019-10-24T22:33:15.864Z] #50 0.704 + : /build [2019-10-24T22:33:15.864Z] #50 0.704 + '[' -z '' ']' [2019-10-24T22:33:15.864Z] #50 0.706 ++ mktemp -d [2019-10-24T22:33:15.864Z] #50 0.709 + export GOPATH=/tmp/tmp.lHW6WoAdU4 [2019-10-24T22:33:15.864Z] #50 0.747 + GOPATH=/tmp/tmp.lHW6WoAdU4 [2019-10-24T22:33:15.864Z] #50 0.748 + RM_GOPATH=1 [2019-10-24T22:33:15.864Z] #50 0.750 ++ dirname ./install.sh [2019-10-24T22:33:15.864Z] #50 0.761 + dir=. [2019-10-24T22:33:15.864Z] #50 0.761 + bin=golangci_lint [2019-10-24T22:33:15.864Z] #50 0.761 + shift [2019-10-24T22:33:15.864Z] #50 0.763 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-24T22:33:15.864Z] #50 0.763 + . ./golangci_lint.installer [2019-10-24T22:33:15.864Z] #50 0.763 ++ : v1.20.0 [2019-10-24T22:33:15.864Z] #50 0.769 + install_golangci_lint [2019-10-24T22:33:15.864Z] #50 0.776 + echo 'Installing golangci-lint version v1.20.0' [2019-10-24T22:33:15.864Z] #50 0.777 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-24T22:33:15.864Z] #50 0.785 Installing golangci-lint version v1.20.0 [2019-10-24T22:33:15.864Z] #50 ... [2019-10-24T22:33:15.864Z] [2019-10-24T22:33:15.864Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:15.864Z] #47 0.555 + RM_GOPATH=0 [2019-10-24T22:33:15.864Z] #47 0.556 + TMP_GOPATH= [2019-10-24T22:33:15.864Z] #47 0.563 + : /build [2019-10-24T22:33:15.864Z] #47 0.564 + '[' -z '' ']' [2019-10-24T22:33:15.864Z] #47 0.568 ++ mktemp -d [2019-10-24T22:33:15.864Z] #47 0.577 + export GOPATH=/tmp/tmp.Ddd1mPiNhB [2019-10-24T22:33:15.864Z] #47 0.581 + GOPATH=/tmp/tmp.Ddd1mPiNhB [2019-10-24T22:33:15.864Z] #47 0.581 + RM_GOPATH=1 [2019-10-24T22:33:15.864Z] #47 0.586 ++ dirname ./install.sh [2019-10-24T22:33:15.864Z] #47 0.644 + dir=. [2019-10-24T22:33:15.864Z] #47 0.645 + bin=gotestsum [2019-10-24T22:33:15.864Z] #47 0.647 + shift [2019-10-24T22:33:15.864Z] #47 0.648 + '[' '!' -f ./gotestsum.installer ']' [2019-10-24T22:33:15.864Z] #47 0.663 + . ./gotestsum.installer [2019-10-24T22:33:15.864Z] #47 0.663 ++ : v0.3.5 [2019-10-24T22:33:15.864Z] #47 0.666 + install_gotestsum [2019-10-24T22:33:15.864Z] #47 0.667 + echo 'Installing gotestsum version v0.3.5' [2019-10-24T22:33:15.864Z] #47 0.671 Installing gotestsum version v0.3.5 [2019-10-24T22:33:15.864Z] #47 0.672 + go get -d gotest.tools/gotestsum [2019-10-24T22:33:15.891Z] #41 30.29 CC criu/bfd.o [2019-10-24T22:33:16.150Z] #47 ... [2019-10-24T22:33:16.150Z] [2019-10-24T22:33:16.150Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:16.153Z] #41 30.58 CC criu/bitmap.o [2019-10-24T22:33:16.153Z] #41 30.65 CC criu/cgroup-props.o [2019-10-24T22:33:16.438Z] #26 10.43 ##### 7.3% ############# 18.8% ######################### 36.0% ###################################### 53.3% ################################################## 70.5% ############################################################### 87.8% ######################################################################## 100.0% [2019-10-24T22:33:16.727Z] #41 31.09 CC criu/cgroup.o [2019-10-24T22:33:17.331Z] Sending build context to Docker daemon 50.1MB [2019-10-24T22:33:17.331Z] [2019-10-24T22:33:17.331Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-24T22:33:17.331Z] ---> 739b21bd02e7 [2019-10-24T22:33:17.331Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> d90e36671d02 [2019-10-24T22:33:17.331Z] Step 3/8 : ARG GO_VERSION=1.13.3 [2019-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> 9d36f6e3eb34 [2019-10-24T22:33:17.331Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> 71ba20423b4d [2019-10-24T22:33:17.331Z] 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/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/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-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> 76c07e7bee0f [2019-10-24T22:33:17.331Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> e821d437ee79 [2019-10-24T22:33:17.331Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-24T22:33:17.331Z] ---> Using cache [2019-10-24T22:33:17.331Z] ---> bf83536ebf5c [2019-10-24T22:33:17.331Z] Step 8/8 : COPY . . [2019-10-24T22:33:17.692Z] #41 48.88 CC criu/clone-noasan.o [2019-10-24T22:33:17.931Z] #26 12.69 [2019-10-24T22:33:17.950Z] #41 48.98 CC criu/config.o [2019-10-24T22:33:18.115Z] #41 32.57 CC criu/clone-noasan.o [2019-10-24T22:33:18.115Z] #41 32.64 CC criu/config.o [2019-10-24T22:33:18.884Z] #41 49.93 CC criu/cr-check.o [2019-10-24T22:33:19.060Z] #41 33.47 CC criu/cr-check.o [2019-10-24T22:33:19.818Z] #41 50.99 CC criu/cr-dedup.o [2019-10-24T22:33:20.002Z] #41 34.36 CC criu/cr-dedup.o [2019-10-24T22:33:20.076Z] #41 51.33 CC criu/cr-dump.o [2019-10-24T22:33:20.264Z] #41 34.60 CC criu/cr-dump.o [2019-10-24T22:33:20.264Z] #41 ... [2019-10-24T22:33:20.264Z] [2019-10-24T22:33:20.264Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:20.264Z] #59 24.62 + bin/containerd [2019-10-24T22:33:20.349Z] #26 13.31 #### 6.2% ######## 11.4% ########### 16.6% ################# 24.3% ############################ 39.8% ################################ 45.0% ################################## 47.5% ##################################### 52.7% ######################################## 55.8% ############################################ 61.9% ################################################ 68.0% ###################################################### 75.7% ############################################################# 85.7% ###################################################################### 98.3% ######################################################################## 100.0% [2019-10-24T22:33:21.377Z] #26 16.30 [2019-10-24T22:33:21.653Z] #59 ... [2019-10-24T22:33:21.653Z] [2019-10-24T22:33:21.653Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:21.653Z] #41 35.89 CC criu/cr-errno.o [2019-10-24T22:33:21.653Z] #41 35.93 CC criu/cr-restore.o [2019-10-24T22:33:21.976Z] #41 52.82 CC criu/cr-errno.o [2019-10-24T22:33:21.976Z] #41 52.90 CC criu/cr-restore.o [2019-10-24T22:33:24.204Z] #41 38.54 CC criu/cr-service.o [2019-10-24T22:33:24.505Z] #41 55.67 CC criu/cr-service.o [2019-10-24T22:33:24.764Z] #41 ... [2019-10-24T22:33:24.764Z] [2019-10-24T22:33:24.764Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:33:24.764Z] #38 55.84 + rm -rf /tmp/tmp.1sUqW17Rn4/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1sUqW17Rn4 [2019-10-24T22:33:25.149Z] #41 39.52 CC criu/crtools.o [2019-10-24T22:33:25.330Z] #38 DONE 56.6s [2019-10-24T22:33:25.330Z] [2019-10-24T22:33:25.330Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:25.330Z] #41 56.53 CC criu/crtools.o [2019-10-24T22:33:25.412Z] #41 39.92 CC criu/eventfd.o [2019-10-24T22:33:25.674Z] #41 40.14 CC criu/eventpoll.o [2019-10-24T22:33:26.247Z] #41 40.64 CC criu/external.o [2019-10-24T22:33:26.264Z] #41 57.27 CC criu/eventfd.o [2019-10-24T22:33:26.416Z] #26 17.12 # 1.5% # 2.4% #### 6.0% ##### 7.8% ###### 8.7% ####### 11.0% ######### 13.2% ########### 15.9% ############# 18.6% ############### 21.6% ################ 23.4% ################## 26.1% #################### 28.7% ####################### 32.3% ######################### 35.9% ########################### 38.5% ############################## 42.1% ################################ 44.8% ################################## 47.5% #################################### 50.4% ###################################### 52.9% ######################################## 55.6% ########################################## 59.2% ############################################# 62.7% ############################################### 65.4% ################################################# 69.0% #################################################### 73.5% ######################################################## 77.9% ########################################################## 80.6% ########################################################## 81.3% ############################################################ 83.7% ############################################################ 84.6% ############################################################# 85.4% ############################################################## 87.2% [2019-10-24T22:33:26.416Z] #26 ... [2019-10-24T22:33:26.416Z] [2019-10-24T22:33:26.416Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:33:26.416Z] #54 21.35 + cd /tmp/tmp.fJoqkBq209/src/github.com/opencontainers/runc [2019-10-24T22:33:26.510Z] #41 40.86 CC criu/fault-injection.o [2019-10-24T22:33:26.510Z] #41 40.93 CC criu/fdstore.o [2019-10-24T22:33:26.522Z] #41 57.65 CC criu/eventpoll.o [2019-10-24T22:33:26.705Z] #54 21.35 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-24T22:33:26.772Z] #41 41.14 CC criu/fifo.o [2019-10-24T22:33:26.779Z] #41 ... [2019-10-24T22:33:26.779Z] [2019-10-24T22:33:26.779Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-24T22:33:26.779Z] #39 DONE 0.2s [2019-10-24T22:33:26.995Z] #54 21.84 + '[' -z '' ']' [2019-10-24T22:33:26.995Z] #54 21.84 + target=static [2019-10-24T22:33:26.995Z] #54 21.84 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-24T22:33:27.034Z] #41 41.39 CC criu/file-ids.o [2019-10-24T22:33:27.034Z] #41 41.57 CC criu/file-lock.o [2019-10-24T22:33:27.038Z] [2019-10-24T22:33:27.038Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:27.038Z] #41 58.21 CC criu/external.o [2019-10-24T22:33:27.296Z] #41 58.39 CC criu/fault-injection.o [2019-10-24T22:33:27.296Z] #41 58.47 CC criu/fdstore.o [2019-10-24T22:33:27.554Z] #41 58.69 CC criu/fifo.o [2019-10-24T22:33:27.607Z] #41 42.11 CC criu/files-ext.o [2019-10-24T22:33:27.622Z] #54 ... [2019-10-24T22:33:27.622Z] [2019-10-24T22:33:27.622Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:27.622Z] #40 6.961 Reading package lists... [2019-10-24T22:33:27.622Z] #40 18.40 Reading package lists... [2019-10-24T22:33:27.622Z] #40 ... [2019-10-24T22:33:27.622Z] [2019-10-24T22:33:27.622Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:33:27.622Z] #33 7.332 Reading package lists... [2019-10-24T22:33:27.812Z] #41 59.01 CC criu/file-ids.o [2019-10-24T22:33:27.868Z] #41 42.33 CC criu/files-reg.o [2019-10-24T22:33:27.910Z] #33 18.53 Reading package lists... [2019-10-24T22:33:27.910Z] #33 ... [2019-10-24T22:33:27.910Z] [2019-10-24T22:33:27.910Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:27.911Z] #26 17.12 # 1.5% # 2.4% #### 6.0% ##### 7.8% ###### 8.7% ####### 11.0% ######### 13.2% ########### 15.9% ############# 18.6% ############### 21.6% ################ 23.4% ################## 26.1% #################### 28.7% ####################### 32.3% ######################### 35.9% ########################### 38.5% ############################## 42.1% ################################ 44.8% ################################## 47.5% #################################### 50.4% ###################################### 52.9% ######################################## 55.6% ########################################## 59.2% ############################################# 62.7% ############################################### 65.4% ################################################# 69.0% #################################################### 73.5% ######################################################## 77.9% ########################################################## 80.6% ########################################################## 81.3% ############################################################ 83.7% ############################################################ 84.6% ############################################################# 85.4% ############################################################## 87.2% ################################################################ 89.9% ################################################################## 92.6% #################################################################### 95.3% ###################################################################### 98.0% ####################################################################### 99.7% ######################################################################## 100.0% [2019-10-24T22:33:27.911Z] #26 22.40 [2019-10-24T22:33:28.071Z] #41 59.19 CC criu/file-lock.o [2019-10-24T22:33:28.637Z] #41 59.78 CC criu/files-ext.o [2019-10-24T22:33:28.895Z] #41 59.99 CC criu/files-reg.o [2019-10-24T22:33:29.254Z] #41 43.51 CC criu/files.o [2019-10-24T22:33:29.830Z] #41 61.10 CC criu/files.o [2019-10-24T22:33:30.197Z] #41 44.63 CC criu/filesystems.o [2019-10-24T22:33:30.457Z] #41 45.08 CC criu/fsnotify.o [2019-10-24T22:33:30.666Z] #59 41.60 + bin/containerd-stress [2019-10-24T22:33:30.666Z] #59 43.66 + bin/containerd-shim [2019-10-24T22:33:31.205Z] #41 62.17 CC criu/filesystems.o [2019-10-24T22:33:31.398Z] #41 45.70 CC criu/image-desc.o [2019-10-24T22:33:31.398Z] #41 45.78 CC criu/image.o [2019-10-24T22:33:31.418Z] #26 26.09 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-24T22:33:31.463Z] #41 62.51 CC criu/fsnotify.o [2019-10-24T22:33:31.969Z] #41 46.27 CC criu/ipc_ns.o [2019-10-24T22:33:32.029Z] #41 62.99 CC criu/image-desc.o [2019-10-24T22:33:32.029Z] #41 63.06 CC criu/image.o [2019-10-24T22:33:32.287Z] #41 63.49 CC criu/ipc_ns.o [2019-10-24T22:33:32.541Z] #41 46.94 CC criu/irmap.o [2019-10-24T22:33:32.802Z] #41 47.31 CC criu/kcmp-ids.o [2019-10-24T22:33:32.917Z] #26 27.40 [2019-10-24T22:33:33.063Z] #41 47.48 CC criu/kerndat.o [2019-10-24T22:33:33.208Z] #26 28.05 ######################################################################## 100.0% [2019-10-24T22:33:33.219Z] #41 64.14 CC criu/irmap.o [2019-10-24T22:33:33.219Z] #41 64.47 CC criu/kcmp-ids.o [2019-10-24T22:33:33.477Z] #41 64.65 CC criu/kerndat.o [2019-10-24T22:33:33.497Z] #26 28.41 [2019-10-24T22:33:34.005Z] #41 48.16 CC criu/libnetlink.o [2019-10-24T22:33:34.005Z] #41 48.37 CC criu/log.o [2019-10-24T22:33:34.043Z] #41 65.35 CC criu/libnetlink.o [2019-10-24T22:33:34.265Z] #41 48.66 CC criu/lsm.o [2019-10-24T22:33:34.301Z] #41 65.60 CC criu/log.o [2019-10-24T22:33:34.526Z] #41 48.89 CC criu/mem.o [2019-10-24T22:33:34.866Z] #41 65.96 CC criu/lsm.o [2019-10-24T22:33:34.866Z] #41 66.18 CC criu/mem.o [2019-10-24T22:33:35.468Z] #41 49.95 CC criu/mount.o [2019-10-24T22:33:35.800Z] #41 67.05 CC criu/mount.o [2019-10-24T22:33:35.909Z] #59 49.47 + bin/containerd-shim-runc-v1 [2019-10-24T22:33:37.010Z] #26 ... [2019-10-24T22:33:37.010Z] [2019-10-24T22:33:37.010Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:33:37.010Z] #38 27.14 Checking out files: 50% (781/1559) Checking out files: 51% (796/1559) Checking out files: 52% (811/1559) Checking out files: 53% (827/1559) Checking out files: 54% (842/1559) Checking out files: 55% (858/1559) Checking out files: 56% (874/1559) Checking out files: 57% (889/1559) Checking out files: 58% (905/1559) Checking out files: 59% (920/1559) Checking out files: 60% (936/1559) Checking out files: 61% (951/1559) Checking out files: 62% (967/1559) Checking out files: 63% (983/1559) Checking out files: 64% (998/1559) Checking out files: 65% (1014/1559) Checking out files: 66% (1029/1559) Checking out files: 67% (1045/1559) Checking out files: 68% (1061/1559) Checking out files: 69% (1076/1559) Checking out files: 70% (1092/1559) Checking out files: 71% (1107/1559) Checking out files: 72% (1123/1559) Checking out files: 73% (1139/1559) Checking out files: 74% (1154/1559) Checking out files: 75% (1170/1559) Checking out files: 76% (1185/1559) Checking out files: 77% (1201/1559) Checking out files: 78% (1217/1559) Checking out files: 79% (1232/1559) Checking out files: 80% (1248/1559) Checking out files: 81% (1263/1559) Checking out files: 82% (1279/1559) Checking out files: 83% (1294/1559) Checking out files: 84% (1310/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2019-10-24T22:33:37.010Z] #38 27.88 + cd /tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution [2019-10-24T22:33:37.010Z] #38 27.88 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-24T22:33:37.010Z] #38 31.73 + GOPATH=/tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.RjHf56f6ot go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-24T22:33:37.303Z] #38 ... [2019-10-24T22:33:37.303Z] [2019-10-24T22:33:37.303Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:37.303Z] #26 32.06 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-24T22:33:37.699Z] #41 68.99 CC criu/namespaces.o [2019-10-24T22:33:37.958Z] #26 ... [2019-10-24T22:33:37.958Z] [2019-10-24T22:33:37.958Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:33:37.958Z] #17 26.64 Fetched 7720 kB in 25s (299 kB/s) [2019-10-24T22:33:38.014Z] #41 52.21 CC criu/namespaces.o [2019-10-24T22:33:38.250Z] #17 26.64 Reading package lists... [2019-10-24T22:33:38.250Z] #17 ... [2019-10-24T22:33:38.250Z] [2019-10-24T22:33:38.250Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:33:38.250Z] #68 32.10 Checking out files: 45% (904/1993) Checking out files: 46% (917/1993) Checking out files: 47% (937/1993) Checking out files: 48% (957/1993) Checking out files: 49% (977/1993) Checking out files: 50% (997/1993) Checking out files: 51% (1017/1993) Checking out files: 52% (1037/1993) Checking out files: 53% (1057/1993) Checking out files: 54% (1077/1993) Checking out files: 55% (1097/1993) Checking out files: 56% (1117/1993) Checking out files: 57% (1137/1993) Checking out files: 58% (1156/1993) Checking out files: 59% (1176/1993) Checking out files: 60% (1196/1993) Checking out files: 61% (1216/1993) Checking out files: 62% (1236/1993) Checking out files: 63% (1256/1993) Checking out files: 64% (1276/1993) Checking out files: 65% (1296/1993) Checking out files: 66% (1316/1993) Checking out files: 67% (1336/1993) Checking out files: 68% (1356/1993) Checking out files: 69% (1376/1993) Checking out files: 70% (1396/1993) Checking out files: 71% (1416/1993) Checking out files: 72% (1435/1993) Checking out files: 73% (1455/1993) Checking out files: 74% (1475/1993) Checking out files: 75% (1495/1993) Checking out files: 76% (1515/1993) Checking out files: 77% (1535/1993) Checking out files: 78% (1555/1993) Checking out files: 79% (1575/1993) Checking out files: 80% (1595/1993) Checking out files: 81% (1615/1993) Checking out files: 82% (1635/1993) Checking out files: 83% (1655/1993) Checking out files: 84% (1675/1993) Checking out files: 85% (1695/1993) Checking out files: 86% (1714/1993) Checking out files: 87% (1734/1993) Checking out files: 88% (1754/1993) Checking out files: 89% (1774/1993) Checking out files: 90% (1794/1993) Checking out files: 91% (1814/1993) Checking out files: 92% (1834/1993) Checking out files: 93% (1854/1993) Checking out files: 94% (1874/1993) Checking out files: 95% (1894/1993) Checking out files: 96% (1914/1993) Checking out files: 97% (1934/1993) Checking out files: 98% (1954/1993) Checking out files: 99% (1974/1993) Checking out files: 100% (1993/1993) Checking out files: 100% (1993/1993), done. [2019-10-24T22:33:38.250Z] #68 33.06 + cd /tmp/tmp.4tuX5Aua68/src/github.com/docker/libnetwork [2019-10-24T22:33:38.250Z] #68 33.06 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-24T22:33:38.404Z] #59 52.30 + bin/containerd-shim-runc-v2 [2019-10-24T22:33:38.769Z] #59 53.15 + binaries [2019-10-24T22:33:38.904Z] #68 33.48 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-24T22:33:38.955Z] #41 53.38 CC criu/net.o [2019-10-24T22:33:39.073Z] #41 69.98 CC criu/net.o [2019-10-24T22:33:39.186Z] #59 53.15 + mkdir -p /build [2019-10-24T22:33:39.186Z] #59 53.16 + cp bin/containerd /build/containerd [2019-10-24T22:33:39.186Z] #59 53.20 + cp bin/containerd-shim /build/containerd-shim [2019-10-24T22:33:39.186Z] #59 53.22 + cp bin/ctr /build/ctr [2019-10-24T22:33:39.186Z] #59 DONE 53.4s [2019-10-24T22:33:39.533Z] #68 ... [2019-10-24T22:33:39.533Z] [2019-10-24T22:33:39.533Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:39.533Z] #40 18.40 Reading package lists... [2019-10-24T22:33:39.533Z] #40 29.89 Building dependency tree... [2019-10-24T22:33:39.533Z] #40 31.89 Reading state information... [2019-10-24T22:33:39.533Z] #40 33.34 The following additional packages will be installed: [2019-10-24T22:33:39.533Z] #40 33.36 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-24T22:33:39.533Z] #40 33.38 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-24T22:33:39.533Z] #40 33.39 Suggested packages: [2019-10-24T22:33:39.533Z] #40 33.39 manpages-dev python-setuptools [2019-10-24T22:33:39.533Z] #40 37.08 The following NEW packages will be installed: [2019-10-24T22:33:39.533Z] #40 37.08 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-24T22:33:39.533Z] #40 37.09 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-24T22:33:39.533Z] #40 37.09 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-24T22:33:39.533Z] #40 37.09 zlib1g-dev [2019-10-24T22:33:39.533Z] #40 37.24 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-24T22:33:39.533Z] #40 37.24 Need to get 3548 kB of archives. [2019-10-24T22:33:39.533Z] #40 37.24 After this operation, 21.2 MB of additional disk space will be used. [2019-10-24T22:33:39.533Z] #40 37.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-24T22:33:39.533Z] #40 37.28 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-24T22:33:39.533Z] #40 37.29 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-24T22:33:39.533Z] #40 37.34 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-24T22:33:39.533Z] #40 37.36 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-10-24T22:33:39.533Z] #40 37.40 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-24T22:33:39.533Z] #40 37.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-10-24T22:33:39.533Z] #40 37.43 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-10-24T22:33:39.533Z] #40 37.46 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-24T22:33:39.533Z] #40 37.56 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-24T22:33:39.533Z] #40 37.58 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-24T22:33:39.533Z] #40 37.78 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-24T22:33:39.533Z] #40 37.90 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-10-24T22:33:39.533Z] #40 37.94 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-24T22:33:39.533Z] #40 37.96 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-24T22:33:39.533Z] #40 38.02 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-24T22:33:39.533Z] #40 ... [2019-10-24T22:33:39.533Z] [2019-10-24T22:33:39.533Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:39.533Z] #26 33.33 [2019-10-24T22:33:39.533Z] #26 33.96 ####################################################################### 99.7% ######################################################################## 100.0% [2019-10-24T22:33:39.533Z] #26 34.38 [2019-10-24T22:33:40.185Z] [2019-10-24T22:33:40.185Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-24T22:33:40.185Z] #60 DONE 0.2s [2019-10-24T22:33:40.185Z] [2019-10-24T22:33:40.185Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-24T22:33:40.185Z] #64 DONE 0.1s [2019-10-24T22:33:40.185Z] [2019-10-24T22:33:40.185Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-24T22:33:40.185Z] #66 DONE 0.1s [2019-10-24T22:33:40.445Z] #41 71.68 CC criu/netfilter.o [2019-10-24T22:33:40.571Z] [2019-10-24T22:33:40.571Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-24T22:33:40.571Z] #69 DONE 0.1s [2019-10-24T22:33:40.571Z] [2019-10-24T22:33:40.571Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-24T22:33:40.571Z] #70 DONE 0.0s [2019-10-24T22:33:40.571Z] [2019-10-24T22:33:40.571Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-24T22:33:40.703Z] #41 71.88 CC criu/page-pipe.o [2019-10-24T22:33:40.868Z] #41 55.30 CC criu/netfilter.o [2019-10-24T22:33:40.939Z] #71 DONE 0.5s [2019-10-24T22:33:40.961Z] #41 72.22 CC criu/page-xfer.o [2019-10-24T22:33:41.032Z] #26 ... [2019-10-24T22:33:41.032Z] [2019-10-24T22:33:41.032Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:33:41.032Z] #33 18.53 Reading package lists... [2019-10-24T22:33:41.032Z] #33 31.55 Building dependency tree... [2019-10-24T22:33:41.033Z] #33 33.36 Reading state information... [2019-10-24T22:33:41.033Z] #33 34.86 The following additional packages will be installed: [2019-10-24T22:33:41.033Z] #33 34.86 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-24T22:33:41.033Z] #33 34.88 Suggested packages: [2019-10-24T22:33:41.033Z] #33 34.88 codeblocks eclipse ninja-build lrzip [2019-10-24T22:33:41.033Z] #33 34.88 Recommended packages: [2019-10-24T22:33:41.033Z] #33 34.88 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-24T22:33:41.033Z] #33 36.33 The following NEW packages will be installed: [2019-10-24T22:33:41.033Z] #33 36.34 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-24T22:33:41.033Z] #33 36.34 vim-common xxd [2019-10-24T22:33:41.033Z] #33 36.59 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-24T22:33:41.033Z] #33 36.59 Need to get 13.4 MB of archives. [2019-10-24T22:33:41.033Z] #33 36.59 After this operation, 60.4 MB of additional disk space will be used. [2019-10-24T22:33:41.033Z] #33 36.59 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-24T22:33:41.033Z] #33 36.86 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-24T22:33:41.033Z] #33 36.86 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-24T22:33:41.033Z] #33 38.69 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-10-24T22:33:41.033Z] #33 38.93 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-24T22:33:41.033Z] #33 39.00 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-24T22:33:41.033Z] #33 39.02 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-24T22:33:41.033Z] #33 39.04 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-24T22:33:41.033Z] #33 39.44 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-24T22:33:41.033Z] #33 39.48 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-24T22:33:41.129Z] #41 55.52 CC criu/page-pipe.o [2019-10-24T22:33:41.129Z] #41 ... [2019-10-24T22:33:41.129Z] [2019-10-24T22:33:41.129Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:41.129Z] #59 55.38 + bin/containerd-stress [2019-10-24T22:33:41.324Z] #33 ... [2019-10-24T22:33:41.324Z] [2019-10-24T22:33:41.324Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:41.324Z] #40 40.33 debconf: delaying package configuration, since apt-utils is not installed [2019-10-24T22:33:41.324Z] #40 40.77 Fetched 3548 kB in 0s (4034 kB/s) [2019-10-24T22:33:41.324Z] #40 41.00 Selecting previously unselected package libnet1:ppc64el. [2019-10-24T22:33:41.324Z] #40 41.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 ... 14950 files and directories currently installed.) [2019-10-24T22:33:41.324Z] #40 41.11 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-24T22:33:41.324Z] #40 41.12 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-24T22:33:41.324Z] #40 41.37 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-24T22:33:41.324Z] #40 41.39 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-24T22:33:41.324Z] #40 41.41 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-24T22:33:41.328Z] [2019-10-24T22:33:41.328Z] #72 exporting to oci image format [2019-10-24T22:33:41.328Z] #72 exporting layers [2019-10-24T22:33:41.614Z] #40 41.66 Selecting previously unselected package libnet1-dev. [2019-10-24T22:33:41.614Z] #40 ... [2019-10-24T22:33:41.614Z] [2019-10-24T22:33:41.614Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:33:41.614Z] #54 26.36 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-24T22:33:41.614Z] #54 ... [2019-10-24T22:33:41.614Z] [2019-10-24T22:33:41.614Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:41.614Z] #50 35.71 + cd /tmp/tmp.lHW6WoAdU4/src/github.com/golangci/golangci-lint/ [2019-10-24T22:33:41.614Z] #50 35.71 + git checkout -q v1.20.0 [2019-10-24T22:33:41.614Z] #50 36.41 ++ git describe --tags [2019-10-24T22:33:41.614Z] #50 36.42 + version=v1.20.0 [2019-10-24T22:33:41.614Z] #50 36.42 ++ git rev-parse --short HEAD [2019-10-24T22:33:41.614Z] #50 36.42 + commit=cc98739 [2019-10-24T22:33:41.614Z] #50 36.42 ++ git show -s --format=%cd [2019-10-24T22:33:41.614Z] #50 36.43 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-10-24T22:33:41.614Z] #50 36.43 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-24T22:33:41.894Z] #41 72.99 CC criu/pagemap-cache.o [2019-10-24T22:33:42.152Z] #41 73.17 CC criu/pagemap.o [2019-10-24T22:33:42.718Z] #41 73.75 CC criu/parasite-syscall.o [2019-10-24T22:33:42.977Z] #41 74.15 CC criu/path.o [2019-10-24T22:33:43.235Z] #41 74.34 CC criu/pie-util-vdso-elf32.o [2019-10-24T22:33:43.493Z] #41 74.63 CC criu/pie-util-vdso.o [2019-10-24T22:33:43.752Z] #41 74.99 CC criu/pie-util.o [2019-10-24T22:33:44.010Z] #41 75.14 CC criu/pipes.o [2019-10-24T22:33:44.432Z] #59 58.19 + bin/containerd-shim [2019-10-24T22:33:44.576Z] #41 75.70 CC criu/plugin.o [2019-10-24T22:33:44.834Z] #41 76.00 CC criu/proc_parse.o [2019-10-24T22:33:46.208Z] #41 77.40 CC criu/protobuf-desc.o [2019-10-24T22:33:46.774Z] #41 77.97 CC criu/protobuf.o [2019-10-24T22:33:46.984Z] #59 ... [2019-10-24T22:33:46.984Z] [2019-10-24T22:33:46.984Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:46.984Z] #41 55.96 CC criu/page-xfer.o [2019-10-24T22:33:46.984Z] #41 56.76 CC criu/pagemap-cache.o [2019-10-24T22:33:46.984Z] #41 57.02 CC criu/pagemap.o [2019-10-24T22:33:46.984Z] #41 57.63 CC criu/parasite-syscall.o [2019-10-24T22:33:46.984Z] #41 58.18 CC criu/path.o [2019-10-24T22:33:46.984Z] #41 58.38 CC criu/pie-util-vdso-elf32.o [2019-10-24T22:33:46.984Z] #41 58.65 CC criu/pie-util-vdso.o [2019-10-24T22:33:46.984Z] #41 58.93 CC criu/pie-util.o [2019-10-24T22:33:46.984Z] #41 59.06 CC criu/pipes.o [2019-10-24T22:33:46.984Z] #41 59.57 CC criu/plugin.o [2019-10-24T22:33:46.984Z] #41 59.84 CC criu/proc_parse.o [2019-10-24T22:33:47.032Z] #41 78.18 CC criu/pstree.o [2019-10-24T22:33:47.178Z] #50 ... [2019-10-24T22:33:47.179Z] [2019-10-24T22:33:47.179Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:47.179Z] #40 41.67 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 41.67 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-24T22:33:47.179Z] #40 42.09 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-24T22:33:47.179Z] #40 42.13 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 42.13 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-24T22:33:47.179Z] #40 42.42 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-24T22:33:47.179Z] #40 42.42 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 42.43 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-24T22:33:47.179Z] #40 42.96 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-24T22:33:47.179Z] #40 42.96 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 42.97 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-24T22:33:47.179Z] #40 43.16 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-24T22:33:47.179Z] #40 43.17 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 43.19 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-24T22:33:47.179Z] #40 43.36 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-24T22:33:47.179Z] #40 43.37 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 43.40 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-24T22:33:47.179Z] #40 43.94 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-24T22:33:47.179Z] #40 43.95 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 43.95 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-24T22:33:47.179Z] #40 44.92 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-24T22:33:47.179Z] #40 44.95 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 44.95 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-24T22:33:47.179Z] #40 45.22 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-24T22:33:47.179Z] #40 45.23 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 45.27 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-24T22:33:47.179Z] #40 47.24 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-24T22:33:47.179Z] #40 47.25 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:47.179Z] #40 47.26 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-24T22:33:47.244Z] #41 61.75 CC criu/protobuf-desc.o [2019-10-24T22:33:47.380Z] ---> 6101a4715f6e [2019-10-24T22:33:47.380Z] Successfully built 6101a4715f6e [2019-10-24T22:33:47.380Z] Successfully tagged docker:latest [2019-10-24T22:33:47.381Z] INFO: Image build ended at 10/24/2019 22:33:46. Duration:00:00:36.5301388 [2019-10-24T22:33:47.381Z] [2019-10-24T22:33:47.381Z] [2019-10-24T22:33:47.381Z] INFO: Building the test binaries at 10/24/2019 22:33:46... [2019-10-24T22:33:47.965Z] #41 78.83 CC criu/rbtree.o [2019-10-24T22:33:47.966Z] #41 79.05 CC criu/rst-malloc.o [2019-10-24T22:33:48.188Z] #41 62.36 CC criu/protobuf.o [2019-10-24T22:33:48.188Z] #41 62.63 CC criu/pstree.o [2019-10-24T22:33:48.200Z] #40 48.17 Selecting previously unselected package protobuf-c-compiler. [2019-10-24T22:33:48.200Z] #40 48.18 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-24T22:33:48.200Z] #40 48.18 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-24T22:33:48.200Z] #40 48.46 Selecting previously unselected package protobuf-compiler. [2019-10-24T22:33:48.224Z] #41 79.22 CC criu/seccomp.o [2019-10-24T22:33:48.482Z] #41 79.64 CC criu/seize.o [2019-10-24T22:33:48.491Z] #40 48.47 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:48.491Z] #40 48.47 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-24T22:33:48.491Z] #40 48.70 Selecting previously unselected package python-pkg-resources. [2019-10-24T22:33:48.782Z] #40 48.75 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-24T22:33:48.782Z] #40 48.76 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-24T22:33:49.048Z] #41 80.14 CC criu/servicefd.o [2019-10-24T22:33:49.070Z] #40 49.16 Selecting previously unselected package python-protobuf. [2019-10-24T22:33:49.070Z] #40 49.17 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-24T22:33:49.070Z] #40 49.22 Unpacking python-protobuf (3.0.0-9) ... [2019-10-24T22:33:49.163Z] #41 63.49 CC criu/rbtree.o [2019-10-24T22:33:49.163Z] #41 63.70 CC criu/rst-malloc.o [2019-10-24T22:33:49.308Z] #41 80.40 CC criu/shmem.o [2019-10-24T22:33:49.357Z] #40 ... [2019-10-24T22:33:49.357Z] [2019-10-24T22:33:49.357Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:33:49.357Z] #17 26.64 Reading package lists... [2019-10-24T22:33:49.357Z] #17 38.36 Reading package lists... [2019-10-24T22:33:49.357Z] #17 ... [2019-10-24T22:33:49.357Z] [2019-10-24T22:33:49.357Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:33:49.357Z] #33 41.47 debconf: delaying package configuration, since apt-utils is not installed [2019-10-24T22:33:49.357Z] #33 41.90 Fetched 13.4 MB in 2s (4477 kB/s) [2019-10-24T22:33:49.357Z] #33 42.13 Selecting previously unselected package cmake-data. [2019-10-24T22:33:49.357Z] #33 42.13 (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 ... 14950 files and directories currently installed.) [2019-10-24T22:33:49.357Z] #33 42.17 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-24T22:33:49.357Z] #33 42.18 Unpacking cmake-data (3.7.2-1) ... [2019-10-24T22:33:49.357Z] #33 45.99 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-24T22:33:49.357Z] #33 46.01 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-24T22:33:49.357Z] #33 46.01 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-24T22:33:49.357Z] #33 46.17 Selecting previously unselected package libicu57:ppc64el. [2019-10-24T22:33:49.357Z] #33 46.20 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-24T22:33:49.357Z] #33 46.20 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-24T22:33:49.439Z] #41 63.93 CC criu/seccomp.o [2019-10-24T22:33:49.875Z] #41 80.91 CC criu/sigframe.o [2019-10-24T22:33:49.875Z] #41 81.04 CC criu/signalfd.o [2019-10-24T22:33:49.983Z] #33 ... [2019-10-24T22:33:49.983Z] [2019-10-24T22:33:49.983Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:33:49.983Z] #40 50.02 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-24T22:33:49.983Z] #40 50.18 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-24T22:33:49.983Z] #40 50.19 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-24T22:33:50.018Z] #41 64.42 CC criu/seize.o [2019-10-24T22:33:50.133Z] #41 81.22 CC criu/sk-inet.o [2019-10-24T22:33:50.588Z] #41 65.01 CC criu/servicefd.o [2019-10-24T22:33:50.611Z] #40 ... [2019-10-24T22:33:50.611Z] [2019-10-24T22:33:50.611Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-24T22:33:50.611Z] #26 38.60 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-24T22:33:50.611Z] #26 38.81 skipping existing c8c2d4a6b2e3 [2019-10-24T22:33:50.611Z] #26 39.15 [2019-10-24T22:33:50.611Z] #26 42.84 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-24T22:33:50.611Z] #26 44.26 [2019-10-24T22:33:50.611Z] #26 44.83 ######################################################################## 100.0% [2019-10-24T22:33:50.611Z] #26 45.08 [2019-10-24T22:33:50.611Z] #26 45.21 Download of images into '/build' complete. [2019-10-24T22:33:50.611Z] #26 45.22 Use something like the following to load the result into a Docker daemon: [2019-10-24T22:33:50.611Z] #26 45.22 tar -cC '/build' . | docker load [2019-10-24T22:33:50.611Z] #26 DONE 45.3s [2019-10-24T22:33:50.611Z] [2019-10-24T22:33:50.611Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:33:50.611Z] #17 38.36 Reading package lists... [2019-10-24T22:33:50.699Z] #41 81.82 CC criu/sk-netlink.o [2019-10-24T22:33:50.849Z] #41 65.34 CC criu/shmem.o [2019-10-24T22:33:50.849Z] #41 ... [2019-10-24T22:33:50.849Z] [2019-10-24T22:33:50.849Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:50.849Z] #59 65.31 + bin/containerd-shim-runc-v1 [2019-10-24T22:33:50.958Z] #41 82.08 CC criu/sk-packet.o [2019-10-24T22:33:51.523Z] #41 82.56 CC criu/sk-queue.o [2019-10-24T22:33:51.781Z] #41 82.86 CC criu/sk-tcp.o [2019-10-24T22:33:52.040Z] #41 83.21 CC criu/sk-unix.o [2019-10-24T22:33:52.143Z] INFO: make.ps1 starting at 10/24/2019 22:33:51 [2019-10-24T22:33:52.143Z] INFO: Git commit (9d12bc257) assumed from DOCKER_GITCOMMIT environment variable [2019-10-24T22:33:52.143Z] INFO: Invoking autogen... [2019-10-24T22:33:52.617Z] INFO: Building daemon... [2019-10-24T22:33:53.315Z] #17 49.83 Building dependency tree... [2019-10-24T22:33:53.315Z] #17 ... [2019-10-24T22:33:53.315Z] [2019-10-24T22:33:53.315Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:33:53.315Z] #68 DONE 48.2s [2019-10-24T22:33:53.414Z] #41 84.53 CC criu/sockets.o [2019-10-24T22:33:53.604Z] [2019-10-24T22:33:53.604Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:53.980Z] #41 85.14 CC criu/stats.o [2019-10-24T22:33:53.980Z] #41 ... [2019-10-24T22:33:53.980Z] [2019-10-24T22:33:53.980Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:53.980Z] #59 82.86 + bin/containerd [2019-10-24T22:33:54.625Z] #50 ... [2019-10-24T22:33:54.625Z] [2019-10-24T22:33:54.625Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:33:54.625Z] #17 49.83 Building dependency tree... [2019-10-24T22:33:55.058Z] #59 68.86 + bin/containerd-shim-runc-v2 [2019-10-24T22:33:55.629Z] #59 70.01 + binaries [2019-10-24T22:33:55.629Z] #59 70.01 + mkdir -p /build [2019-10-24T22:33:55.629Z] #59 70.01 + cp bin/containerd /build/containerd [2019-10-24T22:33:55.629Z] #59 70.07 + cp bin/containerd-shim /build/containerd-shim [2019-10-24T22:33:55.629Z] #59 70.09 + cp bin/ctr /build/ctr [2019-10-24T22:33:56.576Z] #59 DONE 70.8s [2019-10-24T22:33:56.576Z] [2019-10-24T22:33:56.576Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:56.576Z] #41 66.01 CC criu/sigframe.o [2019-10-24T22:33:56.576Z] #41 66.12 CC criu/signalfd.o [2019-10-24T22:33:56.576Z] #41 66.33 CC criu/sk-inet.o [2019-10-24T22:33:56.576Z] #41 67.10 CC criu/sk-netlink.o [2019-10-24T22:33:56.576Z] #41 67.40 CC criu/sk-packet.o [2019-10-24T22:33:56.576Z] #41 67.88 CC criu/sk-queue.o [2019-10-24T22:33:56.576Z] #41 68.23 CC criu/sk-tcp.o [2019-10-24T22:33:56.576Z] #41 68.60 CC criu/sk-unix.o [2019-10-24T22:33:56.576Z] #41 70.02 CC criu/sockets.o [2019-10-24T22:33:56.576Z] #41 70.64 CC criu/stats.o [2019-10-24T22:33:56.576Z] #41 70.86 CC criu/string.o [2019-10-24T22:33:56.576Z] #41 70.93 CC criu/sysctl.o [2019-10-24T22:33:56.584Z] #59 ... [2019-10-24T22:33:56.584Z] [2019-10-24T22:33:56.584Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:33:56.584Z] #50 DONE 85.4s [2019-10-24T22:33:56.674Z] #17 54.92 The following additional packages will be installed: [2019-10-24T22:33:56.674Z] #17 54.92 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-24T22:33:56.674Z] #17 54.92 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-24T22:33:56.674Z] #17 54.92 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-24T22:33:56.674Z] #17 54.92 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-24T22:33:56.674Z] #17 54.92 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-24T22:33:56.674Z] #17 54.92 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-24T22:33:56.674Z] #17 54.93 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-24T22:33:56.674Z] #17 54.93 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-24T22:33:56.674Z] #17 54.93 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-24T22:33:56.674Z] #17 54.93 Suggested packages: [2019-10-24T22:33:56.674Z] #17 54.94 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-24T22:33:56.674Z] #17 54.94 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-24T22:33:56.674Z] #17 54.94 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-24T22:33:56.674Z] #17 54.94 vim-doc vim-scripts xfsdump acl attr quota [2019-10-24T22:33:56.674Z] #17 54.94 Recommended packages: [2019-10-24T22:33:56.674Z] #17 54.94 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-24T22:33:56.674Z] #17 54.94 python3-keyrings.alt python3-xdg unzip [2019-10-24T22:33:56.848Z] [2019-10-24T22:33:56.848Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:33:56.848Z] #41 85.38 CC criu/string.o [2019-10-24T22:33:56.848Z] #41 85.43 CC criu/sysctl.o [2019-10-24T22:33:56.848Z] #41 85.91 CC criu/sysfs_parse.o [2019-10-24T22:33:56.848Z] #41 86.24 CC criu/timerfd.o [2019-10-24T22:33:56.848Z] #41 86.46 CC criu/tty.o [2019-10-24T22:33:56.848Z] #41 87.60 CC criu/tun.o [2019-10-24T22:33:56.848Z] #41 88.02 CC criu/uffd.o [2019-10-24T22:33:57.146Z] #41 71.39 CC criu/sysfs_parse.o [2019-10-24T22:33:57.146Z] #41 71.67 CC criu/timerfd.o [2019-10-24T22:33:57.407Z] #41 71.92 CC criu/tty.o [2019-10-24T22:33:58.227Z] #41 89.09 CC criu/util.o [2019-10-24T22:33:58.789Z] #41 73.29 CC criu/tun.o [2019-10-24T22:33:58.791Z] #41 89.92 CC criu/uts_ns.o [2019-10-24T22:33:59.048Z] #41 90.07 CC criu/vdso-compat.o [2019-10-24T22:33:59.048Z] #41 90.19 CC criu/vdso.o [2019-10-24T22:33:59.359Z] #41 73.65 CC criu/uffd.o [2019-10-24T22:33:59.612Z] #41 90.66 LINK criu/built-in.o [2019-10-24T22:33:59.612Z] #41 90.74 LINK criu/criu [2019-10-24T22:33:59.871Z] #41 90.99 DEP lib/c/criu.d [2019-10-24T22:33:59.871Z] #41 91.05 CC images/rpc.pb-c.o [2019-10-24T22:34:00.129Z] #41 91.35 CC lib/c/criu.o [2019-10-24T22:34:00.298Z] #41 74.49 CC criu/util.o [2019-10-24T22:34:01.061Z] #41 91.92 LINK lib/c/built-in.o [2019-10-24T22:34:01.061Z] #41 91.93 LINK lib/c/libcriu.so [2019-10-24T22:34:01.061Z] #41 92.03 GEN magic.py [2019-10-24T22:34:01.061Z] #41 92.08 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:34:01.061Z] #41 92.08 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:34:01.125Z] #17 ... [2019-10-24T22:34:01.125Z] [2019-10-24T22:34:01.125Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:34:01.125Z] #33 58.84 Selecting previously unselected package libxml2:ppc64el. [2019-10-24T22:34:01.125Z] #33 58.88 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-24T22:34:01.125Z] #33 58.89 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-24T22:34:01.125Z] #33 59.69 Selecting previously unselected package libarchive13:ppc64el. [2019-10-24T22:34:01.125Z] #33 59.70 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-24T22:34:01.125Z] #33 59.71 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-24T22:34:01.125Z] #33 60.09 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-24T22:34:01.125Z] #33 60.10 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-24T22:34:01.125Z] #33 60.11 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-24T22:34:01.125Z] #33 60.34 Selecting previously unselected package libuv1:ppc64el. [2019-10-24T22:34:01.125Z] #33 60.35 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-24T22:34:01.125Z] #33 60.37 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-24T22:34:01.125Z] #33 60.61 Selecting previously unselected package cmake. [2019-10-24T22:34:01.125Z] #33 60.63 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-24T22:34:01.125Z] #33 60.82 Unpacking cmake (3.7.2-1) ... [2019-10-24T22:34:01.238Z] #41 75.42 CC criu/uts_ns.o [2019-10-24T22:34:01.238Z] #41 75.58 CC criu/vdso.o [2019-10-24T22:34:01.319Z] #41 92.45 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:34:01.498Z] #41 75.94 LINK criu/built-in.o [2019-10-24T22:34:01.498Z] #41 76.03 LINK criu/criu [2019-10-24T22:34:01.577Z] #41 92.86 make[1]: Nothing to be done for 'all'. [2019-10-24T22:34:01.758Z] #41 76.26 DEP lib/c/criu.d [2019-10-24T22:34:01.758Z] #41 76.31 CC images/rpc.pb-c.o [2019-10-24T22:34:02.141Z] #41 93.27 make[1]: 'images/built-in.o' is up to date. [2019-10-24T22:34:02.141Z] #41 93.30 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-24T22:34:02.141Z] #41 93.32 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-24T22:34:02.141Z] #41 93.33 make[1]: 'compel/libcompel.a' is up to date. [2019-10-24T22:34:02.141Z] #41 93.35 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-24T22:34:02.141Z] #41 93.36 make[1]: Nothing to be done for 'all'. [2019-10-24T22:34:02.141Z] #41 93.37 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:34:02.328Z] #41 76.75 CC lib/c/criu.o [2019-10-24T22:34:02.398Z] #41 93.49 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.398Z] #41 93.51 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.398Z] #41 93.54 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.398Z] #41 93.59 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.398Z] #41 93.62 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.398Z] #41 93.64 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.655Z] #41 93.66 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.655Z] #41 93.72 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:02.655Z] #41 93.73 INSTALL criu/criu [2019-10-24T22:34:02.912Z] #41 DONE 94.1s [2019-10-24T22:34:02.912Z] [2019-10-24T22:34:02.912Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:34:03.268Z] #41 77.54 LINK lib/c/built-in.o [2019-10-24T22:34:03.268Z] #41 77.55 LINK lib/c/libcriu.so [2019-10-24T22:34:03.268Z] #41 77.66 GEN magic.py [2019-10-24T22:34:03.269Z] #41 77.72 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:34:03.269Z] #41 77.72 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:34:03.528Z] #41 78.02 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:34:03.788Z] #41 78.29 make[1]: Nothing to be done for 'all'. [2019-10-24T22:34:03.851Z] #59 ... [2019-10-24T22:34:03.851Z] [2019-10-24T22:34:03.851Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-24T22:34:03.851Z] #42 DONE 0.1s [2019-10-24T22:34:04.049Z] #41 78.55 make[1]: 'images/built-in.o' is up to date. [2019-10-24T22:34:04.108Z] [2019-10-24T22:34:04.109Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-24T22:34:04.109Z] #45 DONE 0.1s [2019-10-24T22:34:04.109Z] [2019-10-24T22:34:04.109Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:34:04.109Z] #59 ... [2019-10-24T22:34:04.109Z] [2019-10-24T22:34:04.109Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-24T22:34:04.109Z] #48 DONE 0.1s [2019-10-24T22:34:04.309Z] #41 78.57 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-24T22:34:04.309Z] #41 78.58 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-24T22:34:04.309Z] #41 78.60 make[1]: 'compel/libcompel.a' is up to date. [2019-10-24T22:34:04.309Z] #41 78.62 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-24T22:34:04.309Z] #41 78.63 make[1]: Nothing to be done for 'all'. [2019-10-24T22:34:04.309Z] #41 78.65 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:34:04.309Z] #41 78.74 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.309Z] #41 78.76 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.309Z] #41 78.78 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.309Z] #41 78.84 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.366Z] [2019-10-24T22:34:04.366Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-24T22:34:04.366Z] #51 DONE 0.2s [2019-10-24T22:34:04.366Z] [2019-10-24T22:34:04.366Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-24T22:34:04.569Z] #41 78.87 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.569Z] #41 78.89 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.569Z] #41 78.91 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.569Z] #41 78.97 make[2]: Nothing to be done for 'all'. [2019-10-24T22:34:04.569Z] #41 78.97 INSTALL criu/criu [2019-10-24T22:34:04.623Z] #55 DONE 0.2s [2019-10-24T22:34:04.623Z] [2019-10-24T22:34:04.623Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:34:04.624Z] #33 64.48 Selecting previously unselected package xxd. [2019-10-24T22:34:04.624Z] #33 64.49 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-24T22:34:04.624Z] #33 64.50 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:04.624Z] #33 64.81 Selecting previously unselected package vim-common. [2019-10-24T22:34:04.624Z] #33 64.82 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-24T22:34:04.830Z] #41 DONE 79.2s [2019-10-24T22:34:04.913Z] #33 64.88 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:05.553Z] #33 65.53 Processing triggers for mime-support (3.60) ... [2019-10-24T22:34:05.553Z] #33 65.70 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:05.553Z] #33 65.71 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-24T22:34:05.553Z] #33 65.72 Setting up cmake-data (3.7.2-1) ... [2019-10-24T22:34:05.553Z] #33 65.72 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-24T22:34:05.553Z] #33 65.74 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-24T22:34:05.553Z] #33 65.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:34:05.848Z] #33 65.86 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:05.848Z] #33 65.86 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-24T22:34:05.848Z] #33 65.87 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-24T22:34:05.848Z] #33 65.89 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-24T22:34:05.848Z] #33 65.91 Setting up cmake (3.7.2-1) ... [2019-10-24T22:34:06.136Z] #33 66.18 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:34:06.136Z] #33 ... [2019-10-24T22:34:06.136Z] [2019-10-24T22:34:06.136Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:06.136Z] #17 64.60 The following NEW packages will be installed: [2019-10-24T22:34:06.136Z] #17 64.60 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-24T22:34:06.136Z] #17 64.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-24T22:34:06.136Z] #17 64.60 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-24T22:34:06.136Z] #17 64.60 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-24T22:34:06.136Z] #17 64.60 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-24T22:34:06.136Z] #17 64.60 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-24T22:34:06.136Z] #17 64.60 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-24T22:34:06.136Z] #17 64.60 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-24T22:34:06.136Z] #17 64.60 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-24T22:34:06.136Z] #17 64.60 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-24T22:34:06.136Z] #17 64.60 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-24T22:34:06.136Z] #17 64.61 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-24T22:34:06.136Z] #17 64.61 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-24T22:34:06.136Z] #17 64.61 xfsprogs xxd xz-utils zip [2019-10-24T22:34:06.136Z] #17 64.73 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-24T22:34:06.136Z] #17 64.73 Need to get 87.3 MB of archives. [2019-10-24T22:34:06.136Z] #17 64.73 After this operation, 585 MB of additional disk space will be used. [2019-10-24T22:34:06.136Z] #17 64.73 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-24T22:34:06.213Z] [2019-10-24T22:34:06.213Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-24T22:34:06.213Z] #42 DONE 0.1s [2019-10-24T22:34:06.213Z] [2019-10-24T22:34:06.213Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-24T22:34:06.424Z] #17 ... [2019-10-24T22:34:06.424Z] [2019-10-24T22:34:06.424Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-24T22:34:06.424Z] #33 DONE 66.5s [2019-10-24T22:34:06.424Z] [2019-10-24T22:34:06.424Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:06.424Z] #17 64.79 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-24T22:34:06.424Z] #17 64.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-24T22:34:06.424Z] #17 64.80 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-24T22:34:06.424Z] #17 64.85 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-24T22:34:06.424Z] #17 ... [2019-10-24T22:34:06.424Z] [2019-10-24T22:34:06.424Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:34:06.424Z] #34 DONE 0.2s [2019-10-24T22:34:06.424Z] [2019-10-24T22:34:06.424Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:06.424Z] #17 64.88 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-10-24T22:34:06.473Z] #45 DONE 0.2s [2019-10-24T22:34:06.473Z] [2019-10-24T22:34:06.473Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-24T22:34:06.473Z] #48 DONE 0.1s [2019-10-24T22:34:06.473Z] [2019-10-24T22:34:06.473Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-24T22:34:06.713Z] #17 ... [2019-10-24T22:34:06.713Z] [2019-10-24T22:34:06.713Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-24T22:34:06.713Z] #35 DONE 0.1s [2019-10-24T22:34:06.713Z] [2019-10-24T22:34:06.713Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:06.713Z] #17 65.05 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-10-24T22:34:06.732Z] #51 DONE 0.2s [2019-10-24T22:34:06.732Z] [2019-10-24T22:34:06.732Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-24T22:34:06.732Z] #55 DONE 0.1s [2019-10-24T22:34:06.732Z] [2019-10-24T22:34:06.732Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-24T22:34:06.993Z] #60 DONE 0.3s [2019-10-24T22:34:06.993Z] [2019-10-24T22:34:06.993Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-24T22:34:07.002Z] #17 65.51 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-24T22:34:07.002Z] #17 65.53 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-24T22:34:07.002Z] #17 65.56 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-10-24T22:34:07.253Z] #64 DONE 0.1s [2019-10-24T22:34:07.253Z] [2019-10-24T22:34:07.253Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-24T22:34:07.253Z] #66 DONE 0.2s [2019-10-24T22:34:07.253Z] [2019-10-24T22:34:07.253Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-24T22:34:07.253Z] #69 DONE 0.1s [2019-10-24T22:34:07.291Z] #17 65.90 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-24T22:34:07.291Z] #17 65.94 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-24T22:34:07.513Z] [2019-10-24T22:34:07.513Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-24T22:34:07.513Z] #70 DONE 0.1s [2019-10-24T22:34:07.513Z] [2019-10-24T22:34:07.513Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-24T22:34:07.583Z] #17 65.95 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-24T22:34:07.583Z] #17 65.97 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-24T22:34:07.583Z] #17 65.98 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-24T22:34:07.583Z] #17 66.00 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-24T22:34:07.583Z] #17 66.03 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-24T22:34:07.583Z] #17 66.04 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-24T22:34:07.583Z] #17 66.06 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-24T22:34:07.583Z] #17 66.07 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-24T22:34:07.583Z] #17 66.09 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-24T22:34:07.583Z] #17 66.14 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-24T22:34:07.583Z] #17 66.16 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-24T22:34:07.871Z] #17 66.19 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-24T22:34:07.871Z] #17 66.20 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-10-24T22:34:07.871Z] #17 66.22 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-10-24T22:34:07.871Z] #17 66.25 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-24T22:34:07.871Z] #17 66.27 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-24T22:34:07.871Z] #17 66.28 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-24T22:34:07.871Z] #17 66.38 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-24T22:34:07.871Z] #17 66.39 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-10-24T22:34:07.871Z] #17 66.42 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-24T22:34:07.871Z] #17 66.44 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-24T22:34:07.871Z] #17 66.46 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-24T22:34:07.871Z] #17 66.48 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-24T22:34:07.871Z] #17 66.49 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-24T22:34:08.161Z] #17 66.50 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-24T22:34:08.161Z] #17 66.51 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-10-24T22:34:08.161Z] #17 66.52 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-24T22:34:08.161Z] #17 66.56 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-24T22:34:08.161Z] #17 66.60 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-24T22:34:08.161Z] #17 66.63 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-24T22:34:08.161Z] #17 66.72 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-24T22:34:08.452Z] #17 66.74 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-10-24T22:34:08.452Z] #17 66.76 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-24T22:34:08.452Z] #17 66.77 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-24T22:34:08.452Z] #17 66.77 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-24T22:34:08.452Z] #17 66.78 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-24T22:34:08.452Z] #17 ... [2019-10-24T22:34:08.452Z] [2019-10-24T22:34:08.452Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:08.452Z] #31 53.05 sync [2019-10-24T22:34:08.452Z] #31 53.07 internal/reflectlite [2019-10-24T22:34:08.452Z] #31 58.15 errors [2019-10-24T22:34:08.452Z] #31 58.17 sort [2019-10-24T22:34:08.452Z] #31 59.23 strconv [2019-10-24T22:34:08.452Z] #31 59.23 internal/oserror [2019-10-24T22:34:08.452Z] #31 59.24 io [2019-10-24T22:34:08.452Z] #31 59.75 syscall [2019-10-24T22:34:08.452Z] #31 ... [2019-10-24T22:34:08.452Z] [2019-10-24T22:34:08.452Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:08.452Z] #17 66.95 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-24T22:34:08.452Z] #17 66.98 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-24T22:34:08.753Z] #17 67.17 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-24T22:34:08.753Z] #17 67.19 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-24T22:34:08.753Z] #17 67.20 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-24T22:34:08.753Z] #17 67.24 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-24T22:34:08.753Z] #17 67.26 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-10-24T22:34:08.753Z] #17 67.32 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-24T22:34:08.753Z] #17 ... [2019-10-24T22:34:08.753Z] [2019-10-24T22:34:08.753Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:34:08.753Z] #40 58.99 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-24T22:34:08.753Z] #40 58.99 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-24T22:34:08.753Z] #40 59.00 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:34:08.753Z] #40 59.03 Setting up python-protobuf (3.0.0-9) ... [2019-10-24T22:34:09.043Z] #40 ... [2019-10-24T22:34:09.043Z] [2019-10-24T22:34:09.043Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:09.043Z] #36 0.280 + RM_GOPATH=0 [2019-10-24T22:34:09.043Z] #36 0.281 + TMP_GOPATH= [2019-10-24T22:34:09.043Z] #36 0.282 + : /build [2019-10-24T22:34:09.043Z] #36 0.282 + '[' -z '' ']' [2019-10-24T22:34:09.043Z] #36 0.284 ++ mktemp -d [2019-10-24T22:34:09.043Z] #36 0.296 + export GOPATH=/tmp/tmp.Whkp4keYZ4 [2019-10-24T22:34:09.043Z] #36 0.301 + GOPATH=/tmp/tmp.Whkp4keYZ4 [2019-10-24T22:34:09.043Z] #36 0.302 + RM_GOPATH=1 [2019-10-24T22:34:09.043Z] #36 0.311 ++ dirname ./install.sh [2019-10-24T22:34:09.043Z] #36 0.329 + dir=. [2019-10-24T22:34:09.043Z] #36 0.331 + bin=tini [2019-10-24T22:34:09.043Z] #36 0.332 + shift [2019-10-24T22:34:09.043Z] #36 0.333 + '[' '!' -f ./tini.installer ']' [2019-10-24T22:34:09.043Z] #36 0.335 + . ./tini.installer [2019-10-24T22:34:09.043Z] #36 0.337 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-24T22:34:09.043Z] #36 0.339 + install_tini [2019-10-24T22:34:09.043Z] #36 0.341 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-24T22:34:09.043Z] #36 0.342 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-24T22:34:09.043Z] #36 0.342 + git clone https://github.com/krallin/tini.git /tmp/tmp.Whkp4keYZ4/tini [2019-10-24T22:34:09.043Z] #36 0.348 Cloning into '/tmp/tmp.Whkp4keYZ4/tini'... [2019-10-24T22:34:09.043Z] #36 2.460 + cd /tmp/tmp.Whkp4keYZ4/tini [2019-10-24T22:34:09.043Z] #36 2.461 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-24T22:34:09.043Z] #36 2.503 + cmake . [2019-10-24T22:34:09.424Z] #71 DONE 1.6s [2019-10-24T22:34:09.424Z] [2019-10-24T22:34:09.424Z] #72 exporting to image [2019-10-24T22:34:09.424Z] #72 exporting layers [2019-10-24T22:34:09.673Z] #36 ... [2019-10-24T22:34:09.673Z] [2019-10-24T22:34:09.673Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:09.673Z] #44 54.26 sync [2019-10-24T22:34:09.673Z] #44 54.26 internal/reflectlite [2019-10-24T22:34:09.673Z] #44 57.37 internal/singleflight [2019-10-24T22:34:09.673Z] #44 57.38 math/rand [2019-10-24T22:34:09.673Z] #44 57.38 github.com/LK4D4/vndr/godl/singleflight [2019-10-24T22:34:09.673Z] #44 61.99 io [2019-10-24T22:34:09.673Z] #44 62.00 sort [2019-10-24T22:34:09.673Z] #44 62.01 strconv [2019-10-24T22:34:09.673Z] #44 62.13 syscall [2019-10-24T22:34:09.673Z] #44 ... [2019-10-24T22:34:09.673Z] [2019-10-24T22:34:09.673Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-24T22:34:09.673Z] #40 69.53 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-24T22:34:09.673Z] #40 69.54 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-24T22:34:09.673Z] #40 69.55 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-24T22:34:09.673Z] #40 69.56 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-24T22:34:09.673Z] #40 69.57 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-24T22:34:09.673Z] #40 69.58 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-24T22:34:09.673Z] #40 69.59 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-24T22:34:09.673Z] #40 69.60 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-24T22:34:09.673Z] #40 69.60 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-24T22:34:09.673Z] #40 69.61 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-24T22:34:09.673Z] #40 69.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:34:09.673Z] #40 DONE 70.0s [2019-10-24T22:34:09.673Z] [2019-10-24T22:34:09.673Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:09.673Z] #17 68.07 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-24T22:34:09.673Z] #17 68.12 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-24T22:34:09.673Z] #17 68.21 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-24T22:34:09.673Z] #17 68.24 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-10-24T22:34:09.673Z] #17 68.26 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-24T22:34:09.975Z] #17 68.37 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-10-24T22:34:10.267Z] #17 68.91 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-10-24T22:34:10.892Z] #17 69.30 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-24T22:34:10.892Z] #17 69.32 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-24T22:34:11.523Z] #17 70.05 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-24T22:34:11.811Z] #17 70.45 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-10-24T22:34:12.103Z] #17 70.48 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-10-24T22:34:14.708Z] #72 exporting layers 4.8s done [2019-10-24T22:34:14.708Z] #72 writing image sha256:f3a969b267e15f9b662db789bbae8bd75d1f17e4bf05257712d71c21d5a7d71a done [2019-10-24T22:34:14.708Z] #72 naming to docker.io/library/docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f done [2019-10-24T22:34:14.708Z] #72 DONE 4.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-24T22:34:14.838Z] #17 ... [2019-10-24T22:34:14.838Z] [2019-10-24T22:34:14.838Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:34:14.839Z] #59 66.89 Checking out files: 23% (690/2933) Checking out files: 24% (704/2933) Checking out files: 25% (734/2933) Checking out files: 26% (763/2933) Checking out files: 27% (792/2933) Checking out files: 28% (822/2933) Checking out files: 29% (851/2933) Checking out files: 30% (880/2933) Checking out files: 31% (910/2933) Checking out files: 32% (939/2933) Checking out files: 33% (968/2933) Checking out files: 34% (998/2933) Checking out files: 35% (1027/2933) Checking out files: 36% (1056/2933) Checking out files: 37% (1086/2933) Checking out files: 38% (1115/2933) Checking out files: 39% (1144/2933) Checking out files: 40% (1174/2933) Checking out files: 41% (1203/2933) Checking out files: 42% (1232/2933) Checking out files: 43% (1262/2933) Checking out files: 44% (1291/2933) Checking out files: 45% (1320/2933) Checking out files: 46% (1350/2933) Checking out files: 47% (1379/2933) Checking out files: 48% (1408/2933) Checking out files: 49% (1438/2933) Checking out files: 50% (1467/2933) Checking out files: 51% (1496/2933) Checking out files: 52% (1526/2933) Checking out files: 53% (1555/2933) Checking out files: 53% (1567/2933) Checking out files: 54% (1584/2933) Checking out files: 55% (1614/2933) Checking out files: 56% (1643/2933) Checking out files: 57% (1672/2933) Checking out files: 58% (1702/2933) Checking out files: 59% (1731/2933) Checking out files: 60% (1760/2933) Checking out files: 61% (1790/2933) Checking out files: 62% (1819/2933) Checking out files: 63% (1848/2933) Checking out files: 64% (1878/2933) Checking out files: 65% (1907/2933) Checking out files: 66% (1936/2933) Checking out files: 67% (1966/2933) Checking out files: 68% (1995/2933) Checking out files: 69% (2024/2933) Checking out files: 70% (2054/2933) Checking out files: 71% (2083/2933) Checking out files: 72% (2112/2933) Checking out files: 73% (2142/2933) Checking out files: 74% (2171/2933) Checking out files: 75% (2200/2933) Checking out files: 76% (2230/2933) Checking out files: 77% (2259/2933) Checking out files: 78% (2288/2933) Checking out files: 79% (2318/2933) Checking out files: 80% (2347/2933) Checking out files: 80% (2356/2933) Checking out files: 81% (2376/2933) Checking out files: 82% (2406/2933) Checking out files: 83% (2435/2933) Checking out files: 84% (2464/2933) Checking out files: 85% (2494/2933) Checking out files: 86% (2523/2933) Checking out files: 87% (2552/2933) Checking out files: 88% (2582/2933) Checking out files: 89% (2611/2933) Checking out files: 90% (2640/2933) Checking out files: 91% (2670/2933) Checking out files: 92% (2699/2933) Checking out files: 93% (2728/2933) Checking out files: 94% (2758/2933) Checking out files: 95% (2787/2933) Checking out files: 96% (2816/2933) Checking out files: 97% (2846/2933) Checking out files: 98% (2875/2933) Checking out files: 99% (2904/2933) Checking out files: 100% (2933/2933) Checking out files: 100% (2933/2933), done. [2019-10-24T22:34:14.839Z] #59 69.86 + cd /tmp/tmp.fRjOl9UEGE/src/github.com/containerd/containerd [2019-10-24T22:34:15.047Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/test/unit [2019-10-24T22:34:15.129Z] #59 69.86 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-24T22:34:16.162Z] #59 71.02 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-24T22:34:16.162Z] #59 71.03 + BUILDTAGS='netgo osusergo static_build' [2019-10-24T22:34:16.162Z] #59 71.03 + export EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:34:16.162Z] #59 71.03 + EXTRA_FLAGS=-buildmode=pie [2019-10-24T22:34:16.162Z] #59 71.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-24T22:34:16.162Z] #59 71.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-24T22:34:16.162Z] #59 71.03 + '[' '' = dynamic ']' [2019-10-24T22:34:16.162Z] #59 71.03 + make [2019-10-24T22:34:18.243Z] #59 72.98 + bin/ctr [2019-10-24T22:34:19.250Z] ? github.com/docker/docker/api [no test files] [2019-10-24T22:34:19.741Z] #59 ... [2019-10-24T22:34:19.741Z] [2019-10-24T22:34:19.741Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:19.741Z] #41 2.508 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:34:19.741Z] #41 2.509 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:34:19.741Z] #41 4.813 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:34:19.741Z] #41 4.882 GEN .gitid [2019-10-24T22:34:19.741Z] #41 4.921 GEN criu/include/version.h [2019-10-24T22:34:19.741Z] #41 4.978 GEN include/common/asm [2019-10-24T22:34:19.741Z] #41 7.741 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-24T22:34:19.741Z] #41 7.974 PBCC images/opts.pb-c.c [2019-10-24T22:34:19.741Z] #41 8.073 PBCC images/sit.pb-c.c [2019-10-24T22:34:19.741Z] #41 8.302 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-24T22:34:19.741Z] #41 8.479 DEP images/opts.pb-c.d [2019-10-24T22:34:19.741Z] #41 8.575 DEP images/sit.pb-c.d [2019-10-24T22:34:19.741Z] #41 8.738 PBCC images/macvlan.pb-c.c [2019-10-24T22:34:19.741Z] #41 8.823 DEP images/macvlan.pb-c.d [2019-10-24T22:34:19.741Z] #41 8.928 PBCC images/autofs.pb-c.c [2019-10-24T22:34:19.741Z] #41 8.995 DEP images/autofs.pb-c.d [2019-10-24T22:34:19.741Z] #41 9.113 PBCC images/sysctl.pb-c.c [2019-10-24T22:34:19.741Z] #41 9.168 DEP images/sysctl.pb-c.d [2019-10-24T22:34:19.741Z] #41 9.326 PBCC images/time.pb-c.c [2019-10-24T22:34:19.741Z] #41 9.374 DEP images/time.pb-c.d [2019-10-24T22:34:19.741Z] #41 9.537 PBCC images/binfmt-misc.pb-c.c [2019-10-24T22:34:19.741Z] #41 9.569 DEP images/binfmt-misc.pb-c.d [2019-10-24T22:34:19.741Z] #41 9.676 PBCC images/seccomp.pb-c.c [2019-10-24T22:34:19.741Z] #41 9.697 DEP images/seccomp.pb-c.d [2019-10-24T22:34:19.741Z] #41 9.854 PBCC images/userns.pb-c.c [2019-10-24T22:34:19.741Z] #41 9.918 DEP images/userns.pb-c.d [2019-10-24T22:34:19.741Z] #41 10.02 PBCC images/cgroup.pb-c.c [2019-10-24T22:34:19.741Z] #41 10.10 DEP images/cgroup.pb-c.d [2019-10-24T22:34:20.030Z] #41 10.23 PBCC images/fown.pb-c.c [2019-10-24T22:34:20.030Z] #41 10.28 PBCC images/ext-file.pb-c.c [2019-10-24T22:34:20.319Z] #41 10.39 DEP images/fown.pb-c.d [2019-10-24T22:34:20.319Z] #41 ... [2019-10-24T22:34:20.319Z] [2019-10-24T22:34:20.319Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:34:20.319Z] #28 76.14 + cd /tmp/tmp.MoVUtHMuQr/src/github.com/go-swagger/go-swagger [2019-10-24T22:34:20.319Z] #28 76.14 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-24T22:34:20.319Z] #28 80.34 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-24T22:34:20.319Z] #28 ... [2019-10-24T22:34:20.319Z] [2019-10-24T22:34:20.319Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:20.319Z] #36 3.806 -- The C compiler identification is GNU 6.3.0 [2019-10-24T22:34:20.319Z] #36 3.977 -- Check for working C compiler: /usr/bin/cc [2019-10-24T22:34:20.319Z] #36 4.815 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-24T22:34:20.319Z] #36 4.819 -- Detecting C compiler ABI info [2019-10-24T22:34:20.319Z] #36 5.817 -- Detecting C compiler ABI info - done [2019-10-24T22:34:20.319Z] #36 5.954 -- Detecting C compile features [2019-10-24T22:34:20.319Z] #36 9.622 -- Detecting C compile features - done [2019-10-24T22:34:20.319Z] #36 9.713 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-24T22:34:20.319Z] #36 10.24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-24T22:34:20.319Z] #36 10.55 -- Configuring done [2019-10-24T22:34:20.319Z] #36 10.59 -- Generating done [2019-10-24T22:34:20.319Z] #36 10.63 -- Build files have been written to: /tmp/tmp.Whkp4keYZ4/tini [2019-10-24T22:34:20.319Z] #36 10.63 + make tini-static [2019-10-24T22:34:20.319Z] #36 11.41 Scanning dependencies of target tini-static [2019-10-24T22:34:20.319Z] #36 11.54 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-24T22:34:20.607Z] #36 ... [2019-10-24T22:34:20.607Z] [2019-10-24T22:34:20.607Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:20.607Z] #31 65.26 bytes [2019-10-24T22:34:20.607Z] #31 65.27 strings [2019-10-24T22:34:20.607Z] #31 ... [2019-10-24T22:34:20.607Z] [2019-10-24T22:34:20.607Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:20.607Z] #41 10.56 DEP images/ext-file.pb-c.d [2019-10-24T22:34:20.607Z] #41 10.62 PBCC images/rpc.pb-c.c [2019-10-24T22:34:20.607Z] #41 10.75 DEP images/rpc.pb-c.d [2019-10-24T22:34:20.607Z] #41 10.88 PBCC images/siginfo.pb-c.c [2019-10-24T22:34:20.894Z] #41 10.92 DEP images/siginfo.pb-c.d [2019-10-24T22:34:20.894Z] #41 11.05 PBCC images/pagemap.pb-c.c [2019-10-24T22:34:20.894Z] #41 11.12 DEP images/pagemap.pb-c.d [2019-10-24T22:34:20.894Z] #41 ... [2019-10-24T22:34:20.894Z] [2019-10-24T22:34:20.894Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:34:20.894Z] #47 65.74 + cd /tmp/tmp.Ddd1mPiNhB/src/gotest.tools/gotestsum [2019-10-24T22:34:20.894Z] #47 65.74 + git checkout -q v0.3.5 [2019-10-24T22:34:20.894Z] #47 65.87 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-24T22:34:21.183Z] #47 ... [2019-10-24T22:34:21.183Z] [2019-10-24T22:34:21.183Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:21.183Z] #41 11.25 PBCC images/rlimit.pb-c.c [2019-10-24T22:34:21.183Z] #41 11.29 DEP images/rlimit.pb-c.d [2019-10-24T22:34:21.183Z] #41 11.41 PBCC images/file-lock.pb-c.c [2019-10-24T22:34:21.183Z] #41 11.45 DEP images/file-lock.pb-c.d [2019-10-24T22:34:21.472Z] #41 11.64 PBCC images/tty.pb-c.c [2019-10-24T22:34:21.472Z] #41 11.72 DEP images/tty.pb-c.d [2019-10-24T22:34:21.789Z] #41 11.91 PBCC images/tun.pb-c.c [2019-10-24T22:34:21.789Z] #41 12.03 PBCC images/netdev.pb-c.c [2019-10-24T22:34:22.079Z] #41 12.15 DEP images/tun.pb-c.d [2019-10-24T22:34:22.079Z] #41 12.27 DEP images/netdev.pb-c.d [2019-10-24T22:34:22.079Z] #41 12.35 PBCC images/vma.pb-c.c [2019-10-24T22:34:22.367Z] #41 12.43 DEP images/vma.pb-c.d [2019-10-24T22:34:22.367Z] #41 12.57 PBCC images/creds.pb-c.c [2019-10-24T22:34:22.367Z] #41 12.65 DEP images/creds.pb-c.d [2019-10-24T22:34:22.656Z] #41 12.81 PBCC images/utsns.pb-c.c [2019-10-24T22:34:22.945Z] #41 12.88 DEP images/utsns.pb-c.d [2019-10-24T22:34:22.945Z] #41 13.04 PBCC images/ipc-desc.pb-c.c [2019-10-24T22:34:22.945Z] #41 13.09 PBCC images/ipc-sem.pb-c.c [2019-10-24T22:34:22.945Z] #41 13.15 DEP images/ipc-desc.pb-c.d [2019-10-24T22:34:22.945Z] #41 ... [2019-10-24T22:34:22.945Z] [2019-10-24T22:34:22.945Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:22.945Z] #36 15.30 [100%] Linking C executable tini-static [2019-10-24T22:34:22.945Z] #36 16.31 [100%] Built target tini-static [2019-10-24T22:34:22.945Z] #36 16.39 + mkdir -p /build [2019-10-24T22:34:22.945Z] #36 16.40 + cp tini-static /build/docker-init [2019-10-24T22:34:22.945Z] #36 DONE 16.5s [2019-10-24T22:34:22.945Z] [2019-10-24T22:34:22.945Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:22.945Z] #41 13.21 DEP images/ipc-sem.pb-c.d [2019-10-24T22:34:23.234Z] #41 13.31 PBCC images/ipc-msg.pb-c.c [2019-10-24T22:34:23.234Z] #41 13.38 DEP images/ipc-msg.pb-c.d [2019-10-24T22:34:23.522Z] #41 13.51 PBCC images/ipc-shm.pb-c.c [2019-10-24T22:34:23.522Z] #41 ... [2019-10-24T22:34:23.522Z] [2019-10-24T22:34:23.522Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:23.522Z] #44 68.21 bytes [2019-10-24T22:34:23.522Z] #44 68.99 strings [2019-10-24T22:34:23.522Z] #44 77.72 bufio [2019-10-24T22:34:23.522Z] #44 ... [2019-10-24T22:34:23.522Z] [2019-10-24T22:34:23.522Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:23.522Z] #41 13.65 DEP images/ipc-shm.pb-c.d [2019-10-24T22:34:23.811Z] #41 13.80 PBCC images/ipc-var.pb-c.c [2019-10-24T22:34:23.811Z] #41 13.85 DEP images/ipc-var.pb-c.d [2019-10-24T22:34:23.811Z] #41 13.99 PBCC images/sk-opts.pb-c.c [2019-10-24T22:34:24.102Z] #41 14.12 PBCC images/packet-sock.pb-c.c [2019-10-24T22:34:24.102Z] #41 14.25 DEP images/sk-opts.pb-c.d [2019-10-24T22:34:24.391Z] #41 14.39 DEP images/packet-sock.pb-c.d [2019-10-24T22:34:24.391Z] #41 14.60 PBCC images/sk-netlink.pb-c.c [2019-10-24T22:34:24.681Z] #41 14.70 DEP images/sk-netlink.pb-c.d [2019-10-24T22:34:24.681Z] #41 14.94 PBCC images/sk-inet.pb-c.c [2019-10-24T22:34:24.970Z] #41 15.03 DEP images/sk-inet.pb-c.d [2019-10-24T22:34:24.970Z] #41 15.22 PBCC images/sk-unix.pb-c.c [2019-10-24T22:34:25.259Z] #41 15.33 DEP images/sk-unix.pb-c.d [2019-10-24T22:34:25.259Z] #41 15.46 PBCC images/mm.pb-c.c [2019-10-24T22:34:25.259Z] #41 15.58 DEP images/mm.pb-c.d [2019-10-24T22:34:25.549Z] #41 15.70 PBCC images/timerfd.pb-c.c [2019-10-24T22:34:25.549Z] #41 15.77 DEP images/timerfd.pb-c.d [2019-10-24T22:34:25.838Z] #41 15.90 PBCC images/timer.pb-c.c [2019-10-24T22:34:25.838Z] #41 15.94 DEP images/timer.pb-c.d [2019-10-24T22:34:25.838Z] #41 16.06 PBCC images/sa.pb-c.c [2019-10-24T22:34:26.127Z] #41 16.16 DEP images/sa.pb-c.d [2019-10-24T22:34:26.127Z] #41 16.27 PBCC images/pipe-data.pb-c.c [2019-10-24T22:34:26.127Z] #41 16.31 DEP images/pipe-data.pb-c.d [2019-10-24T22:34:26.127Z] #41 16.42 PBCC images/mnt.pb-c.c [2019-10-24T22:34:26.420Z] #41 16.53 DEP images/mnt.pb-c.d [2019-10-24T22:34:26.420Z] #41 16.62 PBCC images/sk-packet.pb-c.c [2019-10-24T22:34:26.420Z] #41 16.64 DEP images/sk-packet.pb-c.d [2019-10-24T22:34:26.420Z] #41 ... [2019-10-24T22:34:26.420Z] [2019-10-24T22:34:26.420Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:26.420Z] #17 74.89 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-10-24T22:34:26.420Z] #17 79.32 debconf: delaying package configuration, since apt-utils is not installed [2019-10-24T22:34:26.420Z] #17 79.59 Fetched 87.3 MB in 13s (6679 kB/s) [2019-10-24T22:34:26.420Z] #17 79.76 Selecting previously unselected package bash-completion. [2019-10-24T22:34:26.420Z] #17 79.76 (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 ... 15020 files and directories currently installed.) [2019-10-24T22:34:26.420Z] #17 79.93 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-24T22:34:26.539Z] #59 114.1 + bin/containerd-stress [2019-10-24T22:34:26.709Z] #17 ... [2019-10-24T22:34:26.709Z] [2019-10-24T22:34:26.709Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:26.709Z] #41 16.73 PBCC images/tcp-stream.pb-c.c [2019-10-24T22:34:26.709Z] #41 16.85 DEP images/tcp-stream.pb-c.d [2019-10-24T22:34:26.997Z] #41 17.00 PBCC images/pipe.pb-c.c [2019-10-24T22:34:26.997Z] #41 17.12 DEP images/pipe.pb-c.d [2019-10-24T22:34:26.997Z] #41 17.21 PBCC images/pstree.pb-c.c [2019-10-24T22:34:27.103Z] #59 115.9 + bin/containerd-shim [2019-10-24T22:34:27.289Z] #41 17.27 DEP images/pstree.pb-c.d [2019-10-24T22:34:27.289Z] #41 17.37 PBCC images/fs.pb-c.c [2019-10-24T22:34:27.289Z] #41 17.40 DEP images/fs.pb-c.d [2019-10-24T22:34:27.289Z] #41 17.50 PBCC images/signalfd.pb-c.c [2019-10-24T22:34:27.578Z] #41 17.60 DEP images/signalfd.pb-c.d [2019-10-24T22:34:27.578Z] #41 17.69 PBCC images/fh.pb-c.c [2019-10-24T22:34:27.578Z] #41 17.75 PBCC images/fsnotify.pb-c.c [2019-10-24T22:34:27.578Z] #41 17.90 DEP images/fh.pb-c.d [2019-10-24T22:34:27.868Z] #41 18.05 DEP images/fsnotify.pb-c.d [2019-10-24T22:34:27.868Z] #41 18.15 PBCC images/eventpoll.pb-c.c [2019-10-24T22:34:28.155Z] #41 18.22 DEP images/eventpoll.pb-c.d [2019-10-24T22:34:28.155Z] #41 18.34 PBCC images/eventfd.pb-c.c [2019-10-24T22:34:28.155Z] #41 18.39 DEP images/eventfd.pb-c.d [2019-10-24T22:34:28.155Z] #41 18.46 PBCC images/remap-file-path.pb-c.c [2019-10-24T22:34:28.443Z] #41 18.55 DEP images/remap-file-path.pb-c.d [2019-10-24T22:34:28.443Z] #41 18.63 PBCC images/fifo.pb-c.c [2019-10-24T22:34:28.443Z] #41 18.66 DEP images/fifo.pb-c.d [2019-10-24T22:34:28.733Z] #41 18.80 PBCC images/ghost-file.pb-c.c [2019-10-24T22:34:28.733Z] #41 18.87 DEP images/ghost-file.pb-c.d [2019-10-24T22:34:28.733Z] #41 18.95 PBCC images/regfile.pb-c.c [2019-10-24T22:34:28.733Z] #41 19.01 DEP images/regfile.pb-c.d [2019-10-24T22:34:29.026Z] #41 19.13 PBCC images/ns.pb-c.c [2019-10-24T22:34:29.026Z] #41 19.16 DEP images/ns.pb-c.d [2019-10-24T22:34:29.315Z] #41 19.26 PBCC images/fdinfo.pb-c.c [2019-10-24T22:34:29.315Z] #41 19.41 DEP images/fdinfo.pb-c.d [2019-10-24T22:34:29.315Z] #41 19.51 PBCC images/core-aarch64.pb-c.c [2019-10-24T22:34:29.315Z] #41 19.63 PBCC images/core-arm.pb-c.c [2019-10-24T22:34:29.604Z] #41 19.74 PBCC images/core-ppc64.pb-c.c [2019-10-24T22:34:29.604Z] #41 19.83 PBCC images/core-s390.pb-c.c [2019-10-24T22:34:29.893Z] #41 19.94 PBCC images/core-x86.pb-c.c [2019-10-24T22:34:29.893Z] #41 20.04 PBCC images/core.pb-c.c [2019-10-24T22:34:29.893Z] #41 20.14 PBCC images/inventory.pb-c.c [2019-10-24T22:34:30.183Z] #41 20.27 DEP images/core-aarch64.pb-c.d [2019-10-24T22:34:30.183Z] #41 20.38 DEP images/core-arm.pb-c.d [2019-10-24T22:34:30.183Z] #41 20.49 DEP images/core-ppc64.pb-c.d [2019-10-24T22:34:30.472Z] #41 20.58 DEP images/core-s390.pb-c.d [2019-10-24T22:34:30.472Z] #41 20.66 DEP images/core-x86.pb-c.d [2019-10-24T22:34:30.472Z] #41 20.75 DEP images/core.pb-c.d [2019-10-24T22:34:30.767Z] #41 20.90 DEP images/inventory.pb-c.d [2019-10-24T22:34:30.767Z] #41 21.01 PBCC images/cpuinfo.pb-c.c [2019-10-24T22:34:31.061Z] #41 21.07 DEP images/cpuinfo.pb-c.d [2019-10-24T22:34:31.061Z] #41 21.19 PBCC images/stats.pb-c.c [2019-10-24T22:34:31.061Z] #41 21.23 DEP images/stats.pb-c.d [2019-10-24T22:34:31.489Z] ok github.com/docker/docker/api/server 0.044s coverage: 9.0% of statements [2019-10-24T22:34:32.086Z] #41 ... [2019-10-24T22:34:32.086Z] [2019-10-24T22:34:32.086Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:32.086Z] #31 76.76 bufio [2019-10-24T22:34:32.086Z] #31 78.72 reflect [2019-10-24T22:34:32.086Z] #31 80.84 path [2019-10-24T22:34:32.086Z] #31 83.71 text/tabwriter [2019-10-24T22:34:32.086Z] #31 ... [2019-10-24T22:34:32.086Z] [2019-10-24T22:34:32.086Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:32.086Z] #17 86.76 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-24T22:34:32.086Z] #17 87.56 Selecting previously unselected package libnet1:ppc64el. [2019-10-24T22:34:32.086Z] #17 87.58 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 87.59 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-24T22:34:32.086Z] #17 87.75 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-24T22:34:32.086Z] #17 87.75 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 87.78 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-24T22:34:32.086Z] #17 87.89 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-24T22:34:32.086Z] #17 87.90 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 87.93 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-24T22:34:32.086Z] #17 88.11 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-24T22:34:32.086Z] #17 88.13 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 88.18 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-24T22:34:32.086Z] #17 88.49 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-24T22:34:32.086Z] #17 88.51 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 88.52 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-24T22:34:32.086Z] #17 89.39 Selecting previously unselected package python3.5-minimal. [2019-10-24T22:34:32.086Z] #17 89.40 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-24T22:34:32.086Z] #17 89.42 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-24T22:34:32.711Z] #17 91.17 Selecting previously unselected package python3-minimal. [2019-10-24T22:34:32.711Z] #17 91.18 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-24T22:34:32.711Z] #17 91.19 Unpacking python3-minimal (3.5.3-1) ... [2019-10-24T22:34:33.000Z] #17 91.32 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-24T22:34:33.000Z] #17 91.33 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-24T22:34:33.000Z] #17 91.34 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-24T22:34:33.000Z] #17 91.54 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-24T22:34:33.000Z] #17 91.55 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-24T22:34:33.289Z] #17 91.55 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-24T22:34:33.289Z] #17 ... [2019-10-24T22:34:33.289Z] [2019-10-24T22:34:33.289Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:33.289Z] #41 23.51 make[1]: Nothing to be done for 'all'. [2019-10-24T22:34:35.206Z] #59 122.5 + bin/containerd-shim-runc-v1 [2019-10-24T22:34:36.788Z] #41 26.39 CC images/stats.o [2019-10-24T22:34:36.788Z] #41 ... [2019-10-24T22:34:36.788Z] [2019-10-24T22:34:36.788Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:36.788Z] #44 81.11 reflect [2019-10-24T22:34:36.788Z] #44 83.23 regexp/syntax [2019-10-24T22:34:36.788Z] #44 86.11 hash/crc32 [2019-10-24T22:34:36.788Z] #44 90.55 vendor/golang.org/x/net/dns/dnsmessage [2019-10-24T22:34:36.788Z] #44 ... [2019-10-24T22:34:36.788Z] [2019-10-24T22:34:36.788Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:36.788Z] #17 93.97 Selecting previously unselected package python3.5. [2019-10-24T22:34:36.788Z] #17 93.98 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-24T22:34:36.788Z] #17 93.99 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-24T22:34:36.788Z] #17 94.21 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-24T22:34:36.788Z] #17 94.23 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-24T22:34:36.788Z] #17 94.24 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-24T22:34:36.788Z] #17 94.42 Selecting previously unselected package dh-python. [2019-10-24T22:34:36.788Z] #17 94.43 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-24T22:34:36.788Z] #17 94.45 Unpacking dh-python (2.20170125) ... [2019-10-24T22:34:36.788Z] #17 94.78 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-24T22:34:36.788Z] #17 94.79 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-24T22:34:37.108Z] #59 125.7 + bin/containerd-shim-runc-v2 [2019-10-24T22:34:37.673Z] #59 126.5 + binaries [2019-10-24T22:34:37.673Z] #59 126.5 + mkdir -p /build [2019-10-24T22:34:37.673Z] #59 126.5 + cp bin/containerd /build/containerd [2019-10-24T22:34:37.673Z] #59 126.5 + cp bin/containerd-shim /build/containerd-shim [2019-10-24T22:34:37.673Z] #59 126.5 + cp bin/ctr /build/ctr [2019-10-24T22:34:38.237Z] #59 DONE 127.2s [2019-10-24T22:34:39.170Z] [2019-10-24T22:34:39.170Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-24T22:34:39.427Z] #60 DONE 0.3s [2019-10-24T22:34:39.427Z] [2019-10-24T22:34:39.427Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-24T22:34:39.685Z] #64 DONE 0.1s [2019-10-24T22:34:39.685Z] [2019-10-24T22:34:39.685Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-24T22:34:39.685Z] #66 DONE 0.1s [2019-10-24T22:34:39.685Z] [2019-10-24T22:34:39.685Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-24T22:34:39.685Z] #69 DONE 0.1s [2019-10-24T22:34:39.685Z] [2019-10-24T22:34:39.685Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-24T22:34:39.685Z] #70 DONE 0.0s [2019-10-24T22:34:39.942Z] [2019-10-24T22:34:39.942Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-24T22:34:40.326Z] #72 exporting layers 55.9s done [2019-10-24T22:34:40.326Z] #72 exporting manifest sha256:170ba4d0831a32e7e1f365a3b6e2f718e6b9ec0b6d942f5d448a17704c8f956f [2019-10-24T22:34:40.326Z] #72 exporting manifest sha256:170ba4d0831a32e7e1f365a3b6e2f718e6b9ec0b6d942f5d448a17704c8f956f done [2019-10-24T22:34:40.326Z] #72 exporting config sha256:bc899c9362686daabb83b61e5dafad243eff3bca361736ade6ca2ec49d125640 done [2019-10-24T22:34:40.326Z] #72 sending tarball [2019-10-24T22:34:40.513Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|types_sizes|exports_file|files|imports|name) took 1m49.540849511s [2019-10-24T22:34:40.513Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 459.032705ms [2019-10-24T22:34:40.876Z] #71 DONE 0.9s [2019-10-24T22:34:40.876Z] [2019-10-24T22:34:40.876Z] #72 exporting to image [2019-10-24T22:34:40.876Z] #72 exporting layers [2019-10-24T22:34:43.658Z] #17 101.6 Setting up python3-minimal (3.5.3-1) ... [2019-10-24T22:34:43.947Z] #17 ... [2019-10-24T22:34:43.947Z] [2019-10-24T22:34:43.947Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:34:43.947Z] #44 98.82 time [2019-10-24T22:34:44.576Z] #44 ... [2019-10-24T22:34:44.576Z] [2019-10-24T22:34:44.576Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:44.576Z] #31 89.50 internal/syscall/unix [2019-10-24T22:34:44.576Z] #31 89.55 time [2019-10-24T22:34:44.867Z] #31 ... [2019-10-24T22:34:44.867Z] [2019-10-24T22:34:44.867Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:44.867Z] #41 27.39 CC images/core.o [2019-10-24T22:34:44.867Z] #41 28.53 CC images/core-x86.o [2019-10-24T22:34:44.867Z] #41 29.62 CC images/core-arm.o [2019-10-24T22:34:44.867Z] #41 30.51 CC images/core-aarch64.o [2019-10-24T22:34:44.867Z] #41 31.36 CC images/core-ppc64.o [2019-10-24T22:34:44.867Z] #41 32.55 CC images/core-s390.o [2019-10-24T22:34:44.867Z] #41 34.04 CC images/cpuinfo.o [2019-10-24T22:34:44.867Z] #41 34.88 CC images/inventory.o [2019-10-24T22:34:45.156Z] #41 35.39 CC images/fdinfo.o [2019-10-24T22:34:45.156Z] #41 ... [2019-10-24T22:34:45.156Z] [2019-10-24T22:34:45.156Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:34:45.156Z] #17 103.7 Selecting previously unselected package python3. [2019-10-24T22:34:45.447Z] #17 103.7 (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 ... 16606 files and directories currently installed.) [2019-10-24T22:34:45.447Z] #17 103.8 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-24T22:34:45.447Z] #17 103.9 Unpacking python3 (3.5.3-1) ... [2019-10-24T22:34:45.447Z] #17 104.0 Selecting previously unselected package pigz. [2019-10-24T22:34:45.740Z] #17 104.0 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-24T22:34:45.740Z] #17 104.0 Unpacking pigz (2.3.4-1) ... [2019-10-24T22:34:45.740Z] #17 104.2 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-24T22:34:45.740Z] #17 104.2 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-24T22:34:45.740Z] #17 104.3 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:34:46.045Z] #17 104.5 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-24T22:34:46.045Z] #17 104.5 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-24T22:34:46.045Z] #17 104.5 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:34:46.045Z] #17 104.7 Selecting previously unselected package libiptc0:ppc64el. [2019-10-24T22:34:46.331Z] #17 104.7 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-24T22:34:46.331Z] #17 104.7 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:34:46.331Z] #17 104.9 Selecting previously unselected package libxtables12:ppc64el. [2019-10-24T22:34:46.514Z] #72 sending tarball 9.6s done [2019-10-24T22:34:46.514Z] #72 DONE 65.6s [2019-10-24T22:34:46.514Z] [2019-10-24T22:34:46.514Z] #73 importing to docker [2019-10-24T22:34:46.620Z] #17 104.9 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-24T22:34:46.620Z] #17 105.0 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:34:46.620Z] #17 105.1 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-24T22:34:46.620Z] #17 105.2 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-24T22:34:46.620Z] #17 105.2 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-24T22:34:46.908Z] #17 105.3 Selecting previously unselected package iptables. [2019-10-24T22:34:46.908Z] #17 105.3 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-24T22:34:46.908Z] #17 105.4 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-24T22:34:47.430Z] #72 exporting layers 6.4s done [2019-10-24T22:34:47.430Z] #72 writing image sha256:e312a75f607fc0871960b2b2d7da0d866673641e89d21c890710b3a537277e5d done [2019-10-24T22:34:47.430Z] #72 naming to docker.io/library/docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:34:47.430Z] #72 naming to docker.io/library/docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f done [2019-10-24T22:34:47.430Z] #72 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-24T22:34:47.533Z] #17 106.0 Selecting previously unselected package xxd. [2019-10-24T22:34:47.533Z] #17 106.0 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-24T22:34:47.533Z] #17 106.0 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:47.822Z] #17 106.3 Selecting previously unselected package vim-common. [2019-10-24T22:34:47.822Z] #17 106.3 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-24T22:34:47.822Z] #17 106.3 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:34:48.110Z] #17 106.5 Selecting previously unselected package bzip2. [2019-10-24T22:34:48.110Z] #17 106.6 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-24T22:34:48.110Z] #17 106.6 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-24T22:34:48.397Z] #17 106.8 Selecting previously unselected package libgpm2:ppc64el. [2019-10-24T22:34:48.397Z] #17 106.9 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-24T22:34:48.397Z] #17 106.9 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-24T22:34:48.438Z] [2019-10-24T22:34:48.439Z] Removing bundles/ [2019-10-24T22:34:48.439Z] [2019-10-24T22:34:48.439Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-24T22:34:48.439Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:34:48.439Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:34:48.685Z] #17 107.0 Selecting previously unselected package xz-utils. [2019-10-24T22:34:48.685Z] #17 107.1 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-24T22:34:48.685Z] #17 107.1 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-24T22:34:48.976Z] #17 107.3 Selecting previously unselected package aufs-tools. [2019-10-24T22:34:48.976Z] #17 107.4 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-24T22:34:48.976Z] #17 107.4 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-24T22:34:49.264Z] #17 107.6 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-24T22:34:49.264Z] #17 107.6 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-24T22:34:49.264Z] #17 107.6 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-24T22:34:49.264Z] #17 107.8 Selecting previously unselected package btrfs-progs. [2019-10-24T22:34:49.264Z] #17 107.8 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-24T22:34:49.552Z] #17 107.8 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-24T22:34:50.179Z] #17 108.8 Selecting previously unselected package btrfs-tools. [2019-10-24T22:34:50.466Z] #17 108.8 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-24T22:34:50.466Z] #17 108.8 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-24T22:34:50.466Z] #17 108.9 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-24T22:34:50.466Z] #17 109.0 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-24T22:34:50.466Z] #17 109.0 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-24T22:34:50.761Z] #17 109.2 Selecting previously unselected package dmsetup. [2019-10-24T22:34:50.761Z] #17 109.2 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-24T22:34:50.761Z] #17 109.2 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-24T22:34:50.761Z] #17 109.4 Selecting previously unselected package libonig4:ppc64el. [2019-10-24T22:34:50.761Z] #17 109.4 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-24T22:34:50.761Z] #17 109.4 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-24T22:34:51.394Z] #17 109.7 Selecting previously unselected package libjq1:ppc64el. [2019-10-24T22:34:51.394Z] #17 109.7 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-24T22:34:51.394Z] #17 109.7 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-24T22:34:51.394Z] #17 109.9 Selecting previously unselected package jq. [2019-10-24T22:34:51.394Z] #17 109.9 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-24T22:34:51.394Z] #17 109.9 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-24T22:34:51.684Z] #17 110.1 Selecting previously unselected package libaio1:ppc64el. [2019-10-24T22:34:51.684Z] #17 110.1 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-24T22:34:51.684Z] #17 110.1 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-24T22:34:51.684Z] #17 110.2 Selecting previously unselected package libcap2-bin. [2019-10-24T22:34:51.684Z] #17 110.2 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-24T22:34:51.684Z] #17 110.2 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-24T22:34:51.971Z] #17 110.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-24T22:34:51.971Z] #17 110.4 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-24T22:34:51.971Z] #17 110.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-24T22:34:51.971Z] #17 110.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-24T22:34:51.971Z] #17 110.6 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-24T22:34:51.971Z] #17 110.6 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-24T22:34:52.596Z] #17 111.1 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-24T22:34:52.596Z] #17 111.1 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-24T22:34:52.596Z] #17 111.1 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-24T22:34:53.224Z] #17 111.5 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-24T22:34:53.224Z] #17 111.5 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-24T22:34:53.224Z] #17 111.5 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-24T22:34:53.512Z] #17 111.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-24T22:34:53.512Z] #17 111.9 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-24T22:34:53.512Z] #17 111.9 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-24T22:34:54.137Z] #17 112.6 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-24T22:34:54.137Z] #17 112.6 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-24T22:34:54.137Z] #17 112.6 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-24T22:34:54.763Z] #17 113.0 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-24T22:34:54.763Z] #17 113.0 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-24T22:34:54.763Z] #17 113.0 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-24T22:34:54.763Z] #17 113.2 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-24T22:34:54.763Z] #17 113.2 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-24T22:34:54.763Z] #17 113.2 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-24T22:34:55.050Z] #17 113.4 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-24T22:34:55.050Z] #17 113.4 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-24T22:34:55.050Z] #17 113.4 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-24T22:34:55.051Z] #17 113.6 Selecting previously unselected package libreadline5:ppc64el. [2019-10-24T22:34:55.339Z] #17 113.6 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-24T22:34:55.339Z] #17 113.6 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-24T22:34:55.339Z] #17 113.9 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-24T22:34:55.339Z] #17 113.9 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-24T22:34:55.339Z] #17 113.9 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-24T22:34:55.635Z] #17 ... [2019-10-24T22:34:55.635Z] [2019-10-24T22:34:55.635Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:55.635Z] #31 100.4 internal/poll [2019-10-24T22:34:55.635Z] #31 105.0 os [2019-10-24T22:34:55.635Z] #31 107.3 internal/fmtsort [2019-10-24T22:34:55.635Z] #31 109.9 fmt [2019-10-24T22:34:55.635Z] #31 109.9 path/filepath [2019-10-24T22:34:55.635Z] #31 ... [2019-10-24T22:34:55.635Z] [2019-10-24T22:34:55.635Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:34:55.635Z] #41 36.28 CC images/fown.o [2019-10-24T22:34:55.635Z] #41 36.87 CC images/ns.o [2019-10-24T22:34:55.635Z] #41 37.28 CC images/regfile.o [2019-10-24T22:34:55.635Z] #41 37.72 CC images/ghost-file.o [2019-10-24T22:34:55.635Z] #41 38.49 CC images/fifo.o [2019-10-24T22:34:55.635Z] #41 39.09 CC images/remap-file-path.o [2019-10-24T22:34:55.635Z] #41 39.47 CC images/eventfd.o [2019-10-24T22:34:55.635Z] #41 39.88 CC images/eventpoll.o [2019-10-24T22:34:55.635Z] #41 40.57 CC images/fh.o [2019-10-24T22:34:55.635Z] #41 41.23 CC images/fsnotify.o [2019-10-24T22:34:55.635Z] #41 42.61 CC images/signalfd.o [2019-10-24T22:34:55.635Z] #41 43.17 CC images/fs.o [2019-10-24T22:34:55.635Z] #41 43.60 CC images/pstree.o [2019-10-24T22:34:55.635Z] #41 44.06 CC images/pipe.o [2019-10-24T22:34:55.635Z] #41 44.68 CC images/tcp-stream.o [2019-10-24T22:34:55.635Z] #41 45.15 CC images/sk-packet.o [2019-10-24T22:34:55.635Z] #41 45.81 CC images/mnt.o [2019-10-24T22:34:56.277Z] #41 46.31 CC images/pipe-data.o [2019-10-24T22:34:56.277Z] #41 46.49 CC images/sa.o [2019-10-24T22:34:56.564Z] #41 46.86 CC images/timer.o [2019-10-24T22:34:57.586Z] #41 47.60 CC images/timerfd.o [2019-10-24T22:34:57.586Z] #41 ... [2019-10-24T22:34:57.586Z] [2019-10-24T22:34:57.586Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:34:57.586Z] #31 112.5 io/ioutil [2019-10-24T22:35:01.085Z] #31 115.6 flag [2019-10-24T22:35:01.085Z] #31 115.6 log [2019-10-24T22:35:01.085Z] #31 115.6 github.com/BurntSushi/toml [2019-10-24T22:35:02.602Z] #31 ... [2019-10-24T22:35:02.602Z] [2019-10-24T22:35:02.602Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:02.602Z] #44 107.1 regexp [2019-10-24T22:35:02.602Z] #44 ... [2019-10-24T22:35:02.602Z] [2019-10-24T22:35:02.602Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:35:02.602Z] #17 116.8 Selecting previously unselected package net-tools. [2019-10-24T22:35:02.602Z] #17 116.9 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-24T22:35:02.602Z] #17 116.9 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-24T22:35:02.602Z] #17 117.4 Selecting previously unselected package python-pip-whl. [2019-10-24T22:35:02.602Z] #17 117.4 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-24T22:35:02.602Z] #17 117.4 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-24T22:35:02.602Z] #17 118.3 Selecting previously unselected package python3-pip. [2019-10-24T22:35:02.602Z] #17 118.3 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-24T22:35:02.602Z] #17 118.3 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-24T22:35:02.602Z] #17 118.6 Selecting previously unselected package python3-pkg-resources. [2019-10-24T22:35:02.602Z] #17 118.6 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-24T22:35:02.602Z] #17 118.6 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-24T22:35:02.602Z] #17 118.9 Selecting previously unselected package python3-setuptools. [2019-10-24T22:35:02.602Z] #17 118.9 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-24T22:35:02.602Z] #17 118.9 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-24T22:35:02.602Z] #17 119.4 Selecting previously unselected package python3-wheel. [2019-10-24T22:35:02.602Z] #17 119.4 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-24T22:35:02.602Z] #17 119.5 Unpacking python3-wheel (0.29.0-2) ... [2019-10-24T22:35:02.602Z] #17 119.6 Selecting previously unselected package thin-provisioning-tools. [2019-10-24T22:35:02.602Z] #17 119.6 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-24T22:35:02.602Z] #17 119.6 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-24T22:35:02.602Z] #17 120.2 Selecting previously unselected package vim-runtime. [2019-10-24T22:35:02.603Z] #17 120.2 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-24T22:35:02.603Z] #17 120.3 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-24T22:35:02.603Z] #17 120.4 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-24T22:35:02.603Z] #17 120.4 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:35:03.012Z] #73 DONE 16.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-24T22:35:03.848Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/test/unit [2019-10-24T22:35:04.853Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-24T22:35:05.311Z] #17 ... [2019-10-24T22:35:05.311Z] [2019-10-24T22:35:05.311Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:05.311Z] #44 120.2 internal/lazyregexp [2019-10-24T22:35:05.598Z] #44 120.2 os/exec [2019-10-24T22:35:05.598Z] #44 120.3 net [2019-10-24T22:35:07.321Z] ? github.com/docker/docker/api [no test files] [2019-10-24T22:35:07.786Z] [2019-10-24T22:35:07.786Z] ________ ____ __. [2019-10-24T22:35:07.786Z] \_____ \ | |/ _| [2019-10-24T22:35:07.786Z] / | \| < [2019-10-24T22:35:07.786Z] / | \ | \ [2019-10-24T22:35:07.786Z] \_______ /____|__ \ [2019-10-24T22:35:07.786Z] \/ \/ [2019-10-24T22:35:07.786Z] [2019-10-24T22:35:07.786Z] INFO: make.ps1 ended at 10/24/2019 22:35:07 [2019-10-24T22:35:08.304Z] #44 ... [2019-10-24T22:35:08.304Z] [2019-10-24T22:35:08.304Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:08.304Z] #41 48.11 CC images/mm.o [2019-10-24T22:35:08.304Z] #41 48.80 CC images/sk-opts.o [2019-10-24T22:35:08.304Z] #41 49.26 CC images/sk-unix.o [2019-10-24T22:35:08.304Z] #41 49.90 CC images/sk-inet.o [2019-10-24T22:35:08.304Z] #41 51.04 CC images/tun.o [2019-10-24T22:35:08.304Z] #41 51.81 CC images/sk-netlink.o [2019-10-24T22:35:08.304Z] #41 52.30 CC images/packet-sock.o [2019-10-24T22:35:08.304Z] #41 53.15 CC images/ipc-var.o [2019-10-24T22:35:08.304Z] #41 53.57 CC images/ipc-desc.o [2019-10-24T22:35:08.304Z] #41 53.98 CC images/ipc-shm.o [2019-10-24T22:35:08.304Z] #41 54.50 CC images/ipc-msg.o [2019-10-24T22:35:08.304Z] #41 55.12 CC images/ipc-sem.o [2019-10-24T22:35:08.304Z] #41 55.48 CC images/utsns.o [2019-10-24T22:35:08.304Z] #41 55.92 CC images/creds.o [2019-10-24T22:35:08.304Z] #41 56.46 CC images/vma.o [2019-10-24T22:35:08.304Z] #41 57.01 CC images/netdev.o [2019-10-24T22:35:08.304Z] #41 57.94 CC images/tty.o [2019-10-24T22:35:08.304Z] #41 ... [2019-10-24T22:35:08.304Z] [2019-10-24T22:35:08.304Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:35:08.304Z] #17 127.0 Selecting previously unselected package vim. [2019-10-24T22:35:08.592Z] #17 127.0 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-24T22:35:08.592Z] #17 127.0 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:35:09.233Z] #17 127.8 Selecting previously unselected package xfsprogs. [2019-10-24T22:35:09.233Z] #17 127.8 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-24T22:35:09.233Z] #17 127.8 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-24T22:35:09.990Z] INFO: Binaries build ended at 10/24/2019 22:35:09. Duration:00:01:22.6911785 [2019-10-24T22:35:10.255Z] #17 128.8 Selecting previously unselected package zip. [2019-10-24T22:35:10.255Z] #17 128.8 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-24T22:35:10.255Z] #17 128.8 Unpacking zip (3.0-11+b1) ... [2019-10-24T22:35:10.883Z] #17 129.2 Selecting previously unselected package libapparmor-perl. [2019-10-24T22:35:10.883Z] #17 129.2 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-24T22:35:10.883Z] #17 129.2 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-24T22:35:10.883Z] #17 129.4 Selecting previously unselected package apparmor. [2019-10-24T22:35:10.883Z] #17 129.4 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-24T22:35:10.883Z] #17 129.5 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-24T22:35:11.546Z] INFO: Copying the built daemon binary to d:\CI\PR-40135\3\binary\dockerd-9d12bc257.exe... [2019-10-24T22:35:11.909Z] #17 130.2 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-24T22:35:11.910Z] #17 130.2 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-24T22:35:11.910Z] #17 130.2 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-24T22:35:13.099Z] INFO: Copying the built client binary to d:\CI\PR-40135\3\binary\docker-9d12bc257.exe... [2019-10-24T22:35:13.099Z] INFO: Copying dockerversion from the container... [2019-10-24T22:35:13.099Z] INFO: Copying the golang package from the container to d:\CI\PR-40135\3\installer\go.zip... [2019-10-24T22:35:14.633Z] #17 132.9 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-24T22:35:14.633Z] #17 132.9 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-24T22:35:14.633Z] #17 132.9 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-24T22:35:16.033Z] INFO: Extracting go.zip to d:\CI\PR-40135\3\go [2019-10-24T22:35:16.142Z] #17 ... [2019-10-24T22:35:16.142Z] [2019-10-24T22:35:16.142Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-24T22:35:16.142Z] #31 123.3 github.com/BurntSushi/toml/cmd/tomlv [2019-10-24T22:35:16.142Z] #31 DONE 130.6s [2019-10-24T22:35:16.142Z] [2019-10-24T22:35:16.142Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:16.142Z] #41 59.26 CC images/file-lock.o [2019-10-24T22:35:16.142Z] #41 59.59 CC images/rlimit.o [2019-10-24T22:35:16.142Z] #41 60.07 CC images/pagemap.o [2019-10-24T22:35:16.142Z] #41 60.68 CC images/siginfo.o [2019-10-24T22:35:16.142Z] #41 61.56 CC images/rpc.o [2019-10-24T22:35:16.142Z] #41 64.12 CC images/ext-file.o [2019-10-24T22:35:16.142Z] #41 64.63 CC images/cgroup.o [2019-10-24T22:35:16.142Z] #41 66.08 CC images/userns.o [2019-10-24T22:35:16.768Z] #41 67.10 CC images/google/protobuf/descriptor.o [2019-10-24T22:35:18.213Z] ok github.com/docker/docker/api/server/httputils 0.035s coverage: 14.7% of statements [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-24T22:35:18.213Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-24T22:35:18.213Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-24T22:35:18.824Z] #41 ... [2019-10-24T22:35:18.824Z] [2019-10-24T22:35:18.824Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:35:18.824Z] #17 137.0 Selecting previously unselected package binutils-mingw-w64. [2019-10-24T22:35:18.824Z] #17 137.1 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-24T22:35:18.824Z] #17 137.1 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-24T22:35:18.824Z] #17 137.2 Selecting previously unselected package mingw-w64-common. [2019-10-24T22:35:18.824Z] #17 137.2 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-24T22:35:18.824Z] #17 137.2 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-24T22:35:18.845Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-24T22:35:19.156Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-24T22:35:19.156Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-24T22:35:19.419Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2019-10-24T22:35:19.680Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 4.0% of statements [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-24T22:35:19.680Z] ok github.com/docker/docker/api/types/filters 0.044s coverage: 92.2% of statements [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-24T22:35:19.680Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-24T22:35:19.680Z] ok github.com/docker/docker/api/types/time 0.030s coverage: 100.0% of statements [2019-10-24T22:35:20.253Z] ok github.com/docker/docker/api/types/versions 0.015s coverage: 75.0% of statements [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-24T22:35:20.253Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-24T22:35:20.515Z] ok github.com/docker/docker/builder/dockerignore 0.038s coverage: 96.8% of statements [2019-10-24T22:35:22.316Z] #17 ... [2019-10-24T22:35:22.316Z] [2019-10-24T22:35:22.316Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:22.316Z] #44 127.0 encoding/binary [2019-10-24T22:35:22.316Z] #44 127.0 go/token [2019-10-24T22:35:22.316Z] #44 127.1 net/url [2019-10-24T22:35:22.316Z] #44 130.3 go/scanner [2019-10-24T22:35:22.316Z] #44 134.9 text/template/parse [2019-10-24T22:35:22.316Z] #44 135.0 go/ast [2019-10-24T22:35:22.316Z] #44 135.6 encoding/base64 [2019-10-24T22:35:22.316Z] #44 ... [2019-10-24T22:35:22.316Z] [2019-10-24T22:35:22.316Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:22.316Z] #41 70.84 CC images/opts.o [2019-10-24T22:35:22.316Z] #41 71.22 CC images/seccomp.o [2019-10-24T22:35:22.316Z] #41 71.71 CC images/binfmt-misc.o [2019-10-24T22:35:22.316Z] #41 72.07 CC images/time.o [2019-10-24T22:35:22.316Z] #41 72.42 CC images/sysctl.o [2019-10-24T22:35:22.624Z] #41 72.87 CC images/autofs.o [2019-10-24T22:35:23.066Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2019-10-24T22:35:23.249Z] #41 73.34 CC images/macvlan.o [2019-10-24T22:35:23.537Z] #41 73.70 CC images/sit.o [2019-10-24T22:35:23.827Z] #41 74.06 LINK images/built-in.o [2019-10-24T22:35:24.116Z] #41 74.28 GEN compel/include/asm [2019-10-24T22:35:24.116Z] #41 74.30 GEN compel/include/version.h [2019-10-24T22:35:24.116Z] #41 74.32 touch .config [2019-10-24T22:35:24.116Z] #41 74.36 GEN include/common/config.h [2019-10-24T22:35:24.406Z] #41 74.63 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-24T22:35:24.406Z] #41 74.72 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-24T22:35:24.453Z] ok github.com/docker/docker/builder/remotecontext 0.385s coverage: 13.6% of statements [2019-10-24T22:35:24.696Z] #41 74.81 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-24T22:35:24.696Z] #41 74.83 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-24T22:35:24.696Z] #41 74.93 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-24T22:35:24.985Z] #41 74.97 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-24T22:35:24.985Z] #41 75.02 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-24T22:35:24.985Z] #41 75.10 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-24T22:35:24.985Z] #41 75.10 DEP compel/plugins/std/infect.d [2019-10-24T22:35:25.026Z] ok github.com/docker/docker/builder/remotecontext/git 3.480s coverage: 85.1% of statements [2019-10-24T22:35:25.275Z] #41 75.45 DEP compel/plugins/std/string.d [2019-10-24T22:35:25.566Z] #41 75.63 DEP compel/plugins/std/log.d [2019-10-24T22:35:25.566Z] #41 75.82 DEP compel/plugins/std/fds.d [2019-10-24T22:35:25.856Z] #41 76.08 DEP compel/plugins/std/std.d [2019-10-24T22:35:26.145Z] #41 76.30 DEP compel/plugins/shmem/shmem.d [2019-10-24T22:35:26.145Z] #41 76.50 DEP compel/plugins/fds/fds.d [2019-10-24T22:35:26.411Z] ok github.com/docker/docker/builder/dockerfile 1.290s coverage: 48.2% of statements [2019-10-24T22:35:26.412Z] ? github.com/docker/docker/cli [no test files] [2019-10-24T22:35:26.412Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-24T22:35:26.434Z] #41 76.76 CC compel/plugins/std/std.o [2019-10-24T22:35:27.475Z] #41 77.55 CC compel/plugins/std/fds.o [2019-10-24T22:35:28.098Z] #41 78.32 CC compel/plugins/std/log.o [2019-10-24T22:35:29.589Z] #41 79.87 CC compel/plugins/std/string.o [2019-10-24T22:35:29.735Z] ok github.com/docker/docker/client 0.457s coverage: 75.8% of statements [2019-10-24T22:35:31.081Z] #41 80.94 CC compel/plugins/std/infect.o [2019-10-24T22:35:31.705Z] #41 81.92 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-24T22:35:31.994Z] #41 81.99 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-24T22:35:31.994Z] #41 82.07 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-24T22:35:31.994Z] #41 82.14 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-24T22:35:32.286Z] #41 82.31 AR compel/plugins/std.lib.a [2019-10-24T22:35:32.286Z] #41 82.48 CC compel/plugins/fds/fds.o [2019-10-24T22:35:32.915Z] #41 83.07 AR compel/plugins/fds.lib.a [2019-10-24T22:35:32.915Z] #41 83.16 HOSTDEP compel/src/lib/log-host.d [2019-10-24T22:35:33.209Z] #41 83.45 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-24T22:35:33.834Z] #41 83.83 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-24T22:35:33.834Z] #41 ... [2019-10-24T22:35:33.834Z] [2019-10-24T22:35:33.834Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:33.834Z] #44 138.5 encoding/json [2019-10-24T22:35:33.834Z] #44 ... [2019-10-24T22:35:33.834Z] [2019-10-24T22:35:33.834Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:35:33.834Z] #17 143.9 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-24T22:35:33.834Z] #17 143.9 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-24T22:35:33.834Z] #17 143.9 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-24T22:35:33.834Z] #17 151.2 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-24T22:35:33.834Z] #17 151.2 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-24T22:35:33.834Z] #17 151.2 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-24T22:35:33.834Z] #17 151.4 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-24T22:35:33.834Z] #17 151.4 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-24T22:35:33.834Z] #17 151.4 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-24T22:35:34.123Z] #17 ... [2019-10-24T22:35:34.123Z] [2019-10-24T22:35:34.123Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:34.123Z] #41 84.14 HOSTDEP compel/src/main-host.d [2019-10-24T22:35:34.411Z] #41 84.43 DEP compel/src/lib/ptrace.d [2019-10-24T22:35:34.411Z] #41 84.69 DEP compel/src/lib/infect.d [2019-10-24T22:35:35.039Z] #41 85.08 DEP compel/src/lib/infect-util.d [2019-10-24T22:35:35.329Z] #41 85.30 DEP compel/src/lib/infect-rpc.d [2019-10-24T22:35:35.329Z] #41 85.51 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-24T22:35:35.618Z] #41 85.71 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-24T22:35:35.908Z] #41 86.06 DEP compel/src/lib/log.d [2019-10-24T22:35:36.197Z] #41 86.30 DEP compel/src/main.d [2019-10-24T22:35:36.485Z] #41 86.62 DEP compel/src/lib/handle-elf.d [2019-10-24T22:35:36.773Z] #41 87.03 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-24T22:35:37.401Z] #41 87.35 CC compel/src/lib/log.o [2019-10-24T22:35:37.706Z] #41 87.90 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-24T22:35:38.338Z] #41 88.59 CC compel/arch/ppc64/src/lib/infect.o [2019-10-24T22:35:39.845Z] #41 89.94 CC compel/src/lib/infect-rpc.o [2019-10-24T22:35:40.875Z] #41 90.80 CC compel/src/lib/infect-util.o [2019-10-24T22:35:41.166Z] #41 91.41 CC compel/src/lib/infect.o [2019-10-24T22:35:46.083Z] INFO: Extraction ended at 10/24/2019 22:35:43. Duration:00:00:27.5617448 [2019-10-24T22:35:46.083Z] INFO: Updating the golang and path environment variables [2019-10-24T22:35:46.083Z] INFO: GOPATH=d:\gopath [2019-10-24T22:35:46.083Z] INFO: go version go1.13.3 windows/amd64 [2019-10-24T22:35:46.083Z] INFO: Running the daemon under test in debug mode [2019-10-24T22:35:46.083Z] INFO: Starting a daemon under test... [2019-10-24T22:35:46.083Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40135\3\daemon --pidfile d:\CI\PR-40135\3\docker.pid -D [2019-10-24T22:35:46.083Z] INFO: Process started successfully. [2019-10-24T22:35:46.083Z] INFO: Start tailing logs of the daemon under tests [2019-10-24T22:35:46.083Z] INFO: Waiting for the daemon under test to start... [2019-10-24T22:35:46.713Z] #41 96.16 CC compel/src/lib/ptrace.o [2019-10-24T22:35:47.001Z] #41 97.09 AR compel/libcompel.a [2019-10-24T22:35:47.001Z] #41 97.23 HOSTCC compel/src/main-host.o [2019-10-24T22:35:47.064Z] INFO: Daemon under test started and replied! [2019-10-24T22:35:47.064Z] INFO: Docker version of the daemon under test [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] Client: [2019-10-24T22:35:47.064Z] Version: 17.06.2-ce [2019-10-24T22:35:47.064Z] API version: 1.30 [2019-10-24T22:35:47.064Z] Go version: go1.8.3 [2019-10-24T22:35:47.064Z] Git commit: cec0b72 [2019-10-24T22:35:47.064Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-24T22:35:47.064Z] OS/Arch: windows/amd64 [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] Server: [2019-10-24T22:35:47.064Z] Version: 0.0.0-dev [2019-10-24T22:35:47.064Z] API version: 1.41 (minimum version 1.24) [2019-10-24T22:35:47.064Z] Go version: go1.13.3 [2019-10-24T22:35:47.064Z] Git commit: 9d12bc257 [2019-10-24T22:35:47.064Z] Built: 10/24/2019 22:33:51 [2019-10-24T22:35:47.064Z] OS/Arch: windows/amd64 [2019-10-24T22:35:47.064Z] Experimental: false [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] INFO: Docker info of the daemon under test [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] Containers: 0 [2019-10-24T22:35:47.064Z] Running: 0 [2019-10-24T22:35:47.064Z] Paused: 0 [2019-10-24T22:35:47.064Z] Stopped: 0 [2019-10-24T22:35:47.064Z] Images: 0 [2019-10-24T22:35:47.064Z] Server Version: 0.0.0-dev [2019-10-24T22:35:47.064Z] Storage Driver: windowsfilter [2019-10-24T22:35:47.064Z] Windows: [2019-10-24T22:35:47.064Z] Logging Driver: json-file [2019-10-24T22:35:47.064Z] Plugins: [2019-10-24T22:35:47.064Z] Volume: local [2019-10-24T22:35:47.064Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-24T22:35:47.064Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-24T22:35:47.064Z] Swarm: inactive [2019-10-24T22:35:47.064Z] Default Isolation: process [2019-10-24T22:35:47.064Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-24T22:35:47.064Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-24T22:35:47.064Z] OSType: windows [2019-10-24T22:35:47.064Z] Architecture: x86_64 [2019-10-24T22:35:47.064Z] CPUs: 4 [2019-10-24T22:35:47.064Z] Total Memory: 32GiB [2019-10-24T22:35:47.064Z] Name: azwin-2-aff8a0 [2019-10-24T22:35:47.064Z] ID: EHEL:VNLE:DM4C:SVO7:ETGK:JRZU:IVEZ:2MBY:M5ZD:NSRU:564M:DOCQ [2019-10-24T22:35:47.064Z] Docker Root Dir: D:\CI\PR-40135\3\daemon [2019-10-24T22:35:47.064Z] Debug Mode (client): false [2019-10-24T22:35:47.064Z] Debug Mode (server): true [2019-10-24T22:35:47.064Z] File Descriptors: -1 [2019-10-24T22:35:47.064Z] Goroutines: 17 [2019-10-24T22:35:47.064Z] System Time: 2019-10-24T22:35:46.8117872Z [2019-10-24T22:35:47.064Z] EventsListeners: 0 [2019-10-24T22:35:47.064Z] Registry: https://index.docker.io/v1/ [2019-10-24T22:35:47.064Z] Labels: [2019-10-24T22:35:47.064Z] Experimental: false [2019-10-24T22:35:47.064Z] Insecure Registries: [2019-10-24T22:35:47.064Z] 127.0.0.0/8 [2019-10-24T22:35:47.064Z] Live Restore Enabled: false [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] INFO: Docker images of the daemon under test [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-24T22:35:47.064Z] [2019-10-24T22:35:47.064Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-24T22:35:47.064Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-24T22:35:47.529Z] ltsc2019: Pulling from windows/servercore [2019-10-24T22:35:47.529Z] 65014b3c3121: Pulling fs layer [2019-10-24T22:35:47.529Z] 12c8dbabfd62: Pulling fs layer [2019-10-24T22:35:48.030Z] #41 98.07 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-24T22:35:48.030Z] #41 ... [2019-10-24T22:35:48.030Z] [2019-10-24T22:35:48.030Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:48.030Z] #44 152.8 text/template [2019-10-24T22:35:48.030Z] #44 155.5 go/parser [2019-10-24T22:35:48.319Z] #44 ... [2019-10-24T22:35:48.319Z] [2019-10-24T22:35:48.319Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:48.320Z] #41 98.57 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-24T22:35:49.349Z] #41 99.70 HOSTCC compel/src/lib/log-host.o [2019-10-24T22:35:49.974Z] #41 100.1 HOSTLINK compel/compel-host-bin [2019-10-24T22:35:50.263Z] #41 100.4 DEP soccr/soccr.d [2019-10-24T22:35:50.552Z] #41 100.9 CC soccr/soccr.o [2019-10-24T22:35:54.064Z] #41 103.7 AR soccr/libsoccr.a [2019-10-24T22:35:54.064Z] #41 103.8 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:35:54.353Z] #41 104.5 DEP criu/arch/ppc64/sigframe.d [2019-10-24T22:35:54.353Z] #41 104.7 DEP criu/arch/ppc64/crtools.d [2019-10-24T22:35:54.981Z] #41 105.2 DEP criu/arch/ppc64/cpu.d [2019-10-24T22:35:55.269Z] #41 105.6 CC criu/arch/ppc64/cpu.o [2019-10-24T22:35:56.291Z] #41 106.6 CC criu/arch/ppc64/crtools.o [2019-10-24T22:35:56.328Z] ok github.com/docker/docker/cmd/dockerd 0.097s coverage: 30.3% of statements [2019-10-24T22:35:56.589Z] ok github.com/docker/docker/container 0.160s coverage: 35.3% of statements [2019-10-24T22:35:56.589Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-24T22:35:56.589Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-24T22:35:56.589Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-24T22:35:56.589Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-24T22:35:59.003Z] #41 108.6 CC criu/arch/ppc64/sigframe.o [2019-10-24T22:35:59.003Z] #41 109.3 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-24T22:35:59.293Z] #41 109.4 DEP criu/arch/ppc64/misc.d [2019-10-24T22:35:59.293Z] #41 ... [2019-10-24T22:35:59.293Z] [2019-10-24T22:35:59.293Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:35:59.293Z] #44 164.0 encoding/xml [2019-10-24T22:35:59.293Z] #44 174.3 math/big [2019-10-24T22:35:59.293Z] #44 ... [2019-10-24T22:35:59.293Z] [2019-10-24T22:35:59.293Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:35:59.293Z] #41 109.5 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-24T22:35:59.293Z] #41 109.5 DEP criu/arch/ppc64/vdso-pie.d [2019-10-24T22:35:59.583Z] #41 109.8 DEP criu/pie/parasite-vdso.d [2019-10-24T22:35:59.874Z] #41 110.2 DEP criu/pie/util-vdso.d [2019-10-24T22:35:59.900Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.037s coverage: 65.3% of statements [2019-10-24T22:36:00.163Z] #41 110.4 DEP criu/pie/util.d [2019-10-24T22:36:00.163Z] #41 ... [2019-10-24T22:36:00.163Z] [2019-10-24T22:36:00.163Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:36:00.163Z] #62 165.2 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-24T22:36:00.163Z] #62 165.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-24T22:36:00.456Z] #62 ... [2019-10-24T22:36:00.456Z] [2019-10-24T22:36:00.456Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:36:00.456Z] #17 177.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-24T22:36:00.456Z] #17 177.7 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-24T22:36:00.456Z] #17 177.7 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-24T22:36:00.845Z] ok github.com/docker/docker/daemon/cluster/convert 0.054s coverage: 35.8% of statements [2019-10-24T22:36:01.419Z] ok github.com/docker/docker/daemon/cluster 0.188s coverage: 0.5% of statements [2019-10-24T22:36:05.672Z] ok github.com/docker/docker/daemon/discovery 0.033s coverage: 30.0% of statements [2019-10-24T22:36:05.672Z] ok github.com/docker/docker/daemon/config 0.153s coverage: 82.1% of statements [2019-10-24T22:36:06.001Z] #17 ... [2019-10-24T22:36:06.001Z] [2019-10-24T22:36:06.001Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:06.001Z] #41 110.8 CC criu/pie/util.o [2019-10-24T22:36:06.001Z] #41 111.4 CC criu/pie/util-vdso.o [2019-10-24T22:36:06.001Z] #41 112.7 CC criu/pie/parasite-vdso.o [2019-10-24T22:36:06.002Z] #41 114.2 CC criu/arch/ppc64/vdso-pie.o [2019-10-24T22:36:06.002Z] #41 115.1 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-24T22:36:06.002Z] #41 115.2 CC criu/arch/ppc64/misc.o [2019-10-24T22:36:06.002Z] #41 115.3 AR criu/pie/pie.lib.a [2019-10-24T22:36:06.002Z] #41 115.4 DEP criu/pie/restorer.d [2019-10-24T22:36:06.002Z] #41 ... [2019-10-24T22:36:06.002Z] [2019-10-24T22:36:06.002Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:36:06.002Z] #62 DONE 180.5s [2019-10-24T22:36:06.002Z] [2019-10-24T22:36:06.002Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:06.002Z] #41 115.9 DEP criu/arch/ppc64/restorer.d [2019-10-24T22:36:06.002Z] #41 ... [2019-10-24T22:36:06.002Z] [2019-10-24T22:36:06.002Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-24T22:36:06.002Z] #63 DONE 0.1s [2019-10-24T22:36:06.002Z] [2019-10-24T22:36:06.002Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:36:06.002Z] #44 178.6 go/doc [2019-10-24T22:36:06.620Z] ok github.com/docker/docker/daemon/events 0.086s coverage: 50.0% of statements [2019-10-24T22:36:08.009Z] ok github.com/docker/docker/daemon/graphdriver 0.021s coverage: 2.2% of statements [2019-10-24T22:36:09.861Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:36:09.861Z] [2019-10-24T22:36:09.861Z] [2019-10-24T22:36:09.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:36:09.861Z] [2019-10-24T22:36:09.861Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-24T22:36:09.861Z] [2019-10-24T22:36:09.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:36:09.861Z] No new tests added to integration. [2019-10-24T22:36:09.861Z] [2019-10-24T22:36:09.861Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:36:09.861Z] PKG_CONFIG=pkg-config [2019-10-24T22:36:09.861Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:36:09.861Z] HOSTNAME=e29b9a345ce4 [2019-10-24T22:36:09.861Z] KEEPBUNDLE=1 [2019-10-24T22:36:09.861Z] container=docker [2019-10-24T22:36:09.861Z] TEST_SKIP_INTEGRATION=1 [2019-10-24T22:36:09.861Z] GO111MODULE=off [2019-10-24T22:36:09.861Z] GOPATH=/go [2019-10-24T22:36:09.861Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:36:09.861Z] HOME=/root [2019-10-24T22:36:09.861Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:36:09.861Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:36:09.861Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:36:09.861Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:36:09.861Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:36:09.861Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:36:09.861Z] TERM=xterm [2019-10-24T22:36:09.861Z] VALIDATE_BRANCH=master [2019-10-24T22:36:09.861Z] DEST=bundles/test-integration [2019-10-24T22:36:09.861Z] SHLVL=1 [2019-10-24T22:36:09.861Z] TIMEOUT=120m [2019-10-24T22:36:09.861Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-24T22:36:09.861Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:36:09.861Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:36:09.861Z] TESTDEBUG=0 [2019-10-24T22:36:09.861Z] _=/usr/bin/env [2019-10-24T22:36:09.861Z] Building test suite binary ./integration-cli/test.main [2019-10-24T22:36:10.459Z] #44 ... [2019-10-24T22:36:10.459Z] [2019-10-24T22:36:10.459Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:10.459Z] #41 116.5 DEP criu/pie/parasite.d [2019-10-24T22:36:10.459Z] #41 117.3 CC criu/pie/parasite.o [2019-10-24T22:36:10.459Z] #41 119.8 LINK criu/pie/parasite.built-in.o [2019-10-24T22:36:10.459Z] #41 119.9 GEN criu/pie/parasite-blob.h [2019-10-24T22:36:10.459Z] #41 120.0 CC criu/arch/ppc64/restorer.o [2019-10-24T22:36:10.748Z] #41 120.9 CC criu/pie/restorer.o [2019-10-24T22:36:10.794Z] PKG_CONFIG=pkg-config [2019-10-24T22:36:10.794Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:36:10.794Z] HOSTNAME=07225f1f81b8 [2019-10-24T22:36:10.794Z] KEEPBUNDLE=1 [2019-10-24T22:36:10.794Z] container=docker [2019-10-24T22:36:10.794Z] TEST_SKIP_INTEGRATION=1 [2019-10-24T22:36:10.794Z] GO111MODULE=off [2019-10-24T22:36:10.794Z] GOPATH=/go [2019-10-24T22:36:10.794Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:36:10.794Z] HOME=/root [2019-10-24T22:36:10.794Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:36:10.794Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:36:10.794Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:36:10.794Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:36:10.794Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:36:10.794Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:36:10.794Z] TERM=xterm [2019-10-24T22:36:10.794Z] VALIDATE_BRANCH=master [2019-10-24T22:36:10.794Z] DEST=bundles/test-integration [2019-10-24T22:36:10.794Z] SHLVL=1 [2019-10-24T22:36:10.794Z] TIMEOUT=120m [2019-10-24T22:36:10.794Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-24T22:36:10.794Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:36:10.794Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:36:10.794Z] TESTDEBUG=0 [2019-10-24T22:36:10.794Z] _=/usr/bin/env [2019-10-24T22:36:10.794Z] Building test suite binary ./integration-cli/test.main [2019-10-24T22:36:11.052Z] PKG_CONFIG=pkg-config [2019-10-24T22:36:11.052Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:36:11.052Z] HOSTNAME=dcd667d2a83a [2019-10-24T22:36:11.052Z] KEEPBUNDLE=1 [2019-10-24T22:36:11.052Z] container=docker [2019-10-24T22:36:11.052Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-24T22:36:11.052Z] GO111MODULE=off [2019-10-24T22:36:11.052Z] GOPATH=/go [2019-10-24T22:36:11.052Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:36:11.052Z] HOME=/root [2019-10-24T22:36:11.052Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:36:11.052Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:36:11.052Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:36:11.052Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:36:11.052Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:36:11.052Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:36:11.052Z] TERM=xterm [2019-10-24T22:36:11.052Z] VALIDATE_BRANCH=master [2019-10-24T22:36:11.052Z] DEST=bundles/test-integration [2019-10-24T22:36:11.052Z] SHLVL=1 [2019-10-24T22:36:11.052Z] TIMEOUT=120m [2019-10-24T22:36:11.052Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:36:11.052Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:36:11.052Z] TESTDEBUG=0 [2019-10-24T22:36:11.052Z] _=/usr/bin/env [2019-10-24T22:36:11.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-24T22:36:11.311Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-10-24T22:36:12.253Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.466s coverage: 13.7% of statements [2019-10-24T22:36:13.195Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.691s coverage: 57.0% of statements [2019-10-24T22:36:16.291Z] #41 126.4 LINK criu/pie/restorer.built-in.o [2019-10-24T22:36:16.291Z] #41 126.5 GEN criu/pie/restorer-blob.h [2019-10-24T22:36:16.594Z] #41 126.7 DEP criu/vdso.d [2019-10-24T22:36:16.878Z] INFO [runner] Issues before processing: 2319, after processing: 0 [2019-10-24T22:36:16.878Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 63/1617, cgo: 1714/2319, filename_unadjuster: 1714/1714, identifier_marker: 1617/1617, nolint: 0/63, path_prettifier: 1714/1714, skip_files: 1714/1714, skip_dirs: 1714/1714, autogenerated_exclude: 1617/1714, exclude: 1617/1617 [2019-10-24T22:36:16.878Z] INFO [runner] processing took 68.012648ms with stages: nolint: 27.124717ms, identifier_marker: 18.003472ms, path_prettifier: 10.802782ms, exclude-rules: 4.462638ms, autogenerated_exclude: 4.072547ms, skip_dirs: 2.52994ms, cgo: 615.749µs, filename_unadjuster: 395.988µs, max_same_issues: 1.47µs, max_from_linter: 614ns, skip_files: 465ns, uniq_by_line: 448ns, diff: 436ns, source_code: 435ns, exclude: 383ns, path_shortener: 324ns, max_per_file_from_linter: 240ns [2019-10-24T22:36:16.878Z] INFO [runner] linters took 1m34.903478955s with stages: goanalysis_metalinter: 1m17.623721314s, unused: 17.211365673s [2019-10-24T22:36:16.878Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2019-10-24T22:36:16.878Z] INFO Memory: 1533 samples, avg is 243.5MB, max is 3033.5MB [2019-10-24T22:36:16.878Z] INFO Execution took 3m24.911196991s [2019-10-24T22:36:16.878Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-24T22:36:16.879Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-24T22:36:16.879Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-24T22:36:16.879Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-24T22:36:16.879Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-24T22:36:17.221Z] #41 127.2 DEP criu/uts_ns.d [2019-10-24T22:36:17.308Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh dynbinary-daemon test-docker-py [2019-10-24T22:36:17.400Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.751s coverage: 51.0% of statements [2019-10-24T22:36:17.400Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.579s coverage: 45.9% of statements [2019-10-24T22:36:17.512Z] #41 127.6 DEP criu/util.d [2019-10-24T22:36:17.585Z] 12c8dbabfd62: Verifying Checksum [2019-10-24T22:36:17.585Z] 12c8dbabfd62: Download complete [2019-10-24T22:36:17.940Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.0% of statements [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-24T22:36:17.941Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/builder/dockerignore 0.013s coverage: 96.8% of statements [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/builder/remotecontext 0.327s coverage: 13.6% of statements [2019-10-24T22:36:17.941Z] ok github.com/docker/docker/builder/dockerfile 0.942s coverage: 48.2% of statements [2019-10-24T22:36:18.142Z] #41 128.1 DEP criu/uffd.d [2019-10-24T22:36:18.142Z] #41 ... [2019-10-24T22:36:18.142Z] [2019-10-24T22:36:18.142Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:36:18.142Z] #44 192.9 vendor/golang.org/x/text/unicode/norm [2019-10-24T22:36:18.234Z] [2019-10-24T22:36:18.234Z] Removing bundles/ [2019-10-24T22:36:18.234Z] [2019-10-24T22:36:18.234Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-24T22:36:18.234Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:36:18.234Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:36:18.310Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2019-10-24T22:36:18.679Z] ok github.com/docker/docker/builder/remotecontext/git 0.985s coverage: 85.1% of statements [2019-10-24T22:36:18.679Z] ? github.com/docker/docker/cli [no test files] [2019-10-24T22:36:18.679Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-24T22:36:18.768Z] #44 193.5 github.com/LK4D4/vndr/build [2019-10-24T22:36:18.785Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.672s coverage: 72.5% of statements [2019-10-24T22:36:20.171Z] ok github.com/docker/docker/daemon 12.279s coverage: 17.6% of statements [2019-10-24T22:36:20.171Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-24T22:36:20.171Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-24T22:36:20.171Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-24T22:36:20.171Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-24T22:36:20.171Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-24T22:36:20.171Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.495s coverage: 76.1% of statements [2019-10-24T22:36:20.432Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 58.0% of statements [2019-10-24T22:36:21.820Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2019-10-24T22:36:22.394Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.041s coverage: 3.0% of statements [2019-10-24T22:36:22.925Z] ok github.com/docker/docker/client 0.359s coverage: 75.8% of statements [2019-10-24T22:36:23.784Z] ok github.com/docker/docker/daemon/logger 0.245s coverage: 42.7% of statements [2019-10-24T22:36:24.046Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 4.9% of statements [2019-10-24T22:36:24.321Z] #44 ... [2019-10-24T22:36:24.321Z] [2019-10-24T22:36:24.321Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:36:24.321Z] #17 197.6 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-24T22:36:24.321Z] #17 197.6 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-24T22:36:24.321Z] #17 197.6 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-24T22:36:24.321Z] #17 197.6 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-24T22:36:24.321Z] #17 197.6 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-24T22:36:24.321Z] #17 197.7 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:36:24.321Z] #17 197.7 Processing triggers for mime-support (3.60) ... [2019-10-24T22:36:24.321Z] #17 197.9 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:36:24.321Z] #17 197.9 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-24T22:36:24.321Z] #17 197.9 Setting up libcap2-bin (1:2.25-1) ... [2019-10-24T22:36:24.321Z] #17 197.9 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-24T22:36:24.321Z] #17 198.0 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-24T22:36:24.321Z] #17 198.0 Setting up bash-completion (1:2.1-4.3) ... [2019-10-24T22:36:24.620Z] ok github.com/docker/docker/daemon/logger/awslogs 0.248s coverage: 77.8% of statements [2019-10-24T22:36:25.194Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.064s coverage: 57.2% of statements [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-24T22:36:25.194Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-24T22:36:25.194Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 26.2% of statements [2019-10-24T22:36:25.345Z] #17 203.8 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-24T22:36:25.345Z] #17 203.8 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-24T22:36:25.345Z] #17 203.8 Setting up zip (3.0-11+b1) ... [2019-10-24T22:36:25.345Z] #17 203.8 Setting up bzip2 (1.0.6-8.1) ... [2019-10-24T22:36:25.345Z] #17 203.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-24T22:36:25.345Z] #17 203.9 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-24T22:36:25.345Z] #17 203.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:36:25.345Z] #17 203.9 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-24T22:36:25.345Z] #17 203.9 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:36:25.345Z] #17 203.9 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-24T22:36:25.345Z] #17 203.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-24T22:36:25.345Z] #17 204.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-24T22:36:25.345Z] #17 204.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:36:25.345Z] #17 204.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-24T22:36:25.345Z] #17 204.0 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-24T22:36:25.345Z] #17 204.0 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-24T22:36:25.456Z] ok github.com/docker/docker/daemon/logger/gelf 0.036s coverage: 68.2% of statements [2019-10-24T22:36:25.634Z] #17 204.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:36:26.030Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 88.3% of statements [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up pigz (2.3.4-1) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-24T22:36:26.551Z] #17 204.9 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up jq (1.5+dfsg-1.3) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-24T22:36:26.551Z] #17 205.0 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-24T22:36:26.551Z] #17 205.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-24T22:36:26.551Z] #17 205.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-24T22:36:26.551Z] #17 205.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-24T22:36:26.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.022s coverage: 62.1% of statements [2019-10-24T22:36:26.840Z] #17 205.2 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up btrfs-progs (4.7.3-1) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-24T22:36:26.840Z] #17 205.2 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-24T22:36:27.550Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 74.7% of statements [2019-10-24T22:36:27.550Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-24T22:36:27.550Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 19.9% of statements [2019-10-24T22:36:28.124Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 47.8% of statements [2019-10-24T22:36:28.386Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2019-10-24T22:36:28.896Z] #17 ... [2019-10-24T22:36:28.896Z] [2019-10-24T22:36:28.896Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:28.896Z] #41 128.7 DEP criu/tun.d [2019-10-24T22:36:28.896Z] #41 129.1 DEP criu/tty.d [2019-10-24T22:36:28.896Z] #41 129.7 DEP criu/timerfd.d [2019-10-24T22:36:28.896Z] #41 130.2 DEP criu/sysfs_parse.d [2019-10-24T22:36:28.896Z] #41 130.5 DEP criu/sysctl.d [2019-10-24T22:36:28.896Z] #41 130.9 DEP criu/string.d [2019-10-24T22:36:28.896Z] #41 131.0 DEP criu/stats.d [2019-10-24T22:36:28.896Z] #41 131.3 DEP criu/sockets.d [2019-10-24T22:36:28.896Z] #41 131.6 DEP criu/sk-unix.d [2019-10-24T22:36:28.896Z] #41 131.9 DEP criu/sk-tcp.d [2019-10-24T22:36:28.896Z] #41 132.3 DEP criu/sk-queue.d [2019-10-24T22:36:28.896Z] #41 132.6 DEP criu/sk-packet.d [2019-10-24T22:36:28.896Z] #41 133.0 DEP criu/sk-netlink.d [2019-10-24T22:36:28.896Z] #41 133.4 DEP criu/sk-inet.d [2019-10-24T22:36:28.896Z] #41 133.8 DEP criu/signalfd.d [2019-10-24T22:36:28.896Z] #41 134.2 DEP criu/sigframe.d [2019-10-24T22:36:28.896Z] #41 134.3 DEP criu/shmem.d [2019-10-24T22:36:28.896Z] #41 134.6 DEP criu/servicefd.d [2019-10-24T22:36:28.896Z] #41 134.9 DEP criu/seize.d [2019-10-24T22:36:28.896Z] #41 135.3 DEP criu/seccomp.d [2019-10-24T22:36:28.896Z] #41 135.7 DEP criu/rst-malloc.d [2019-10-24T22:36:28.896Z] #41 135.9 DEP criu/rbtree.d [2019-10-24T22:36:28.896Z] #41 136.0 DEP criu/pstree.d [2019-10-24T22:36:28.896Z] #41 136.3 DEP criu/protobuf.d [2019-10-24T22:36:28.896Z] #41 136.7 GEN criu/protobuf-desc-gen.h [2019-10-24T22:36:29.186Z] #41 139.4 DEP criu/protobuf-desc.d [2019-10-24T22:36:29.330Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2019-10-24T22:36:29.474Z] #41 139.8 DEP criu/proc_parse.d [2019-10-24T22:36:30.111Z] #41 140.2 DEP criu/plugin.d [2019-10-24T22:36:30.111Z] #41 140.4 DEP criu/pipes.d [2019-10-24T22:36:30.275Z] ok github.com/docker/docker/daemon/logger/splunk 1.881s coverage: 82.5% of statements [2019-10-24T22:36:30.275Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-24T22:36:30.275Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-24T22:36:30.739Z] #41 140.7 DEP criu/pie-util.d [2019-10-24T22:36:30.848Z] ok github.com/docker/docker/distribution/metadata 0.110s coverage: 48.2% of statements [2019-10-24T22:36:31.028Z] #41 141.0 DEP criu/pie-util-vdso.d [2019-10-24T22:36:31.317Z] #41 141.4 DEP criu/pie-util-vdso-elf32.d [2019-10-24T22:36:31.606Z] #41 141.7 DEP criu/path.d [2019-10-24T22:36:31.794Z] ok github.com/docker/docker/errdefs 0.015s coverage: 49.4% of statements [2019-10-24T22:36:31.894Z] #41 142.0 DEP criu/parasite-syscall.d [2019-10-24T22:36:32.181Z] #41 142.4 DEP criu/pagemap.d [2019-10-24T22:36:32.368Z] ok github.com/docker/docker/distribution 0.314s coverage: 22.1% of statements [2019-10-24T22:36:32.368Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-24T22:36:32.808Z] #41 142.8 DEP criu/pagemap-cache.d [2019-10-24T22:36:32.808Z] #41 143.0 DEP criu/page-xfer.d [2019-10-24T22:36:33.314Z] ok github.com/docker/docker/image 0.091s coverage: 86.4% of statements [2019-10-24T22:36:33.434Z] #41 143.4 DEP criu/page-pipe.d [2019-10-24T22:36:33.435Z] #41 143.7 DEP criu/netfilter.d [2019-10-24T22:36:33.723Z] #41 ... [2019-10-24T22:36:33.723Z] [2019-10-24T22:36:33.723Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:36:33.723Z] #44 208.5 mime [2019-10-24T22:36:33.891Z] ok github.com/docker/docker/image/cache 0.024s coverage: 19.2% of statements [2019-10-24T22:36:33.891Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2019-10-24T22:36:33.891Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-10-24T22:36:33.891Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-24T22:36:33.891Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-24T22:36:33.891Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-24T22:36:34.847Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements [2019-10-24T22:36:34.847Z] ok github.com/docker/docker/pkg/aaparser 0.010s coverage: 50.0% of statements [2019-10-24T22:36:36.241Z] ok github.com/docker/docker/opts 0.109s coverage: 66.9% of statements [2019-10-24T22:36:37.251Z] #44 212.1 mime/quotedprintable [2019-10-24T22:36:37.629Z] ok github.com/docker/docker/pkg/broadcaster 0.015s coverage: 100.0% of statements [2019-10-24T22:36:37.629Z] ok github.com/docker/docker/pkg/authorization 0.651s coverage: 68.3% of statements [2019-10-24T22:36:37.629Z] ok github.com/docker/docker/pkg/capabilities 0.020s coverage: 87.5% of statements [2019-10-24T22:36:38.573Z] ok github.com/docker/docker/pkg/directory 0.021s coverage: 80.0% of statements [2019-10-24T22:36:38.751Z] #44 ... [2019-10-24T22:36:38.751Z] [2019-10-24T22:36:38.751Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:36:38.751Z] #17 216.8 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-24T22:36:38.751Z] #17 216.8 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-24T22:36:38.751Z] #17 216.8 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-10-24T22:36:38.751Z] #17 216.8 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-10-24T22:36:38.752Z] #17 216.9 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-10-24T22:36:38.752Z] #17 216.9 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-10-24T22:36:38.752Z] #17 216.9 Setting up btrfs-tools (4.7.3-1) ... [2019-10-24T22:36:38.752Z] #17 216.9 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-24T22:36:38.752Z] #17 216.9 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-10-24T22:36:38.752Z] #17 216.9 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-10-24T22:36:38.752Z] #17 217.0 Setting up python3 (3.5.3-1) ... [2019-10-24T22:36:38.835Z] ok github.com/docker/docker/pkg/archive 1.218s coverage: 76.8% of statements [2019-10-24T22:36:39.097Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2019-10-24T22:36:39.668Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2019-10-24T22:36:40.240Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2019-10-24T22:36:40.812Z] ok github.com/docker/docker/pkg/discovery/nodes 0.013s coverage: 93.8% of statements [2019-10-24T22:36:41.073Z] ok github.com/docker/docker/pkg/dmesg 0.011s coverage: 83.3% of statements [2019-10-24T22:36:42.260Z] #17 220.3 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-24T22:36:42.456Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-10-24T22:36:42.456Z] ok github.com/docker/docker/pkg/chrootarchive 3.596s coverage: 43.2% of statements [2019-10-24T22:36:43.027Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2019-10-24T22:36:43.288Z] ok github.com/docker/docker/pkg/fsutils 0.295s coverage: 85.1% of statements [2019-10-24T22:36:43.288Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2019-10-24T22:36:43.549Z] ok github.com/docker/docker/pkg/discovery/kv 3.149s coverage: 84.1% of statements [2019-10-24T22:36:43.770Z] #17 ... [2019-10-24T22:36:43.770Z] [2019-10-24T22:36:43.770Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:43.770Z] #41 144.0 DEP criu/net.d [2019-10-24T22:36:43.770Z] #41 144.6 DEP criu/namespaces.d [2019-10-24T22:36:43.770Z] #41 145.2 DEP criu/mount.d [2019-10-24T22:36:43.770Z] #41 145.7 DEP criu/mem.d [2019-10-24T22:36:43.770Z] #41 146.0 DEP criu/lsm.d [2019-10-24T22:36:43.770Z] #41 146.3 DEP criu/log.d [2019-10-24T22:36:43.770Z] #41 146.5 DEP criu/libnetlink.d [2019-10-24T22:36:43.770Z] #41 146.8 DEP criu/kerndat.d [2019-10-24T22:36:43.770Z] #41 147.2 DEP criu/kcmp-ids.d [2019-10-24T22:36:43.770Z] #41 147.4 DEP criu/irmap.d [2019-10-24T22:36:43.770Z] #41 147.8 DEP criu/ipc_ns.d [2019-10-24T22:36:43.770Z] #41 148.1 DEP criu/image.d [2019-10-24T22:36:43.770Z] #41 148.6 DEP criu/image-desc.d [2019-10-24T22:36:43.770Z] #41 148.9 DEP criu/fsnotify.d [2019-10-24T22:36:43.770Z] #41 149.3 DEP criu/filesystems.d [2019-10-24T22:36:43.770Z] #41 149.5 DEP criu/files.d [2019-10-24T22:36:43.770Z] #41 149.9 DEP criu/files-reg.d [2019-10-24T22:36:43.770Z] #41 150.3 DEP criu/files-ext.d [2019-10-24T22:36:43.770Z] #41 150.5 DEP criu/file-lock.d [2019-10-24T22:36:43.770Z] #41 150.9 DEP criu/file-ids.d [2019-10-24T22:36:43.770Z] #41 151.2 DEP criu/fifo.d [2019-10-24T22:36:43.770Z] #41 151.5 DEP criu/fdstore.d [2019-10-24T22:36:43.770Z] #41 151.8 DEP criu/fault-injection.d [2019-10-24T22:36:43.770Z] #41 151.9 DEP criu/external.d [2019-10-24T22:36:43.770Z] #41 152.1 DEP criu/eventpoll.d [2019-10-24T22:36:43.770Z] #41 152.7 DEP criu/eventfd.d [2019-10-24T22:36:43.770Z] #41 153.2 DEP criu/crtools.d [2019-10-24T22:36:43.770Z] #41 153.6 DEP criu/cr-service.d [2019-10-24T22:36:44.059Z] #41 154.1 DEP criu/cr-restore.d [2019-10-24T22:36:44.059Z] #41 ... [2019-10-24T22:36:44.059Z] [2019-10-24T22:36:44.059Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:36:44.123Z] ok github.com/docker/docker/layer 7.621s coverage: 68.8% of statements [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/oci [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-24T22:36:44.123Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-24T22:36:44.696Z] ok github.com/docker/docker/pkg/jsonmessage 0.029s coverage: 91.7% of statements [2019-10-24T22:36:44.696Z] ok github.com/docker/docker/pkg/locker 0.036s coverage: 88.9% of statements [2019-10-24T22:36:44.957Z] ok github.com/docker/docker/pkg/ioutils 0.696s coverage: 70.1% of statements [2019-10-24T22:36:44.957Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2019-10-24T22:36:45.218Z] ok github.com/docker/docker/pkg/idtools 0.770s coverage: 70.1% of statements [2019-10-24T22:36:45.218Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-24T22:36:45.479Z] ok github.com/docker/docker/pkg/namesgenerator 0.031s coverage: 85.7% of statements [2019-10-24T22:36:46.052Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2019-10-24T22:36:46.052Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2019-10-24T22:36:46.314Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 91.4% of statements [2019-10-24T22:36:46.575Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2019-10-24T22:36:46.838Z] ok github.com/docker/docker/pkg/mount 0.832s coverage: 70.0% of statements [2019-10-24T22:36:46.838Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-24T22:36:46.838Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-24T22:36:46.838Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-24T22:36:47.101Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.049s coverage: 56.8% of statements [2019-10-24T22:36:47.676Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2019-10-24T22:36:47.837Z] #22 217.4 Checking out files: 16% (1725/10643) Checking out files: 17% (1810/10643) Checking out files: 18% (1916/10643) Checking out files: 19% (2023/10643) Checking out files: 20% (2129/10643) Checking out files: 21% (2236/10643) Checking out files: 22% (2342/10643) Checking out files: 23% (2448/10643) Checking out files: 24% (2555/10643) Checking out files: 25% (2661/10643) Checking out files: 26% (2768/10643) Checking out files: 27% (2874/10643) Checking out files: 28% (2981/10643) Checking out files: 29% (3087/10643) Checking out files: 29% (3131/10643) Checking out files: 30% (3193/10643) Checking out files: 31% (3300/10643) Checking out files: 32% (3406/10643) Checking out files: 33% (3513/10643) Checking out files: 34% (3619/10643) Checking out files: 35% (3726/10643) Checking out files: 36% (3832/10643) Checking out files: 37% (3938/10643) Checking out files: 38% (4045/10643) Checking out files: 39% (4151/10643) Checking out files: 40% (4258/10643) Checking out files: 41% (4364/10643) Checking out files: 42% (4471/10643) Checking out files: 42% (4503/10643) Checking out files: 43% (4577/10643) Checking out files: 44% (4683/10643) Checking out files: 45% (4790/10643) Checking out files: 46% (4896/10643) Checking out files: 47% (5003/10643) Checking out files: 48% (5109/10643) Checking out files: 49% (5216/10643) Checking out files: 50% (5322/10643) Checking out files: 51% (5428/10643) Checking out files: 52% (5535/10643) Checking out files: 53% (5641/10643) Checking out files: 54% (5748/10643) Checking out files: 55% (5854/10643) Checking out files: 56% (5961/10643) Checking out files: 57% (6067/10643) Checking out files: 58% (6173/10643) Checking out files: 59% (6280/10643) Checking out files: 60% (6386/10643) Checking out files: 61% (6493/10643) Checking out files: 62% (6599/10643) Checking out files: 62% (6670/10643) Checking out files: 63% (6706/10643) Checking out files: 64% (6812/10643) Checking out files: 65% (6918/10643) Checking out files: 66% (7025/10643) Checking out files: 67% (7131/10643) Checking out files: 68% (7238/10643) Checking out files: 69% (7344/10643) Checking out files: 70% (7451/10643) Checking out files: 71% (7557/10643) Checking out files: 72% (7663/10643) Checking out files: 73% (7770/10643) Checking out files: 74% (7876/10643) Checking out files: 75% (7983/10643) Checking out files: 76% (8089/10643) Checking out files: 77% (8196/10643) Checking out files: 78% (8302/10643) Checking out files: 79% (8408/10643) Checking out files: 79% (8470/10643) Checking out files: 80% (8515/10643) Checking out files: 81% (8621/10643) Checking out files: 82% (8728/10643) Checking out files: 83% (8834/10643) Checking out files: 84% (8941/10643) Checking out files: 85% (9047/10643) Checking out files: 86% (9153/10643) Checking out files: 87% (9260/10643) Checking out files: 88% (9366/10643) Checking out files: 89% (9473/10643) Checking out files: 90% (9579/10643) Checking out files: 91% (9686/10643) Checking out files: 92% (9792/10643) Checking out files: 93% (9898/10643) Checking out files: 94% (10005/10643) Checking out files: 95% (10111/10643) Checking out files: 96% (10218/10643) Checking out files: 97% (10324/10643) Checking out files: 98% (10431/10643) Checking out files: 99% (10537/10643) Checking out files: 100% (10643/10643) Checking out files: 100% (10643/10643), done. [2019-10-24T22:36:47.939Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2019-10-24T22:36:47.939Z] ok github.com/docker/docker/pkg/plugins/transport 0.009s coverage: 85.7% of statements [2019-10-24T22:36:48.129Z] #22 222.9 + cd /tmp/tmp.F7NAur2sCy/tmp/docker-ce [2019-10-24T22:36:48.129Z] #22 222.9 + git checkout -q v17.06.2-ce [2019-10-24T22:36:48.511Z] ok github.com/docker/docker/pkg/reexec 0.015s coverage: 82.4% of statements [2019-10-24T22:36:49.085Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2019-10-24T22:36:49.193Z] #22 ... [2019-10-24T22:36:49.193Z] [2019-10-24T22:36:49.193Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:36:49.193Z] #44 214.1 net/http/internal [2019-10-24T22:36:49.193Z] #44 218.7 net/textproto [2019-10-24T22:36:49.193Z] #44 218.7 vendor/golang.org/x/net/http/httpproxy [2019-10-24T22:36:49.193Z] #44 218.7 crypto/x509 [2019-10-24T22:36:49.193Z] #44 222.6 mime/multipart [2019-10-24T22:36:49.193Z] #44 222.6 vendor/golang.org/x/net/http/httpguts [2019-10-24T22:36:49.346Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 73.9% of statements [2019-10-24T22:36:49.481Z] #44 ... [2019-10-24T22:36:49.481Z] [2019-10-24T22:36:49.481Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:36:49.481Z] #41 154.7 DEP criu/cr-errno.d [2019-10-24T22:36:49.481Z] #41 154.7 DEP criu/cr-dump.d [2019-10-24T22:36:49.481Z] #41 155.2 DEP criu/cr-dedup.d [2019-10-24T22:36:49.481Z] #41 155.7 DEP criu/cr-check.d [2019-10-24T22:36:49.481Z] #41 156.4 DEP criu/config.d [2019-10-24T22:36:49.481Z] #41 156.8 DEP criu/clone-noasan.d [2019-10-24T22:36:49.481Z] #41 156.9 DEP criu/cgroup.d [2019-10-24T22:36:49.481Z] #41 157.3 DEP criu/cgroup-props.d [2019-10-24T22:36:49.481Z] #41 157.8 DEP criu/bitmap.d [2019-10-24T22:36:49.481Z] #41 157.9 DEP criu/bfd.d [2019-10-24T22:36:49.481Z] #41 158.2 DEP criu/autofs.d [2019-10-24T22:36:49.481Z] #41 158.6 DEP criu/aio.d [2019-10-24T22:36:49.481Z] #41 158.9 DEP criu/action-scripts.d [2019-10-24T22:36:49.481Z] #41 159.5 CC criu/action-scripts.o [2019-10-24T22:36:49.917Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 66.2% of statements [2019-10-24T22:36:49.917Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2019-10-24T22:36:50.489Z] ok github.com/docker/docker/pkg/symlink 0.021s coverage: 87.7% of statements [2019-10-24T22:36:50.489Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 80.6% of statements [2019-10-24T22:36:50.505Z] #41 160.6 CC criu/aio.o [2019-10-24T22:36:51.432Z] ok github.com/docker/docker/pkg/tailfile 0.096s coverage: 88.6% of statements [2019-10-24T22:36:51.432Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 36.9% of statements [2019-10-24T22:36:51.693Z] ok github.com/docker/docker/pkg/signal 2.838s coverage: 61.0% of statements [2019-10-24T22:36:51.955Z] ok github.com/docker/docker/pkg/term 0.021s coverage: 85.9% of statements [2019-10-24T22:36:52.004Z] #41 161.9 CC criu/autofs.o [2019-10-24T22:36:52.004Z] #41 ... [2019-10-24T22:36:52.004Z] [2019-10-24T22:36:52.004Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:36:52.004Z] #47 DONE 226.9s [2019-10-24T22:36:52.004Z] [2019-10-24T22:36:52.004Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:36:52.004Z] #17 222.8 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-24T22:36:52.004Z] #17 223.1 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-24T22:36:52.004Z] #17 223.3 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-24T22:36:52.004Z] #17 223.3 Setting up python3-wheel (0.29.0-2) ... [2019-10-24T22:36:52.004Z] #17 225.5 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-24T22:36:52.004Z] #17 228.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-24T22:36:52.004Z] #17 228.2 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-24T22:36:52.216Z] testing: warning: no tests to run [2019-10-24T22:36:52.216Z] coverage: [no statements] [2019-10-24T22:36:52.216Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2019-10-24T22:36:52.216Z] ok github.com/docker/docker/pkg/tarsum 0.117s coverage: 89.3% of statements [2019-10-24T22:36:52.294Z] #17 230.7 Setting up dmsetup (2:1.02.137-2) ... [2019-10-24T22:36:52.294Z] #17 230.8 Setting up python3-setuptools (33.1.1-1) ... [2019-10-24T22:36:52.787Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2019-10-24T22:36:52.788Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2019-10-24T22:36:52.788Z] ok github.com/docker/docker/pkg/useragent 0.013s coverage: 88.9% of statements [2019-10-24T22:36:54.357Z] #17 ... [2019-10-24T22:36:54.358Z] [2019-10-24T22:36:54.358Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:36:54.358Z] #22 229.2 + mkdir -p /tmp/tmp.F7NAur2sCy/src/github.com/docker [2019-10-24T22:36:54.358Z] #22 229.2 + mv components/cli /tmp/tmp.F7NAur2sCy/src/github.com/docker/cli [2019-10-24T22:36:54.358Z] #22 229.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-24T22:36:54.707Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2019-10-24T22:36:54.707Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 73.8% of statements [2019-10-24T22:36:55.280Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2019-10-24T22:36:56.222Z] ok github.com/docker/docker/plugin 0.611s coverage: 27.1% of statements [2019-10-24T22:36:56.222Z] ok github.com/docker/docker/registry/resumable 0.029s coverage: 100.0% of statements [2019-10-24T22:36:56.794Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2019-10-24T22:36:57.055Z] ok github.com/docker/docker/registry 0.270s coverage: 56.3% of statements [2019-10-24T22:36:57.227Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 30.3% of statements [2019-10-24T22:36:57.228Z] ok github.com/docker/docker/container 0.112s coverage: 35.3% of statements [2019-10-24T22:36:57.228Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-24T22:36:57.228Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-24T22:36:57.228Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-24T22:36:57.228Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-24T22:36:57.627Z] ok github.com/docker/docker/runconfig 0.037s coverage: 68.2% of statements [2019-10-24T22:36:57.854Z] #22 ... [2019-10-24T22:36:57.854Z] [2019-10-24T22:36:57.854Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-24T22:36:57.854Z] #17 234.1 Setting up dh-python (2.20170125) ... [2019-10-24T22:36:57.854Z] #17 235.7 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-24T22:36:57.854Z] #17 235.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-24T22:36:57.854Z] #17 DONE 235.9s [2019-10-24T22:36:57.854Z] [2019-10-24T22:36:57.854Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:36:57.888Z] ok github.com/docker/docker/testutil 0.018s coverage: 62.5% of statements [2019-10-24T22:36:59.803Z] ok github.com/docker/docker/volume/drivers 0.018s coverage: 36.1% of statements [2019-10-24T22:37:00.064Z] ok github.com/docker/docker/volume/local 0.046s coverage: 73.0% of statements [2019-10-24T22:37:00.218Z] 65014b3c3121: Verifying Checksum [2019-10-24T22:37:00.218Z] 65014b3c3121: Download complete [2019-10-24T22:37:00.634Z] ok github.com/docker/docker/volume/mounts 0.084s coverage: 67.0% of statements [2019-10-24T22:37:01.437Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2019-10-24T22:37:01.575Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2019-10-24T22:37:03.294Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-24T22:37:04.636Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.8% of statements [2019-10-24T22:37:04.728Z] #18 ... [2019-10-24T22:37:04.728Z] [2019-10-24T22:37:04.728Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:37:04.728Z] #41 166.5 CC criu/bfd.o [2019-10-24T22:37:04.728Z] #41 167.6 CC criu/bitmap.o [2019-10-24T22:37:04.728Z] #41 168.1 CC criu/cgroup-props.o [2019-10-24T22:37:04.728Z] #41 170.3 CC criu/cgroup.o [2019-10-24T22:37:04.728Z] #41 ... [2019-10-24T22:37:04.728Z] [2019-10-24T22:37:04.728Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:37:04.728Z] #44 229.2 crypto/tls [2019-10-24T22:37:05.757Z] #44 240.4 net/http/httptrace [2019-10-24T22:37:06.045Z] #44 240.8 net/http [2019-10-24T22:37:06.674Z] #44 ... [2019-10-24T22:37:06.674Z] [2019-10-24T22:37:06.674Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:37:06.674Z] #41 176.8 CC criu/clone-noasan.o [2019-10-24T22:37:06.963Z] #41 177.0 CC criu/config.o [2019-10-24T22:37:10.493Z] #41 180.3 CC criu/cr-check.o [2019-10-24T22:37:12.403Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements [2019-10-24T22:37:13.903Z] ok github.com/docker/docker/daemon 12.255s coverage: 17.6% of statements [2019-10-24T22:37:13.903Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-24T22:37:13.903Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-24T22:37:13.990Z] #41 183.5 CC criu/cr-dedup.o [2019-10-24T22:37:13.990Z] #41 184.3 CC criu/cr-dump.o [2019-10-24T22:37:14.734Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 82.1% of statements [2019-10-24T22:37:15.570Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-10-24T22:37:15.570Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2019-10-24T22:37:15.570Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-24T22:37:15.570Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-24T22:37:16.723Z] #41 ... [2019-10-24T22:37:16.723Z] [2019-10-24T22:37:16.723Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:37:16.723Z] #18 11.62 Collecting yamllint==1.16.0 [2019-10-24T22:37:16.723Z] #18 13.48 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-24T22:37:16.723Z] #18 14.38 Collecting pyyaml (from yamllint==1.16.0) [2019-10-24T22:37:16.723Z] #18 14.88 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-24T22:37:16.898Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2019-10-24T22:37:17.748Z] #18 20.04 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-24T22:37:17.748Z] #18 20.32 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-24T22:37:19.588Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2019-10-24T22:37:19.794Z] #18 ... [2019-10-24T22:37:19.794Z] [2019-10-24T22:37:19.794Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:37:19.794Z] #41 189.8 CC criu/cr-errno.o [2019-10-24T22:37:19.794Z] #41 190.0 CC criu/cr-restore.o [2019-10-24T22:37:20.422Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.250s coverage: 57.9% of statements [2019-10-24T22:37:23.528Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/rootless [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/volume [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-24T22:37:23.528Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === Skipped [2019-10-24T22:37:23.528Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-24T22:37:23.528Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-24T22:37:23.528Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-24T22:37:23.528Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.528Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-24T22:37:23.528Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.528Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-24T22:37:23.528Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.528Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:37:23.528Z] [2019-10-24T22:37:23.528Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-24T22:37:23.528Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-24T22:37:23.529Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-24T22:37:23.529Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-24T22:37:23.529Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:37:23.529Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-24T22:37:23.529Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-24T22:37:23.529Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-24T22:37:23.529Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] [2019-10-24T22:37:23.529Z] DONE 2115 tests, 20 skipped in 184.125s Post stage [Pipeline] junit [2019-10-24T22:37:23.543Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-24T22:37:25.754Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh dynbinary test-integration [2019-10-24T22:37:26.651Z] #41 ... [2019-10-24T22:37:26.651Z] [2019-10-24T22:37:26.651Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:37:26.651Z] #44 260.3 github.com/LK4D4/vndr/godl [2019-10-24T22:37:26.697Z] [2019-10-24T22:37:26.697Z] Removing bundles/ [2019-10-24T22:37:26.697Z] [2019-10-24T22:37:26.697Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-24T22:37:26.697Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:37:26.697Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:37:26.718Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.381s coverage: 45.9% of statements [2019-10-24T22:37:26.940Z] #44 261.8 github.com/LK4D4/vndr [2019-10-24T22:37:29.321Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.865s coverage: 51.0% of statements [2019-10-24T22:37:29.658Z] #44 ... [2019-10-24T22:37:29.658Z] [2019-10-24T22:37:29.658Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-24T22:37:29.658Z] #18 23.14 Building wheels for collected packages: pyyaml, pathspec [2019-10-24T22:37:29.658Z] #18 23.14 Running setup.py bdist_wheel for pyyaml: started [2019-10-24T22:37:29.658Z] #18 26.55 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-24T22:37:29.658Z] #18 26.55 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-24T22:37:29.658Z] #18 26.81 Running setup.py bdist_wheel for pathspec: started [2019-10-24T22:37:29.658Z] #18 30.00 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-24T22:37:29.658Z] #18 30.00 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-24T22:37:29.658Z] #18 30.05 Successfully built pyyaml pathspec [2019-10-24T22:37:29.658Z] #18 30.05 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-24T22:37:29.658Z] #18 31.16 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-24T22:37:29.658Z] #18 DONE 31.6s [2019-10-24T22:37:29.658Z] [2019-10-24T22:37:29.658Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:37:29.695Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.052s coverage: 72.5% of statements [2019-10-24T22:37:29.695Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-24T22:37:30.287Z] #59 ... [2019-10-24T22:37:30.287Z] [2019-10-24T22:37:30.288Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:37:30.288Z] #41 200.4 CC criu/cr-service.o [2019-10-24T22:37:32.183Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.553s coverage: 76.1% of statements [2019-10-24T22:37:32.985Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-10-24T22:37:33.798Z] #41 203.6 CC criu/crtools.o [2019-10-24T22:37:34.425Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-10-24T22:37:34.820Z] #41 205.0 CC criu/eventfd.o [2019-10-24T22:37:35.842Z] #41 205.8 CC criu/eventpoll.o [2019-10-24T22:37:36.948Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2019-10-24T22:37:36.948Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-24T22:37:37.339Z] #41 207.4 CC criu/external.o [2019-10-24T22:37:37.349Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.256s coverage: 57.0% of statements [2019-10-24T22:37:37.349Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-24T22:37:37.349Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-24T22:37:37.349Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-24T22:37:37.349Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-24T22:37:37.968Z] #41 208.2 CC criu/fault-injection.o [2019-10-24T22:37:38.257Z] #41 208.4 CC criu/fdstore.o [2019-10-24T22:37:38.886Z] #41 209.1 CC criu/fifo.o [2019-10-24T22:37:39.258Z] ok github.com/docker/docker/daemon/logger 0.242s coverage: 42.7% of statements [2019-10-24T22:37:39.258Z] ok github.com/docker/docker/daemon/logger/awslogs 0.111s coverage: 77.8% of statements [2019-10-24T22:37:39.258Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-24T22:37:39.258Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-24T22:37:39.514Z] #41 209.8 CC criu/file-ids.o [2019-10-24T22:37:39.592Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:37:39.592Z] [2019-10-24T22:37:39.592Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-24T22:37:39.592Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-24T22:37:39.592Z] Using test binary docker [2019-10-24T22:37:39.592Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-24T22:37:39.592Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:37:39.592Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:37:39.592Z] Warning failed to create cache: (null) [2019-10-24T22:37:39.592Z] . [2019-10-24T22:37:39.592Z] INFO: Waiting for daemon to start... [2019-10-24T22:37:39.592Z] Starting dockerd [2019-10-24T22:37:39.592Z] . [2019-10-24T22:37:39.592Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-24T22:37:40.549Z] #41 210.5 CC criu/file-lock.o [2019-10-24T22:37:40.549Z] #41 ... [2019-10-24T22:37:40.549Z] [2019-10-24T22:37:40.549Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:37:40.549Z] #44 DONE 275.4s [2019-10-24T22:37:40.607Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 68.2% of statements [2019-10-24T22:37:40.607Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 26.2% of statements [2019-10-24T22:37:40.839Z] [2019-10-24T22:37:40.839Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:37:41.582Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.026s coverage: 88.3% of statements [2019-10-24T22:37:42.109Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.043s coverage: 62.1% of statements [2019-10-24T22:37:42.888Z] #50 ... [2019-10-24T22:37:42.888Z] [2019-10-24T22:37:42.888Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:37:42.888Z] #41 212.9 CC criu/files-ext.o [2019-10-24T22:37:43.177Z] #41 213.4 CC criu/files-reg.o [2019-10-24T22:37:43.488Z] ok github.com/docker/docker/daemon/logger/local 0.023s coverage: 74.7% of statements [2019-10-24T22:37:43.488Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-24T22:37:43.488Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 19.9% of statements [2019-10-24T22:37:44.832Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 47.8% of statements [2019-10-24T22:37:45.639Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-10-24T22:37:46.447Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-24T22:37:46.447Z] ok github.com/docker/docker/daemon/logger/splunk 1.630s coverage: 82.5% of statements [2019-10-24T22:37:46.447Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-24T22:37:46.447Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-24T22:37:47.624Z] #41 217.1 CC criu/files.o [2019-10-24T22:37:49.213Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2019-10-24T22:37:49.213Z] ok github.com/docker/docker/distribution 0.325s coverage: 22.1% of statements [2019-10-24T22:37:49.213Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-24T22:37:50.498Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2019-10-24T22:37:51.114Z] #41 221.0 CC criu/filesystems.o [2019-10-24T22:37:51.773Z] ok github.com/docker/docker/image 0.014s coverage: 86.4% of statements [2019-10-24T22:37:52.148Z] ok github.com/docker/docker/distribution/xfer 1.901s coverage: 85.6% of statements [2019-10-24T22:37:52.148Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-24T22:37:52.539Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-24T22:37:52.539Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-24T22:37:52.605Z] #41 222.4 CC criu/fsnotify.o [2019-10-24T22:37:53.846Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-10-24T22:37:53.846Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-24T22:37:54.095Z] #41 224.3 CC criu/image-desc.o [2019-10-24T22:37:54.382Z] #41 224.5 CC criu/image.o [2019-10-24T22:37:54.726Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2019-10-24T22:37:56.061Z] ok github.com/docker/docker/opts 0.020s coverage: 66.9% of statements [2019-10-24T22:37:56.061Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-24T22:37:56.447Z] #41 226.1 CC criu/ipc_ns.o [2019-10-24T22:37:57.912Z] ok github.com/docker/docker/pkg/archive 0.499s coverage: 77.3% of statements [2019-10-24T22:37:58.504Z] #41 228.3 CC criu/irmap.o [2019-10-24T22:37:58.504Z] #41 ... [2019-10-24T22:37:58.504Z] [2019-10-24T22:37:58.504Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-24T22:37:58.504Z] #28 298.4 + rm -rf /tmp/tmp.MoVUtHMuQr [2019-10-24T22:37:58.794Z] #28 DONE 298.8s [2019-10-24T22:37:58.794Z] [2019-10-24T22:37:58.794Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:37:59.197Z] ok github.com/docker/docker/pkg/authorization 0.167s coverage: 68.3% of statements [2019-10-24T22:37:59.197Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-24T22:37:59.583Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-24T22:38:00.305Z] #38 ... [2019-10-24T22:38:00.305Z] [2019-10-24T22:38:00.305Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:38:00.305Z] #41 230.2 CC criu/kcmp-ids.o [2019-10-24T22:38:00.933Z] #41 231.0 CC criu/kerndat.o [2019-10-24T22:38:02.120Z] ok github.com/docker/docker/layer 7.322s coverage: 68.8% of statements [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/oci [no test files] [2019-10-24T22:38:02.120Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-24T22:38:02.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-24T22:38:02.516Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-24T22:38:02.890Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2019-10-24T22:38:02.987Z] #41 233.0 CC criu/libnetlink.o [2019-10-24T22:38:03.277Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-10-24T22:38:03.613Z] #41 233.7 CC criu/log.o [2019-10-24T22:38:04.075Z] ok github.com/docker/docker/pkg/chrootarchive 3.514s coverage: 43.2% of statements [2019-10-24T22:38:04.075Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-24T22:38:04.075Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-24T22:38:04.480Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-10-24T22:38:04.640Z] #41 234.6 CC criu/lsm.o [2019-10-24T22:38:05.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-24T22:38:05.272Z] #41 235.3 CC criu/mem.o [2019-10-24T22:38:05.800Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-10-24T22:38:06.183Z] ok github.com/docker/docker/pkg/dmesg 0.020s coverage: 83.3% of statements [2019-10-24T22:38:07.336Z] #41 ... [2019-10-24T22:38:07.336Z] [2019-10-24T22:38:07.336Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-24T22:38:07.336Z] #54 298.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-24T22:38:07.336Z] #54 302.0 + mkdir -p /build [2019-10-24T22:38:07.336Z] #54 302.0 + cp runc /build/runc [2019-10-24T22:38:07.336Z] #54 DONE 302.1s [2019-10-24T22:38:07.567Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2019-10-24T22:38:07.567Z] ok github.com/docker/docker/pkg/discovery/kv 3.200s coverage: 84.1% of statements [2019-10-24T22:38:07.622Z] [2019-10-24T22:38:07.622Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:38:07.908Z] #59 ... [2019-10-24T22:38:07.908Z] [2019-10-24T22:38:07.908Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:38:07.908Z] #41 238.0 CC criu/mount.o [2019-10-24T22:38:08.412Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2019-10-24T22:38:08.796Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-24T22:38:08.796Z] ok github.com/docker/docker/pkg/fsutils 0.362s coverage: 85.1% of statements [2019-10-24T22:38:09.613Z] ok github.com/docker/docker/pkg/idtools 0.476s coverage: 70.1% of statements [2019-10-24T22:38:10.016Z] ok github.com/docker/docker/pkg/ioutils 0.485s coverage: 70.6% of statements [2019-10-24T22:38:10.402Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2019-10-24T22:38:10.402Z] ok github.com/docker/docker/pkg/locker 0.014s coverage: 88.9% of statements [2019-10-24T22:38:10.770Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2019-10-24T22:38:10.770Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-24T22:38:11.588Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-10-24T22:38:11.588Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-24T22:38:11.964Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-10-24T22:38:12.487Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-10-24T22:38:12.487Z] ok github.com/docker/docker/pkg/mount 1.320s coverage: 70.0% of statements [2019-10-24T22:38:12.487Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-24T22:38:12.906Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-10-24T22:38:12.906Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-24T22:38:12.906Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-24T22:38:13.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-24T22:38:14.253Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2019-10-24T22:38:14.638Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-24T22:38:14.773Z] #41 244.3 CC criu/namespaces.o [2019-10-24T22:38:15.021Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-24T22:38:15.398Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-24T22:38:16.667Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 73.9% of statements [2019-10-24T22:38:17.049Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-10-24T22:38:17.527Z] #41 247.4 CC criu/net.o [2019-10-24T22:38:20.388Z] ok github.com/docker/docker/pkg/signal 2.537s coverage: 61.0% of statements [2019-10-24T22:38:20.760Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-24T22:38:21.149Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-24T22:38:21.540Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-24T22:38:21.930Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-24T22:38:22.305Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-24T22:38:22.684Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2019-10-24T22:38:23.071Z] #41 252.3 CC criu/netfilter.o [2019-10-24T22:38:23.071Z] #41 253.0 CC criu/page-pipe.o [2019-10-24T22:38:23.506Z] ok github.com/docker/docker/pkg/tailfile 0.073s coverage: 88.6% of statements [2019-10-24T22:38:23.911Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2019-10-24T22:38:24.094Z] #41 254.0 CC criu/page-xfer.o [2019-10-24T22:38:24.291Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 85.9% of statements [2019-10-24T22:38:24.667Z] testing: warning: no tests to run [2019-10-24T22:38:24.667Z] coverage: [no statements] [2019-10-24T22:38:24.667Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-24T22:38:25.179Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-24T22:38:25.179Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-24T22:38:25.582Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-24T22:38:26.152Z] #41 256.1 CC criu/pagemap-cache.o [2019-10-24T22:38:26.206Z] sha256:29fecd5c0ec8a59d1be3cc4d0cda7b633ca9172a6efd4138e25d69f6ad23ad9d [2019-10-24T22:38:26.206Z] INFO: Starting docker-py tests... [2019-10-24T22:38:26.443Z] #41 256.8 CC criu/pagemap.o [2019-10-24T22:38:26.767Z] ============================= test session starts ============================== [2019-10-24T22:38:26.767Z] platform linux -- Python 3.7.5, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-24T22:38:26.767Z] rootdir: /src, inifile: pytest.ini [2019-10-24T22:38:26.767Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-24T22:38:27.941Z] #41 258.1 CC criu/parasite-syscall.o [2019-10-24T22:38:28.078Z] ok github.com/docker/docker/plugin 0.551s coverage: 27.1% of statements [2019-10-24T22:38:28.129Z] collected 385 items / 5 deselected / 380 selected [2019-10-24T22:38:28.129Z] [2019-10-24T22:38:28.456Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-10-24T22:38:29.440Z] #41 259.5 CC criu/path.o [2019-10-24T22:38:29.730Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2019-10-24T22:38:30.072Z] #41 260.1 CC criu/pie-util-vdso-elf32.o [2019-10-24T22:38:30.116Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2019-10-24T22:38:30.703Z] #41 260.9 CC criu/pie-util-vdso.o [2019-10-24T22:38:31.740Z] #41 261.6 CC criu/pie-util.o [2019-10-24T22:38:32.029Z] #41 262.0 CC criu/pipes.o [2019-10-24T22:38:32.069Z] ok github.com/docker/docker/registry 0.225s coverage: 56.3% of statements [2019-10-24T22:38:32.486Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-24T22:38:32.857Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-10-24T22:38:33.058Z] #41 263.3 CC criu/plugin.o [2019-10-24T22:38:33.637Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2019-10-24T22:38:34.029Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-24T22:38:34.085Z] #41 264.0 CC criu/proc_parse.o [2019-10-24T22:38:34.433Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:38:34.433Z] [2019-10-24T22:38:34.433Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:38:34.433Z] PKG_CONFIG=pkg-config [2019-10-24T22:38:34.433Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:38:34.433Z] HOSTNAME=ca5b9ba0597e [2019-10-24T22:38:34.433Z] DOCKER_EXPERIMENTAL=1 [2019-10-24T22:38:34.433Z] container=docker [2019-10-24T22:38:34.433Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-24T22:38:34.433Z] GO111MODULE=off [2019-10-24T22:38:34.433Z] GOPATH=/go [2019-10-24T22:38:34.433Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:38:34.433Z] HOME=/root [2019-10-24T22:38:34.433Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:38:34.433Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:38:34.433Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:38:34.433Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:38:34.433Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:38:34.433Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:38:34.433Z] TERM=xterm [2019-10-24T22:38:34.433Z] VALIDATE_BRANCH=master [2019-10-24T22:38:34.433Z] DEST=bundles/test-integration [2019-10-24T22:38:34.433Z] SHLVL=1 [2019-10-24T22:38:34.433Z] TIMEOUT=120m [2019-10-24T22:38:34.433Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:38:34.433Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:38:34.433Z] TESTDEBUG=0 [2019-10-24T22:38:34.433Z] _=/usr/bin/env [2019-10-24T22:38:34.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-24T22:38:37.243Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2019-10-24T22:38:37.613Z] ok github.com/docker/docker/volume/local 0.037s coverage: 73.0% of statements [2019-10-24T22:38:38.523Z] #41 268.3 CC criu/protobuf-desc.o [2019-10-24T22:38:38.562Z] ok github.com/docker/docker/volume/mounts 0.023s coverage: 67.0% of statements [2019-10-24T22:38:39.552Z] #41 269.9 CC criu/protobuf.o [2019-10-24T22:38:39.891Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.0% of statements [2019-10-24T22:38:40.579Z] #41 270.6 CC criu/pstree.o [2019-10-24T22:38:42.635Z] #41 272.6 CC criu/rbtree.o [2019-10-24T22:38:42.635Z] #41 ... [2019-10-24T22:38:42.635Z] [2019-10-24T22:38:42.635Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:38:42.635Z] #38 342.8 + dpkg --print-architecture [2019-10-24T22:38:42.635Z] #38 342.8 + cd /tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution [2019-10-24T22:38:42.635Z] #38 342.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-24T22:38:42.926Z] #38 343.1 + GOPATH=/tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.RjHf56f6ot [2019-10-24T22:38:42.926Z] #38 343.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-24T22:38:49.100Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/rootless [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/volume [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-24T22:38:49.100Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-24T22:38:49.100Z] [2019-10-24T22:38:49.100Z] === Skipped [2019-10-24T22:38:49.100Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-24T22:38:49.100Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-24T22:38:49.100Z] [2019-10-24T22:38:49.100Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-24T22:38:49.100Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-24T22:38:49.100Z] [2019-10-24T22:38:49.100Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-24T22:38:49.100Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.100Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:38:49.100Z] [2019-10-24T22:38:49.100Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-24T22:38:49.101Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-24T22:38:49.101Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-24T22:38:49.101Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:38:49.101Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-24T22:38:49.101Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-24T22:38:49.101Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-24T22:38:49.101Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] [2019-10-24T22:38:49.101Z] DONE 2115 tests, 20 skipped in 222.336s Post stage [Pipeline] junit [2019-10-24T22:38:49.307Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-24T22:38:51.764Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh dynbinary test-integration [2019-10-24T22:38:52.132Z] [2019-10-24T22:38:52.132Z] Removing bundles/ [2019-10-24T22:38:52.132Z] [2019-10-24T22:38:52.132Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-24T22:38:52.132Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:38:52.132Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:38:53.264Z] #38 ... [2019-10-24T22:38:53.264Z] [2019-10-24T22:38:53.264Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:38:53.264Z] #41 273.3 CC criu/rst-malloc.o [2019-10-24T22:38:53.264Z] #41 273.9 CC criu/seccomp.o [2019-10-24T22:38:53.264Z] #41 274.9 CC criu/seize.o [2019-10-24T22:38:53.264Z] #41 276.4 CC criu/servicefd.o [2019-10-24T22:38:53.264Z] #41 277.2 CC criu/shmem.o [2019-10-24T22:38:53.264Z] #41 278.8 CC criu/sigframe.o [2019-10-24T22:38:53.264Z] #41 279.2 CC criu/signalfd.o [2019-10-24T22:38:53.264Z] #41 279.8 CC criu/sk-inet.o [2019-10-24T22:38:53.264Z] #41 281.5 CC criu/sk-netlink.o [2019-10-24T22:38:53.264Z] #41 282.3 CC criu/sk-packet.o [2019-10-24T22:38:53.264Z] #41 283.5 CC criu/sk-queue.o [2019-10-24T22:38:53.993Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-24T22:38:54.248Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-24T22:38:54.287Z] #41 284.5 CC criu/sk-tcp.o [2019-10-24T22:38:55.309Z] #41 285.5 CC criu/sk-unix.o [2019-10-24T22:38:56.690Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-24T22:38:58.809Z] #41 289.0 CC criu/sockets.o [2019-10-24T22:39:00.863Z] #41 290.8 CC criu/stats.o [2019-10-24T22:39:01.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-24T22:39:01.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-24T22:39:01.151Z] #41 291.3 CC criu/string.o [2019-10-24T22:39:01.441Z] #41 291.4 CC criu/sysctl.o [2019-10-24T22:39:01.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-24T22:39:02.474Z] #41 292.4 CC criu/sysfs_parse.o [2019-10-24T22:39:03.496Z] #41 293.4 CC criu/timerfd.o [2019-10-24T22:39:03.783Z] #41 294.0 CC criu/tty.o [2019-10-24T22:39:08.206Z] #41 297.8 CC criu/tun.o [2019-10-24T22:39:08.495Z] #41 298.8 CC criu/uffd.o [2019-10-24T22:39:11.213Z] #41 301.0 CC criu/util.o [2019-10-24T22:39:13.275Z] #41 303.6 CC criu/uts_ns.o [2019-10-24T22:39:13.903Z] #41 304.0 CC criu/vdso.o [2019-10-24T22:39:14.930Z] #41 305.1 LINK criu/built-in.o [2019-10-24T22:39:15.219Z] #41 305.5 LINK criu/criu [2019-10-24T22:39:16.251Z] #41 306.3 DEP lib/c/criu.d [2019-10-24T22:39:16.251Z] #41 306.5 CC images/rpc.pb-c.o [2019-10-24T22:39:17.309Z] #41 307.6 CC lib/c/criu.o [2019-10-24T22:39:20.024Z] #41 309.9 LINK lib/c/built-in.o [2019-10-24T22:39:20.024Z] #41 309.9 LINK lib/c/libcriu.so [2019-10-24T22:39:20.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-24T22:39:20.312Z] #41 310.5 GEN magic.py [2019-10-24T22:39:20.600Z] #41 310.7 Note: Building without setproctitle() and strlcpy() support. [2019-10-24T22:39:20.600Z] #41 310.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-24T22:39:21.229Z] #41 ... [2019-10-24T22:39:21.229Z] [2019-10-24T22:39:21.229Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-24T22:39:21.229Z] #38 381.2 + rm -rf /tmp/tmp.RjHf56f6ot/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.RjHf56f6ot [2019-10-24T22:39:21.229Z] #38 DONE 381.4s [2019-10-24T22:39:21.229Z] [2019-10-24T22:39:21.229Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-24T22:39:21.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-24T22:39:21.518Z] #41 311.7 fatal: Not a git repository (or any of the parent directories): .git [2019-10-24T22:39:22.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-24T22:39:23.585Z] #41 313.4 make[1]: Nothing to be done for 'all'. [2019-10-24T22:39:23.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-24T22:39:24.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-24T22:39:24.606Z] #41 314.6 make[1]: 'images/built-in.o' is up to date. [2019-10-24T22:39:24.606Z] #41 314.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-24T22:39:24.606Z] #41 314.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-24T22:39:24.606Z] #41 314.8 make[1]: 'compel/libcompel.a' is up to date. [2019-10-24T22:39:24.606Z] #41 314.9 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-24T22:39:24.606Z] #41 314.9 make[1]: Nothing to be done for 'all'. [2019-10-24T22:39:24.896Z] #41 314.9 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-24T22:39:25.186Z] #41 315.2 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.186Z] #41 315.3 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.186Z] #41 315.3 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.475Z] #41 315.5 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.475Z] #41 315.6 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.475Z] #41 315.7 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.475Z] #41 315.8 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.763Z] #41 316.0 make[2]: Nothing to be done for 'all'. [2019-10-24T22:39:25.763Z] #41 316.0 INSTALL criu/criu [2019-10-24T22:39:26.053Z] #41 DONE 316.2s [2019-10-24T22:39:26.053Z] [2019-10-24T22:39:26.053Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:39:26.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-24T22:39:27.275Z] 65014b3c3121: Pull complete [2019-10-24T22:39:27.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-24T22:39:29.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-24T22:39:32.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-24T22:39:34.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-24T22:39:34.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-24T22:39:34.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-24T22:39:34.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-24T22:39:34.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-24T22:39:34.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-24T22:39:35.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-24T22:39:36.525Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-24T22:39:38.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-24T22:39:38.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-24T22:39:39.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-24T22:39:40.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-24T22:39:41.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-24T22:39:42.309Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:39:42.309Z] Using test binary docker [2019-10-24T22:39:42.309Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-24T22:39:42.309Z] +++ /etc/init.d/apparmor start [2019-10-24T22:39:42.309Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:39:42.309Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:39:42.309Z] Warning failed to create cache: (null) [2019-10-24T22:39:42.309Z] . [2019-10-24T22:39:42.309Z] INFO: Waiting for daemon to start... [2019-10-24T22:39:42.309Z] Starting dockerd [2019-10-24T22:39:42.309Z] +++ 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-10-24T22:39:44.218Z] . [2019-10-24T22:39:44.218Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:39:44.218Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:39:44.218Z] Error: No such image: emptyfs [2019-10-24T22:39:44.218Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:39:44.218Z] ++++ docker load [2019-10-24T22:39:44.479Z] Running integration-test (iteration 1) [2019-10-24T22:39:44.479Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-24T22:39:44.479Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:39:44.479Z] ++ set -e [2019-10-24T22:39:44.479Z] ++ '[' -n 0 ']' [2019-10-24T22:39:44.479Z] ++ set -x [2019-10-24T22:39:44.479Z] ++ 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=arm64 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/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:39:45.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-24T22:39:50.995Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:39:50.995Z] [2019-10-24T22:39:50.995Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:39:50.995Z] PKG_CONFIG=pkg-config [2019-10-24T22:39:50.995Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:39:50.995Z] HOSTNAME=48552342b6e7 [2019-10-24T22:39:50.995Z] DOCKER_EXPERIMENTAL=1 [2019-10-24T22:39:50.995Z] container=docker [2019-10-24T22:39:50.995Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-24T22:39:50.995Z] GO111MODULE=off [2019-10-24T22:39:50.995Z] GOPATH=/go [2019-10-24T22:39:50.995Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:39:50.995Z] HOME=/root [2019-10-24T22:39:50.995Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:39:50.995Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:39:50.995Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:39:50.995Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:39:50.996Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:39:50.996Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:39:50.996Z] TERM=xterm [2019-10-24T22:39:50.996Z] VALIDATE_BRANCH=master [2019-10-24T22:39:50.996Z] DEST=bundles/test-integration [2019-10-24T22:39:50.996Z] SHLVL=1 [2019-10-24T22:39:50.996Z] TIMEOUT=120m [2019-10-24T22:39:50.996Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:39:50.996Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:39:50.996Z] TESTDEBUG=0 [2019-10-24T22:39:50.996Z] _=/usr/bin/env [2019-10-24T22:39:50.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-24T22:39:52.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-24T22:39:54.474Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:39:54.474Z] Loaded image: busybox:latest [2019-10-24T22:39:54.474Z] Loaded image: busybox:glibc [2019-10-24T22:39:54.474Z] Loaded image: debian:jessie [2019-10-24T22:39:54.474Z] Loaded image: hello-world:latest [2019-10-24T22:39:54.474Z] INFO: Testing against a local daemon [2019-10-24T22:39:54.474Z] === RUN TestCgroupNamespacesBuild [2019-10-24T22:39:57.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-24T22:39:57.769Z] --- PASS: TestCgroupNamespacesBuild (4.27s) [2019-10-24T22:39:57.769Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-24T22:39:59.684Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.72s) [2019-10-24T22:39:59.685Z] === RUN TestBuildWithSession [2019-10-24T22:39:59.685Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-24T22:39:59.685Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:39:59.685Z] === RUN TestBuildSquashParent [2019-10-24T22:39:59.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-24T22:40:05.341Z] #22 ... [2019-10-24T22:40:05.341Z] [2019-10-24T22:40:05.341Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:05.341Z] #59 416.8 + bin/containerd [2019-10-24T22:40:06.262Z] --- PASS: TestBuildSquashParent (6.39s) [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:40:06.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:40:06.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:40:06.263Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:40:06.263Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:40:06.263Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:40:06.263Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:40:06.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-24T22:40:08.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-24T22:40:08.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:40:08.859Z] #59 ... [2019-10-24T22:40:08.859Z] [2019-10-24T22:40:08.859Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:08.859Z] #50 DONE 423.7s [2019-10-24T22:40:08.859Z] [2019-10-24T22:40:08.859Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:09.069Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:40:10.352Z] #22 425.3 + return [2019-10-24T22:40:10.643Z] #22 DONE 425.4s [2019-10-24T22:40:10.643Z] [2019-10-24T22:40:10.643Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.87s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.99s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.18s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.21s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.24s) [2019-10-24T22:40:11.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.40s) [2019-10-24T22:40:11.614Z] === RUN TestBuildMultiStageCopy [2019-10-24T22:40:11.614Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-24T22:40:11.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-24T22:40:13.359Z] #59 ... [2019-10-24T22:40:13.359Z] [2019-10-24T22:40:13.359Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-24T22:40:13.359Z] #23 DONE 0.1s [2019-10-24T22:40:13.359Z] [2019-10-24T22:40:13.359Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:40:13.572Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-24T22:40:13.671Z] #27 DONE 0.5s [2019-10-24T22:40:13.671Z] [2019-10-24T22:40:13.671Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:13.671Z] #59 ... [2019-10-24T22:40:13.671Z] [2019-10-24T22:40:13.671Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-24T22:40:13.671Z] #29 DONE 0.1s [2019-10-24T22:40:13.671Z] [2019-10-24T22:40:13.671Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-24T22:40:13.957Z] #32 DONE 0.1s [2019-10-24T22:40:13.957Z] [2019-10-24T22:40:13.957Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-24T22:40:13.957Z] #37 DONE 0.1s [2019-10-24T22:40:13.957Z] [2019-10-24T22:40:13.957Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-24T22:40:13.957Z] #39 DONE 0.1s [2019-10-24T22:40:13.957Z] [2019-10-24T22:40:13.957Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-24T22:40:13.957Z] #42 DONE 0.1s [2019-10-24T22:40:13.957Z] [2019-10-24T22:40:13.957Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:14.152Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-24T22:40:14.244Z] #59 ... [2019-10-24T22:40:14.244Z] [2019-10-24T22:40:14.244Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-24T22:40:14.244Z] #45 DONE 0.1s [2019-10-24T22:40:14.244Z] [2019-10-24T22:40:14.244Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-24T22:40:14.244Z] #48 DONE 0.1s [2019-10-24T22:40:14.244Z] [2019-10-24T22:40:14.244Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-24T22:40:14.533Z] #51 DONE 0.1s [2019-10-24T22:40:14.533Z] [2019-10-24T22:40:14.533Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-24T22:40:14.533Z] #55 DONE 0.1s [2019-10-24T22:40:14.533Z] [2019-10-24T22:40:14.533Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-24T22:40:14.723Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-24T22:40:14.898Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:40:14.899Z] Using test binary docker [2019-10-24T22:40:14.899Z] +++ /etc/init.d/apparmor start [2019-10-24T22:40:14.899Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:40:14.899Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:40:14.899Z] Warning failed to create cache: (null) [2019-10-24T22:40:14.899Z] . [2019-10-24T22:40:14.899Z] INFO: Waiting for daemon to start... [2019-10-24T22:40:14.899Z] Starting dockerd [2019-10-24T22:40:14.899Z] +++ 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-10-24T22:40:15.295Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy (4.46s) [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.33s) [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-10-24T22:40:15.864Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2019-10-24T22:40:15.864Z] === RUN TestBuildMultiStageParentConfig [2019-10-24T22:40:16.799Z] . [2019-10-24T22:40:16.799Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:40:17.058Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:40:17.058Z] Error: No such image: emptyfs [2019-10-24T22:40:17.058Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:40:17.058Z] ++++ docker load [2019-10-24T22:40:17.248Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-10-24T22:40:17.248Z] === RUN TestBuildLabelWithTargets [2019-10-24T22:40:17.623Z] Running integration-test (iteration 1) [2019-10-24T22:40:17.623Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-24T22:40:17.623Z] ++ 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-10-24T22:40:17.623Z] ++ set -e [2019-10-24T22:40:17.623Z] ++ '[' -n 0 ']' [2019-10-24T22:40:17.623Z] ++ set -x [2019-10-24T22:40:17.624Z] ++ 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-10-24T22:40:19.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-24T22:40:19.790Z] --- PASS: TestBuildLabelWithTargets (2.27s) [2019-10-24T22:40:19.790Z] === RUN TestBuildWithEmptyLayers [2019-10-24T22:40:20.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-24T22:40:20.360Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2019-10-24T22:40:20.360Z] === RUN TestBuildMultiStageOnBuild [2019-10-24T22:40:22.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-24T22:40:23.656Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2019-10-24T22:40:23.656Z] === RUN TestBuildUncleanTarFilenames [2019-10-24T22:40:24.596Z] --- PASS: TestBuildUncleanTarFilenames (1.47s) [2019-10-24T22:40:24.596Z] === RUN TestBuildMultiStageLayerLeak [2019-10-24T22:40:27.891Z] --- PASS: TestBuildMultiStageLayerLeak (2.94s) [2019-10-24T22:40:27.891Z] === RUN TestBuildWithHugeFile [2019-10-24T22:40:42.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-24T22:40:42.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-24T22:40:44.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-24T22:40:45.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-24T22:40:45.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-24T22:40:47.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-24T22:40:48.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-24T22:40:49.690Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:40:49.690Z] Loaded image: busybox:latest [2019-10-24T22:40:49.690Z] Loaded image: busybox:glibc [2019-10-24T22:40:49.690Z] Loaded image: debian:jessie [2019-10-24T22:40:49.690Z] Loaded image: hello-world:latest [2019-10-24T22:40:49.690Z] INFO: Testing against a local daemon [2019-10-24T22:40:49.690Z] === RUN TestCgroupNamespacesBuild [2019-10-24T22:40:49.994Z] ................................................ [ 29%] [2019-10-24T22:40:50.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-24T22:40:52.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-24T22:40:53.787Z] #59 466.9 + bin/containerd-stress [2019-10-24T22:40:53.875Z] --- PASS: TestCgroupNamespacesBuild (3.41s) [2019-10-24T22:40:53.875Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-24T22:40:54.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-24T22:40:55.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-24T22:40:55.775Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.55s) [2019-10-24T22:40:55.775Z] === RUN TestBuildWithSession [2019-10-24T22:40:55.775Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-24T22:40:55.775Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:40:55.775Z] === RUN TestBuildSquashParent [2019-10-24T22:40:55.822Z] #59 470.6 + bin/containerd-shim [2019-10-24T22:40:57.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-24T22:40:58.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-24T22:40:59.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-24T22:41:01.239Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:41:01.239Z] Using test binary docker [2019-10-24T22:41:01.239Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-24T22:41:01.239Z] +++ /etc/init.d/apparmor start [2019-10-24T22:41:01.239Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:41:01.239Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:41:01.239Z] Warning failed to create cache: (null) [2019-10-24T22:41:01.239Z] . [2019-10-24T22:41:01.239Z] INFO: Waiting for daemon to start... [2019-10-24T22:41:01.239Z] Starting dockerd [2019-10-24T22:41:01.239Z] +++ 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-10-24T22:41:03.086Z] . [2019-10-24T22:41:03.086Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:41:03.086Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:41:03.086Z] Error: No such image: emptyfs [2019-10-24T22:41:03.086Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:41:03.086Z] ++++ docker load [2019-10-24T22:41:03.468Z] Running integration-test (iteration 1) [2019-10-24T22:41:03.468Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-24T22:41:03.468Z] ++ 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-10-24T22:41:03.468Z] ++ set -e [2019-10-24T22:41:03.468Z] ++ '[' -n 0 ']' [2019-10-24T22:41:03.468Z] ++ set -x [2019-10-24T22:41:03.468Z] ++ 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-10-24T22:41:06.148Z] #59 481.0 + bin/containerd-shim-runc-v1 [2019-10-24T22:41:07.975Z] --- PASS: TestBuildSquashParent (10.16s) [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:07.975Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:07.975Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:07.975Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:07.975Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:09.350Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:09.609Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:11.672Z] #59 486.0 + bin/containerd-shim-runc-v2 [2019-10-24T22:41:12.230Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-24T22:41:12.686Z] #59 487.5 + binaries [2019-10-24T22:41:12.686Z] #59 487.5 + mkdir -p /build [2019-10-24T22:41:12.686Z] #59 487.5 + cp bin/containerd /build/containerd [2019-10-24T22:41:12.686Z] #59 487.6 + cp bin/containerd-shim /build/containerd-shim [2019-10-24T22:41:12.686Z] #59 487.6 + cp bin/ctr /build/ctr [2019-10-24T22:41:12.686Z] #59 DONE 487.7s [2019-10-24T22:41:12.892Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:12.899Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:41:12.899Z] Loaded image: busybox:latest [2019-10-24T22:41:12.899Z] Loaded image: busybox:glibc [2019-10-24T22:41:12.899Z] Loaded image: debian:jessie [2019-10-24T22:41:12.899Z] Loaded image: hello-world:latest [2019-10-24T22:41:12.899Z] INFO: Testing against a local daemon [2019-10-24T22:41:12.899Z] === RUN TestCgroupNamespacesBuild [2019-10-24T22:41:13.150Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:14.155Z] --- PASS: TestCgroupNamespacesBuild (1.74s) [2019-10-24T22:41:14.155Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-24T22:41:14.184Z] [2019-10-24T22:41:14.184Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-24T22:41:14.468Z] #60 DONE 0.1s [2019-10-24T22:41:14.468Z] [2019-10-24T22:41:14.468Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-24T22:41:14.468Z] #64 DONE 0.1s [2019-10-24T22:41:14.468Z] [2019-10-24T22:41:14.468Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-24T22:41:14.468Z] #66 DONE 0.1s [2019-10-24T22:41:14.468Z] [2019-10-24T22:41:14.468Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-24T22:41:14.634Z] --- PASS: TestBuildWithHugeFile (45.35s) [2019-10-24T22:41:14.634Z] === RUN TestBuildWithEmptyDockerfile [2019-10-24T22:41:14.634Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:41:14.634Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:41:14.634Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:41:14.634Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:41:14.634Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:41:14.634Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:41:14.634Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:41:14.634Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:41:14.634Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:41:14.634Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2019-10-24T22:41:14.634Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2019-10-24T22:41:14.634Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2019-10-24T22:41:14.634Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s) [2019-10-24T22:41:14.634Z] === RUN TestBuildPreserveOwnership [2019-10-24T22:41:14.634Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-24T22:41:14.752Z] #69 DONE 0.1s [2019-10-24T22:41:14.752Z] [2019-10-24T22:41:14.752Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-24T22:41:14.752Z] #70 DONE 0.0s [2019-10-24T22:41:14.752Z] [2019-10-24T22:41:14.752Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-24T22:41:15.979Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2019-10-24T22:41:15.979Z] === RUN TestBuildWithSession [2019-10-24T22:41:15.979Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-24T22:41:15.979Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:41:15.979Z] === RUN TestBuildSquashParent [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.56s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.72s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.21s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.41s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.25s) [2019-10-24T22:41:16.435Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.10s) [2019-10-24T22:41:16.435Z] === RUN TestBuildMultiStageCopy [2019-10-24T22:41:16.435Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-24T22:41:16.783Z] #71 DONE 2.3s [2019-10-24T22:41:16.783Z] [2019-10-24T22:41:16.783Z] #72 exporting to oci image format [2019-10-24T22:41:17.074Z] #72 exporting layers [2019-10-24T22:41:17.930Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-24T22:41:19.718Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-24T22:41:19.840Z] --- PASS: TestBuildPreserveOwnership (6.45s) [2019-10-24T22:41:19.840Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.34s) [2019-10-24T22:41:19.840Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2019-10-24T22:41:19.840Z] === RUN TestBuildPlatformInvalid [2019-10-24T22:41:19.976Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-24T22:41:20.100Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-10-24T22:41:20.100Z] PASS [2019-10-24T22:41:20.100Z] [2019-10-24T22:41:20.100Z] === Skipped [2019-10-24T22:41:20.100Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-24T22:41:20.100Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:41:20.100Z] [2019-10-24T22:41:20.100Z] [2019-10-24T22:41:20.100Z] DONE 32 tests, 1 skipped in 95.408s [2019-10-24T22:41:20.100Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-24T22:41:20.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:41:20.100Z] ++ set -e [2019-10-24T22:41:20.100Z] ++ '[' -n 0 ']' [2019-10-24T22:41:20.100Z] ++ set -x [2019-10-24T22:41:20.100Z] ++ 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=arm64 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/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:41:20.100Z] INFO: Testing against a local daemon [2019-10-24T22:41:20.100Z] === RUN TestConfigList [2019-10-24T22:41:20.543Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-24T22:41:20.779Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-24T22:41:21.109Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-24T22:41:22.043Z] --- PASS: TestBuildMultiStageCopy (5.70s) [2019-10-24T22:41:22.043Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.20s) [2019-10-24T22:41:22.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2019-10-24T22:41:22.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2019-10-24T22:41:22.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.64s) [2019-10-24T22:41:22.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.71s) [2019-10-24T22:41:22.044Z] === RUN TestBuildMultiStageParentConfig [2019-10-24T22:41:22.328Z] --- PASS: TestBuildSquashParent (5.85s) [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:22.328Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:22.328Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:22.328Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:41:22.328Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:41:23.418Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2019-10-24T22:41:23.418Z] === RUN TestBuildLabelWithTargets [2019-10-24T22:41:24.146Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:41:24.299Z] --- PASS: TestConfigList (3.38s) [2019-10-24T22:41:24.299Z] === RUN TestConfigsCreateAndDelete [2019-10-24T22:41:24.531Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:41:25.649Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-24T22:41:25.947Z] --- PASS: TestBuildLabelWithTargets (2.54s) [2019-10-24T22:41:25.947Z] === RUN TestBuildWithEmptyLayers [2019-10-24T22:41:26.839Z] --- PASS: TestConfigsCreateAndDelete (3.14s) [2019-10-24T22:41:26.839Z] === RUN TestConfigsUpdate [2019-10-24T22:41:26.982Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:41:26.982Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:41:27.322Z] --- PASS: TestBuildWithEmptyLayers (1.32s) [2019-10-24T22:41:27.322Z] === RUN TestBuildMultiStageOnBuild [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.71s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.17s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.56s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.58s) [2019-10-24T22:41:29.068Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2019-10-24T22:41:29.068Z] === RUN TestBuildMultiStageCopy [2019-10-24T22:41:29.068Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-24T22:41:30.133Z] --- PASS: TestConfigsUpdate (3.15s) [2019-10-24T22:41:30.133Z] === RUN TestTemplatedConfig [2019-10-24T22:41:31.488Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-24T22:41:31.507Z] --- PASS: TestBuildMultiStageOnBuild (3.66s) [2019-10-24T22:41:31.507Z] === RUN TestBuildUncleanTarFilenames [2019-10-24T22:41:32.274Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-24T22:41:32.638Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-24T22:41:32.884Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2019-10-24T22:41:32.884Z] === RUN TestBuildMultiStageLayerLeak [2019-10-24T22:41:33.009Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-24T22:41:33.428Z] --- PASS: TestTemplatedConfig (3.48s) [2019-10-24T22:41:33.428Z] === RUN TestConfigInspect [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy (4.55s) [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.47s) [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2019-10-24T22:41:33.839Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2019-10-24T22:41:33.839Z] === RUN TestBuildMultiStageParentConfig [2019-10-24T22:41:35.204Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2019-10-24T22:41:35.204Z] === RUN TestBuildLabelWithTargets [2019-10-24T22:41:36.723Z] --- PASS: TestConfigInspect (3.39s) [2019-10-24T22:41:36.723Z] === RUN TestConfigCreateWithLabels [2019-10-24T22:41:37.010Z] --- PASS: TestBuildLabelWithTargets (2.03s) [2019-10-24T22:41:37.010Z] === RUN TestBuildWithEmptyLayers [2019-10-24T22:41:37.069Z] --- PASS: TestBuildMultiStageLayerLeak (4.01s) [2019-10-24T22:41:37.069Z] === RUN TestBuildWithHugeFile [2019-10-24T22:41:37.791Z] --- PASS: TestBuildWithEmptyLayers (0.90s) [2019-10-24T22:41:37.791Z] === RUN TestBuildMultiStageOnBuild [2019-10-24T22:41:39.098Z] 12c8dbabfd62: Pull complete [2019-10-24T22:41:39.098Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-24T22:41:39.098Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:41:39.098Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-24T22:41:39.098Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-24T22:41:39.098Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-24T22:41:39.098Z] WARN: Skipping validation tests [2019-10-24T22:41:39.098Z] INFO: Running unit tests at 10/24/2019 22:41:30... [2019-10-24T22:41:39.098Z] INFO: make.ps1 starting at 10/24/2019 22:41:35 [2019-10-24T22:41:39.098Z] INFO: Git commit (9d12bc257) assumed from DOCKER_GITCOMMIT environment variable [2019-10-24T22:41:39.098Z] INFO: Invoking autogen... [2019-10-24T22:41:39.098Z] INFO: Running unit tests... [2019-10-24T22:41:40.018Z] --- PASS: TestConfigCreateWithLabels (3.15s) [2019-10-24T22:41:40.018Z] === RUN TestConfigCreateResolve [2019-10-24T22:41:41.020Z] --- PASS: TestBuildMultiStageOnBuild (2.65s) [2019-10-24T22:41:41.020Z] === RUN TestBuildUncleanTarFilenames [2019-10-24T22:41:42.313Z] --- PASS: TestBuildUncleanTarFilenames (1.51s) [2019-10-24T22:41:42.313Z] === RUN TestBuildMultiStageLayerLeak [2019-10-24T22:41:43.312Z] --- PASS: TestConfigCreateResolve (3.13s) [2019-10-24T22:41:43.312Z] === RUN TestConfigDaemonLibtrustID [2019-10-24T22:41:43.572Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-24T22:41:43.572Z] PASS [2019-10-24T22:41:43.572Z] [2019-10-24T22:41:43.572Z] DONE 8 tests in 23.540s [2019-10-24T22:41:43.572Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-24T22:41:43.572Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:41:43.572Z] ++ set -e [2019-10-24T22:41:43.572Z] ++ '[' -n 0 ']' [2019-10-24T22:41:43.572Z] ++ set -x [2019-10-24T22:41:43.572Z] ++ 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=arm64 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/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:41:43.831Z] INFO: Testing against a local daemon [2019-10-24T22:41:43.831Z] === RUN TestCheckpoint [2019-10-24T22:41:43.831Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-24T22:41:43.831Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:41:43.831Z] === RUN TestContainerInvalidJSON [2019-10-24T22:41:43.831Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:41:43.831Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:41:43.831Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:41:43.831Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:41:43.831Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:41:43.831Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:41:43.831Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:41:43.831Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:41:43.831Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:41:43.831Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-24T22:41:43.831Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-24T22:41:43.831Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-24T22:41:43.831Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-24T22:41:43.831Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-24T22:41:44.091Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2019-10-24T22:41:44.091Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-24T22:41:44.091Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-24T22:41:44.091Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-24T22:41:44.352Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-10-24T22:41:44.352Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-24T22:41:44.352Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2019-10-24T22:41:44.352Z] === RUN TestCopyFromContainer [2019-10-24T22:41:44.759Z] --- PASS: TestBuildMultiStageLayerLeak (2.80s) [2019-10-24T22:41:44.759Z] === RUN TestBuildWithHugeFile [2019-10-24T22:41:46.892Z] === RUN TestCopyFromContainer// [2019-10-24T22:41:46.893Z] === RUN TestCopyFromContainer//bar/root [2019-10-24T22:41:46.893Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-24T22:41:46.893Z] === RUN TestCopyFromContainer/bar/quux [2019-10-24T22:41:46.893Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-24T22:41:47.101Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:41:47.101Z] Using test binary docker [2019-10-24T22:41:47.101Z] +++ /etc/init.d/apparmor start [2019-10-24T22:41:47.101Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:41:47.101Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:41:47.101Z] Warning failed to create cache: (null) [2019-10-24T22:41:47.101Z] . [2019-10-24T22:41:47.101Z] INFO: Waiting for daemon to start... [2019-10-24T22:41:47.101Z] Starting dockerd [2019-10-24T22:41:47.101Z] +++ 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-10-24T22:41:47.101Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:41:47.101Z] Using test binary docker [2019-10-24T22:41:47.101Z] +++ /etc/init.d/apparmor start [2019-10-24T22:41:47.102Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:41:47.102Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:41:47.102Z] Warning failed to create cache: (null) [2019-10-24T22:41:47.102Z] . [2019-10-24T22:41:47.102Z] Starting dockerd [2019-10-24T22:41:47.102Z] +++ 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-10-24T22:41:47.102Z] INFO: Waiting for daemon to start... [2019-10-24T22:41:47.153Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-24T22:41:47.153Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-24T22:41:47.153Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-24T22:41:47.413Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-24T22:41:47.413Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer (3.16s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2019-10-24T22:41:47.672Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-24T22:41:47.673Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-24T22:41:47.673Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-10-24T22:41:47.673Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-10-24T22:41:47.673Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-10-24T22:41:47.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-24T22:41:47.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:41:47.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:41:47.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:41:47.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:41:47.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:41:47.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:41:47.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:41:47.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:41:47.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:41:47.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-24T22:41:47.673Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-24T22:41:47.673Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-24T22:41:47.673Z] === RUN TestCreateWithInvalidEnv [2019-10-24T22:41:47.673Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-24T22:41:47.673Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-24T22:41:47.673Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-24T22:41:47.673Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-24T22:41:47.673Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-24T22:41:47.673Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-24T22:41:47.673Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-24T22:41:47.673Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-24T22:41:47.673Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-24T22:41:47.673Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-24T22:41:47.673Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-24T22:41:47.673Z] === RUN TestCreateTmpfsMountsTarget [2019-10-24T22:41:47.673Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-24T22:41:47.673Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-24T22:41:49.646Z] . [2019-10-24T22:41:49.646Z] [2019-10-24T22:41:49.646Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:41:49.646Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:41:49.646Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:41:49.646Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:41:49.646Z] Error: No such image: emptyfs [2019-10-24T22:41:49.646Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:41:49.646Z] ++++ docker load [2019-10-24T22:41:49.646Z] Error: No such image: emptyfs [2019-10-24T22:41:49.646Z] ++++ docker load [2019-10-24T22:41:49.646Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:41:49.904Z] Running integration-test (iteration 1) [2019-10-24T22:41:49.904Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-24T22:41:49.904Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-24T22:41:49.904Z] ++ set -e [2019-10-24T22:41:49.904Z] ++ '[' -n 0 ']' [2019-10-24T22:41:49.904Z] ++ set -x [2019-10-24T22:41:49.904Z] ++ 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-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-24T22:41:49.904Z] Running integration-test (iteration 1) [2019-10-24T22:41:49.904Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-24T22:41:49.904Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-24T22:41:49.904Z] ++ set -e [2019-10-24T22:41:49.904Z] ++ '[' -n 0 ']' [2019-10-24T22:41:49.904Z] ++ set -x [2019-10-24T22:41:49.904Z] ++ 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-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s) [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:41:50.213Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:41:50.213Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.11s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2019-10-24T22:41:50.213Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2019-10-24T22:41:50.213Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-24T22:41:51.071Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-24T22:41:52.752Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s) [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:41:52.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:41:52.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:41:52.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:41:52.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:41:52.753Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:41:52.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:41:52.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:41:52.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:41:52.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:41:52.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:41:52.753Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-24T22:41:52.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-24T22:41:52.753Z] === RUN TestContainerStartOnDaemonRestart [2019-10-24T22:41:52.753Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-24T22:41:52.753Z] === RUN TestDaemonRestartIpcMode [2019-10-24T22:41:52.753Z] === PAUSE TestDaemonRestartIpcMode [2019-10-24T22:41:52.753Z] === RUN TestDiff [2019-10-24T22:41:53.692Z] --- PASS: TestDiff (0.97s) [2019-10-24T22:41:53.692Z] === RUN TestExecWithCloseStdin [2019-10-24T22:41:54.632Z] --- PASS: TestExecWithCloseStdin (1.02s) [2019-10-24T22:41:54.632Z] === RUN TestExec [2019-10-24T22:41:55.571Z] --- PASS: TestExec (0.97s) [2019-10-24T22:41:55.571Z] === RUN TestExecUser [2019-10-24T22:41:56.873Z] ? github.com/docker/docker/api [no test files] [2019-10-24T22:41:56.953Z] --- PASS: TestExecUser (0.98s) [2019-10-24T22:41:56.953Z] === RUN TestExportContainerAndImportImage [2019-10-24T22:41:57.893Z] --- PASS: TestExportContainerAndImportImage (1.15s) [2019-10-24T22:41:57.893Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-24T22:41:59.719Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-24T22:41:59.805Z] --- PASS: TestExportContainerAfterDaemonRestart (1.98s) [2019-10-24T22:41:59.805Z] === RUN TestHealthCheckWorkdir [2019-10-24T22:42:01.197Z] --- PASS: TestHealthCheckWorkdir (1.21s) [2019-10-24T22:42:01.197Z] === RUN TestHealthKillContainer [2019-10-24T22:42:01.648Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-24T22:42:04.489Z] --- PASS: TestHealthKillContainer (2.96s) [2019-10-24T22:42:04.489Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-24T22:42:04.749Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2019-10-24T22:42:04.749Z] === RUN TestIpcModeNone [2019-10-24T22:42:05.689Z] --- PASS: TestIpcModeNone (0.97s) [2019-10-24T22:42:05.689Z] === RUN TestIpcModePrivate [2019-10-24T22:42:06.630Z] --- PASS: TestIpcModePrivate (0.95s) [2019-10-24T22:42:06.630Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:100, shared: false, mustBeShared: false [2019-10-24T22:42:06.630Z] === RUN TestIpcModeShareable [2019-10-24T22:42:06.740Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-24T22:42:08.011Z] --- PASS: TestIpcModeShareable (0.99s) [2019-10-24T22:42:08.011Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2019-10-24T22:42:08.011Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-24T22:42:11.307Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.99s) [2019-10-24T22:42:11.307Z] === RUN TestAPIIpcModeHost [2019-10-24T22:42:11.566Z] --- PASS: TestAPIIpcModeHost (0.75s) [2019-10-24T22:42:11.566Z] === RUN TestDaemonIpcModeShareable [2019-10-24T22:42:13.476Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2019-10-24T22:42:13.476Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-24T22:42:13.476Z] === RUN TestDaemonIpcModePrivate [2019-10-24T22:42:14.661Z] ok github.com/docker/docker/api/server 0.165s coverage: 9.0% of statements [2019-10-24T22:42:15.387Z] --- PASS: TestDaemonIpcModePrivate (1.98s) [2019-10-24T22:42:15.387Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-24T22:42:15.387Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-24T22:42:17.298Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2019-10-24T22:42:17.298Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-24T22:42:17.298Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-24T22:42:19.194Z] --- PASS: TestBuildWithHugeFile (30.32s) [2019-10-24T22:42:19.194Z] === RUN TestBuildWithEmptyDockerfile [2019-10-24T22:42:19.194Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:42:19.194Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:42:19.194Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:42:19.194Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:42:19.194Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:42:19.194Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:42:19.194Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:42:19.194Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:42:19.194Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:42:19.194Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2019-10-24T22:42:19.194Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-10-24T22:42:19.194Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-10-24T22:42:19.194Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-10-24T22:42:19.194Z] === RUN TestBuildPreserveOwnership [2019-10-24T22:42:19.194Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-24T22:42:19.207Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2019-10-24T22:42:19.207Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-24T22:42:19.207Z] === RUN TestIpcModeOlderClient [2019-10-24T22:42:19.207Z] === PAUSE TestIpcModeOlderClient [2019-10-24T22:42:19.207Z] === RUN TestKillContainerInvalidSignal [2019-10-24T22:42:19.564Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-24T22:42:19.777Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2019-10-24T22:42:19.777Z] === RUN TestKillContainer [2019-10-24T22:42:19.777Z] === RUN TestKillContainer/no_signal [2019-10-24T22:42:20.716Z] === RUN TestKillContainer/non_killing_signal [2019-10-24T22:42:21.286Z] === RUN TestKillContainer/killing_signal [2019-10-24T22:42:21.611Z] ......................... [ 67%] [2019-10-24T22:42:22.187Z] --- PASS: TestBuildPreserveOwnership (6.20s) [2019-10-24T22:42:22.187Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.94s) [2019-10-24T22:42:22.187Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.26s) [2019-10-24T22:42:22.187Z] === RUN TestBuildPlatformInvalid [2019-10-24T22:42:22.187Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-10-24T22:42:22.187Z] PASS [2019-10-24T22:42:22.187Z] [2019-10-24T22:42:22.187Z] === Skipped [2019-10-24T22:42:22.187Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-24T22:42:22.187Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:42:22.187Z] [2019-10-24T22:42:22.187Z] [2019-10-24T22:42:22.187Z] DONE 32 tests, 1 skipped in 78.682s [2019-10-24T22:42:22.187Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-24T22:42:22.187Z] ++ 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-10-24T22:42:22.187Z] ++ set -e [2019-10-24T22:42:22.187Z] ++ '[' -n 0 ']' [2019-10-24T22:42:22.187Z] ++ set -x [2019-10-24T22:42:22.187Z] ++ 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-10-24T22:42:22.187Z] INFO: Testing against a local daemon [2019-10-24T22:42:22.187Z] === RUN TestConfigList [2019-10-24T22:42:22.668Z] --- PASS: TestKillContainer (2.57s) [2019-10-24T22:42:22.668Z] --- PASS: TestKillContainer/no_signal (0.77s) [2019-10-24T22:42:22.668Z] --- PASS: TestKillContainer/non_killing_signal (0.63s) [2019-10-24T22:42:22.668Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2019-10-24T22:42:22.668Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-24T22:42:22.668Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-24T22:42:23.238Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-24T22:42:24.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) [2019-10-24T22:42:24.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s) [2019-10-24T22:42:24.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-10-24T22:42:24.177Z] === RUN TestKillStoppedContainer [2019-10-24T22:42:24.177Z] --- PASS: TestKillStoppedContainer (0.13s) [2019-10-24T22:42:24.177Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-24T22:42:24.438Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.12s) [2019-10-24T22:42:24.438Z] === RUN TestKillDifferentUserContainer [2019-10-24T22:42:24.623Z] --- PASS: TestConfigList (2.41s) [2019-10-24T22:42:24.623Z] === RUN TestConfigsCreateAndDelete [2019-10-24T22:42:25.376Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2019-10-24T22:42:25.377Z] === RUN TestInspectOomKilledTrue [2019-10-24T22:42:25.377Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-24T22:42:25.377Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:42:25.377Z] === RUN TestInspectOomKilledFalse [2019-10-24T22:42:25.377Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-24T22:42:25.377Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:42:25.377Z] === RUN TestLinksEtcHostsContentMatch [2019-10-24T22:42:25.947Z] --- PASS: TestLinksEtcHostsContentMatch (0.75s) [2019-10-24T22:42:25.947Z] === RUN TestLinksContainerNames [2019-10-24T22:42:27.857Z] --- PASS: TestLinksContainerNames (1.66s) [2019-10-24T22:42:27.857Z] === RUN TestLogsFollowTailEmpty [2019-10-24T22:42:27.863Z] --- PASS: TestConfigsCreateAndDelete (2.80s) [2019-10-24T22:42:27.863Z] === RUN TestConfigsUpdate [2019-10-24T22:42:28.426Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2019-10-24T22:42:28.426Z] === RUN TestContainerNetworkMountsNoChown [2019-10-24T22:42:28.609Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:42:28.609Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:42:28.609Z] Loaded image: busybox:latest [2019-10-24T22:42:28.609Z] Loaded image: busybox:latest [2019-10-24T22:42:28.609Z] Loaded image: busybox:glibc [2019-10-24T22:42:28.609Z] Loaded image: debian:jessie [2019-10-24T22:42:28.609Z] Loaded image: busybox:glibc [2019-10-24T22:42:28.609Z] Loaded image: debian:jessie [2019-10-24T22:42:28.609Z] Loaded image: hello-world:latest [2019-10-24T22:42:28.609Z] INFO: Testing against a local daemon [2019-10-24T22:42:28.609Z] === RUN TestDockerDaemonSuite [2019-10-24T22:42:28.609Z] Loaded image: hello-world:latest [2019-10-24T22:42:28.609Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-24T22:42:28.609Z] INFO: Testing against a local daemon [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-24T22:42:28.609Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-24T22:42:28.867Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-24T22:42:28.867Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-24T22:42:29.367Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/default [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/default [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/private [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/private [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rprivate [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/slave [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/slave [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rslave [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/shared [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/shared [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rshared [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/default [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/rslave [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/private [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/rshared [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/slave [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/rprivate [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/shared [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-24T22:42:29.367Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:42:29.367Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:42:29.367Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:42:29.627Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-24T22:42:29.887Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-24T22:42:29.887Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-24T22:42:29.887Z] === RUN TestContainerBindMountNonRecursive [2019-10-24T22:42:30.396Z] --- PASS: TestConfigsUpdate (2.83s) [2019-10-24T22:42:30.396Z] === RUN TestTemplatedConfig [2019-10-24T22:42:31.401Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-24T22:42:31.659Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-24T22:42:31.659Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-24T22:42:31.659Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-24T22:42:31.659Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-24T22:42:32.428Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2019-10-24T22:42:32.428Z] === RUN TestNetworkNat [2019-10-24T22:42:32.998Z] --- PASS: TestNetworkNat (1.07s) [2019-10-24T22:42:32.998Z] === RUN TestNetworkLocalhostTCPNat [2019-10-24T22:42:33.030Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-24T22:42:33.939Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2019-10-24T22:42:33.939Z] === RUN TestNetworkLoopbackNat [2019-10-24T22:42:34.431Z] --- PASS: TestTemplatedConfig (3.44s) [2019-10-24T22:42:34.431Z] === RUN TestConfigInspect [2019-10-24T22:42:34.926Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-24T22:42:34.926Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-24T22:42:35.183Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-24T22:42:35.183Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-24T22:42:35.183Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-24T22:42:35.320Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2019-10-24T22:42:35.320Z] === RUN TestPause [2019-10-24T22:42:35.440Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-24T22:42:35.889Z] --- PASS: TestPause (0.92s) [2019-10-24T22:42:35.889Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-24T22:42:35.889Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:42:35.889Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:42:35.889Z] === RUN TestPauseStopPausedContainer [2019-10-24T22:42:36.350Z] --- PASS: TestConfigInspect (2.72s) [2019-10-24T22:42:36.350Z] === RUN TestConfigCreateWithLabels [2019-10-24T22:42:37.272Z] --- PASS: TestPauseStopPausedContainer (0.95s) [2019-10-24T22:42:37.272Z] === RUN TestPsFilter [2019-10-24T22:42:37.272Z] --- PASS: TestPsFilter (0.29s) [2019-10-24T22:42:37.272Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-24T22:42:38.212Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2019-10-24T22:42:38.212Z] === RUN TestRemoveContainerWithVolume [2019-10-24T22:42:39.156Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2019-10-24T22:42:39.156Z] === RUN TestRemoveContainerRunning [2019-10-24T22:42:39.496Z] --- PASS: TestConfigCreateWithLabels (2.81s) [2019-10-24T22:42:39.496Z] === RUN TestConfigCreateResolve [2019-10-24T22:42:39.623Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-24T22:42:39.726Z] --- PASS: TestRemoveContainerRunning (0.85s) [2019-10-24T22:42:39.726Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-24T22:42:40.556Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-24T22:42:40.666Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2019-10-24T22:42:40.667Z] === RUN TestRemoveInvalidContainer [2019-10-24T22:42:40.667Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-24T22:42:40.667Z] === RUN TestRenameLinkedContainer [2019-10-24T22:42:42.457Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-24T22:42:42.645Z] --- PASS: TestConfigCreateResolve (2.87s) [2019-10-24T22:42:42.645Z] === RUN TestConfigDaemonLibtrustID [2019-10-24T22:42:42.645Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2019-10-24T22:42:42.645Z] PASS [2019-10-24T22:42:42.645Z] [2019-10-24T22:42:42.645Z] DONE 8 tests in 20.595s [2019-10-24T22:42:42.645Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-24T22:42:42.645Z] ++ 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-10-24T22:42:42.645Z] ++ set -e [2019-10-24T22:42:42.645Z] ++ '[' -n 0 ']' [2019-10-24T22:42:42.645Z] ++ set -x [2019-10-24T22:42:42.645Z] ++ 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-10-24T22:42:43.044Z] INFO: Testing against a local daemon [2019-10-24T22:42:43.044Z] === RUN TestCheckpoint [2019-10-24T22:42:43.044Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-24T22:42:43.044Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:42:43.044Z] === RUN TestContainerInvalidJSON [2019-10-24T22:42:43.044Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:42:43.044Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:42:43.044Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:42:43.044Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:42:43.044Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:42:43.044Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:42:43.044Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:42:43.044Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:42:43.044Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:42:43.044Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-24T22:42:43.044Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-24T22:42:43.044Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-24T22:42:43.044Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-24T22:42:43.044Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-24T22:42:43.044Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-24T22:42:43.044Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-24T22:42:43.044Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2019-10-24T22:42:43.044Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-24T22:42:43.488Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-10-24T22:42:43.488Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-24T22:42:43.488Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-10-24T22:42:43.488Z] === RUN TestCopyFromContainer [2019-10-24T22:42:43.960Z] --- PASS: TestRenameLinkedContainer (3.38s) [2019-10-24T22:42:43.961Z] === RUN TestRenameStoppedContainer [2019-10-24T22:42:44.364Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-24T22:42:44.901Z] --- PASS: TestRenameStoppedContainer (0.79s) [2019-10-24T22:42:44.901Z] === RUN TestRenameRunningContainerAndReuse [2019-10-24T22:42:45.297Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer// [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer//bar/root [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/quux [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-24T22:42:45.957Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-24T22:42:46.335Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer (2.81s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-24T22:42:46.335Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-24T22:42:46.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-24T22:42:46.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:42:46.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:42:46.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:42:46.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:42:46.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:42:46.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:42:46.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:42:46.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:42:46.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:42:46.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-24T22:42:46.335Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-24T22:42:46.335Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-24T22:42:46.335Z] === RUN TestCreateWithInvalidEnv [2019-10-24T22:42:46.335Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-24T22:42:46.335Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-24T22:42:46.335Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-24T22:42:46.335Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-24T22:42:46.335Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-24T22:42:46.335Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-24T22:42:46.335Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-24T22:42:46.335Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-24T22:42:46.335Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-24T22:42:46.335Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-24T22:42:46.335Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-24T22:42:46.335Z] === RUN TestCreateTmpfsMountsTarget [2019-10-24T22:42:46.335Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2019-10-24T22:42:46.335Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-24T22:42:46.810Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s) [2019-10-24T22:42:46.810Z] === RUN TestRenameInvalidName [2019-10-24T22:42:47.196Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-24T22:42:47.380Z] --- PASS: TestRenameInvalidName (0.86s) [2019-10-24T22:42:47.380Z] === RUN TestRenameAnonymousContainer [2019-10-24T22:42:47.761Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-24T22:42:48.783Z] --- PASS: TestCreateWithCustomMaskedPaths (2.41s) [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:42:48.783Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:42:48.783Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:42:48.783Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-24T22:42:48.783Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-24T22:42:48.783Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:42:48.783Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:42:49.165Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:42:49.166Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-24T22:42:49.166Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-24T22:42:49.166Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-24T22:42:51.045Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-24T22:42:51.045Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-24T22:42:51.580Z] --- PASS: TestRenameAnonymousContainer (4.05s) [2019-10-24T22:42:51.580Z] === RUN TestRenameContainerWithSameName [2019-10-24T22:42:51.696Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.69s) [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:42:51.696Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:42:51.696Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:42:51.696Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:42:51.696Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:42:51.696Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:42:51.696Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:42:51.696Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:42:51.696Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:42:51.696Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:42:51.696Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:42:51.696Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:42:51.977Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-24T22:42:52.069Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-24T22:42:52.069Z] === RUN TestContainerStartOnDaemonRestart [2019-10-24T22:42:52.069Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-24T22:42:52.069Z] === RUN TestDaemonRestartIpcMode [2019-10-24T22:42:52.069Z] === PAUSE TestDaemonRestartIpcMode [2019-10-24T22:42:52.069Z] === RUN TestDiff [2019-10-24T22:42:52.150Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2019-10-24T22:42:52.150Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-24T22:42:52.861Z] --- PASS: TestDiff (0.80s) [2019-10-24T22:42:52.861Z] === RUN TestExecWithCloseStdin [2019-10-24T22:42:53.351Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-24T22:42:53.658Z] --- PASS: TestExecWithCloseStdin (1.13s) [2019-10-24T22:42:53.658Z] === RUN TestExec [2019-10-24T22:42:54.060Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2019-10-24T22:42:54.060Z] === RUN TestResize [2019-10-24T22:42:54.288Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-24T22:42:54.546Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-24T22:42:54.897Z] --- PASS: TestExec (1.05s) [2019-10-24T22:42:54.897Z] === RUN TestExecUser [2019-10-24T22:42:55.000Z] --- PASS: TestResize (0.89s) [2019-10-24T22:42:55.000Z] === RUN TestResizeWithInvalidSize [2019-10-24T22:42:55.571Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2019-10-24T22:42:55.571Z] === RUN TestResizeWhenContainerNotStarted [2019-10-24T22:42:55.695Z] --- PASS: TestExecUser (0.99s) [2019-10-24T22:42:55.695Z] === RUN TestExportContainerAndImportImage [2019-10-24T22:42:55.927Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-24T22:42:56.512Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:56.512Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:56.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:56.512Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:42:56.512Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:42:56.512Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:56.512Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:42:57.026Z] --- PASS: TestExportContainerAndImportImage (1.26s) [2019-10-24T22:42:57.026Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-24T22:42:58.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:58.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:42:58.454Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-24T22:42:58.454Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-24T22:42:58.809Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2019-10-24T22:42:58.809Z] === RUN TestHealthCheckWorkdir [2019-10-24T22:42:59.368Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:42:59.368Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:42:59.595Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2019-10-24T22:42:59.595Z] === RUN TestHealthKillContainer [2019-10-24T22:42:59.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:43:00.908Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:43:00.982Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-24T22:43:01.168Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:43:01.815Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-24T22:43:02.110Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:43:02.357Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-24T22:43:02.751Z] --- PASS: TestHealthKillContainer (3.15s) [2019-10-24T22:43:02.751Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-24T22:43:03.651Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2019-10-24T22:43:03.651Z] === RUN TestIpcModeNone [2019-10-24T22:43:03.729Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-24T22:43:03.729Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.80s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.97s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.95s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.70s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.22s) [2019-10-24T22:43:04.656Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2019-10-24T22:43:04.656Z] === RUN TestCgroupNamespacesRun [2019-10-24T22:43:04.955Z] --- PASS: TestIpcModeNone (0.93s) [2019-10-24T22:43:04.955Z] === RUN TestIpcModePrivate [2019-10-24T22:43:05.479Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-24T22:43:05.479Z] ok github.com/docker/docker/api/server/httputils 0.123s coverage: 14.7% of statements [2019-10-24T22:43:05.746Z] --- PASS: TestIpcModePrivate (1.08s) [2019-10-24T22:43:05.746Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-24T22:43:05.746Z] === RUN TestIpcModeShareable [2019-10-24T22:43:06.460Z] ok github.com/docker/docker/api/server/middleware 0.159s coverage: 37.7% of statements [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-24T22:43:06.460Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-24T22:43:06.567Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2019-10-24T22:43:06.568Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-24T22:43:06.995Z] --- PASS: TestIpcModeShareable (1.06s) [2019-10-24T22:43:06.995Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-24T22:43:06.995Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-24T22:43:07.011Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-24T22:43:07.576Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-24T22:43:08.143Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-24T22:43:08.478Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2019-10-24T22:43:08.478Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-24T22:43:08.662Z] ok github.com/docker/docker/api/server/router/swarm 0.106s coverage: 4.0% of statements [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-24T22:43:08.662Z] ok github.com/docker/docker/api/types/filters 0.102s coverage: 92.2% of statements [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-24T22:43:08.662Z] ok github.com/docker/docker/api/types/strslice 0.053s coverage: 90.0% of statements [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-24T22:43:08.662Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-24T22:43:08.662Z] ok github.com/docker/docker/api/types/time 0.514s coverage: 100.0% of statements [2019-10-24T22:43:09.128Z] ok github.com/docker/docker/api/types/versions 0.063s coverage: 75.0% of statements [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-24T22:43:09.128Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-24T22:43:09.248Z] #72 exporting layers 109.8s done [2019-10-24T22:43:09.248Z] #72 exporting manifest sha256:b686cb2e224a4eb0876032b79ebf8ece3aed2994f9eaf9fc92cdb1b0a2abfeb0 done [2019-10-24T22:43:09.248Z] #72 exporting config sha256:9fc8b9ab0eacd5c0707626669bb6138799851d6a674dc920469567e339382e68 done [2019-10-24T22:43:09.248Z] #72 sending tarball [2019-10-24T22:43:09.518Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-24T22:43:09.775Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-24T22:43:10.217Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s) [2019-10-24T22:43:10.217Z] === RUN TestAPIIpcModeHost [2019-10-24T22:43:10.388Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2019-10-24T22:43:10.388Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-24T22:43:10.589Z] --- PASS: TestAPIIpcModeHost (0.81s) [2019-10-24T22:43:10.590Z] === RUN TestDaemonIpcModeShareable [2019-10-24T22:43:12.297Z] --- PASS: TestCgroupNamespacesRunHostMode (1.89s) [2019-10-24T22:43:12.297Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-24T22:43:12.303Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-24T22:43:12.394Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2019-10-24T22:43:12.394Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-24T22:43:12.394Z] === RUN TestDaemonIpcModePrivate [2019-10-24T22:43:12.867Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-24T22:43:13.433Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-24T22:43:13.998Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-24T22:43:14.188Z] --- PASS: TestDaemonIpcModePrivate (1.84s) [2019-10-24T22:43:14.188Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-24T22:43:14.188Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-24T22:43:14.206Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s) [2019-10-24T22:43:14.206Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-24T22:43:14.778Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2019-10-24T22:43:14.778Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-24T22:43:14.932Z] --- PASS: TestBuildWithHugeFile (98.23s) [2019-10-24T22:43:14.932Z] === RUN TestBuildWithEmptyDockerfile [2019-10-24T22:43:14.932Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:43:14.932Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:43:14.932Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:43:14.932Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:43:14.932Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:43:14.932Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:43:14.932Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:43:14.932Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:43:14.971Z] ok github.com/docker/docker/builder/dockerfile 0.662s coverage: 46.1% of statements [2019-10-24T22:43:14.971Z] ok github.com/docker/docker/builder/dockerignore 0.058s coverage: 96.8% of statements [2019-10-24T22:43:14.971Z] ok github.com/docker/docker/builder/remotecontext 0.945s coverage: 9.2% of statements [2019-10-24T22:43:15.190Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:43:15.190Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-24T22:43:15.447Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-10-24T22:43:15.447Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2019-10-24T22:43:15.447Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-10-24T22:43:15.447Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2019-10-24T22:43:15.447Z] === RUN TestBuildPreserveOwnership [2019-10-24T22:43:15.447Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-24T22:43:15.705Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-24T22:43:15.718Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2019-10-24T22:43:15.719Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-24T22:43:16.031Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2019-10-24T22:43:16.031Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-24T22:43:16.031Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-24T22:43:16.271Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-24T22:43:16.529Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-24T22:43:17.628Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2019-10-24T22:43:17.628Z] === RUN TestKernelTCPMemory [2019-10-24T22:43:17.901Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-24T22:43:17.901Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-24T22:43:17.991Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2019-10-24T22:43:17.991Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-24T22:43:17.991Z] === RUN TestIpcModeOlderClient [2019-10-24T22:43:17.991Z] === PAUSE TestIpcModeOlderClient [2019-10-24T22:43:17.991Z] === RUN TestKillContainerInvalidSignal [2019-10-24T22:43:18.569Z] --- PASS: TestKernelTCPMemory (1.02s) [2019-10-24T22:43:18.569Z] === RUN TestNISDomainname [2019-10-24T22:43:18.765Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2019-10-24T22:43:18.765Z] === RUN TestKillContainer [2019-10-24T22:43:18.765Z] === RUN TestKillContainer/no_signal [2019-10-24T22:43:18.835Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-24T22:43:19.092Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-24T22:43:19.349Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-24T22:43:19.569Z] === RUN TestKillContainer/non_killing_signal [2019-10-24T22:43:19.837Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-24T22:43:19.837Z] tests/integration/client_test.py ..... [ 75%] [2019-10-24T22:43:19.837Z] tests/integration/errors_test.py . [ 76%] [2019-10-24T22:43:19.915Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-24T22:43:19.951Z] --- PASS: TestNISDomainname (1.17s) [2019-10-24T22:43:19.951Z] === RUN TestHostnameDnsResolution [2019-10-24T22:43:20.351Z] === RUN TestKillContainer/killing_signal [2019-10-24T22:43:20.481Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-24T22:43:21.606Z] --- PASS: TestKillContainer (2.63s) [2019-10-24T22:43:21.606Z] --- PASS: TestKillContainer/no_signal (0.89s) [2019-10-24T22:43:21.606Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2019-10-24T22:43:21.606Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2019-10-24T22:43:21.606Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-24T22:43:21.606Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-24T22:43:21.853Z] --- PASS: TestBuildPreserveOwnership (6.28s) [2019-10-24T22:43:21.853Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.90s) [2019-10-24T22:43:21.853Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.37s) [2019-10-24T22:43:21.853Z] === RUN TestBuildPlatformInvalid [2019-10-24T22:43:21.853Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-10-24T22:43:21.853Z] PASS [2019-10-24T22:43:21.853Z] [2019-10-24T22:43:21.853Z] === Skipped [2019-10-24T22:43:21.853Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-24T22:43:21.853Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:43:21.853Z] [2019-10-24T22:43:21.853Z] [2019-10-24T22:43:21.853Z] DONE 32 tests, 1 skipped in 184.221s [2019-10-24T22:43:21.853Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-24T22:43:21.853Z] ++ 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-10-24T22:43:21.853Z] ++ set -e [2019-10-24T22:43:21.853Z] ++ '[' -n 0 ']' [2019-10-24T22:43:21.853Z] ++ set -x [2019-10-24T22:43:21.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=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-10-24T22:43:21.859Z] --- PASS: TestHostnameDnsResolution (1.74s) [2019-10-24T22:43:21.859Z] === RUN TestStats [2019-10-24T22:43:22.112Z] INFO: Testing against a local daemon [2019-10-24T22:43:22.112Z] === RUN TestConfigList [2019-10-24T22:43:22.451Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-24T22:43:23.046Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-24T22:43:23.321Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.88s) [2019-10-24T22:43:23.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2019-10-24T22:43:23.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2019-10-24T22:43:23.322Z] === RUN TestKillStoppedContainer [2019-10-24T22:43:23.322Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-10-24T22:43:23.322Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-24T22:43:23.322Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-24T22:43:23.322Z] === RUN TestKillDifferentUserContainer [2019-10-24T22:43:23.767Z] --- PASS: TestStats (2.21s) [2019-10-24T22:43:23.767Z] === RUN TestStopContainerWithTimeout [2019-10-24T22:43:23.767Z] === RUN TestStopContainerWithTimeout/0 [2019-10-24T22:43:23.767Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-24T22:43:23.767Z] === RUN TestStopContainerWithTimeout/1 [2019-10-24T22:43:23.767Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-24T22:43:23.767Z] === RUN TestStopContainerWithTimeout/3 [2019-10-24T22:43:23.767Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-24T22:43:23.767Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-24T22:43:23.767Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-24T22:43:23.767Z] === CONT TestStopContainerWithTimeout/0 [2019-10-24T22:43:23.767Z] === CONT TestStopContainerWithTimeout/1 [2019-10-24T22:43:23.767Z] === CONT TestStopContainerWithTimeout/3 [2019-10-24T22:43:23.767Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-24T22:43:24.094Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2019-10-24T22:43:24.094Z] === RUN TestInspectOomKilledTrue [2019-10-24T22:43:24.094Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-10-24T22:43:24.094Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:24.094Z] === RUN TestInspectOomKilledFalse [2019-10-24T22:43:24.094Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-24T22:43:24.094Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:24.094Z] === RUN TestLinksEtcHostsContentMatch [2019-10-24T22:43:24.418Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-24T22:43:24.594Z] #72 sending tarball 17.0s done [2019-10-24T22:43:24.594Z] #72 DONE 126.8s [2019-10-24T22:43:24.594Z] [2019-10-24T22:43:24.594Z] #73 importing to docker [2019-10-24T22:43:24.883Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-24T22:43:24.883Z] === RUN TestLinksContainerNames [2019-10-24T22:43:24.984Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-24T22:43:25.549Z] --- PASS: TestConfigList (3.42s) [2019-10-24T22:43:25.549Z] === RUN TestConfigsCreateAndDelete [2019-10-24T22:43:26.685Z] --- PASS: TestLinksContainerNames (1.71s) [2019-10-24T22:43:26.685Z] === RUN TestLogsFollowTailEmpty [2019-10-24T22:43:27.065Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-24T22:43:27.065Z] --- PASS: TestStopContainerWithTimeout/0 (1.29s) [2019-10-24T22:43:27.065Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2019-10-24T22:43:27.065Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2019-10-24T22:43:27.065Z] --- PASS: TestStopContainerWithTimeout/3 (3.18s) [2019-10-24T22:43:27.065Z] === RUN TestDeleteDevicemapper [2019-10-24T22:43:27.065Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-24T22:43:27.065Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:43:27.065Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-24T22:43:27.471Z] --- PASS: TestLogsFollowTailEmpty (0.94s) [2019-10-24T22:43:27.471Z] === RUN TestContainerNetworkMountsNoChown [2019-10-24T22:43:28.277Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/default [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/default [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/private [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/private [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rprivate [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/slave [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/slave [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rslave [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/shared [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/shared [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rshared [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-24T22:43:28.277Z] === CONT TestMountDaemonRoot/default [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:43:28.277Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-24T22:43:28.277Z] === CONT TestMountDaemonRoot/rshared [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:43:28.277Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:43:28.277Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:43:28.278Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:43:28.278Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:43:28.278Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:43:28.278Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:43:28.691Z] === CONT TestMountDaemonRoot/shared [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:43:28.691Z] === CONT TestMountDaemonRoot/rslave [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:43:28.691Z] === CONT TestMountDaemonRoot/slave [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:43:28.691Z] === CONT TestMountDaemonRoot/rprivate [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:43:28.691Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:43:28.691Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:43:28.692Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/private [2019-10-24T22:43:28.692Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-24T22:43:28.692Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-24T22:43:28.692Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:43:28.692Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:43:28.692Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-24T22:43:28.692Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-24T22:43:28.692Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:43:28.692Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-24T22:43:28.692Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:43:28.826Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-24T22:43:28.826Z] --- PASS: TestConfigsCreateAndDelete (2.91s) [2019-10-24T22:43:28.826Z] === RUN TestConfigsUpdate [2019-10-24T22:43:28.974Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.17s) [2019-10-24T22:43:28.974Z] === RUN TestUpdateMemory [2019-10-24T22:43:28.974Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-24T22:43:28.974Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:28.974Z] === RUN TestUpdateCPUQuota [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-24T22:43:29.083Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2019-10-24T22:43:29.083Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-24T22:43:29.083Z] === RUN TestContainerBindMountNonRecursive [2019-10-24T22:43:30.883Z] --- PASS: TestUpdateCPUQuota (1.69s) [2019-10-24T22:43:30.883Z] === RUN TestUpdatePidsLimit [2019-10-24T22:43:30.883Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-24T22:43:31.144Z] === RUN TestUpdatePidsLimit/no_change [2019-10-24T22:43:31.460Z] --- PASS: TestConfigsUpdate (3.02s) [2019-10-24T22:43:31.460Z] === RUN TestTemplatedConfig [2019-10-24T22:43:31.543Z] --- PASS: TestContainerBindMountNonRecursive (1.90s) [2019-10-24T22:43:31.543Z] === RUN TestNetworkNat [2019-10-24T22:43:31.714Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-24T22:43:31.908Z] --- PASS: TestNetworkNat (0.83s) [2019-10-24T22:43:31.908Z] === RUN TestNetworkLocalhostTCPNat [2019-10-24T22:43:32.046Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-24T22:43:32.283Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-24T22:43:32.543Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-24T22:43:32.610Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-24T22:43:33.113Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-24T22:43:33.151Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2019-10-24T22:43:33.151Z] === RUN TestNetworkLoopbackNat [2019-10-24T22:43:33.174Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-24T22:43:33.431Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-24T22:43:33.683Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-24T22:43:33.926Z] --- PASS: TestNetworkLoopbackNat (1.12s) [2019-10-24T22:43:33.926Z] === RUN TestPause [2019-10-24T22:43:33.998Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-24T22:43:35.371Z] --- PASS: TestTemplatedConfig (3.84s) [2019-10-24T22:43:35.371Z] === RUN TestConfigInspect [2019-10-24T22:43:35.429Z] --- PASS: TestPause (1.07s) [2019-10-24T22:43:35.429Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-24T22:43:35.429Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:43:35.429Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:43:35.429Z] === RUN TestPauseStopPausedContainer [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit (4.72s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/no_change (0.46s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.60s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-10-24T22:43:35.592Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2019-10-24T22:43:35.592Z] === RUN TestUpdateRestartPolicy [2019-10-24T22:43:36.225Z] --- PASS: TestPauseStopPausedContainer (1.11s) [2019-10-24T22:43:36.225Z] === RUN TestPsFilter [2019-10-24T22:43:36.604Z] --- PASS: TestPsFilter (0.23s) [2019-10-24T22:43:36.604Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-24T22:43:37.268Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-24T22:43:37.268Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-24T22:43:37.384Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2019-10-24T22:43:37.384Z] === RUN TestRemoveContainerWithVolume [2019-10-24T22:43:38.179Z] --- PASS: TestRemoveContainerWithVolume (0.93s) [2019-10-24T22:43:38.179Z] === RUN TestRemoveContainerRunning [2019-10-24T22:43:38.640Z] --- PASS: TestConfigInspect (3.29s) [2019-10-24T22:43:38.640Z] === RUN TestConfigCreateWithLabels [2019-10-24T22:43:38.957Z] --- PASS: TestRemoveContainerRunning (0.90s) [2019-10-24T22:43:38.957Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-24T22:43:40.015Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-24T22:43:40.015Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-24T22:43:40.015Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-24T22:43:40.238Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2019-10-24T22:43:40.238Z] === RUN TestRemoveInvalidContainer [2019-10-24T22:43:40.238Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-24T22:43:40.238Z] === RUN TestRenameLinkedContainer [2019-10-24T22:43:40.582Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-24T22:43:41.955Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-24T22:43:41.955Z] --- PASS: TestConfigCreateWithLabels (3.50s) [2019-10-24T22:43:41.955Z] === RUN TestConfigCreateResolve [2019-10-24T22:43:42.523Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-24T22:43:42.523Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-24T22:43:43.456Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-24T22:43:43.567Z] --- PASS: TestRenameLinkedContainer (3.64s) [2019-10-24T22:43:43.567Z] === RUN TestRenameStoppedContainer [2019-10-24T22:43:44.342Z] --- PASS: TestRenameStoppedContainer (0.92s) [2019-10-24T22:43:44.342Z] === RUN TestRenameRunningContainerAndReuse [2019-10-24T22:43:44.390Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-24T22:43:45.044Z] ok github.com/docker/docker/builder/remotecontext/git 32.821s coverage: 85.1% of statements [2019-10-24T22:43:45.044Z] ? github.com/docker/docker/cli [no test files] [2019-10-24T22:43:45.044Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-24T22:43:45.044Z] ok github.com/docker/docker/cli/debug 0.411s coverage: 100.0% of statements [2019-10-24T22:43:45.044Z] ok github.com/docker/docker/client 0.677s coverage: 75.3% of statements [2019-10-24T22:43:45.765Z] --- PASS: TestConfigCreateResolve (3.40s) [2019-10-24T22:43:45.765Z] === RUN TestConfigDaemonLibtrustID [2019-10-24T22:43:46.025Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-24T22:43:46.025Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2019-10-24T22:43:46.025Z] PASS [2019-10-24T22:43:46.025Z] [2019-10-24T22:43:46.025Z] DONE 8 tests in 24.194s [2019-10-24T22:43:46.025Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-24T22:43:46.025Z] ++ 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-10-24T22:43:46.025Z] ++ set -e [2019-10-24T22:43:46.025Z] ++ '[' -n 0 ']' [2019-10-24T22:43:46.025Z] ++ set -x [2019-10-24T22:43:46.025Z] ++ 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-10-24T22:43:46.154Z] --- PASS: TestRenameRunningContainerAndReuse (1.80s) [2019-10-24T22:43:46.154Z] === RUN TestRenameInvalidName [2019-10-24T22:43:46.283Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-24T22:43:46.283Z] INFO: Testing against a local daemon [2019-10-24T22:43:46.283Z] === RUN TestCheckpoint [2019-10-24T22:43:46.283Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-24T22:43:46.283Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:43:46.283Z] === RUN TestContainerInvalidJSON [2019-10-24T22:43:46.283Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:43:46.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:43:46.283Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:43:46.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:43:46.283Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:43:46.283Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:43:46.283Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:43:46.283Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:43:46.283Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:43:46.283Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-24T22:43:46.283Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-24T22:43:46.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-24T22:43:46.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-24T22:43:46.283Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-24T22:43:46.541Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-10-24T22:43:46.541Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-24T22:43:46.541Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-10-24T22:43:46.541Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-24T22:43:46.541Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-10-24T22:43:46.541Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-24T22:43:46.799Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-24T22:43:46.799Z] === RUN TestCopyFromContainer [2019-10-24T22:43:47.454Z] --- PASS: TestRenameInvalidName (0.89s) [2019-10-24T22:43:47.454Z] === RUN TestRenameAnonymousContainer [2019-10-24T22:43:48.170Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-24T22:43:48.740Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-24T22:43:48.740Z] === RUN TestCopyFromContainer// [2019-10-24T22:43:48.740Z] === RUN TestCopyFromContainer//bar/root [2019-10-24T22:43:48.997Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-24T22:43:49.255Z] === RUN TestCopyFromContainer/bar/quux [2019-10-24T22:43:49.255Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-24T22:43:49.513Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-24T22:43:49.513Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-24T22:43:49.513Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-24T22:43:49.771Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-24T22:43:49.771Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-24T22:43:49.771Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-24T22:43:49.949Z] --- PASS: TestRenameAnonymousContainer (2.92s) [2019-10-24T22:43:49.950Z] === RUN TestRenameContainerWithSameName [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer (3.25s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer// (0.16s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer//bar/root (0.25s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-10-24T22:43:50.029Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-24T22:43:50.029Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-24T22:43:50.029Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:43:50.029Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:43:50.029Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:43:50.029Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:43:50.029Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:43:50.029Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:43:50.029Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:43:50.029Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:43:50.029Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:43:50.029Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-24T22:43:50.029Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-24T22:43:50.029Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-24T22:43:50.029Z] === RUN TestCreateWithInvalidEnv [2019-10-24T22:43:50.029Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-24T22:43:50.029Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-24T22:43:50.029Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-24T22:43:50.029Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-24T22:43:50.029Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-24T22:43:50.029Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-24T22:43:50.029Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-24T22:43:50.029Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-24T22:43:50.029Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-24T22:43:50.029Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-24T22:43:50.029Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-24T22:43:50.029Z] === RUN TestCreateTmpfsMountsTarget [2019-10-24T22:43:50.287Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-24T22:43:50.287Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-24T22:43:50.485Z] --- PASS: TestUpdateRestartPolicy (12.65s) [2019-10-24T22:43:50.485Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-24T22:43:50.485Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2019-10-24T22:43:50.485Z] === RUN TestWaitNonBlocked [2019-10-24T22:43:50.485Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:43:50.485Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:43:50.485Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:43:50.485Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:43:50.485Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:43:50.485Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:43:50.485Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-24T22:43:50.485Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2019-10-24T22:43:50.485Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2019-10-24T22:43:50.485Z] === RUN TestWaitBlocked [2019-10-24T22:43:50.485Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:43:50.485Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:43:50.485Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:43:50.485Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:43:50.485Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:43:50.485Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:43:50.730Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2019-10-24T22:43:50.730Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-24T22:43:51.425Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-24T22:43:51.425Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2019-10-24T22:43:51.425Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2019-10-24T22:43:51.425Z] === CONT TestContainerStartOnDaemonRestart [2019-10-24T22:43:51.425Z] === CONT TestIpcModeOlderClient [2019-10-24T22:43:51.425Z] === CONT TestDaemonRestartIpcMode [2019-10-24T22:43:51.425Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-10-24T22:43:51.593Z] #73 DONE 25.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-24T22:43:51.660Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-24T22:43:52.024Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/test/unit [2019-10-24T22:43:52.171Z] ok github.com/docker/docker/cmd/dockerd 0.700s coverage: 19.0% of statements [2019-10-24T22:43:52.225Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-24T22:43:52.521Z] --- PASS: TestRenameContainerWithLinkedContainer (1.75s) [2019-10-24T22:43:52.521Z] === RUN TestResize [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCustomMaskedPaths (2.81s) [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:43:53.159Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:43:53.159Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-24T22:43:53.159Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-24T22:43:53.159Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-24T22:43:53.873Z] --- PASS: TestResize (0.89s) [2019-10-24T22:43:53.873Z] === RUN TestResizeWithInvalidSize [2019-10-24T22:43:54.374Z] ok github.com/docker/docker/container 0.533s coverage: 42.5% of statements [2019-10-24T22:43:54.375Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-24T22:43:54.375Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-24T22:43:54.375Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-24T22:43:54.375Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-24T22:43:54.722Z] --- PASS: TestContainerStartOnDaemonRestart (3.16s) [2019-10-24T22:43:54.727Z] --- PASS: TestResizeWithInvalidSize (0.95s) [2019-10-24T22:43:54.727Z] === RUN TestResizeWhenContainerNotStarted [2019-10-24T22:43:55.290Z] --- PASS: TestDaemonRestartIpcMode (4.05s) [2019-10-24T22:43:55.290Z] PASS [2019-10-24T22:43:55.290Z] [2019-10-24T22:43:55.290Z] === Skipped [2019-10-24T22:43:55.290Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-24T22:43:55.290Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:43:55.290Z] [2019-10-24T22:43:55.290Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-24T22:43:55.290Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:55.290Z] [2019-10-24T22:43:55.290Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-24T22:43:55.290Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:55.290Z] [2019-10-24T22:43:55.290Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:43:55.290Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:43:55.290Z] [2019-10-24T22:43:55.290Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-24T22:43:55.290Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:43:55.291Z] [2019-10-24T22:43:55.291Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-24T22:43:55.291Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:43:55.291Z] [2019-10-24T22:43:55.291Z] [2019-10-24T22:43:55.291Z] DONE 197 tests, 6 skipped in 131.632s [2019-10-24T22:43:55.291Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-24T22:43:55.291Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:43:55.291Z] ++ set -e [2019-10-24T22:43:55.291Z] ++ '[' -n 0 ']' [2019-10-24T22:43:55.291Z] ++ set -x [2019-10-24T22:43:55.291Z] ++ 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=arm64 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/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:43:55.513Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:55.513Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:55.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:55.513Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:43:55.513Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:43:55.550Z] INFO: Testing against a local daemon [2019-10-24T22:43:55.550Z] === RUN TestCommitInheritsEnv [2019-10-24T22:43:56.119Z] --- PASS: TestCommitInheritsEnv (0.58s) [2019-10-24T22:43:56.119Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-24T22:43:56.119Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-24T22:43:56.119Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-24T22:43:56.119Z] === RUN TestImagesFilterMultiReference [2019-10-24T22:43:56.379Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-10-24T22:43:56.379Z] === RUN TestImagePullPlatformInvalid [2019-10-24T22:43:56.379Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-24T22:43:56.379Z] === RUN TestRemoveImageOrphaning [2019-10-24T22:43:56.436Z] ? github.com/docker/docker/api [no test files] [2019-10-24T22:43:56.437Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.68s) [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:43:56.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:43:56.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:43:56.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:43:56.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:43:56.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:43:56.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:43:56.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:43:56.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:43:56.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:43:56.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:43:56.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-24T22:43:56.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-24T22:43:56.437Z] === RUN TestContainerStartOnDaemonRestart [2019-10-24T22:43:56.437Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-24T22:43:56.437Z] === RUN TestDaemonRestartIpcMode [2019-10-24T22:43:56.437Z] === PAUSE TestDaemonRestartIpcMode [2019-10-24T22:43:56.437Z] === RUN TestDiff [2019-10-24T22:43:56.949Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2019-10-24T22:43:56.949Z] === RUN TestRemoveImageGarbageCollector [2019-10-24T22:43:56.949Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-24T22:43:56.949Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:43:56.949Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-24T22:43:56.949Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-24T22:43:56.949Z] === RUN TestTagInvalidReference [2019-10-24T22:43:56.949Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-24T22:43:56.949Z] === RUN TestTagValidPrefixedRepo [2019-10-24T22:43:56.949Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-10-24T22:43:56.949Z] === RUN TestTagExistedNameWithoutForce [2019-10-24T22:43:57.001Z] --- PASS: TestDiff (0.91s) [2019-10-24T22:43:57.001Z] === RUN TestExecWithCloseStdin [2019-10-24T22:43:57.209Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-24T22:43:57.209Z] === RUN TestTagOfficialNames [2019-10-24T22:43:57.209Z] --- PASS: TestTagOfficialNames (0.09s) [2019-10-24T22:43:57.209Z] === RUN TestTagMatchesDigest [2019-10-24T22:43:57.209Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-24T22:43:57.209Z] PASS [2019-10-24T22:43:57.209Z] [2019-10-24T22:43:57.209Z] === Skipped [2019-10-24T22:43:57.209Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-10-24T22:43:57.209Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-24T22:43:57.209Z] [2019-10-24T22:43:57.209Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-24T22:43:57.209Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:43:57.209Z] [2019-10-24T22:43:57.209Z] [2019-10-24T22:43:57.209Z] DONE 12 tests, 2 skipped in 1.918s [2019-10-24T22:43:57.209Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-24T22:43:57.209Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:43:57.209Z] ++ set -e [2019-10-24T22:43:57.209Z] ++ '[' -n 0 ']' [2019-10-24T22:43:57.209Z] ++ set -x [2019-10-24T22:43:57.210Z] ++ 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=arm64 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/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:43:57.315Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:57.469Z] INFO: Testing against a local daemon [2019-10-24T22:43:57.469Z] === RUN TestNetworkCreateDelete [2019-10-24T22:43:57.701Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:57.729Z] --- PASS: TestNetworkCreateDelete (0.37s) [2019-10-24T22:43:57.729Z] === RUN TestDockerNetworkDeletePreferID [2019-10-24T22:43:58.372Z] --- PASS: TestExecWithCloseStdin (1.28s) [2019-10-24T22:43:58.372Z] === RUN TestExec [2019-10-24T22:43:58.372Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-24T22:43:58.669Z] --- PASS: TestDockerNetworkDeletePreferID (1.03s) [2019-10-24T22:43:58.669Z] === RUN TestInspectNetwork [2019-10-24T22:43:58.970Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:43:59.305Z] --- PASS: TestExec (1.12s) [2019-10-24T22:43:59.305Z] === RUN TestExecUser [2019-10-24T22:43:59.338Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:43:59.826Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-24T22:44:00.237Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-24T22:44:00.237Z] --- PASS: TestExecUser (1.02s) [2019-10-24T22:44:00.237Z] === RUN TestExportContainerAndImportImage [2019-10-24T22:44:00.316Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:44:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:44:01.608Z] --- PASS: TestExportContainerAndImportImage (1.38s) [2019-10-24T22:44:01.608Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-24T22:44:02.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:44:02.929Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:44:02.979Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-24T22:44:02.979Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-24T22:44:03.237Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2019-10-24T22:44:03.237Z] === RUN TestHealthCheckWorkdir [2019-10-24T22:44:04.170Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-24T22:44:04.736Z] --- PASS: TestHealthCheckWorkdir (1.34s) [2019-10-24T22:44:04.736Z] === RUN TestHealthKillContainer [2019-10-24T22:44:04.736Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-24T22:44:04.785Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:44:04.993Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-24T22:44:05.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:44:05.245Z] === RUN TestInspectNetwork/full_network_id [2019-10-24T22:44:05.245Z] === RUN TestInspectNetwork/partial_network_id [2019-10-24T22:44:05.245Z] === RUN TestInspectNetwork/network_name [2019-10-24T22:44:05.245Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-24T22:44:05.250Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-24T22:44:05.814Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.41s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.32s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.22s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.70s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2019-10-24T22:44:07.650Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.33s) [2019-10-24T22:44:07.650Z] === RUN TestCgroupNamespacesRun [2019-10-24T22:44:07.710Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-24T22:44:07.710Z] --- PASS: TestHealthKillContainer (3.11s) [2019-10-24T22:44:07.710Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-24T22:44:08.646Z] --- PASS: TestInspectCpusetInConfigPre120 (0.95s) [2019-10-24T22:44:08.646Z] === RUN TestIpcModeNone [2019-10-24T22:44:08.646Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-24T22:44:09.448Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2019-10-24T22:44:09.448Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-24T22:44:09.579Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-24T22:44:09.838Z] --- PASS: TestIpcModeNone (1.14s) [2019-10-24T22:44:09.838Z] === RUN TestIpcModePrivate [2019-10-24T22:44:10.095Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-24T22:44:10.523Z] --- PASS: TestInspectNetwork (10.84s) [2019-10-24T22:44:10.523Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-24T22:44:10.523Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-24T22:44:10.523Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-24T22:44:10.523Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-24T22:44:10.523Z] === RUN TestRunContainerWithBridgeNone [2019-10-24T22:44:10.706Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.63s) [2019-10-24T22:44:10.706Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-24T22:44:11.030Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-24T22:44:11.030Z] --- PASS: TestIpcModePrivate (1.19s) [2019-10-24T22:44:11.030Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-10-24T22:44:11.030Z] === RUN TestIpcModeShareable [2019-10-24T22:44:11.596Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-24T22:44:12.162Z] --- PASS: TestIpcModeShareable (1.24s) [2019-10-24T22:44:12.162Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:204, shared: true, mustBeShared: true [2019-10-24T22:44:12.162Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-24T22:44:12.444Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2019-10-24T22:44:12.444Z] === RUN TestNetworkInvalidJSON [2019-10-24T22:44:12.444Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-24T22:44:12.444Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-24T22:44:12.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:44:12.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:44:12.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:44:12.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:44:12.444Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-24T22:44:12.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:44:12.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:44:12.444Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-24T22:44:12.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-24T22:44:12.444Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-24T22:44:12.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-24T22:44:12.444Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-24T22:44:12.524Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2019-10-24T22:44:12.524Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-24T22:44:13.534Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-24T22:44:13.826Z] --- PASS: TestDaemonRestartWithLiveRestore (1.34s) [2019-10-24T22:44:13.826Z] === RUN TestDaemonDefaultNetworkPools [2019-10-24T22:44:14.457Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2019-10-24T22:44:14.457Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-24T22:44:14.907Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-24T22:44:14.907Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-24T22:44:15.207Z] --- PASS: TestDaemonDefaultNetworkPools (1.04s) [2019-10-24T22:44:15.207Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-24T22:44:15.471Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.14s) [2019-10-24T22:44:15.471Z] === RUN TestAPIIpcModeHost [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon 3.250s coverage: 9.2% of statements [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/cluster 1.180s coverage: 0.5% of statements [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.301s coverage: 65.3% of statements [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/cluster/convert 0.503s coverage: 35.8% of statements [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.054s coverage: 10.9% of statements [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/config 1.017s coverage: 80.1% of statements [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/discovery 0.422s coverage: 30.0% of statements [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/events 0.587s coverage: 50.0% of statements [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-24T22:44:15.562Z] ok github.com/docker/docker/daemon/graphdriver 0.172s coverage: 2.3% of statements [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-24T22:44:15.562Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-24T22:44:16.248Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2019-10-24T22:44:16.248Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-24T22:44:16.406Z] --- PASS: TestAPIIpcModeHost (0.83s) [2019-10-24T22:44:16.406Z] === RUN TestDaemonIpcModeShareable [2019-10-24T22:44:16.589Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.74s) [2019-10-24T22:44:16.589Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-24T22:44:16.663Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-24T22:44:17.027Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.86s) [2019-10-24T22:44:17.027Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-24T22:44:17.118Z] ok github.com/docker/docker/daemon/images 0.424s coverage: 4.9% of statements [2019-10-24T22:44:17.118Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-24T22:44:17.118Z] ok github.com/docker/docker/daemon/links 0.130s coverage: 93.0% of statements [2019-10-24T22:44:17.118Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-24T22:44:17.118Z] ok github.com/docker/docker/daemon/logger 0.488s coverage: 43.0% of statements [2019-10-24T22:44:17.818Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2019-10-24T22:44:17.818Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-24T22:44:18.039Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-24T22:44:18.039Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2019-10-24T22:44:18.039Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:197, shared: true, mustBeShared: true [2019-10-24T22:44:18.039Z] === RUN TestDaemonIpcModePrivate [2019-10-24T22:44:18.098Z] ok github.com/docker/docker/daemon/logger/awslogs 0.616s coverage: 77.4% of statements [2019-10-24T22:44:18.098Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-24T22:44:18.098Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-24T22:44:18.098Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-24T22:44:18.098Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-24T22:44:18.098Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-24T22:44:18.564Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.570s coverage: 62.1% of statements [2019-10-24T22:44:18.564Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.286s coverage: 88.3% of statements [2019-10-24T22:44:18.605Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-24T22:44:18.839Z] ok github.com/docker/docker/api/server 0.024s coverage: 9.0% of statements [2019-10-24T22:44:19.129Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.03s) [2019-10-24T22:44:19.129Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-24T22:44:19.170Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-24T22:44:19.170Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-24T22:44:19.390Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.71s) [2019-10-24T22:44:19.390Z] === RUN TestServiceWithPredefinedNetwork [2019-10-24T22:44:19.818Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2019-10-24T22:44:19.818Z] === RUN TestKernelTCPMemory [2019-10-24T22:44:20.103Z] --- PASS: TestDaemonIpcModePrivate (1.96s) [2019-10-24T22:44:20.103Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: false, mustBeShared: false [2019-10-24T22:44:20.103Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-24T22:44:20.154Z] ......... [ 85%] [2019-10-24T22:44:20.595Z] --- PASS: TestKernelTCPMemory (0.99s) [2019-10-24T22:44:20.595Z] === RUN TestNISDomainname [2019-10-24T22:44:20.668Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-24T22:44:20.766Z] ok github.com/docker/docker/daemon/logger/local 0.406s coverage: 74.7% of statements [2019-10-24T22:44:20.766Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-24T22:44:20.766Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.258s coverage: 21.4% of statements [2019-10-24T22:44:21.839Z] --- PASS: TestNISDomainname (1.20s) [2019-10-24T22:44:21.839Z] === RUN TestHostnameDnsResolution [2019-10-24T22:44:22.039Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.92s) [2019-10-24T22:44:22.039Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: false, mustBeShared: false [2019-10-24T22:44:22.039Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-24T22:44:22.683Z] --- PASS: TestServiceWithPredefinedNetwork (3.27s) [2019-10-24T22:44:22.683Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-24T22:44:22.683Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:44:22.683Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:44:22.683Z] === RUN TestServiceWithDataPathPortInit [2019-10-24T22:44:22.970Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-24T22:44:23.082Z] --- PASS: TestHostnameDnsResolution (1.15s) [2019-10-24T22:44:23.082Z] === RUN TestStats [2019-10-24T22:44:23.699Z] ok github.com/docker/docker/daemon/logger/splunk 2.346s coverage: 82.5% of statements [2019-10-24T22:44:23.699Z] ok github.com/docker/docker/daemon/logger/syslog 0.185s coverage: 47.8% of statements [2019-10-24T22:44:23.699Z] ok github.com/docker/docker/daemon/logger/templates 0.147s coverage: 8.3% of statements [2019-10-24T22:44:23.699Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-24T22:44:23.699Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-24T22:44:23.699Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-24T22:44:23.902Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.92s) [2019-10-24T22:44:23.902Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: true, mustBeShared: true [2019-10-24T22:44:23.902Z] === RUN TestIpcModeOlderClient [2019-10-24T22:44:23.902Z] === PAUSE TestIpcModeOlderClient [2019-10-24T22:44:23.902Z] === RUN TestKillContainerInvalidSignal [2019-10-24T22:44:24.160Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-24T22:44:24.724Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2019-10-24T22:44:24.724Z] === RUN TestKillContainer [2019-10-24T22:44:24.724Z] === RUN TestKillContainer/no_signal [2019-10-24T22:44:25.651Z] --- PASS: TestStats (2.60s) [2019-10-24T22:44:25.651Z] === RUN TestStopContainerWithTimeout [2019-10-24T22:44:25.651Z] === RUN TestStopContainerWithTimeout/0 [2019-10-24T22:44:25.651Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-24T22:44:25.651Z] === RUN TestStopContainerWithTimeout/1 [2019-10-24T22:44:25.651Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-24T22:44:25.651Z] === RUN TestStopContainerWithTimeout/3 [2019-10-24T22:44:25.651Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-24T22:44:25.651Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-24T22:44:25.651Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-24T22:44:25.651Z] === CONT TestStopContainerWithTimeout/0 [2019-10-24T22:44:25.651Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-24T22:44:25.656Z] === RUN TestKillContainer/non_killing_signal [2019-10-24T22:44:26.322Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-24T22:44:26.490Z] === CONT TestStopContainerWithTimeout/3 [2019-10-24T22:44:26.589Z] === RUN TestKillContainer/killing_signal [2019-10-24T22:44:26.633Z] ok github.com/docker/docker/distribution 2.008s coverage: 20.3% of statements [2019-10-24T22:44:27.099Z] ok github.com/docker/docker/distribution/metadata 1.783s coverage: 48.2% of statements [2019-10-24T22:44:27.099Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-24T22:44:27.520Z] --- PASS: TestKillContainer (2.76s) [2019-10-24T22:44:27.520Z] --- PASS: TestKillContainer/no_signal (0.90s) [2019-10-24T22:44:27.520Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2019-10-24T22:44:27.520Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2019-10-24T22:44:27.520Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-24T22:44:27.520Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-24T22:44:28.080Z] ok github.com/docker/docker/distribution/xfer 2.691s coverage: 76.8% of statements [2019-10-24T22:44:28.080Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-24T22:44:28.080Z] ok github.com/docker/docker/errdefs 0.094s coverage: 49.4% of statements [2019-10-24T22:44:28.192Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-24T22:44:28.453Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-24T22:44:28.905Z] === CONT TestStopContainerWithTimeout/1 [2019-10-24T22:44:29.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.70s) [2019-10-24T22:44:29.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s) [2019-10-24T22:44:29.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2019-10-24T22:44:29.384Z] === RUN TestKillStoppedContainer [2019-10-24T22:44:29.384Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-24T22:44:29.384Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-10-24T22:44:29.384Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-24T22:44:29.384Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-24T22:44:29.384Z] === RUN TestKillDifferentUserContainer [2019-10-24T22:44:29.637Z] ok github.com/docker/docker/image 1.130s coverage: 86.4% of statements [2019-10-24T22:44:29.637Z] ok github.com/docker/docker/image/cache 0.275s coverage: 19.2% of statements [2019-10-24T22:44:29.637Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-24T22:44:29.637Z] ok github.com/docker/docker/image/v1 0.342s coverage: 25.0% of statements [2019-10-24T22:44:29.637Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-24T22:44:30.717Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-10-24T22:44:30.717Z] --- PASS: TestStopContainerWithTimeout/0 (0.91s) [2019-10-24T22:44:30.717Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2019-10-24T22:44:30.717Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2019-10-24T22:44:30.717Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-10-24T22:44:30.717Z] === RUN TestDeleteDevicemapper [2019-10-24T22:44:30.717Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-24T22:44:30.717Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:44:30.717Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-24T22:44:30.756Z] --- PASS: TestKillDifferentUserContainer (1.16s) [2019-10-24T22:44:30.756Z] === RUN TestInspectOomKilledTrue [2019-10-24T22:44:30.756Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-24T22:44:30.756Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:44:30.756Z] === RUN TestInspectOomKilledFalse [2019-10-24T22:44:30.756Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-24T22:44:30.756Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:44:30.756Z] === RUN TestLinksEtcHostsContentMatch [2019-10-24T22:44:31.323Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-24T22:44:31.323Z] === RUN TestLinksContainerNames [2019-10-24T22:44:32.256Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-24T22:44:32.573Z] ok github.com/docker/docker/layer 0.460s coverage: 30.0% of statements [2019-10-24T22:44:32.573Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-24T22:44:33.190Z] --- PASS: TestLinksContainerNames (1.89s) [2019-10-24T22:44:33.190Z] === RUN TestLogsFollowTailEmpty [2019-10-24T22:44:34.124Z] --- PASS: TestLogsFollowTailEmpty (1.06s) [2019-10-24T22:44:34.124Z] === RUN TestContainerNetworkMountsNoChown [2019-10-24T22:44:34.721Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-24T22:44:34.900Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.85s) [2019-10-24T22:44:34.900Z] === RUN TestUpdateMemory [2019-10-24T22:44:34.900Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-24T22:44:34.900Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:44:34.900Z] === RUN TestUpdateCPUQuota [2019-10-24T22:44:35.280Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-24T22:44:35.497Z] --- PASS: TestContainerNetworkMountsNoChown (1.05s) [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/default [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/default [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/private [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/private [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rprivate [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/slave [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/slave [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rslave [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/shared [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/shared [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rshared [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/default [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/rshared [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/shared [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:44:35.497Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:44:35.497Z] === CONT TestMountDaemonRoot/rslave [2019-10-24T22:44:35.497Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/slave [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/rprivate [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/private [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-24T22:44:35.498Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:44:35.498Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:44:35.498Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:44:35.515Z] ok github.com/docker/docker/libcontainerd/local 0.452s coverage: 1.0% of statements [2019-10-24T22:44:35.515Z] ok github.com/docker/docker/libcontainerd/queue 0.191s coverage: 100.0% of statements [2019-10-24T22:44:35.515Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-24T22:44:35.515Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-24T22:44:35.515Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-24T22:44:35.515Z] ? github.com/docker/docker/oci [no test files] [2019-10-24T22:44:35.515Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-24T22:44:35.515Z] ok github.com/docker/docker/opts 0.287s coverage: 67.3% of statements [2019-10-24T22:44:35.515Z] ok github.com/docker/docker/pkg/aaparser 0.084s coverage: 50.0% of statements [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:44:35.756Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:44:36.014Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-24T22:44:36.014Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot (0.06s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.13s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-24T22:44:36.014Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-24T22:44:36.014Z] === RUN TestContainerBindMountNonRecursive [2019-10-24T22:44:36.158Z] --- PASS: TestUpdateCPUQuota (1.62s) [2019-10-24T22:44:36.158Z] === RUN TestUpdatePidsLimit [2019-10-24T22:44:36.158Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-24T22:44:36.524Z] === RUN TestUpdatePidsLimit/no_change [2019-10-24T22:44:36.887Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-24T22:44:37.248Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-24T22:44:37.610Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-24T22:44:37.984Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-24T22:44:38.568Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-24T22:44:38.568Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2019-10-24T22:44:38.568Z] === RUN TestNetworkNat [2019-10-24T22:44:38.568Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-24T22:44:38.828Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-24T22:44:39.500Z] --- PASS: TestNetworkNat (1.00s) [2019-10-24T22:44:39.500Z] === RUN TestNetworkLocalhostTCPNat [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit (4.02s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.49s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2019-10-24T22:44:40.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-10-24T22:44:40.259Z] === RUN TestUpdateRestartPolicy [2019-10-24T22:44:40.433Z] --- PASS: TestNetworkLocalhostTCPNat (1.02s) [2019-10-24T22:44:40.433Z] === RUN TestNetworkLoopbackNat [2019-10-24T22:44:41.327Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-24T22:44:42.332Z] --- PASS: TestNetworkLoopbackNat (1.98s) [2019-10-24T22:44:42.332Z] === RUN TestPause [2019-10-24T22:44:42.896Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-24T22:44:43.154Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-24T22:44:43.720Z] --- PASS: TestPause (1.19s) [2019-10-24T22:44:43.720Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-24T22:44:43.720Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:44:43.720Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:44:43.720Z] === RUN TestPauseStopPausedContainer [2019-10-24T22:44:44.633Z] --- PASS: TestServiceWithDataPathPortInit (19.96s) [2019-10-24T22:44:44.633Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-24T22:44:44.652Z] --- PASS: TestPauseStopPausedContainer (1.12s) [2019-10-24T22:44:44.652Z] === RUN TestPsFilter [2019-10-24T22:44:44.910Z] --- PASS: TestPsFilter (0.24s) [2019-10-24T22:44:44.910Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-24T22:44:45.722Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-24T22:44:45.722Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-24T22:44:45.845Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.95s) [2019-10-24T22:44:45.845Z] === RUN TestRemoveContainerWithVolume [2019-10-24T22:44:46.780Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2019-10-24T22:44:46.780Z] === RUN TestRemoveContainerRunning [2019-10-24T22:44:48.685Z] --- PASS: TestRemoveContainerRunning (1.64s) [2019-10-24T22:44:48.685Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-24T22:44:49.619Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.17s) [2019-10-24T22:44:49.619Z] === RUN TestRemoveInvalidContainer [2019-10-24T22:44:49.619Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-24T22:44:49.619Z] === RUN TestRenameLinkedContainer [2019-10-24T22:44:50.721Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-24T22:44:51.232Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-24T22:44:51.232Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-24T22:44:51.232Z] [2019-10-24T22:44:51.232Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-24T22:44:51.232Z] =========================== short test summary info ============================ [2019-10-24T22:44:51.232Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-24T22:44:51.232Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-24T22:44:51.232Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-24T22:44:51.232Z] Not supported on most drivers [2019-10-24T22:44:51.232Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-24T22:44:51.232Z] This doesn't seem to be taken into account by the engine [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-24T22:44:51.232Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-24T22:44:51.232Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-24T22:44:51.232Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 384.34 seconds == [2019-10-24T22:44:51.487Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-24T22:44:52.767Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.77s) [2019-10-24T22:44:52.767Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:llnlggwwodaie3zda54ssgat8 Created:2019-10-24 22:44:44.22582396 +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[0dd34bb184c82ee092c1d2aaa51cff679a994f09e08d57ffeee3f95a8afd3756:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n1vwvmxrvam7cgkofetz2coal EndpointID:53b8c749b6d000962561524dc5033a2b99355a6b6f21aec8e2fb65a10e2790bb MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:39d07c6ef22c9c6b651e248a72c9e71c11ef531ed159604f2ef1e5e8a07518ff 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:d45452367736 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n1vwvmxrvam7cgkofetz2coal EndpointID:53b8c749b6d000962561524dc5033a2b99355a6b6f21aec8e2fb65a10e2790bb EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-24T22:44:52.767Z] PASS [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] === Skipped [2019-10-24T22:44:52.767Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:44:52.767Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] DONE 21 tests, 1 skipped in 55.156s [2019-10-24T22:44:52.767Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] ++ set -e [2019-10-24T22:44:52.767Z] ++ '[' -n 0 ']' [2019-10-24T22:44:52.767Z] ++ set -x [2019-10-24T22:44:52.767Z] ++ 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=arm64 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/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] INFO: Testing against a local daemon [2019-10-24T22:44:52.767Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-24T22:44:52.767Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-24T22:44:52.767Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:44:52.767Z] === RUN TestDockerNetworkIpvlan [2019-10-24T22:44:52.767Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:44:52.767Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:44:52.767Z] PASS [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] === Skipped [2019-10-24T22:44:52.767Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-24T22:44:52.767Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:44:52.767Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] [2019-10-24T22:44:52.767Z] DONE 2 tests, 2 skipped in 0.164s [2019-10-24T22:44:52.767Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] ++ set -e [2019-10-24T22:44:52.767Z] ++ '[' -n 0 ']' [2019-10-24T22:44:52.767Z] ++ set -x [2019-10-24T22:44:52.767Z] ++ 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=arm64 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/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:44:52.767Z] INFO: Testing against a local daemon [2019-10-24T22:44:52.767Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-24T22:44:52.898Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-24T22:44:53.796Z] --- PASS: TestUpdateRestartPolicy (12.62s) [2019-10-24T22:44:53.796Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-24T22:44:53.796Z] --- PASS: TestUpdateRestartWithAutoRemove (0.94s) [2019-10-24T22:44:53.796Z] === RUN TestWaitNonBlocked [2019-10-24T22:44:53.796Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:44:53.796Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:44:53.796Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:44:53.796Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:44:53.796Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:44:53.796Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:44:54.271Z] --- PASS: TestRenameLinkedContainer (4.33s) [2019-10-24T22:44:54.271Z] === RUN TestRenameStoppedContainer [2019-10-24T22:44:54.528Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-24T22:44:54.677Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.86s) [2019-10-24T22:44:54.677Z] === RUN TestDockerNetworkMacvlan [2019-10-24T22:44:54.786Z] --- PASS: TestRenameStoppedContainer (0.85s) [2019-10-24T22:44:54.786Z] === RUN TestRenameRunningContainerAndReuse [2019-10-24T22:44:55.079Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-24T22:44:55.079Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s) [2019-10-24T22:44:55.079Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2019-10-24T22:44:55.079Z] === RUN TestWaitBlocked [2019-10-24T22:44:55.079Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:44:55.079Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:44:55.079Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:44:55.079Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:44:55.079Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:44:55.079Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:44:55.617Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-24T22:44:55.720Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-24T22:44:55.977Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-24T22:44:56.338Z] --- PASS: TestWaitBlocked (0.01s) [2019-10-24T22:44:56.338Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2019-10-24T22:44:56.338Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.38s) [2019-10-24T22:44:56.338Z] === CONT TestContainerStartOnDaemonRestart [2019-10-24T22:44:56.338Z] === CONT TestIpcModeOlderClient [2019-10-24T22:44:56.338Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-10-24T22:44:56.338Z] === CONT TestDaemonRestartIpcMode [2019-10-24T22:44:56.543Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-24T22:44:56.543Z] --- PASS: TestRenameRunningContainerAndReuse (1.80s) [2019-10-24T22:44:56.543Z] === RUN TestRenameInvalidName [2019-10-24T22:44:56.556Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-24T22:44:57.475Z] --- PASS: TestRenameInvalidName (0.94s) [2019-10-24T22:44:57.475Z] === RUN TestRenameAnonymousContainer [2019-10-24T22:44:57.733Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-24T22:44:57.937Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-24T22:44:59.558Z] --- PASS: TestContainerStartOnDaemonRestart (3.23s) [2019-10-24T22:45:00.500Z] --- PASS: TestDaemonRestartIpcMode (3.99s) [2019-10-24T22:45:00.500Z] PASS [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === Skipped [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-24T22:45:00.500Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-10-24T22:45:00.500Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-24T22:45:00.500Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:45:00.500Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-24T22:45:00.500Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-24T22:45:00.500Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] [2019-10-24T22:45:00.500Z] DONE 197 tests, 6 skipped in 137.607s [2019-10-24T22:45:00.500Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-24T22:45:00.500Z] ++ 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-10-24T22:45:00.500Z] ++ set -e [2019-10-24T22:45:00.500Z] ++ '[' -n 0 ']' [2019-10-24T22:45:00.500Z] ++ set -x [2019-10-24T22:45:00.500Z] ++ 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-10-24T22:45:00.500Z] INFO: Testing against a local daemon [2019-10-24T22:45:00.500Z] === RUN TestCommitInheritsEnv [2019-10-24T22:45:00.984Z] --- PASS: TestCommitInheritsEnv (0.48s) [2019-10-24T22:45:00.984Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-24T22:45:00.984Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-24T22:45:00.984Z] === RUN TestImagesFilterMultiReference [2019-10-24T22:45:00.984Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2019-10-24T22:45:00.984Z] === RUN TestImagePullPlatformInvalid [2019-10-24T22:45:01.233Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-24T22:45:01.363Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-24T22:45:01.363Z] === RUN TestRemoveImageOrphaning [2019-10-24T22:45:01.743Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2019-10-24T22:45:01.743Z] === RUN TestRemoveImageGarbageCollector [2019-10-24T22:45:01.743Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-24T22:45:01.743Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:01.743Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-24T22:45:01.743Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-24T22:45:01.743Z] === RUN TestTagInvalidReference [2019-10-24T22:45:01.743Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-24T22:45:01.743Z] === RUN TestTagValidPrefixedRepo [2019-10-24T22:45:01.743Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2019-10-24T22:45:01.743Z] === RUN TestTagExistedNameWithoutForce [2019-10-24T22:45:01.743Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-24T22:45:01.743Z] === RUN TestTagOfficialNames [2019-10-24T22:45:01.743Z] --- PASS: TestTagOfficialNames (0.05s) [2019-10-24T22:45:01.743Z] === RUN TestTagMatchesDigest [2019-10-24T22:45:01.743Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-24T22:45:01.743Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-24T22:45:01.913Z] --- PASS: TestRenameAnonymousContainer (4.05s) [2019-10-24T22:45:01.913Z] === RUN TestRenameContainerWithSameName [2019-10-24T22:45:01.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-24T22:45:01.913Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-24T22:45:02.478Z] --- PASS: TestRenameContainerWithSameName (0.95s) [2019-10-24T22:45:02.478Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-24T22:45:03.639Z] Clearing AppArmor profiles cache:. [2019-10-24T22:45:03.639Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T22:45:03.639Z] Unloading profiles will leave already running processes permanently [2019-10-24T22:45:03.639Z] unconfined, which can lead to unexpected situations. [2019-10-24T22:45:03.639Z] [2019-10-24T22:45:03.639Z] To set a process to complain mode, use the command line tool [2019-10-24T22:45:03.639Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T22:45:03.639Z] with the 'teardown' option." [2019-10-24T22:45:03.639Z] [2019-10-24T22:45:04.376Z] --- PASS: TestRenameContainerWithLinkedContainer (1.82s) [2019-10-24T22:45:04.376Z] === RUN TestResize Post stage [Pipeline] junit [2019-10-24T22:45:04.575Z] Recording test results [Pipeline] sh [2019-10-24T22:45:04.942Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-24T22:45:05.011Z] + echo Ensuring container killed. [2019-10-24T22:45:05.011Z] Ensuring container killed. [2019-10-24T22:45:05.011Z] + docker rm -vf docker-pr3 [2019-10-24T22:45:05.011Z] Error: No such container: docker-pr3 [2019-10-24T22:45:05.011Z] + true [Pipeline] sh [2019-10-24T22:45:05.412Z] + echo Chowning /workspace to jenkins user [2019-10-24T22:45:05.412Z] Chowning /workspace to jenkins user [2019-10-24T22:45:05.412Z] + id -u [2019-10-24T22:45:05.412Z] + id -g [2019-10-24T22:45:05.412Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40135:/workspace busybox chown -R 1000:1000 /workspace [2019-10-24T22:45:05.431Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-24T22:45:05.508Z] --- PASS: TestResize (1.03s) [2019-10-24T22:45:05.508Z] === RUN TestResizeWithInvalidSize [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/archive 11.236s coverage: 62.0% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/authorization 1.070s coverage: 26.8% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/broadcaster 0.060s coverage: 100.0% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/capabilities 0.226s coverage: 87.5% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/chrootarchive 0.162s coverage: 15.4% of statements [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/directory 0.195s coverage: 80.0% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/discovery 0.129s coverage: 58.3% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/discovery/file 0.185s coverage: 92.9% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/discovery/kv 3.562s coverage: 84.1% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/discovery/memory 0.132s coverage: 92.3% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/discovery/nodes 0.093s coverage: 93.8% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/filenotify 0.069s coverage: 45.7% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/fileutils 0.165s coverage: 87.7% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/idtools 0.090s coverage: 6.3% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/ioutils 0.860s coverage: 69.2% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/jsonmessage 0.233s coverage: 91.7% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/locker 0.078s coverage: 88.9% of statements [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/longpath 0.062s coverage: 100.0% of statements [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/namesgenerator 0.060s coverage: 85.7% of statements [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/parsers 0.260s coverage: 97.0% of statements [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-24T22:45:05.583Z] ok github.com/docker/docker/pkg/pidfile 0.048s coverage: 82.6% of statements [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-24T22:45:05.583Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-24T22:45:06.443Z] --- PASS: TestResizeWithInvalidSize (1.08s) [2019-10-24T22:45:06.443Z] === RUN TestResizeWhenContainerNotStarted [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T22:45:07.378Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:07.378Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:07.378Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:07.378Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:45:07.378Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:07.716Z] + bundleName=docker-py [2019-10-24T22:45:07.717Z] + echo Creating docker-py-bundles.tar.gz [2019-10-24T22:45:07.717Z] Creating docker-py-bundles.tar.gz [2019-10-24T22:45:07.717Z] + 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-10-24T22:45:07.725Z] Archiving artifacts [2019-10-24T22:45:08.007Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-24T22:45:08.485Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh binary-daemon [2019-10-24T22:45:09.045Z] [2019-10-24T22:45:09.275Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:45:09.301Z] Removing bundles/ [2019-10-24T22:45:09.301Z] [2019-10-24T22:45:09.301Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-24T22:45:09.301Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-24T22:45:09.301Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:45:10.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:10.209Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-24T22:45:10.774Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-24T22:45:11.339Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-24T22:45:11.597Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:45:12.009Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-24T22:45:12.973Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:45:12.973Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-24T22:45:13.231Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:45:13.798Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan (18.99s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.12s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.94s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.91s) [2019-10-24T22:45:13.919Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2019-10-24T22:45:13.919Z] PASS [2019-10-24T22:45:13.919Z] [2019-10-24T22:45:13.919Z] DONE 8 tests in 21.013s [2019-10-24T22:45:13.919Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] ++ set -e [2019-10-24T22:45:13.919Z] ++ '[' -n 0 ']' [2019-10-24T22:45:13.919Z] ++ set -x [2019-10-24T22:45:13.919Z] ++ 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=arm64 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/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] testing: warning: no tests to run [2019-10-24T22:45:13.919Z] PASS [2019-10-24T22:45:13.919Z] [2019-10-24T22:45:13.919Z] DONE 0 tests in 0.032s [2019-10-24T22:45:13.919Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] ++ set -e [2019-10-24T22:45:13.919Z] ++ '[' -n 0 ']' [2019-10-24T22:45:13.919Z] ++ set -x [2019-10-24T22:45:13.919Z] ++ 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=arm64 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/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:13.919Z] INFO: Testing against a local daemon [2019-10-24T22:45:13.919Z] === RUN TestAuthZPluginAllowRequest [2019-10-24T22:45:14.364Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:45:15.736Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-24T22:45:15.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:45:15.828Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2019-10-24T22:45:15.828Z] === RUN TestAuthZPluginTLS [2019-10-24T22:45:16.088Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-10-24T22:45:16.088Z] === RUN TestAuthZPluginDenyRequest [2019-10-24T22:45:16.304Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-24T22:45:16.659Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-24T22:45:16.659Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-24T22:45:17.230Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-24T22:45:17.230Z] === RUN TestAuthZPluginDenyResponse [2019-10-24T22:45:17.235Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:45:17.800Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-24T22:45:17.800Z] === RUN TestAuthZPluginAllowEventStream [2019-10-24T22:45:18.167Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-24T22:45:18.733Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:45:19.710Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s) [2019-10-24T22:45:19.710Z] === RUN TestAuthZPluginErrorResponse [2019-10-24T22:45:20.280Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-24T22:45:20.280Z] === RUN TestAuthZPluginErrorRequest [2019-10-24T22:45:20.849Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-24T22:45:20.850Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-24T22:45:21.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:45:21.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-24T22:45:21.420Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-24T22:45:21.420Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.62s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.73s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.45s) [2019-10-24T22:45:23.161Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.57s) [2019-10-24T22:45:23.162Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.93s) [2019-10-24T22:45:23.162Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.98s) [2019-10-24T22:45:23.162Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2019-10-24T22:45:23.162Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.27s) [2019-10-24T22:45:23.162Z] === RUN TestCgroupNamespacesRun [2019-10-24T22:45:23.727Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-24T22:45:23.961Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s) [2019-10-24T22:45:23.961Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-24T22:45:25.624Z] --- PASS: TestCgroupNamespacesRun (2.18s) [2019-10-24T22:45:25.624Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-24T22:45:25.870Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2019-10-24T22:45:25.870Z] === RUN TestAuthZPluginHeader [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/plugins 35.290s coverage: 73.4% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.195s coverage: 56.8% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/plugins/transport 0.161s coverage: 85.7% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/pools 0.061s coverage: 88.2% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/progress 0.086s coverage: 75.9% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 73.9% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/reexec 0.161s coverage: 82.4% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/signal 0.039s coverage: 20.3% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/stdcopy 0.054s coverage: 100.0% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/streamformatter 0.100s coverage: 66.2% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/stringid 0.069s coverage: 70.6% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/system 0.058s coverage: 13.1% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/tailfile 0.084s coverage: 88.6% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/tarsum 0.239s coverage: 89.3% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/term 0.086s coverage: 30.8% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/term/windows 0.037s coverage: 0.0% of statements [no tests to run] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/urlutil 0.076s coverage: 100.0% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/plugin 0.288s coverage: 11.6% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/plugin/v2 0.230s coverage: 20.1% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/reference 0.190s coverage: 84.4% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/registry 0.438s coverage: 52.2% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/registry/resumable 0.326s coverage: 100.0% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/restartmanager 0.046s coverage: 50.9% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/rootless [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/runconfig 0.145s coverage: 54.5% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/testutil 0.084s coverage: 62.5% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/volume [no test files] [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/volume/drivers 0.173s coverage: 36.1% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/volume/local 0.206s coverage: 37.7% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/volume/mounts 0.091s coverage: 66.2% of statements [2019-10-24T22:45:26.762Z] ok github.com/docker/docker/volume/service 0.538s coverage: 70.3% of statements [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-24T22:45:26.762Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-24T22:45:26.762Z] INFO: make.ps1 ended at 10/24/2019 22:45:26 [2019-10-24T22:45:26.811Z] --- PASS: TestAuthZPluginHeader (0.90s) [2019-10-24T22:45:26.811Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-24T22:45:26.811Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T22:45:26.811Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:26.811Z] === RUN TestAuthZPluginV2Disable [2019-10-24T22:45:26.811Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-24T22:45:26.811Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:26.811Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-24T22:45:26.811Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T22:45:26.811Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:26.811Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-24T22:45:26.811Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T22:45:26.811Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:26.811Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-24T22:45:26.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-24T22:45:27.564Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.00s) [2019-10-24T22:45:27.564Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-24T22:45:27.564Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-24T22:45:28.326Z] INFO: Unit tests ended at 10/24/2019 22:45:28. Duration:00:03:57.2107130 [2019-10-24T22:45:28.326Z] INFO: Building busybox [2019-10-24T22:45:28.499Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-24T22:45:28.788Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-24T22:45:28.788Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-24T22:45:28.788Z] [2019-10-24T22:45:28.788Z] Sending build context to Docker daemon 2.56kB [2019-10-24T22:45:28.788Z] [2019-10-24T22:45:28.788Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-24T22:45:28.788Z] ---> 739b21bd02e7 [2019-10-24T22:45:28.788Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-24T22:45:28.788Z] ---> Running in 1bdc16ed1bbc [2019-10-24T22:45:29.431Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.97s) [2019-10-24T22:45:29.431Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-24T22:45:31.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-24T22:45:31.329Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2019-10-24T22:45:31.329Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-24T22:45:32.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-24T22:45:32.701Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-24T22:45:33.269Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.92s) [2019-10-24T22:45:33.269Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-24T22:45:34.202Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2019-10-24T22:45:34.202Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-24T22:45:34.758Z] Removing intermediate container 1bdc16ed1bbc [2019-10-24T22:45:34.758Z] ---> f2cb10cdc04c [2019-10-24T22:45:34.758Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-24T22:45:35.135Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2019-10-24T22:45:35.135Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-24T22:45:35.394Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-24T22:45:36.302Z] [2019-10-24T22:45:36.763Z] ---> 34a3ecaed04f [2019-10-24T22:45:36.763Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-24T22:45:36.763Z] ---> Running in 631e62639e89 [2019-10-24T22:45:36.766Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2019-10-24T22:45:36.766Z] === RUN TestKernelTCPMemory [2019-10-24T22:45:37.699Z] --- PASS: TestKernelTCPMemory (1.06s) [2019-10-24T22:45:37.699Z] === RUN TestNISDomainname [2019-10-24T22:45:37.738Z] [2019-10-24T22:45:37.738Z] SUCCESS: Specified value was saved. [2019-10-24T22:45:38.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-24T22:45:38.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-24T22:45:38.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-24T22:45:39.202Z] --- PASS: TestNISDomainname (1.35s) [2019-10-24T22:45:39.202Z] === RUN TestHostnameDnsResolution [2019-10-24T22:45:40.576Z] --- PASS: TestHostnameDnsResolution (1.51s) [2019-10-24T22:45:40.576Z] === RUN TestStats [2019-10-24T22:45:40.655Z] Removing intermediate container 631e62639e89 [2019-10-24T22:45:40.655Z] ---> 700a40b628e1 [2019-10-24T22:45:40.655Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-24T22:45:40.655Z] ---> Running in d97113ba1853 [2019-10-24T22:45:42.479Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-24T22:45:42.737Z] --- PASS: TestStats (2.09s) [2019-10-24T22:45:42.737Z] === RUN TestStopContainerWithTimeout [2019-10-24T22:45:42.737Z] === RUN TestStopContainerWithTimeout/0 [2019-10-24T22:45:42.737Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-24T22:45:42.737Z] === RUN TestStopContainerWithTimeout/1 [2019-10-24T22:45:42.737Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-24T22:45:42.737Z] === RUN TestStopContainerWithTimeout/3 [2019-10-24T22:45:42.737Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-24T22:45:42.737Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-24T22:45:42.737Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-24T22:45:42.737Z] === CONT TestStopContainerWithTimeout/3 [2019-10-24T22:45:42.737Z] === CONT TestStopContainerWithTimeout/0 [2019-10-24T22:45:44.110Z] === CONT TestStopContainerWithTimeout/1 [2019-10-24T22:45:44.915Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.89s) [2019-10-24T22:45:44.915Z] PASS [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] === Skipped [2019-10-24T22:45:44.915Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T22:45:44.915Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-24T22:45:44.915Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T22:45:44.915Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T22:45:44.915Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] DONE 17 tests, 4 skipped in 30.951s [2019-10-24T22:45:44.915Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] ++ set -e [2019-10-24T22:45:44.915Z] ++ '[' -n 0 ']' [2019-10-24T22:45:44.915Z] ++ set -x [2019-10-24T22:45:44.915Z] ++ 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=arm64 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/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] INFO: Testing against a local daemon [2019-10-24T22:45:44.915Z] === RUN TestPluginInvalidJSON [2019-10-24T22:45:44.915Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:45:44.915Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:45:44.915Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:45:44.915Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-24T22:45:44.915Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-24T22:45:44.915Z] PASS [2019-10-24T22:45:44.915Z] [2019-10-24T22:45:44.915Z] DONE 2 tests in 0.174s [2019-10-24T22:45:44.915Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] ++ set -e [2019-10-24T22:45:44.915Z] ++ '[' -n 0 ']' [2019-10-24T22:45:44.915Z] ++ set -x [2019-10-24T22:45:44.915Z] ++ 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=arm64 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/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:44.915Z] INFO: Testing against a local daemon [2019-10-24T22:45:44.915Z] === RUN TestExternalGraphDriver [2019-10-24T22:45:45.175Z] === RUN TestExternalGraphDriver/json [2019-10-24T22:45:46.007Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-24T22:45:46.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-24T22:45:47.717Z] === RUN TestExternalGraphDriver/spec [2019-10-24T22:45:47.755Z] Cannot create a file when that file already exists. [2019-10-24T22:45:48.221Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-24T22:45:49.152Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-24T22:45:49.152Z] --- PASS: TestStopContainerWithTimeout/0 (1.34s) [2019-10-24T22:45:49.152Z] --- PASS: TestStopContainerWithTimeout/3 (3.31s) [2019-10-24T22:45:49.152Z] --- PASS: TestStopContainerWithTimeout/1 (2.03s) [2019-10-24T22:45:49.152Z] --- PASS: TestStopContainerWithTimeout/-1 (3.14s) [2019-10-24T22:45:49.152Z] === RUN TestDeleteDevicemapper [2019-10-24T22:45:49.152Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-24T22:45:49.152Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:45:49.152Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-24T22:45:49.717Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-24T22:45:50.259Z] === RUN TestExternalGraphDriver/pull [2019-10-24T22:45:51.615Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-24T22:45:52.180Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.88s) [2019-10-24T22:45:52.180Z] === RUN TestUpdateMemory [2019-10-24T22:45:52.180Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-24T22:45:52.180Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:45:52.180Z] === RUN TestUpdateCPUQuota [2019-10-24T22:45:52.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-24T22:45:52.802Z] --- PASS: TestExternalGraphDriver (7.60s) [2019-10-24T22:45:52.802Z] --- PASS: TestExternalGraphDriver/json (2.41s) [2019-10-24T22:45:52.802Z] --- PASS: TestExternalGraphDriver/spec (2.64s) [2019-10-24T22:45:52.802Z] --- PASS: TestExternalGraphDriver/pull (2.38s) [2019-10-24T22:45:52.802Z] === RUN TestGraphdriverPluginV2 [2019-10-24T22:45:52.802Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2019-10-24T22:45:52.802Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:52.802Z] PASS [2019-10-24T22:45:52.802Z] [2019-10-24T22:45:52.802Z] === Skipped [2019-10-24T22:45:52.802Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2019-10-24T22:45:52.802Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:45:52.803Z] [2019-10-24T22:45:52.803Z] [2019-10-24T22:45:52.803Z] DONE 5 tests, 1 skipped in 7.794s [2019-10-24T22:45:52.803Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-24T22:45:52.803Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:52.803Z] ++ set -e [2019-10-24T22:45:52.803Z] ++ '[' -n 0 ']' [2019-10-24T22:45:52.803Z] ++ set -x [2019-10-24T22:45:52.803Z] ++ 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=arm64 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/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:45:52.803Z] INFO: Testing against a local daemon [2019-10-24T22:45:52.803Z] === RUN TestContinueAfterPluginCrash [2019-10-24T22:45:52.803Z] === PAUSE TestContinueAfterPluginCrash [2019-10-24T22:45:52.803Z] === RUN TestDaemonStartWithLogOpt [2019-10-24T22:45:52.803Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-24T22:45:52.803Z] === CONT TestContinueAfterPluginCrash [2019-10-24T22:45:52.803Z] === CONT TestDaemonStartWithLogOpt [2019-10-24T22:45:53.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-24T22:45:53.577Z] Removing intermediate container d97113ba1853 [2019-10-24T22:45:53.577Z] ---> 6dc5c34b7354 [2019-10-24T22:45:53.577Z] Step 6/6 : CMD ["sh"] [2019-10-24T22:45:53.577Z] ---> Running in 398e78754423 [2019-10-24T22:45:54.039Z] Removing intermediate container 398e78754423 [2019-10-24T22:45:54.039Z] ---> fd385a64e860 [2019-10-24T22:45:54.039Z] Successfully built fd385a64e860 [2019-10-24T22:45:54.039Z] Successfully tagged busybox:latest [2019-10-24T22:45:54.039Z] INFO: Docker images of the daemon under test [2019-10-24T22:45:54.039Z] [2019-10-24T22:45:54.039Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-24T22:45:54.039Z] busybox latest fd385a64e860 Less than a second ago 4.83GB [2019-10-24T22:45:54.039Z] microsoft/windowsservercore latest 739b21bd02e7 2 weeks ago 4.79GB [2019-10-24T22:45:54.039Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 2 weeks ago 4.79GB [2019-10-24T22:45:54.039Z] [2019-10-24T22:45:54.039Z] INFO: Running integration tests at 10/24/2019 22:45:53... [2019-10-24T22:45:54.039Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-24T22:45:54.039Z] INFO: Integration API tests being run from the host: [2019-10-24T22:45:54.039Z] INFO: make.ps1 starting at 10/24/2019 22:45:53 [2019-10-24T22:45:54.246Z] --- PASS: TestUpdateCPUQuota (2.02s) [2019-10-24T22:45:54.246Z] === RUN TestUpdatePidsLimit [2019-10-24T22:45:54.246Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-24T22:45:54.505Z] === RUN TestUpdatePidsLimit/no_change [2019-10-24T22:45:54.763Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-24T22:45:55.014Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-24T22:45:55.021Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-24T22:45:55.588Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-24T22:45:55.588Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-24T22:45:55.991Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-24T22:45:55.991Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-24T22:45:55.991Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-24T22:45:56.153Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-24T22:45:56.278Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-24T22:45:56.410Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-24T22:45:56.978Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-24T22:45:57.236Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-24T22:45:58.321Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-24T22:45:58.321Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-24T22:45:58.609Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit (4.80s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.49s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/no_change (0.49s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/update_lower (0.52s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.51s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.50s) [2019-10-24T22:45:58.866Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.53s) [2019-10-24T22:45:58.866Z] === RUN TestUpdateRestartPolicy [2019-10-24T22:45:58.946Z] ok github.com/docker/docker/api/types/strslice 0.024s coverage: 90.0% of statements [2019-10-24T22:45:58.946Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2019-10-24T22:45:59.570Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.0% of statements [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-24T22:45:59.570Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-24T22:45:59.570Z] ok github.com/docker/docker/api/types/time 0.026s coverage: 100.0% of statements [2019-10-24T22:45:59.856Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-24T22:45:59.856Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-24T22:46:00.885Z] ok github.com/docker/docker/builder/dockerignore 0.011s coverage: 96.8% of statements [2019-10-24T22:46:02.143Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-24T22:46:04.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-24T22:46:05.032Z] --- PASS: TestDaemonStartWithLogOpt (10.58s) [2019-10-24T22:46:05.313Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2019-10-24T22:46:06.043Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-24T22:46:06.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-24T22:46:07.415Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-24T22:46:08.353Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-24T22:46:08.920Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-24T22:46:09.228Z] --- PASS: TestContinueAfterPluginCrash (15.65s) [2019-10-24T22:46:09.228Z] PASS [2019-10-24T22:46:09.228Z] [2019-10-24T22:46:09.228Z] DONE 2 tests in 15.840s [2019-10-24T22:46:09.228Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-24T22:46:09.228Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:09.228Z] ++ set -e [2019-10-24T22:46:09.228Z] ++ '[' -n 0 ']' [2019-10-24T22:46:09.228Z] ++ set -x [2019-10-24T22:46:09.229Z] ++ 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=arm64 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/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:09.229Z] INFO: Testing against a local daemon [2019-10-24T22:46:09.229Z] === RUN TestPluginWithDevMounts [2019-10-24T22:46:09.229Z] === PAUSE TestPluginWithDevMounts [2019-10-24T22:46:09.229Z] === CONT TestPluginWithDevMounts [2019-10-24T22:46:09.754Z] ok github.com/docker/docker/builder/remotecontext/git 5.075s coverage: 85.1% of statements [2019-10-24T22:46:10.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-24T22:46:11.137Z] --- PASS: TestPluginWithDevMounts (2.25s) [2019-10-24T22:46:11.137Z] PASS [2019-10-24T22:46:11.137Z] [2019-10-24T22:46:11.137Z] DONE 1 tests in 2.418s [2019-10-24T22:46:11.137Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-24T22:46:11.137Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:11.137Z] ++ set -e [2019-10-24T22:46:11.137Z] ++ '[' -n 0 ']' [2019-10-24T22:46:11.137Z] ++ set -x [2019-10-24T22:46:11.137Z] ++ 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=arm64 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/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:11.248Z] ok github.com/docker/docker/builder/remotecontext 0.613s coverage: 13.6% of statements [2019-10-24T22:46:11.397Z] INFO: Testing against a local daemon [2019-10-24T22:46:11.397Z] === RUN TestSecretInspect [2019-10-24T22:46:12.823Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-24T22:46:12.823Z] --- PASS: TestUpdateRestartPolicy (14.04s) [2019-10-24T22:46:12.823Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-24T22:46:13.960Z] ok github.com/docker/docker/builder/dockerfile 1.339s coverage: 48.2% of statements [2019-10-24T22:46:13.960Z] ? github.com/docker/docker/cli [no test files] [2019-10-24T22:46:13.960Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-24T22:46:14.196Z] --- PASS: TestUpdateRestartWithAutoRemove (1.07s) [2019-10-24T22:46:14.197Z] === RUN TestWaitNonBlocked [2019-10-24T22:46:14.197Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:46:14.197Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:46:14.197Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:46:14.197Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:46:14.197Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:46:14.197Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:46:14.692Z] --- PASS: TestSecretInspect (3.11s) [2019-10-24T22:46:14.692Z] === RUN TestSecretList [2019-10-24T22:46:15.130Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-24T22:46:15.130Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-24T22:46:15.130Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2019-10-24T22:46:15.130Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2019-10-24T22:46:15.130Z] === RUN TestWaitBlocked [2019-10-24T22:46:15.130Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:46:15.130Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:46:15.130Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:46:15.130Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:46:15.130Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:46:15.130Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:46:16.502Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-24T22:46:17.067Z] --- PASS: TestWaitBlocked (0.05s) [2019-10-24T22:46:17.067Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.59s) [2019-10-24T22:46:17.067Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.74s) [2019-10-24T22:46:17.067Z] === CONT TestContainerStartOnDaemonRestart [2019-10-24T22:46:17.067Z] === CONT TestIpcModeOlderClient [2019-10-24T22:46:17.067Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-24T22:46:17.067Z] --- PASS: TestIpcModeOlderClient (0.18s) [2019-10-24T22:46:17.067Z] === CONT TestDaemonRestartIpcMode [2019-10-24T22:46:17.993Z] --- PASS: TestSecretList (3.20s) [2019-10-24T22:46:17.993Z] === RUN TestSecretsCreateAndDelete [2019-10-24T22:46:18.001Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-24T22:46:19.375Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-24T22:46:19.500Z] ok github.com/docker/docker/client 0.902s coverage: 75.8% of statements [2019-10-24T22:46:19.941Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-24T22:46:20.249Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-24T22:46:20.713Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-24T22:46:20.874Z] --- PASS: TestContainerStartOnDaemonRestart (3.76s) [2019-10-24T22:46:21.288Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2019-10-24T22:46:21.288Z] === RUN TestSecretsUpdate [2019-10-24T22:46:21.439Z] --- PASS: TestDaemonRestartIpcMode (4.33s) [2019-10-24T22:46:21.440Z] PASS [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === Skipped [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-24T22:46:21.440Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-24T22:46:21.440Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-24T22:46:21.440Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:46:21.440Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-24T22:46:21.440Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-24T22:46:21.440Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] [2019-10-24T22:46:21.440Z] DONE 197 tests, 6 skipped in 155.402s [2019-10-24T22:46:21.440Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-24T22:46:21.440Z] ++ 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-10-24T22:46:21.440Z] ++ set -e [2019-10-24T22:46:21.440Z] ++ '[' -n 0 ']' [2019-10-24T22:46:21.440Z] ++ set -x [2019-10-24T22:46:21.440Z] ++ 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-10-24T22:46:21.697Z] INFO: Testing against a local daemon [2019-10-24T22:46:21.697Z] === RUN TestCommitInheritsEnv [2019-10-24T22:46:21.954Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-24T22:46:22.212Z] --- PASS: TestCommitInheritsEnv (0.51s) [2019-10-24T22:46:22.212Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-24T22:46:22.212Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-24T22:46:22.212Z] === RUN TestImagesFilterMultiReference [2019-10-24T22:46:22.212Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-24T22:46:22.212Z] === RUN TestImagePullPlatformInvalid [2019-10-24T22:46:22.212Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-24T22:46:22.212Z] === RUN TestRemoveImageOrphaning [2019-10-24T22:46:22.777Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2019-10-24T22:46:22.777Z] === RUN TestRemoveImageGarbageCollector [2019-10-24T22:46:24.469Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-24T22:46:24.583Z] --- PASS: TestSecretsUpdate (3.18s) [2019-10-24T22:46:24.583Z] === RUN TestTemplatedSecret [2019-10-24T22:46:25.303Z] --- PASS: TestRemoveImageGarbageCollector (2.08s) [2019-10-24T22:46:25.303Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-24T22:46:25.303Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-10-24T22:46:25.303Z] === RUN TestTagInvalidReference [2019-10-24T22:46:25.303Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-24T22:46:25.303Z] === RUN TestTagValidPrefixedRepo [2019-10-24T22:46:25.303Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-10-24T22:46:25.303Z] === RUN TestTagExistedNameWithoutForce [2019-10-24T22:46:25.303Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-24T22:46:25.303Z] === RUN TestTagOfficialNames [2019-10-24T22:46:25.303Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-24T22:46:25.303Z] === RUN TestTagMatchesDigest [2019-10-24T22:46:25.303Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-24T22:46:25.303Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-24T22:46:25.561Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-24T22:46:26.126Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-24T22:46:27.389Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-24T22:46:27.878Z] --- PASS: TestTemplatedSecret (3.44s) [2019-10-24T22:46:27.878Z] === RUN TestSecretCreateResolve [2019-10-24T22:46:29.404Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-24T22:46:30.311Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-24T22:46:30.337Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-24T22:46:30.671Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-24T22:46:30.671Z] Copying nested executables into bundles/binary-daemon [2019-10-24T22:46:30.671Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-24T22:46:30.774Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-24T22:46:30.903Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-24T22:46:31.032Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh cross [2019-10-24T22:46:31.161Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-24T22:46:31.171Z] --- PASS: TestSecretCreateResolve (3.14s) [2019-10-24T22:46:31.171Z] PASS [2019-10-24T22:46:31.171Z] [2019-10-24T22:46:31.171Z] DONE 6 tests in 19.594s [2019-10-24T22:46:31.171Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-24T22:46:31.171Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:31.171Z] ++ set -e [2019-10-24T22:46:31.171Z] ++ '[' -n 0 ']' [2019-10-24T22:46:31.171Z] ++ set -x [2019-10-24T22:46:31.171Z] ++ 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=arm64 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/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:46:31.171Z] INFO: Testing against a local daemon [2019-10-24T22:46:31.171Z] === RUN TestServiceCreateInit [2019-10-24T22:46:31.171Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-24T22:46:31.594Z] [2019-10-24T22:46:31.727Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-24T22:46:31.753Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-24T22:46:31.849Z] Removing bundles/ [2019-10-24T22:46:31.849Z] [2019-10-24T22:46:31.849Z] ---> Making bundle: cross (in bundles/cross) [2019-10-24T22:46:31.849Z] Cross building: bundles/cross/linux/amd64 [2019-10-24T22:46:31.849Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-24T22:46:31.849Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-24T22:46:32.294Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-24T22:46:32.294Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-24T22:46:32.551Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-24T22:46:32.727Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-24T22:46:33.485Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-24T22:46:33.700Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-24T22:46:34.050Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-24T22:46:34.050Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-24T22:46:34.615Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-24T22:46:36.454Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-24T22:46:36.620Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-24T22:46:39.874Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-24T22:46:40.376Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-24T22:46:41.246Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-24T22:46:41.504Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-24T22:46:41.504Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-24T22:46:41.734Z] --- PASS: TestServiceCreateInit (10.56s) [2019-10-24T22:46:41.734Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.19s) [2019-10-24T22:46:41.734Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.34s) [2019-10-24T22:46:41.734Z] === RUN TestCreateServiceMultipleTimes [2019-10-24T22:46:42.068Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-24T22:46:42.633Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-24T22:46:45.970Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-24T22:46:46.536Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-24T22:46:47.102Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-24T22:46:48.982Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-24T22:46:49.000Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-24T22:46:49.000Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-24T22:46:49.566Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-24T22:46:50.132Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-24T22:46:50.390Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-24T22:46:50.956Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-24T22:46:51.172Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-24T22:46:52.331Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-24T22:46:54.223Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-24T22:46:56.215Z] --- PASS: TestImportExtremelyLargeImageWorks (103.16s) [2019-10-24T22:46:56.216Z] PASS [2019-10-24T22:46:56.216Z] [2019-10-24T22:46:56.216Z] === Skipped [2019-10-24T22:46:56.216Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-24T22:46:56.216Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:46:56.216Z] [2019-10-24T22:46:56.216Z] [2019-10-24T22:46:56.216Z] DONE 12 tests, 1 skipped in 104.646s [2019-10-24T22:46:56.216Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-24T22:46:56.216Z] ++ 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-10-24T22:46:56.216Z] ++ set -e [2019-10-24T22:46:56.216Z] ++ '[' -n 0 ']' [2019-10-24T22:46:56.216Z] ++ set -x [2019-10-24T22:46:56.216Z] ++ 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-10-24T22:46:56.216Z] INFO: Testing against a local daemon [2019-10-24T22:46:56.216Z] === RUN TestNetworkCreateDelete [2019-10-24T22:46:56.216Z] --- PASS: TestNetworkCreateDelete (0.13s) [2019-10-24T22:46:56.216Z] === RUN TestDockerNetworkDeletePreferID [2019-10-24T22:46:56.216Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2019-10-24T22:46:56.216Z] === RUN TestInspectNetwork [2019-10-24T22:46:56.216Z] === RUN TestInspectNetwork/full_network_id [2019-10-24T22:46:56.216Z] === RUN TestInspectNetwork/partial_network_id [2019-10-24T22:46:56.216Z] === RUN TestInspectNetwork/network_name [2019-10-24T22:46:56.216Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-24T22:46:56.216Z] --- PASS: TestInspectNetwork (9.68s) [2019-10-24T22:46:56.216Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-10-24T22:46:56.216Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2019-10-24T22:46:56.216Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-24T22:46:56.216Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-24T22:46:56.216Z] === RUN TestRunContainerWithBridgeNone [2019-10-24T22:46:57.142Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-24T22:46:57.760Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-24T22:46:58.009Z] --- PASS: TestRunContainerWithBridgeNone (2.63s) [2019-10-24T22:46:58.010Z] === RUN TestNetworkInvalidJSON [2019-10-24T22:46:58.010Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-24T22:46:58.010Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-24T22:46:58.010Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:46:58.010Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:46:58.010Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:46:58.010Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:46:58.010Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-24T22:46:58.010Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:46:58.010Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:46:58.010Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-10-24T22:46:58.010Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-24T22:46:58.010Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-24T22:46:58.010Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-24T22:46:58.010Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-24T22:46:58.018Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-24T22:46:59.280Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2019-10-24T22:46:59.280Z] === RUN TestDaemonDefaultNetworkPools [2019-10-24T22:46:59.645Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2019-10-24T22:46:59.645Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-24T22:47:00.059Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-24T22:47:00.896Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-24T22:47:00.896Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-24T22:47:02.251Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-24T22:47:02.285Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-10-24T22:47:02.285Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-24T22:47:02.667Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-10-24T22:47:02.667Z] === RUN TestServiceWithPredefinedNetwork [2019-10-24T22:47:04.570Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-24T22:47:05.168Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-24T22:47:05.168Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:47:05.168Z] INFO: Testing against a local daemon [2019-10-24T22:47:05.168Z] === RUN TestBuildWithSession [2019-10-24T22:47:05.168Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-24T22:47:05.168Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:47:05.168Z] === RUN TestBuildSquashParent [2019-10-24T22:47:05.168Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-24T22:47:05.168Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:05.168Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-24T22:47:05.168Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-24T22:47:05.168Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:05.168Z] === RUN TestBuildMultiStageCopy [2019-10-24T22:47:05.168Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-24T22:47:05.856Z] --- PASS: TestServiceWithPredefinedNetwork (2.94s) [2019-10-24T22:47:05.856Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-24T22:47:05.856Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:47:05.856Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:47:05.856Z] === RUN TestServiceWithDataPathPortInit [2019-10-24T22:47:06.471Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-24T22:47:07.435Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-24T22:47:08.300Z] --- PASS: TestCreateServiceMultipleTimes (23.36s) [2019-10-24T22:47:08.300Z] === RUN TestCreateServiceConflict [2019-10-24T22:47:08.300Z] --- PASS: TestCreateServiceConflict (3.22s) [2019-10-24T22:47:08.300Z] === RUN TestCreateServiceMaxReplicas [2019-10-24T22:47:08.369Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-24T22:47:08.369Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-24T22:47:11.595Z] --- PASS: TestCreateServiceMaxReplicas (3.60s) [2019-10-24T22:47:11.595Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-24T22:47:11.647Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-24T22:47:12.579Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-24T22:47:13.950Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-24T22:47:14.515Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-24T22:47:15.080Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-24T22:47:15.514Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-24T22:47:15.514Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-24T22:47:15.644Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-24T22:47:15.976Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-24T22:47:16.355Z] ok github.com/docker/docker/cmd/dockerd 0.224s coverage: 30.3% of statements [2019-10-24T22:47:16.355Z] ok github.com/docker/docker/container 0.181s coverage: 35.3% of statements [2019-10-24T22:47:16.355Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-24T22:47:16.355Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-24T22:47:16.355Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-24T22:47:16.355Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-24T22:47:17.519Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-24T22:47:18.170Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-24T22:47:18.170Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-24T22:47:18.170Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy (13.79s) [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.24s) [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.09s) [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2019-10-24T22:47:19.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.41s) [2019-10-24T22:47:19.063Z] === RUN TestBuildMultiStageParentConfig [2019-10-24T22:47:19.063Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-10-24T22:47:19.063Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:19.063Z] === RUN TestBuildLabelWithTargets [2019-10-24T22:47:19.063Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-10-24T22:47:19.063Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:19.063Z] === RUN TestBuildWithEmptyLayers [2019-10-24T22:47:19.838Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2019-10-24T22:47:20.037Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2019-10-24T22:47:20.037Z] === RUN TestBuildMultiStageOnBuild [2019-10-24T22:47:20.037Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-10-24T22:47:20.037Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:20.037Z] === RUN TestBuildUncleanTarFilenames [2019-10-24T22:47:20.037Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-10-24T22:47:20.037Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:20.037Z] === RUN TestBuildMultiStageLayerLeak [2019-10-24T22:47:20.037Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-24T22:47:20.037Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:20.037Z] === RUN TestBuildWithHugeFile [2019-10-24T22:47:20.037Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-10-24T22:47:20.037Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-24T22:47:20.037Z] === RUN TestBuildWithEmptyDockerfile [2019-10-24T22:47:20.037Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:47:20.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:47:20.037Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:47:20.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:47:20.037Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:47:20.037Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:47:20.068Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-24T22:47:20.068Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-24T22:47:20.068Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-24T22:47:20.068Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-24T22:47:20.068Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-24T22:47:20.068Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-24T22:47:20.499Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:47:20.499Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:47:20.499Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:47:20.499Z] --- PASS: TestBuildWithEmptyDockerfile (0.44s) [2019-10-24T22:47:20.499Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-24T22:47:20.499Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-10-24T22:47:20.499Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-24T22:47:20.499Z] === RUN TestBuildPreserveOwnership [2019-10-24T22:47:20.499Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-10-24T22:47:20.499Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:20.499Z] === RUN TestBuildPlatformInvalid [2019-10-24T22:47:20.499Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2019-10-24T22:47:20.499Z] PASS [2019-10-24T22:47:20.499Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-24T22:47:20.499Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:47:20.499Z] INFO: Testing against a local daemon [2019-10-24T22:47:20.499Z] === RUN TestConfigList [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigList (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.499Z] === RUN TestConfigsCreateAndDelete [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.499Z] === RUN TestConfigsUpdate [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.499Z] === RUN TestTemplatedConfig [2019-10-24T22:47:20.499Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.499Z] === RUN TestConfigInspect [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.499Z] === RUN TestConfigCreateWithLabels [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:47:20.499Z] === RUN TestConfigCreateResolve [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:47:20.499Z] === RUN TestConfigDaemonLibtrustID [2019-10-24T22:47:20.499Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-24T22:47:20.499Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:47:20.499Z] PASS [2019-10-24T22:47:20.499Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-24T22:47:20.499Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:47:20.499Z] INFO: Testing against a local daemon [2019-10-24T22:47:20.499Z] === RUN TestCheckpoint [2019-10-24T22:47:20.499Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-24T22:47:20.499Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:47:20.499Z] === RUN TestContainerInvalidJSON [2019-10-24T22:47:20.499Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:47:20.499Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:47:20.499Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:47:20.499Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:47:20.499Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:47:20.499Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:47:20.499Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:47:20.499Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:47:20.499Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:47:20.499Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-24T22:47:20.499Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-24T22:47:20.499Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-24T22:47:20.499Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-24T22:47:20.499Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-24T22:47:20.960Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-10-24T22:47:20.960Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-24T22:47:20.960Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-10-24T22:47:20.960Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-24T22:47:20.960Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-10-24T22:47:20.960Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-24T22:47:20.960Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-10-24T22:47:20.960Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCopyFromContainer [2019-10-24T22:47:20.960Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-24T22:47:20.960Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-24T22:47:20.960Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:47:20.960Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:47:20.960Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:47:20.960Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:47:20.960Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:47:20.960Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:47:20.960Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:47:20.960Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:47:20.960Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:47:20.960Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-24T22:47:20.960Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-24T22:47:20.960Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-24T22:47:20.960Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidEnv [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-24T22:47:20.960Z] === RUN TestCreateTmpfsMountsTarget [2019-10-24T22:47:20.960Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-24T22:47:20.960Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:20.960Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-24T22:47:20.960Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-24T22:47:20.960Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:47:20.960Z] === RUN TestCreateWithCapabilities [2019-10-24T22:47:20.960Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-24T22:47:20.960Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-24T22:47:20.960Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-24T22:47:20.960Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-24T22:47:20.960Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:47:20.960Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:47:20.960Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:47:20.960Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-24T22:47:20.960Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-24T22:47:20.960Z] === RUN TestDiff [2019-10-24T22:47:20.960Z] --- SKIP: TestDiff (0.00s) [2019-10-24T22:47:20.960Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:20.960Z] === RUN TestExecWithCloseStdin [2019-10-24T22:47:21.966Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-24T22:47:22.249Z] --- PASS: TestServiceWithDataPathPortInit (16.29s) [2019-10-24T22:47:22.249Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-24T22:47:23.150Z] --- PASS: TestExecWithCloseStdin (1.99s) [2019-10-24T22:47:23.150Z] === RUN TestExec [2019-10-24T22:47:23.150Z] --- SKIP: TestExec (0.00s) [2019-10-24T22:47:23.150Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-24T22:47:23.150Z] === RUN TestExecUser [2019-10-24T22:47:23.150Z] --- SKIP: TestExecUser (0.00s) [2019-10-24T22:47:23.150Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-24T22:47:23.150Z] === RUN TestExportContainerAndImportImage [2019-10-24T22:47:23.150Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-24T22:47:23.150Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:23.150Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-24T22:47:23.150Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-24T22:47:23.150Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:23.150Z] === RUN TestHealthCheckWorkdir [2019-10-24T22:47:23.150Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-24T22:47:23.150Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:23.150Z] === RUN TestHealthKillContainer [2019-10-24T22:47:23.150Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-24T22:47:23.150Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-24T22:47:23.150Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-24T22:47:23.150Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-24T22:47:23.150Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-24T22:47:23.150Z] === RUN TestKillContainerInvalidSignal [2019-10-24T22:47:24.694Z] --- PASS: TestKillContainerInvalidSignal (1.72s) [2019-10-24T22:47:24.694Z] === RUN TestKillContainer [2019-10-24T22:47:24.694Z] --- SKIP: TestKillContainer (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-24T22:47:24.694Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-24T22:47:24.694Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-24T22:47:24.694Z] === RUN TestKillStoppedContainer [2019-10-24T22:47:24.694Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-24T22:47:24.694Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-24T22:47:24.694Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-24T22:47:24.694Z] === RUN TestKillDifferentUserContainer [2019-10-24T22:47:24.694Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-24T22:47:24.694Z] === RUN TestInspectOomKilledTrue [2019-10-24T22:47:24.694Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:47:24.694Z] === RUN TestInspectOomKilledFalse [2019-10-24T22:47:24.694Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-24T22:47:24.694Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-24T22:47:24.694Z] === RUN TestLogsFollowTailEmpty [2019-10-24T22:47:26.146Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-24T22:47:26.146Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-24T22:47:26.239Z] --- PASS: TestLogsFollowTailEmpty (1.67s) [2019-10-24T22:47:26.240Z] === RUN TestNetworkNat [2019-10-24T22:47:26.240Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-24T22:47:26.240Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:26.240Z] === RUN TestNetworkLocalhostTCPNat [2019-10-24T22:47:26.240Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-24T22:47:26.240Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:47:26.240Z] === RUN TestNetworkLoopbackNat [2019-10-24T22:47:26.240Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-24T22:47:26.240Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:26.240Z] === RUN TestPause [2019-10-24T22:47:26.240Z] --- SKIP: TestPause (0.00s) [2019-10-24T22:47:26.240Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-24T22:47:26.240Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-24T22:47:27.517Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-24T22:47:28.302Z] ok github.com/docker/docker/daemon/cluster/convert 0.053s coverage: 35.8% of statements [2019-10-24T22:47:28.426Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.73s) [2019-10-24T22:47:28.426Z] === RUN TestPauseStopPausedContainer [2019-10-24T22:47:28.426Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-24T22:47:28.426Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:28.426Z] === RUN TestPsFilter [2019-10-24T22:47:28.426Z] --- PASS: TestPsFilter (0.16s) [2019-10-24T22:47:28.426Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-24T22:47:29.699Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.59s) [2019-10-24T22:47:29.699Z] === RUN TestCreateServiceSecretFileMode [2019-10-24T22:47:30.047Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-24T22:47:30.272Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2019-10-24T22:47:30.272Z] === RUN TestCreateServiceConfigFileMode [2019-10-24T22:47:31.036Z] ok github.com/docker/docker/daemon/cluster 0.141s coverage: 0.5% of statements [2019-10-24T22:47:31.641Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.41s) [2019-10-24T22:47:31.641Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kuzol40n85f3dozki8cbho8c4 Created:2019-10-24 22:47:23.303112139 +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[b119a1bd5738af80b246f9896fc50c3780554c2533284448b9dae792a7239e8c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z2vja1e95no1j6qp8knkw98sw EndpointID:443fde4c4f899f8b1d5e5f3e1ea25287ff59743795e616b49883e73c94efb622 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6c9ad0b13229d2a670ab8b62ef8c4db53eea7251a7b9cb8acc279d645e7b694e 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:90b961d45f53 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z2vja1e95no1j6qp8knkw98sw EndpointID:443fde4c4f899f8b1d5e5f3e1ea25287ff59743795e616b49883e73c94efb622 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-24T22:47:31.641Z] PASS [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] === Skipped [2019-10-24T22:47:31.641Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:47:31.641Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] DONE 21 tests, 1 skipped in 45.374s [2019-10-24T22:47:31.641Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:47:31.641Z] ++ 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-10-24T22:47:31.641Z] ++ set -e [2019-10-24T22:47:31.641Z] ++ '[' -n 0 ']' [2019-10-24T22:47:31.641Z] ++ set -x [2019-10-24T22:47:31.641Z] ++ 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-10-24T22:47:31.641Z] INFO: Testing against a local daemon [2019-10-24T22:47:31.641Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-24T22:47:31.641Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-24T22:47:31.641Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:47:31.641Z] === RUN TestDockerNetworkIpvlan [2019-10-24T22:47:31.641Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:47:31.641Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:47:31.641Z] PASS [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] === Skipped [2019-10-24T22:47:31.641Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-24T22:47:31.641Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:47:31.641Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] [2019-10-24T22:47:31.641Z] DONE 2 tests, 2 skipped in 0.211s [2019-10-24T22:47:31.641Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:47:31.641Z] ++ 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-10-24T22:47:31.641Z] ++ set -e [2019-10-24T22:47:31.641Z] ++ '[' -n 0 ']' [2019-10-24T22:47:31.641Z] ++ set -x [2019-10-24T22:47:31.641Z] ++ 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-10-24T22:47:31.641Z] INFO: Testing against a local daemon [2019-10-24T22:47:31.641Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-24T22:47:32.438Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2019-10-24T22:47:32.438Z] === RUN TestDockerNetworkMacvlan [2019-10-24T22:47:32.576Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-24T22:47:33.215Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-24T22:47:33.510Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-24T22:47:33.580Z] --- PASS: TestCreateServiceConfigFileMode (3.28s) [2019-10-24T22:47:33.580Z] === RUN TestCreateServiceSysctls [2019-10-24T22:47:34.004Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-24T22:47:34.804Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-24T22:47:35.529Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.82s) [2019-10-24T22:47:35.529Z] === RUN TestRemoveContainerWithVolume [2019-10-24T22:47:36.570Z] ok github.com/docker/docker/daemon/discovery 0.023s coverage: 30.0% of statements [2019-10-24T22:47:36.788Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-24T22:47:37.046Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-24T22:47:37.073Z] --- PASS: TestRemoveContainerWithVolume (2.12s) [2019-10-24T22:47:37.073Z] === RUN TestRemoveContainerRunning [2019-10-24T22:47:37.306Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-24T22:47:37.611Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-24T22:47:38.861Z] --- PASS: TestCreateServiceSysctls (4.36s) [2019-10-24T22:47:38.861Z] === RUN TestCreateServiceCapabilities [2019-10-24T22:47:39.262Z] --- PASS: TestRemoveContainerRunning (1.73s) [2019-10-24T22:47:39.262Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-24T22:47:39.282Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2019-10-24T22:47:39.282Z] ok github.com/docker/docker/daemon/config 0.086s coverage: 82.1% of statements [2019-10-24T22:47:40.813Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.65s) [2019-10-24T22:47:40.813Z] === RUN TestRemoveInvalidContainer [2019-10-24T22:47:40.813Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-24T22:47:40.813Z] === RUN TestRenameLinkedContainer [2019-10-24T22:47:40.813Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-24T22:47:40.813Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:40.813Z] === RUN TestRenameStoppedContainer [2019-10-24T22:47:41.321Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-24T22:47:41.403Z] --- PASS: TestCreateServiceCapabilities (3.31s) [2019-10-24T22:47:41.403Z] === RUN TestInspect [2019-10-24T22:47:42.362Z] --- PASS: TestRenameStoppedContainer (1.98s) [2019-10-24T22:47:42.362Z] === RUN TestRenameRunningContainerAndReuse [2019-10-24T22:47:42.816Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2019-10-24T22:47:42.870Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-24T22:47:44.767Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-24T22:47:44.767Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-24T22:47:44.866Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.520s coverage: 13.7% of statements [2019-10-24T22:47:45.605Z] --- PASS: TestInspect (3.53s) [2019-10-24T22:47:45.605Z] === RUN TestServiceListWithStatuses [2019-10-24T22:47:45.605Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-24T22:47:45.605Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:47:45.605Z] === RUN TestDockerNetworkConnectAlias [2019-10-24T22:47:45.699Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-24T22:47:46.113Z] --- PASS: TestRenameRunningContainerAndReuse (3.46s) [2019-10-24T22:47:46.113Z] === RUN TestRenameInvalidName [2019-10-24T22:47:46.473Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-24T22:47:46.908Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.037s coverage: 2.9% of statements [2019-10-24T22:47:47.075Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan (15.02s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.17s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.15s) [2019-10-24T22:47:47.258Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s) [2019-10-24T22:47:47.258Z] PASS [2019-10-24T22:47:47.258Z] [2019-10-24T22:47:47.258Z] DONE 8 tests in 16.626s [2019-10-24T22:47:47.258Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-24T22:47:47.258Z] ++ 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-10-24T22:47:47.258Z] ++ set -e [2019-10-24T22:47:47.258Z] ++ '[' -n 0 ']' [2019-10-24T22:47:47.258Z] ++ set -x [2019-10-24T22:47:47.258Z] ++ 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-10-24T22:47:47.258Z] testing: warning: no tests to run [2019-10-24T22:47:47.258Z] PASS [2019-10-24T22:47:47.258Z] [2019-10-24T22:47:47.258Z] DONE 0 tests in 0.060s [2019-10-24T22:47:47.258Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-24T22:47:47.258Z] ++ 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-10-24T22:47:47.258Z] ++ set -e [2019-10-24T22:47:47.258Z] ++ '[' -n 0 ']' [2019-10-24T22:47:47.258Z] ++ set -x [2019-10-24T22:47:47.258Z] ++ 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-10-24T22:47:47.621Z] INFO: Testing against a local daemon [2019-10-24T22:47:47.621Z] === RUN TestAuthZPluginAllowRequest [2019-10-24T22:47:47.658Z] --- PASS: TestRenameInvalidName (1.65s) [2019-10-24T22:47:47.658Z] === RUN TestRenameAnonymousContainer [2019-10-24T22:47:47.658Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-24T22:47:47.658Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:47.658Z] === RUN TestRenameContainerWithSameName [2019-10-24T22:47:48.401Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.035s coverage: 57.9% of statements [2019-10-24T22:47:49.202Z] --- PASS: TestRenameContainerWithSameName (1.70s) [2019-10-24T22:47:49.203Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-24T22:47:49.203Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-24T22:47:49.203Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:49.203Z] === RUN TestResize [2019-10-24T22:47:49.203Z] --- SKIP: TestResize (0.00s) [2019-10-24T22:47:49.203Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:49.203Z] === RUN TestResizeWithInvalidSize [2019-10-24T22:47:49.203Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-24T22:47:49.203Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-24T22:47:49.203Z] === RUN TestResizeWhenContainerNotStarted [2019-10-24T22:47:49.433Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2019-10-24T22:47:49.433Z] === RUN TestAuthZPluginTLS [2019-10-24T22:47:49.795Z] --- PASS: TestAuthZPluginTLS (0.54s) [2019-10-24T22:47:49.795Z] === RUN TestAuthZPluginDenyRequest [2019-10-24T22:47:49.890Z] ok github.com/docker/docker/daemon 12.434s coverage: 17.6% of statements [2019-10-24T22:47:49.890Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-24T22:47:49.890Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-24T22:47:49.890Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-24T22:47:49.890Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-24T22:47:50.156Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-24T22:47:50.156Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-24T22:47:50.936Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-10-24T22:47:50.936Z] === RUN TestAuthZPluginDenyResponse [2019-10-24T22:47:51.256Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-24T22:47:51.391Z] --- PASS: TestResizeWhenContainerNotStarted (1.95s) [2019-10-24T22:47:51.391Z] === RUN TestDaemonRestartKillContainers [2019-10-24T22:47:51.391Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-24T22:47:51.391Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:47:51.391Z] === RUN TestStats [2019-10-24T22:47:51.391Z] --- SKIP: TestStats (0.00s) [2019-10-24T22:47:51.391Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-24T22:47:51.391Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-24T22:47:51.392Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2019-10-24T22:47:51.392Z] === RUN TestAuthZPluginAllowEventStream [2019-10-24T22:47:52.180Z] --- PASS: TestDockerNetworkConnectAlias (7.06s) [2019-10-24T22:47:52.180Z] === RUN TestDockerNetworkReConnect [2019-10-24T22:47:53.153Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-24T22:47:53.210Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-24T22:47:53.210Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-24T22:47:53.210Z] Cross building: bundles/cross/windows/amd64 [2019-10-24T22:47:53.210Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-24T22:47:53.210Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-24T22:47:53.259Z] --- PASS: TestAuthZPluginAllowEventStream (1.63s) [2019-10-24T22:47:53.259Z] === RUN TestAuthZPluginErrorResponse [2019-10-24T22:47:53.372Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.477s coverage: 68.6% of statements [2019-10-24T22:47:53.624Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2019-10-24T22:47:53.624Z] === RUN TestAuthZPluginErrorRequest [2019-10-24T22:47:53.720Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-24T22:47:53.990Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-10-24T22:47:53.990Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-24T22:47:54.764Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-10-24T22:47:54.764Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-24T22:47:55.428Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.105s coverage: 51.0% of statements [2019-10-24T22:47:55.618Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-24T22:47:56.445Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.261s coverage: 45.9% of statements [2019-10-24T22:47:56.445Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-24T22:47:56.579Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.99s) [2019-10-24T22:47:56.579Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-24T22:47:57.209Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.21s) [2019-10-24T22:47:57.209Z] === RUN TestStopContainerWithTimeout [2019-10-24T22:47:57.209Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-24T22:47:57.209Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-24T22:47:57.209Z] === RUN TestUpdateRestartPolicy [2019-10-24T22:47:58.483Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.674s coverage: 76.1% of statements [2019-10-24T22:47:58.756Z] --- PASS: TestDockerNetworkReConnect (5.86s) [2019-10-24T22:47:58.756Z] === RUN TestServicePlugin [2019-10-24T22:47:58.756Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-24T22:47:58.756Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:47:58.756Z] === RUN TestServiceUpdateLabel [2019-10-24T22:47:59.095Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2019-10-24T22:47:59.095Z] === RUN TestAuthZPluginHeader [2019-10-24T22:47:59.106Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.408s coverage: 52.6% of statements [2019-10-24T22:47:59.106Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-24T22:47:59.106Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-24T22:47:59.395Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.041s coverage: 58.0% of statements [2019-10-24T22:47:59.472Z] --- PASS: TestAuthZPluginHeader (0.85s) [2019-10-24T22:47:59.472Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-24T22:47:59.472Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T22:47:59.472Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:47:59.472Z] === RUN TestAuthZPluginV2Disable [2019-10-24T22:47:59.472Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-24T22:47:59.472Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:47:59.472Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-24T22:47:59.472Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T22:47:59.472Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:47:59.472Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-24T22:47:59.472Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T22:47:59.472Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:47:59.472Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-24T22:48:00.877Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-24T22:48:00.877Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-24T22:48:00.901Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2019-10-24T22:48:01.135Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-24T22:48:01.135Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-24T22:48:01.297Z] --- PASS: TestServiceUpdateLabel (3.05s) [2019-10-24T22:48:01.297Z] === RUN TestServiceUpdateSecrets [2019-10-24T22:48:01.928Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.044s coverage: 3.0% of statements [2019-10-24T22:48:03.034Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-24T22:48:04.407Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-24T22:48:05.783Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-24T22:48:06.352Z] ok github.com/docker/docker/daemon/logger 0.332s coverage: 42.7% of statements [2019-10-24T22:48:06.974Z] ok github.com/docker/docker/daemon/logger/awslogs 0.587s coverage: 77.8% of statements [2019-10-24T22:48:06.974Z] ok github.com/docker/docker/daemon/logger/gelf 0.040s coverage: 68.2% of statements [2019-10-24T22:48:08.477Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 4.9% of statements [2019-10-24T22:48:08.477Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-24T22:48:08.477Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-24T22:48:08.477Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-24T22:48:08.477Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-24T22:48:09.101Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.024s coverage: 88.3% of statements [2019-10-24T22:48:09.386Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2019-10-24T22:48:11.048Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-24T22:48:11.437Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.037s coverage: 62.1% of statements [2019-10-24T22:48:12.931Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 74.7% of statements [2019-10-24T22:48:12.931Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-24T22:48:13.228Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.041s coverage: 19.9% of statements [2019-10-24T22:48:14.328Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-24T22:48:14.723Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2019-10-24T22:48:16.214Z] ok github.com/docker/docker/daemon/logger/syslog 0.074s coverage: 47.8% of statements [2019-10-24T22:48:16.231Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-24T22:48:16.503Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2019-10-24T22:48:18.000Z] ok github.com/docker/docker/daemon/logger/splunk 2.996s coverage: 82.5% of statements [2019-10-24T22:48:18.000Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-24T22:48:18.000Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-24T22:48:18.339Z] --- PASS: TestUpdateRestartPolicy (20.07s) [2019-10-24T22:48:18.339Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-24T22:48:18.339Z] --- PASS: TestUpdateRestartWithAutoRemove (1.65s) [2019-10-24T22:48:18.339Z] === RUN TestWaitNonBlocked [2019-10-24T22:48:18.339Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:48:18.339Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:48:18.339Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:48:18.339Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:48:18.339Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:48:18.339Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:48:19.076Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) [2019-10-24T22:48:19.076Z] PASS [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] === Skipped [2019-10-24T22:48:19.076Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T22:48:19.076Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-24T22:48:19.076Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T22:48:19.076Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T22:48:19.076Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] DONE 17 tests, 4 skipped in 29.129s [2019-10-24T22:48:19.076Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-24T22:48:19.076Z] ++ 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-10-24T22:48:19.076Z] ++ set -e [2019-10-24T22:48:19.076Z] ++ '[' -n 0 ']' [2019-10-24T22:48:19.076Z] ++ set -x [2019-10-24T22:48:19.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=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-10-24T22:48:19.076Z] INFO: Testing against a local daemon [2019-10-24T22:48:19.076Z] === RUN TestPluginInvalidJSON [2019-10-24T22:48:19.076Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:19.076Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:19.076Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:19.076Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-24T22:48:19.076Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-24T22:48:19.076Z] PASS [2019-10-24T22:48:19.076Z] [2019-10-24T22:48:19.076Z] DONE 2 tests in 0.197s [2019-10-24T22:48:19.076Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-24T22:48:19.076Z] ++ 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-10-24T22:48:19.076Z] ++ set -e [2019-10-24T22:48:19.076Z] ++ '[' -n 0 ']' [2019-10-24T22:48:19.076Z] ++ set -x [2019-10-24T22:48:19.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=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-10-24T22:48:19.076Z] INFO: Testing against a local daemon [2019-10-24T22:48:19.076Z] === RUN TestExternalGraphDriver [2019-10-24T22:48:19.076Z] === RUN TestExternalGraphDriver/json [2019-10-24T22:48:19.076Z] === RUN TestExternalGraphDriver/spec [2019-10-24T22:48:19.399Z] --- PASS: TestServiceUpdateSecrets (15.74s) [2019-10-24T22:48:19.399Z] === RUN TestServiceUpdateConfigs [2019-10-24T22:48:19.509Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-24T22:48:19.509Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-24T22:48:19.767Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-24T22:48:20.906Z] === RUN TestExternalGraphDriver/pull [2019-10-24T22:48:21.140Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-24T22:48:21.259Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-24T22:48:21.259Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.97s) [2019-10-24T22:48:21.259Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.03s) [2019-10-24T22:48:21.259Z] === RUN TestWaitBlocked [2019-10-24T22:48:21.259Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-24T22:48:21.259Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:21.259Z] PASS [2019-10-24T22:48:21.259Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-24T22:48:21.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:21.259Z] INFO: Testing against a local daemon [2019-10-24T22:48:21.259Z] === RUN TestCommitInheritsEnv [2019-10-24T22:48:21.259Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-24T22:48:21.259Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:48:21.259Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-24T22:48:21.259Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-24T22:48:21.259Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-24T22:48:21.259Z] === RUN TestImagesFilterMultiReference [2019-10-24T22:48:21.259Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-24T22:48:21.259Z] === RUN TestImagePullPlatformInvalid [2019-10-24T22:48:21.259Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-24T22:48:21.259Z] === RUN TestRemoveImageOrphaning [2019-10-24T22:48:21.259Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-24T22:48:21.259Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:48:21.259Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-24T22:48:21.721Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-24T22:48:21.721Z] === RUN TestTagInvalidReference [2019-10-24T22:48:21.721Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-24T22:48:21.721Z] === RUN TestTagValidPrefixedRepo [2019-10-24T22:48:21.721Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-24T22:48:21.721Z] === RUN TestTagExistedNameWithoutForce [2019-10-24T22:48:21.721Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-10-24T22:48:21.721Z] === RUN TestTagOfficialNames [2019-10-24T22:48:21.721Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-24T22:48:21.721Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestTagMatchesDigest [2019-10-24T22:48:21.721Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-24T22:48:21.721Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:21.721Z] INFO: Testing against a local daemon [2019-10-24T22:48:21.721Z] === RUN TestNetworkCreateDelete [2019-10-24T22:48:21.721Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-24T22:48:21.721Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:21.721Z] === RUN TestDockerNetworkDeletePreferID [2019-10-24T22:48:21.721Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-24T22:48:21.721Z] 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-10-24T22:48:21.721Z] === RUN TestInspectNetwork [2019-10-24T22:48:21.721Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-24T22:48:21.721Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-24T22:48:21.721Z] === RUN TestRunContainerWithBridgeNone [2019-10-24T22:48:21.721Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-24T22:48:21.721Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:21.721Z] === RUN TestNetworkInvalidJSON [2019-10-24T22:48:21.721Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-24T22:48:21.721Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-24T22:48:21.721Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:48:21.721Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:48:21.721Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:48:21.721Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:48:21.721Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-24T22:48:21.721Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:48:21.721Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:48:21.721Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-24T22:48:21.721Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-24T22:48:21.721Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-24T22:48:21.721Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-24T22:48:21.721Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-24T22:48:21.721Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestDaemonDefaultNetworkPools [2019-10-24T22:48:21.721Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-24T22:48:21.721Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-24T22:48:21.721Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-24T22:48:21.721Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestServiceWithPredefinedNetwork [2019-10-24T22:48:21.721Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-24T22:48:21.721Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:48:21.721Z] === RUN TestServiceWithDataPathPortInit [2019-10-24T22:48:21.721Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-24T22:48:21.721Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-24T22:48:21.721Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-24T22:48:21.721Z] PASS [2019-10-24T22:48:21.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-24T22:48:21.721Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:21.721Z] INFO: Testing against a local daemon [2019-10-24T22:48:21.721Z] === RUN TestPluginInvalidJSON [2019-10-24T22:48:22.182Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:22.182Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:22.182Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:48:22.182Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-24T22:48:22.183Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-24T22:48:22.183Z] PASS [2019-10-24T22:48:22.183Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-24T22:48:22.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.183Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.183Z] === RUN TestExternalGraphDriver [2019-10-24T22:48:22.183Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-24T22:48:22.183Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-24T22:48:22.183Z] === RUN TestGraphdriverPluginV2 [2019-10-24T22:48:22.183Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-24T22:48:22.183Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-24T22:48:22.183Z] PASS [2019-10-24T22:48:22.183Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-24T22:48:22.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.183Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.183Z] PASS [2019-10-24T22:48:22.183Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-24T22:48:22.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.183Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-24T22:48:22.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.183Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.183Z] === RUN TestSecretInspect [2019-10-24T22:48:22.183Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestSecretList [2019-10-24T22:48:22.183Z] --- SKIP: TestSecretList (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestSecretsCreateAndDelete [2019-10-24T22:48:22.183Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestSecretsUpdate [2019-10-24T22:48:22.183Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestTemplatedSecret [2019-10-24T22:48:22.183Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestSecretCreateResolve [2019-10-24T22:48:22.183Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-24T22:48:22.183Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:22.183Z] PASS [2019-10-24T22:48:22.183Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-24T22:48:22.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.183Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.183Z] === RUN TestServiceCreateInit [2019-10-24T22:48:22.183Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-24T22:48:22.183Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-24T22:48:22.183Z] --- PASS: TestServiceCreateInit (0.03s) [2019-10-24T22:48:22.183Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceMultipleTimes [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceConflict [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceMaxReplicas [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-24T22:48:22.183Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceSecretFileMode [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceConfigFileMode [2019-10-24T22:48:22.183Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-24T22:48:22.183Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.183Z] === RUN TestCreateServiceSysctls [2019-10-24T22:48:22.454Z] ok github.com/docker/docker/distribution/metadata 0.173s coverage: 48.2% of statements [2019-10-24T22:48:22.454Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2019-10-24T22:48:22.644Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-24T22:48:22.644Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestCreateServiceCapabilities [2019-10-24T22:48:22.644Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-24T22:48:22.644Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestInspect [2019-10-24T22:48:22.644Z] --- SKIP: TestInspect (0.00s) [2019-10-24T22:48:22.644Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestServiceListWithStatuses [2019-10-24T22:48:22.644Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-24T22:48:22.644Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestDockerNetworkConnectAlias [2019-10-24T22:48:22.644Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-24T22:48:22.644Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestDockerNetworkReConnect [2019-10-24T22:48:22.644Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-24T22:48:22.644Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestServicePlugin [2019-10-24T22:48:22.644Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-24T22:48:22.644Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestServiceUpdateLabel [2019-10-24T22:48:22.644Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-24T22:48:22.644Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:22.644Z] === RUN TestServiceUpdateSecrets [2019-10-24T22:48:22.644Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-24T22:48:22.644Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:22.644Z] === RUN TestServiceUpdateConfigs [2019-10-24T22:48:22.644Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-24T22:48:22.644Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:22.644Z] === RUN TestServiceUpdateNetwork [2019-10-24T22:48:22.644Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-24T22:48:22.644Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-24T22:48:22.644Z] PASS [2019-10-24T22:48:22.644Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-24T22:48:22.644Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.644Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.644Z] === RUN TestSessionCreate [2019-10-24T22:48:22.644Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-24T22:48:22.644Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-24T22:48:22.644Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-24T22:48:22.644Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-24T22:48:22.644Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-24T22:48:22.644Z] PASS [2019-10-24T22:48:22.644Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-24T22:48:22.644Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:22.644Z] INFO: Testing against a local daemon [2019-10-24T22:48:22.644Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-24T22:48:22.644Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:48:22.644Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-24T22:48:22.644Z] === RUN TestEventsExecDie [2019-10-24T22:48:22.644Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-24T22:48:22.644Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-24T22:48:22.644Z] === RUN TestEventsBackwardsCompatible [2019-10-24T22:48:22.644Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-24T22:48:22.644Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-24T22:48:22.644Z] === RUN TestInfoAPI [2019-10-24T22:48:22.644Z] --- PASS: TestInfoAPI (0.03s) [2019-10-24T22:48:22.644Z] === RUN TestInfoAPIWarnings [2019-10-24T22:48:22.644Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-24T22:48:22.644Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-24T22:48:22.644Z] === RUN TestInfoDebug [2019-10-24T22:48:22.644Z] --- FAIL: TestInfoDebug (0.01s) [2019-10-24T22:48:22.644Z] info_test.go:75: [dfa509e7f4496] failed to start daemon with arguments [--containerd /var/run/docker/containerd/containerd.sock --data-root D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoDebug\dfa509e7f4496\root --exec-root C:\windows\TEMP\dxr\dfa509e7f4496 --pidfile D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoDebug\dfa509e7f4496\docker.pid --userland-proxy=true --containerd-namespace dfa509e7f4496 --containerd-plugins-namespace dfa509e7f4496p --host unix://C:\windows\TEMP\docker-integration\dfa509e7f4496.sock --storage-driver overlay2 --debug] : protocol not available [2019-10-24T22:48:22.644Z] === RUN TestInfoInsecureRegistries [2019-10-24T22:48:22.644Z] --- FAIL: TestInfoInsecureRegistries (0.00s) [2019-10-24T22:48:22.644Z] info_test.go:100: [d4b852c022451] failed to start daemon with arguments [--containerd /var/run/docker/containerd/containerd.sock --data-root D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoInsecureRegistries\d4b852c022451\root --exec-root C:\windows\TEMP\dxr\d4b852c022451 --pidfile D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoInsecureRegistries\d4b852c022451\docker.pid --userland-proxy=true --containerd-namespace d4b852c022451 --containerd-plugins-namespace d4b852c022451p --host unix://C:\windows\TEMP\docker-integration\d4b852c022451.sock --debug --storage-driver overlay2 --insecure-registry=192.168.1.0/24 --insecure-registry=insecurehost.com:5000] : protocol not available [2019-10-24T22:48:22.644Z] === RUN TestInfoRegistryMirrors [2019-10-24T22:48:22.644Z] --- FAIL: TestInfoRegistryMirrors (0.01s) [2019-10-24T22:48:22.644Z] info_test.go:124: [d98428d440e39] failed to start daemon with arguments [--containerd /var/run/docker/containerd/containerd.sock --data-root D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoRegistryMirrors\d98428d440e39\root --exec-root C:\windows\TEMP\dxr\d98428d440e39 --pidfile D:\gopath\src\github.com\docker\docker\bundles\tmp\TestInfoRegistryMirrors\d98428d440e39\docker.pid --userland-proxy=true --containerd-namespace d98428d440e39 --containerd-plugins-namespace d98428d440e39p --host unix://C:\windows\TEMP\docker-integration\d98428d440e39.sock --debug --storage-driver overlay2 --registry-mirror=https://192.168.1.2 --registry-mirror=http://registry.mirror.com:5000] : protocol not available [2019-10-24T22:48:22.644Z] === RUN TestLoginFailsWithBadCredentials [2019-10-24T22:48:23.368Z] --- PASS: TestExternalGraphDriver (6.39s) [2019-10-24T22:48:23.368Z] --- PASS: TestExternalGraphDriver/json (1.98s) [2019-10-24T22:48:23.368Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-10-24T22:48:23.368Z] --- PASS: TestExternalGraphDriver/pull (2.13s) [2019-10-24T22:48:23.368Z] === RUN TestGraphdriverPluginV2 [2019-10-24T22:48:23.368Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2019-10-24T22:48:23.368Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:23.368Z] PASS [2019-10-24T22:48:23.368Z] [2019-10-24T22:48:23.368Z] === Skipped [2019-10-24T22:48:23.368Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2019-10-24T22:48:23.368Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:23.368Z] [2019-10-24T22:48:23.368Z] [2019-10-24T22:48:23.368Z] DONE 5 tests, 1 skipped in 6.602s [2019-10-24T22:48:23.368Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-24T22:48:23.368Z] ++ 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-10-24T22:48:23.368Z] ++ set -e [2019-10-24T22:48:23.368Z] ++ '[' -n 0 ']' [2019-10-24T22:48:23.368Z] ++ set -x [2019-10-24T22:48:23.368Z] ++ 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-10-24T22:48:23.617Z] --- PASS: TestLoginFailsWithBadCredentials (1.09s) [2019-10-24T22:48:23.617Z] === RUN TestPingCacheHeaders [2019-10-24T22:48:23.617Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-24T22:48:23.617Z] === RUN TestPingGet [2019-10-24T22:48:23.617Z] --- PASS: TestPingGet (0.03s) [2019-10-24T22:48:23.617Z] === RUN TestPingHead [2019-10-24T22:48:23.862Z] INFO: Testing against a local daemon [2019-10-24T22:48:23.862Z] === RUN TestContinueAfterPluginCrash [2019-10-24T22:48:23.862Z] === PAUSE TestContinueAfterPluginCrash [2019-10-24T22:48:23.862Z] === RUN TestDaemonStartWithLogOpt [2019-10-24T22:48:23.862Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-24T22:48:23.862Z] === CONT TestContinueAfterPluginCrash [2019-10-24T22:48:23.862Z] === CONT TestDaemonStartWithLogOpt [2019-10-24T22:48:23.947Z] ok github.com/docker/docker/distribution 0.583s coverage: 22.1% of statements [2019-10-24T22:48:23.947Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-24T22:48:24.078Z] --- PASS: TestPingHead (0.03s) [2019-10-24T22:48:24.079Z] === RUN TestVersion [2019-10-24T22:48:24.079Z] --- PASS: TestVersion (0.03s) [2019-10-24T22:48:24.079Z] FAIL [2019-10-24T22:48:24.079Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-24T22:48:24.079Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:24.079Z] INFO: Testing against a local daemon [2019-10-24T22:48:24.079Z] === RUN TestVolumesCreateAndList [2019-10-24T22:48:24.079Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-24T22:48:24.079Z] === RUN TestVolumesRemove [2019-10-24T22:48:24.079Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-24T22:48:24.079Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-24T22:48:24.079Z] === RUN TestVolumesInspect [2019-10-24T22:48:24.079Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-24T22:48:24.079Z] === RUN TestVolumesInvalidJSON [2019-10-24T22:48:24.079Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:24.079Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:24.079Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:24.079Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-24T22:48:24.079Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-24T22:48:24.079Z] PASS [2019-10-24T22:48:24.079Z] INFO: make.ps1 ended at 10/24/2019 22:48:23 [2019-10-24T22:48:24.079Z] INFO: Integration CLI tests being run from the host: [2019-10-24T22:48:24.079Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-24T22:48:24.970Z] ok github.com/docker/docker/distribution/xfer 1.695s coverage: 85.1% of statements [2019-10-24T22:48:24.970Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-24T22:48:25.320Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite (362.48s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.32s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.14s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.76s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.07s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:1449: [d58f9d85a3569] daemon is not started [2019-10-24T22:48:25.886Z] check_test.go:309: [da8b40541b672] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.84s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.81s) [2019-10-24T22:48:25.886Z] check_test.go:309: [dee4c2d373119] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.97s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.67s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.13s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.50s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.14s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.73s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.92s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.50s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s) [2019-10-24T22:48:25.886Z] check_test.go:309: [dd509bc852e53] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-24T22:48:25.886Z] check_test.go:309: [daf919fc7c7ab] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.75s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d99c58e19f58f] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.74s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.61s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d215e473f14b6] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s) [2019-10-24T22:48:25.886Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-24T22:48:25.886Z] check_test.go:309: [d8c0175cf237c] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.85s) [2019-10-24T22:48:25.886Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-24T22:48:25.886Z] check_test.go:309: [d87f32c3095d2] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.02s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.30s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.82s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.97s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d77af2070e3d5] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.57s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d3ea0ed7763c3] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.72s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_plugins_test.go:79: [d22719ee6fe03] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.27s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_plugins_test.go:169: [d3699a9555591] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.08s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-10-24T22:48:25.886Z] check_test.go:309: [de5eb756527ef] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.75s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.00s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.71s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.71s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.99s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.63s) [2019-10-24T22:48:25.886Z] check_test.go:309: [da12276f8f0cd] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.60s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.41s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.58s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.26s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.00s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.35s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d355c5e8e2301] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.65s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.77s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.96s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.64s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.54s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.36s) [2019-10-24T22:48:25.886Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-24T22:48:25.886Z] check_test.go:309: [d2c66ed6aa0c4] daemon is not started [2019-10-24T22:48:25.886Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-24T22:48:25.886Z] check_test.go:309: [df6298f602848] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.79s) [2019-10-24T22:48:25.886Z] check_test.go:309: [da91686a77b49] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.49s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.36s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.44s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.56s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.46s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.10s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.32s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d8732716b857b] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.51s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.81s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.88s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d9d606dc320e2] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.99s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.57s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.26s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-24T22:48:25.886Z] check_test.go:309: [d1fa462cf620a] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d4f4e2e447fd7] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.61s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.59s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.70s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.58s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d3e912227cbd0] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.64s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.20s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.68s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2019-10-24T22:48:25.886Z] check_test.go:309: [dc69ec95aca16] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.04s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.34s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.29s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.31s) [2019-10-24T22:48:25.886Z] check_test.go:309: [dc55de869be9e] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.39s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d69bb150e0803] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.96s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.87s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.16s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.50s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.94s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.91s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.16s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.98s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.32s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.82s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.33s) [2019-10-24T22:48:25.886Z] docker_cli_daemon_test.go:2542: [d27ead537ece1] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.45s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.22s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.17s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.43s) [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2019-10-24T22:48:25.886Z] check_test.go:309: [d951b3c4d6913] daemon is not started [2019-10-24T22:48:25.886Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.05s) [2019-10-24T22:48:25.886Z] === RUN TestDockerSwarmSuite [2019-10-24T22:48:25.886Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-24T22:48:26.461Z] ok github.com/docker/docker/image/cache 0.077s coverage: 19.2% of statements [2019-10-24T22:48:27.490Z] ok github.com/docker/docker/image 0.072s coverage: 86.4% of statements [2019-10-24T22:48:27.490Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-24T22:48:28.118Z] ok github.com/docker/docker/libcontainerd/queue 0.067s coverage: 100.0% of statements [2019-10-24T22:48:29.143Z] ok github.com/docker/docker/image/v1 0.080s coverage: 25.0% of statements [2019-10-24T22:48:29.143Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-24T22:48:29.431Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements [2019-10-24T22:48:31.144Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-24T22:48:34.291Z] --- PASS: TestServiceUpdateConfigs (15.67s) [2019-10-24T22:48:34.291Z] === RUN TestServiceUpdateNetwork [2019-10-24T22:48:34.423Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-24T22:48:34.465Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-24T22:48:34.465Z] INFO: Testing against a local daemon [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-24T22:48:34.465Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-24T22:48:34.927Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-24T22:48:34.959Z] ok github.com/docker/docker/opts 0.119s coverage: 66.9% of statements [2019-10-24T22:48:34.959Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-10-24T22:48:35.388Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-24T22:48:35.427Z] --- PASS: TestDaemonStartWithLogOpt (10.12s) [2019-10-24T22:48:35.599Z] ok github.com/docker/docker/pkg/authorization 0.901s coverage: 68.3% of statements [2019-10-24T22:48:35.893Z] ok github.com/docker/docker/pkg/capabilities 0.022s coverage: 87.5% of statements [2019-10-24T22:48:36.518Z] ok github.com/docker/docker/pkg/archive 1.505s coverage: 76.7% of statements [2019-10-24T22:48:37.141Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2019-10-24T22:48:38.627Z] --- PASS: TestContinueAfterPluginCrash (14.97s) [2019-10-24T22:48:38.627Z] PASS [2019-10-24T22:48:38.627Z] [2019-10-24T22:48:38.627Z] DONE 2 tests in 15.228s [2019-10-24T22:48:38.627Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-24T22:48:38.627Z] ++ 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-10-24T22:48:38.627Z] ++ set -e [2019-10-24T22:48:38.627Z] ++ '[' -n 0 ']' [2019-10-24T22:48:38.627Z] ++ set -x [2019-10-24T22:48:38.627Z] ++ 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-10-24T22:48:38.627Z] INFO: Testing against a local daemon [2019-10-24T22:48:38.627Z] === RUN TestPluginWithDevMounts [2019-10-24T22:48:38.627Z] === PAUSE TestPluginWithDevMounts [2019-10-24T22:48:38.627Z] === CONT TestPluginWithDevMounts [2019-10-24T22:48:38.631Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2019-10-24T22:48:38.631Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 92.9% of statements [2019-10-24T22:48:40.129Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2019-10-24T22:48:40.129Z] ok github.com/docker/docker/layer 7.612s coverage: 68.8% of statements [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/oci [no test files] [2019-10-24T22:48:40.129Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-24T22:48:40.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-24T22:48:40.973Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-24T22:48:41.070Z] --- PASS: TestPluginWithDevMounts (1.94s) [2019-10-24T22:48:41.070Z] PASS [2019-10-24T22:48:41.070Z] [2019-10-24T22:48:41.070Z] DONE 1 tests in 2.171s [2019-10-24T22:48:41.070Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-24T22:48:41.070Z] ++ 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-10-24T22:48:41.070Z] ++ set -e [2019-10-24T22:48:41.070Z] ++ '[' -n 0 ']' [2019-10-24T22:48:41.070Z] ++ set -x [2019-10-24T22:48:41.070Z] ++ 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-10-24T22:48:41.070Z] INFO: Testing against a local daemon [2019-10-24T22:48:41.070Z] === RUN TestSecretInspect [2019-10-24T22:48:41.157Z] ok github.com/docker/docker/pkg/discovery/nodes 0.025s coverage: 93.8% of statements [2019-10-24T22:48:41.445Z] ok github.com/docker/docker/pkg/dmesg 0.021s coverage: 83.3% of statements [2019-10-24T22:48:41.939Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-24T22:48:41.939Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-24T22:48:42.926Z] ok github.com/docker/docker/pkg/chrootarchive 4.318s coverage: 43.2% of statements [2019-10-24T22:48:42.926Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-24T22:48:42.926Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-24T22:48:42.926Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2019-10-24T22:48:42.926Z] ok github.com/docker/docker/pkg/fileutils 0.061s coverage: 89.5% of statements [2019-10-24T22:48:44.309Z] --- PASS: TestSecretInspect (2.99s) [2019-10-24T22:48:44.309Z] === RUN TestSecretList [2019-10-24T22:48:44.415Z] ok github.com/docker/docker/pkg/fsutils 0.340s coverage: 85.1% of statements [2019-10-24T22:48:44.415Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-10-24T22:48:44.702Z] ok github.com/docker/docker/pkg/discovery/kv 3.286s coverage: 84.1% of statements [2019-10-24T22:48:46.753Z] --- PASS: TestSecretList (2.89s) [2019-10-24T22:48:46.753Z] === RUN TestSecretsCreateAndDelete [2019-10-24T22:48:46.756Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2019-10-24T22:48:46.756Z] ok github.com/docker/docker/pkg/locker 0.041s coverage: 88.9% of statements [2019-10-24T22:48:47.394Z] ok github.com/docker/docker/pkg/idtools 0.983s coverage: 70.1% of statements [2019-10-24T22:48:47.394Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2019-10-24T22:48:48.417Z] ok github.com/docker/docker/pkg/ioutils 1.910s coverage: 69.3% of statements [2019-10-24T22:48:48.417Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-24T22:48:48.504Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-24T22:48:48.702Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2019-10-24T22:48:48.989Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2019-10-24T22:48:49.184Z] --- PASS: TestServiceUpdateNetwork (15.49s) [2019-10-24T22:48:49.184Z] PASS [2019-10-24T22:48:49.184Z] [2019-10-24T22:48:49.184Z] === Skipped [2019-10-24T22:48:49.184Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-24T22:48:49.184Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:48:49.184Z] [2019-10-24T22:48:49.184Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-24T22:48:49.184Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:48:49.184Z] [2019-10-24T22:48:49.184Z] [2019-10-24T22:48:49.184Z] DONE 20 tests, 2 skipped in 137.109s [2019-10-24T22:48:49.184Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] ++ set -e [2019-10-24T22:48:49.184Z] ++ '[' -n 0 ']' [2019-10-24T22:48:49.184Z] ++ set -x [2019-10-24T22:48:49.184Z] ++ 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=arm64 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/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] INFO: Testing against a local daemon [2019-10-24T22:48:49.184Z] === RUN TestSessionCreate [2019-10-24T22:48:49.184Z] --- PASS: TestSessionCreate (0.05s) [2019-10-24T22:48:49.184Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-24T22:48:49.184Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-24T22:48:49.184Z] PASS [2019-10-24T22:48:49.184Z] [2019-10-24T22:48:49.184Z] DONE 2 tests in 0.264s [2019-10-24T22:48:49.184Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] ++ set -e [2019-10-24T22:48:49.184Z] ++ '[' -n 0 ']' [2019-10-24T22:48:49.184Z] ++ set -x [2019-10-24T22:48:49.184Z] ++ 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=arm64 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/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:49.184Z] INFO: Testing against a local daemon [2019-10-24T22:48:49.184Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-24T22:48:49.184Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:48:49.184Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:48:49.184Z] === RUN TestEventsExecDie [2019-10-24T22:48:49.184Z] --- PASS: TestEventsExecDie (1.03s) [2019-10-24T22:48:49.184Z] === RUN TestEventsBackwardsCompatible [2019-10-24T22:48:49.444Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-10-24T22:48:49.444Z] === RUN TestInfoBinaryCommits [2019-10-24T22:48:49.444Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-24T22:48:49.444Z] === RUN TestInfoAPIVersioned [2019-10-24T22:48:49.444Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-24T22:48:49.444Z] === RUN TestInfoDiscoveryBackend [2019-10-24T22:48:49.613Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-10-24T22:48:49.613Z] ok github.com/docker/docker/pkg/mount 0.945s coverage: 70.0% of statements [2019-10-24T22:48:49.613Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-24T22:48:49.924Z] --- PASS: TestSecretsCreateAndDelete (2.79s) [2019-10-24T22:48:49.924Z] === RUN TestSecretsUpdate [2019-10-24T22:48:50.014Z] --- PASS: TestInfoDiscoveryBackend (0.65s) [2019-10-24T22:48:50.014Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-10-24T22:48:50.237Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.041s coverage: 91.4% of statements [2019-10-24T22:48:50.237Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2019-10-24T22:48:50.237Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-24T22:48:50.237Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-24T22:48:50.401Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-24T22:48:51.257Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.036s coverage: 56.8% of statements [2019-10-24T22:48:51.394Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-24T22:48:51.394Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-10-24T22:48:51.654Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s) [2019-10-24T22:48:51.654Z] === RUN TestInfoAPI [2019-10-24T22:48:51.654Z] --- PASS: TestInfoAPI (0.05s) [2019-10-24T22:48:51.654Z] === RUN TestInfoAPIWarnings [2019-10-24T22:48:52.224Z] --- PASS: TestInfoAPIWarnings (0.55s) [2019-10-24T22:48:52.224Z] === RUN TestInfoDebug [2019-10-24T22:48:52.455Z] --- PASS: TestSecretsUpdate (2.45s) [2019-10-24T22:48:52.455Z] === RUN TestTemplatedSecret [2019-10-24T22:48:52.794Z] --- PASS: TestInfoDebug (0.55s) [2019-10-24T22:48:52.794Z] === RUN TestInfoInsecureRegistries [2019-10-24T22:48:52.927Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-24T22:48:53.306Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2019-10-24T22:48:53.306Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2019-10-24T22:48:53.306Z] ok github.com/docker/docker/pkg/plugins/transport 0.025s coverage: 85.7% of statements [2019-10-24T22:48:53.364Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2019-10-24T22:48:53.364Z] === RUN TestInfoRegistryMirrors [2019-10-24T22:48:53.493Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-24T22:48:53.933Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2019-10-24T22:48:53.933Z] === RUN TestLoginFailsWithBadCredentials [2019-10-24T22:48:54.321Z] ok github.com/docker/docker/pkg/reexec 0.026s coverage: 82.4% of statements [2019-10-24T22:48:54.502Z] --- PASS: TestLoginFailsWithBadCredentials (0.51s) [2019-10-24T22:48:54.502Z] === RUN TestPingCacheHeaders [2019-10-24T22:48:54.502Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-24T22:48:54.502Z] === RUN TestPingGet [2019-10-24T22:48:54.502Z] --- PASS: TestPingGet (0.03s) [2019-10-24T22:48:54.502Z] === RUN TestPingHead [2019-10-24T22:48:54.502Z] --- PASS: TestPingHead (0.05s) [2019-10-24T22:48:54.502Z] === RUN TestVersion [2019-10-24T22:48:54.502Z] --- PASS: TestVersion (0.05s) [2019-10-24T22:48:54.502Z] PASS [2019-10-24T22:48:54.502Z] [2019-10-24T22:48:54.502Z] === Skipped [2019-10-24T22:48:54.502Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:48:54.502Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:48:54.502Z] [2019-10-24T22:48:54.502Z] [2019-10-24T22:48:54.502Z] DONE 18 tests, 1 skipped in 6.560s [2019-10-24T22:48:54.502Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-24T22:48:54.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:54.502Z] ++ set -e [2019-10-24T22:48:54.502Z] ++ '[' -n 0 ']' [2019-10-24T22:48:54.502Z] ++ set -x [2019-10-24T22:48:54.502Z] ++ 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=arm64 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/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-24T22:48:54.762Z] INFO: Testing against a local daemon [2019-10-24T22:48:54.762Z] === RUN TestVolumesCreateAndList [2019-10-24T22:48:54.762Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-24T22:48:54.762Z] === RUN TestVolumesRemove [2019-10-24T22:48:54.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-24T22:48:54.935Z] --- PASS: TestTemplatedSecret (3.08s) [2019-10-24T22:48:54.935Z] === RUN TestSecretCreateResolve [2019-10-24T22:48:54.941Z] ok github.com/docker/docker/pkg/pubsub 1.192s coverage: 73.9% of statements [2019-10-24T22:48:55.022Z] --- PASS: TestVolumesRemove (0.19s) [2019-10-24T22:48:55.022Z] === RUN TestVolumesInspect [2019-10-24T22:48:55.022Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-24T22:48:55.022Z] === RUN TestVolumesInvalidJSON [2019-10-24T22:48:55.022Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:55.022Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:55.022Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-24T22:48:55.022Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-24T22:48:55.022Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-24T22:48:55.022Z] PASS [2019-10-24T22:48:55.022Z] [2019-10-24T22:48:55.022Z] DONE 5 tests in 0.445s [2019-10-24T22:48:55.022Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T22:48:55.227Z] ok github.com/docker/docker/pkg/stdcopy 0.067s coverage: 100.0% of statements [2019-10-24T22:48:55.591Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T22:48:55.591Z] +++ kill 13046 [2019-10-24T22:48:56.246Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2019-10-24T22:48:56.246Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-10-24T22:48:56.865Z] ok github.com/docker/docker/pkg/symlink 0.018s coverage: 87.7% of statements [2019-10-24T22:48:56.972Z] +++ /etc/init.d/apparmor stop [2019-10-24T22:48:56.972Z] Clearing AppArmor profiles cache:. [2019-10-24T22:48:56.972Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T22:48:56.972Z] Unloading profiles will leave already running processes permanently [2019-10-24T22:48:56.972Z] unconfined, which can lead to unexpected situations. [2019-10-24T22:48:56.972Z] [2019-10-24T22:48:56.972Z] To set a process to complain mode, use the command line tool [2019-10-24T22:48:56.972Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T22:48:56.972Z] with the 'teardown' option." [2019-10-24T22:48:56.972Z] [2019-10-24T22:48:57.488Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 80.0% of statements [2019-10-24T22:48:57.775Z] ok github.com/docker/docker/pkg/signal 3.337s coverage: 61.0% of statements [2019-10-24T22:48:58.068Z] --- PASS: TestSecretCreateResolve (2.74s) [2019-10-24T22:48:58.068Z] PASS [2019-10-24T22:48:58.068Z] [2019-10-24T22:48:58.068Z] DONE 6 tests in 17.095s [2019-10-24T22:48:58.068Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-24T22:48:58.068Z] ++ 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-10-24T22:48:58.068Z] ++ set -e [2019-10-24T22:48:58.068Z] ++ '[' -n 0 ']' [2019-10-24T22:48:58.068Z] ++ set -x [2019-10-24T22:48:58.068Z] ++ 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-10-24T22:48:58.068Z] INFO: Testing against a local daemon [2019-10-24T22:48:58.068Z] === RUN TestServiceCreateInit [2019-10-24T22:48:58.068Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-24T22:48:58.820Z] ok github.com/docker/docker/pkg/system 0.089s coverage: 36.9% of statements [2019-10-24T22:48:58.820Z] ok github.com/docker/docker/pkg/tailfile 0.227s coverage: 88.6% of statements [2019-10-24T22:48:59.839Z] testing: warning: no tests to run [2019-10-24T22:48:59.839Z] coverage: [no statements] [2019-10-24T22:48:59.839Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2019-10-24T22:49:00.463Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-10-24T22:49:00.823Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-24T22:49:00.823Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-24T22:49:00.823Z] remote: Enumerating objects: 19, done. [2019-10-24T22:49:00.823Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-24T22:49:00.823Z] 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-10-24T22:49:00.823Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-24T22:49:01.083Z] ok github.com/docker/docker/pkg/tarsum 0.194s coverage: 89.3% of statements [2019-10-24T22:49:01.083Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements Post stage [Pipeline] junit [2019-10-24T22:49:01.189Z] Recording test results [2019-10-24T22:49:01.370Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-10-24T22:49:01.384Z] [2019-10-24T22:49:01.418Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-24T22:49:01.907Z] + echo Ensuring container killed. [2019-10-24T22:49:01.907Z] Ensuring container killed. [2019-10-24T22:49:01.907Z] + docker rm -vf docker-pr3 [2019-10-24T22:49:01.907Z] Error: No such container: docker-pr3 [2019-10-24T22:49:01.907Z] + true [Pipeline] sh [2019-10-24T22:49:01.995Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2019-10-24T22:49:02.208Z] + echo Chowning /workspace to jenkins user [2019-10-24T22:49:02.208Z] Chowning /workspace to jenkins user [2019-10-24T22:49:02.208Z] + id -u [2019-10-24T22:49:02.208Z] + id -g [2019-10-24T22:49:02.208Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40135:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-24T22:49:03.197Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/test/unit [2019-10-24T22:49:03.246Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-24T22:49:04.058Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2019-10-24T22:49:04.694Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-24T22:49:06.102Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-10-24T22:49:06.102Z] ok github.com/docker/docker/profiles/seccomp 0.041s coverage: 68.8% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T22:49:06.494Z] ? github.com/docker/docker/api [no test files] [2019-10-24T22:49:06.716Z] + bundleName=arm64-integration [2019-10-24T22:49:06.716Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-24T22:49:06.716Z] Creating arm64-integration-bundles.tar.gz [2019-10-24T22:49:06.716Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-24T22:49:06.716Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-24T22:49:06.990Z] Archiving artifacts [2019-10-24T22:49:07.219Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-24T22:49:07.648Z] ok github.com/docker/docker/plugin 0.634s coverage: 27.1% of statements [2019-10-24T22:49:08.293Z] --- PASS: TestServiceCreateInit (10.30s) [2019-10-24T22:49:08.294Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.14s) [2019-10-24T22:49:08.294Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.14s) [2019-10-24T22:49:08.294Z] === RUN TestCreateServiceMultipleTimes [2019-10-24T22:49:08.667Z] ok github.com/docker/docker/registry/resumable 0.029s coverage: 100.0% of statements [2019-10-24T22:49:08.958Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T22:49:09.282Z] + make clean [2019-10-24T22:49:09.288Z] ok github.com/docker/docker/restartmanager 0.019s coverage: 50.9% of statements [2019-10-24T22:49:09.853Z] docker volume rm -f docker-dev-cache [2019-10-24T22:49:09.853Z] docker-dev-cache [Pipeline] deleteDir [2019-10-24T22:49:10.784Z] ok github.com/docker/docker/testutil 0.023s coverage: 62.5% of statements [2019-10-24T22:49:11.070Z] ok github.com/docker/docker/runconfig 0.018s coverage: 68.2% of statements [2019-10-24T22:49:11.693Z] ok github.com/docker/docker/registry 0.576s coverage: 56.3% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-24T22:49:15.172Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2019-10-24T22:49:17.233Z] ok github.com/docker/docker/volume/mounts 0.112s coverage: 67.0% of statements [2019-10-24T22:49:17.854Z] ok github.com/docker/docker/volume/local 0.029s coverage: 73.0% of statements [2019-10-24T22:49:19.332Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2019-10-24T22:49:21.328Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2019-10-24T22:49:22.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-24T22:49:22.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-24T22:49:27.342Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-24T22:49:27.342Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-24T22:49:27.719Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/rootless [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/volume [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-24T22:49:27.719Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === Skipped [2019-10-24T22:49:27.719Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-24T22:49:27.719Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-24T22:49:27.719Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-24T22:49:27.719Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-24T22:49:27.719Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-24T22:49:27.719Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-24T22:49:27.719Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.719Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:49:27.719Z] [2019-10-24T22:49:27.719Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-24T22:49:27.720Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.720Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-24T22:49:27.720Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.720Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-24T22:49:27.720Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.720Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-24T22:49:27.720Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:49:27.720Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-24T22:49:27.720Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-24T22:49:27.720Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-24T22:49:27.720Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] [2019-10-24T22:49:27.720Z] DONE 2115 tests, 20 skipped in 332.700s Post stage [Pipeline] junit [2019-10-24T22:49:27.756Z] Recording test results [2019-10-24T22:49:28.065Z] --- PASS: TestCreateServiceMultipleTimes (18.04s) [2019-10-24T22:49:28.065Z] === RUN TestCreateServiceConflict [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-24T22:49:28.954Z] --- PASS: TestCreateServiceConflict (2.70s) [2019-10-24T22:49:28.954Z] === RUN TestCreateServiceMaxReplicas [2019-10-24T22:49:29.223Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40135/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/make.sh dynbinary test-integration [2019-10-24T22:49:29.509Z] [2019-10-24T22:49:29.805Z] Removing bundles/ [2019-10-24T22:49:29.805Z] [2019-10-24T22:49:29.805Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-24T22:49:29.805Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:49:29.805Z] GOOS="" GOARCH="" GOARM="" [2019-10-24T22:49:32.600Z] --- PASS: TestImportExtremelyLargeImageWorks (186.62s) [2019-10-24T22:49:32.600Z] PASS [2019-10-24T22:49:32.600Z] [2019-10-24T22:49:32.600Z] DONE 12 tests in 190.294s [2019-10-24T22:49:32.600Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-24T22:49:32.600Z] ++ 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-10-24T22:49:32.600Z] ++ set -e [2019-10-24T22:49:32.600Z] ++ '[' -n 0 ']' [2019-10-24T22:49:32.600Z] ++ set -x [2019-10-24T22:49:32.600Z] ++ 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-10-24T22:49:32.600Z] INFO: Testing against a local daemon [2019-10-24T22:49:32.600Z] === RUN TestNetworkCreateDelete [2019-10-24T22:49:32.600Z] --- PASS: TestNetworkCreateDelete (0.15s) [2019-10-24T22:49:32.600Z] === RUN TestDockerNetworkDeletePreferID [2019-10-24T22:49:32.600Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-10-24T22:49:32.600Z] === RUN TestInspectNetwork [2019-10-24T22:49:32.600Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-24T22:49:32.858Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-24T22:49:33.037Z] --- PASS: TestCreateServiceMaxReplicas (4.01s) [2019-10-24T22:49:33.037Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-24T22:49:33.115Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-24T22:49:34.048Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-24T22:49:34.048Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-24T22:49:34.305Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-24T22:49:34.565Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-24T22:49:37.092Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-24T22:49:38.987Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-24T22:49:38.988Z] === RUN TestInspectNetwork/full_network_id [2019-10-24T22:49:38.988Z] === RUN TestInspectNetwork/partial_network_id [2019-10-24T22:49:38.988Z] === RUN TestInspectNetwork/network_name [2019-10-24T22:49:38.988Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-24T22:49:40.360Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-24T22:49:41.732Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-24T22:49:43.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-24T22:49:43.103Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-24T22:49:43.361Z] --- PASS: TestInspectNetwork (10.86s) [2019-10-24T22:49:43.361Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-24T22:49:43.361Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-24T22:49:43.361Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-24T22:49:43.361Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-24T22:49:43.361Z] === RUN TestRunContainerWithBridgeNone [2019-10-24T22:49:43.927Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-24T22:49:44.491Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-24T22:49:47.018Z] --- PASS: TestRunContainerWithBridgeNone (3.29s) [2019-10-24T22:49:47.018Z] === RUN TestNetworkInvalidJSON [2019-10-24T22:49:47.018Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-24T22:49:47.018Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-24T22:49:47.018Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:49:47.018Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:49:47.018Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:49:47.018Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:49:47.018Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-24T22:49:47.018Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T22:49:47.018Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T22:49:47.018Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2019-10-24T22:49:47.018Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-24T22:49:47.018Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-24T22:49:47.018Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-24T22:49:47.018Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-24T22:49:47.582Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-10-24T22:49:47.582Z] === RUN TestDaemonDefaultNetworkPools [2019-10-24T22:49:48.514Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2019-10-24T22:49:48.514Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-24T22:49:49.447Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-24T22:49:49.447Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-24T22:49:49.552Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.36s) [2019-10-24T22:49:49.552Z] === RUN TestCreateServiceSecretFileMode [2019-10-24T22:49:50.797Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2019-10-24T22:49:50.797Z] === RUN TestCreateServiceConfigFileMode [2019-10-24T22:49:50.819Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2019-10-24T22:49:50.819Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-24T22:49:51.384Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-24T22:49:51.384Z] === RUN TestServiceWithPredefinedNetwork [2019-10-24T22:49:52.315Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-24T22:49:54.046Z] --- PASS: TestCreateServiceConfigFileMode (3.24s) [2019-10-24T22:49:54.046Z] === RUN TestCreateServiceSysctls [2019-10-24T22:49:54.838Z] --- PASS: TestServiceWithPredefinedNetwork (3.06s) [2019-10-24T22:49:54.838Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-24T22:49:54.838Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:49:54.838Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:49:54.838Z] === RUN TestServiceWithDataPathPortInit [2019-10-24T22:49:58.041Z] --- PASS: TestCreateServiceSysctls (4.10s) [2019-10-24T22:49:58.041Z] === RUN TestCreateServiceCapabilities [2019-10-24T22:50:01.289Z] --- PASS: TestCreateServiceCapabilities (2.87s) [2019-10-24T22:50:01.289Z] === RUN TestInspect [2019-10-24T22:50:04.467Z] --- PASS: TestInspect (3.49s) [2019-10-24T22:50:04.467Z] === RUN TestServiceListWithStatuses [2019-10-24T22:50:04.467Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-24T22:50:04.467Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:50:04.467Z] === RUN TestDockerNetworkConnectAlias [2019-10-24T22:50:10.733Z] --- PASS: TestDockerNetworkConnectAlias (5.64s) [2019-10-24T22:50:10.733Z] === RUN TestDockerNetworkReConnect [2019-10-24T22:50:14.778Z] --- PASS: TestDockerNetworkReConnect (4.49s) [2019-10-24T22:50:14.778Z] === RUN TestServicePlugin [2019-10-24T22:50:14.778Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-24T22:50:14.778Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:50:14.778Z] === RUN TestServiceUpdateLabel [2019-10-24T22:50:16.745Z] --- PASS: TestServiceWithDataPathPortInit (18.72s) [2019-10-24T22:50:16.745Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-24T22:50:16.745Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-24T22:50:16.745Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-24T22:50:17.216Z] --- PASS: TestServiceUpdateLabel (2.86s) [2019-10-24T22:50:17.216Z] === RUN TestServiceUpdateSecrets [2019-10-24T22:50:23.297Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.61s) [2019-10-24T22:50:23.297Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7tir656qyxdjfjig2rl27jw3z Created:2019-10-24 22:50:15.038707 +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[7a260f01954c761535446aedb0ee10a686d3b1b4fc90b5009b1ee31c9cc98c47:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fn0kiteeb8of8wh9duvnfuwsf EndpointID:7ff32cd2bad5d6661ef713245b042e5a3a33afd767b7eaf234167394d5b22a29 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cf7c35bd505006e7ea2b26627d8151065bbbf7c79a5a038ccb6b24efcff728c7 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:2f85b1a80bd5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fn0kiteeb8of8wh9duvnfuwsf EndpointID:7ff32cd2bad5d6661ef713245b042e5a3a33afd767b7eaf234167394d5b22a29 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-24T22:50:23.297Z] PASS [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] === Skipped [2019-10-24T22:50:23.297Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T22:50:23.297Z] service_test.go:230: FLAKY_TEST [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] DONE 21 tests, 1 skipped in 50.985s [2019-10-24T22:50:23.297Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:50:23.297Z] ++ 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-10-24T22:50:23.297Z] ++ set -e [2019-10-24T22:50:23.297Z] ++ '[' -n 0 ']' [2019-10-24T22:50:23.297Z] ++ set -x [2019-10-24T22:50:23.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-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-10-24T22:50:23.297Z] INFO: Testing against a local daemon [2019-10-24T22:50:23.297Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-24T22:50:23.297Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-24T22:50:23.297Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:50:23.297Z] === RUN TestDockerNetworkIpvlan [2019-10-24T22:50:23.297Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:50:23.297Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:50:23.297Z] PASS [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] === Skipped [2019-10-24T22:50:23.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-10-24T22:50:23.297Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-24T22:50:23.297Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] [2019-10-24T22:50:23.297Z] DONE 2 tests, 2 skipped in 0.152s [2019-10-24T22:50:23.297Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-24T22:50:23.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-10-24T22:50:23.297Z] ++ set -e [2019-10-24T22:50:23.297Z] ++ '[' -n 0 ']' [2019-10-24T22:50:23.297Z] ++ set -x [2019-10-24T22:50:23.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-10-24T22:50:23.297Z] INFO: Testing against a local daemon [2019-10-24T22:50:23.297Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-24T22:50:24.670Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2019-10-24T22:50:24.670Z] === RUN TestDockerNetworkMacvlan [2019-10-24T22:50:25.236Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-24T22:50:26.168Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-24T22:50:26.425Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-24T22:50:27.357Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-24T22:50:27.357Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-24T22:50:27.922Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-24T22:50:28.179Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.0% of statements [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-24T22:50:28.948Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2019-10-24T22:50:28.948Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-24T22:50:28.949Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-24T22:50:29.509Z] ok github.com/docker/docker/builder/dockerignore 0.010s coverage: 96.8% of statements [2019-10-24T22:50:30.074Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-24T22:50:30.074Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-24T22:50:30.333Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-24T22:50:30.590Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-24T22:50:33.114Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-24T22:50:33.671Z] ok github.com/docker/docker/builder/dockerfile 0.581s coverage: 48.2% of statements [2019-10-24T22:50:33.671Z] ok github.com/docker/docker/builder/remotecontext 0.202s coverage: 13.6% of statements [2019-10-24T22:50:33.693Z] --- PASS: TestServiceUpdateSecrets (15.38s) [2019-10-24T22:50:33.693Z] === RUN TestServiceUpdateConfigs [2019-10-24T22:50:34.232Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-24T22:50:35.011Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-24T22:50:36.118Z] ok github.com/docker/docker/builder/remotecontext/git 1.676s coverage: 85.1% of statements [2019-10-24T22:50:36.118Z] ? github.com/docker/docker/cli [no test files] [2019-10-24T22:50:36.118Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-24T22:50:38.634Z] ok github.com/docker/docker/client 0.271s coverage: 75.8% of statements [2019-10-24T22:50:41.616Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan (18.30s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.14s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.15s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.06s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.73s) [2019-10-24T22:50:42.989Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2019-10-24T22:50:42.989Z] PASS [2019-10-24T22:50:42.989Z] [2019-10-24T22:50:42.989Z] DONE 8 tests in 19.914s [2019-10-24T22:50:42.989Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-24T22:50:42.989Z] ++ 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-10-24T22:50:42.989Z] ++ set -e [2019-10-24T22:50:42.989Z] ++ '[' -n 0 ']' [2019-10-24T22:50:42.989Z] ++ set -x [2019-10-24T22:50:42.989Z] ++ 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-10-24T22:50:42.989Z] testing: warning: no tests to run [2019-10-24T22:50:42.989Z] PASS [2019-10-24T22:50:42.989Z] [2019-10-24T22:50:42.989Z] DONE 0 tests in 0.031s [2019-10-24T22:50:42.989Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-24T22:50:42.989Z] ++ 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-10-24T22:50:42.989Z] ++ set -e [2019-10-24T22:50:42.989Z] ++ '[' -n 0 ']' [2019-10-24T22:50:42.989Z] ++ set -x [2019-10-24T22:50:42.989Z] ++ 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-10-24T22:50:43.247Z] INFO: Testing against a local daemon [2019-10-24T22:50:43.247Z] === RUN TestAuthZPluginAllowRequest [2019-10-24T22:50:43.247Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-24T22:50:43.506Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-24T22:50:44.439Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-24T22:50:44.696Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-24T22:50:44.953Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2019-10-24T22:50:44.953Z] === RUN TestAuthZPluginTLS [2019-10-24T22:50:44.953Z] === RUN TestDockerSuite/TestBuildFails [2019-10-24T22:50:45.517Z] --- PASS: TestAuthZPluginTLS (0.57s) [2019-10-24T22:50:45.517Z] === RUN TestAuthZPluginDenyRequest [2019-10-24T22:50:46.082Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-24T22:50:46.082Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-24T22:50:46.082Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-10-24T22:50:46.082Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-24T22:50:46.646Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-10-24T22:50:46.646Z] === RUN TestAuthZPluginDenyResponse [2019-10-24T22:50:47.211Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-24T22:50:47.211Z] === RUN TestAuthZPluginAllowEventStream [2019-10-24T22:50:48.581Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-24T22:50:48.839Z] --- PASS: TestAuthZPluginAllowEventStream (1.62s) [2019-10-24T22:50:48.839Z] === RUN TestAuthZPluginErrorResponse [2019-10-24T22:50:49.404Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2019-10-24T22:50:49.404Z] === RUN TestAuthZPluginErrorRequest [2019-10-24T22:50:49.968Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-10-24T22:50:49.968Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-24T22:50:50.107Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2019-10-24T22:50:50.107Z] === RUN TestServiceUpdateNetwork [2019-10-24T22:50:50.534Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-10-24T22:50:50.534Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-24T22:50:51.466Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-24T22:50:52.838Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.31s) [2019-10-24T22:50:52.838Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-24T22:50:53.095Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-24T22:50:54.991Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-24T22:50:54.991Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2019-10-24T22:50:54.991Z] === RUN TestAuthZPluginHeader [2019-10-24T22:50:55.249Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-24T22:50:55.814Z] --- PASS: TestAuthZPluginHeader (0.83s) [2019-10-24T22:50:55.814Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-24T22:50:56.746Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-24T22:50:58.644Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-24T22:50:59.575Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-24T22:50:59.837Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-24T22:51:00.768Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.94s) [2019-10-24T22:51:00.768Z] === RUN TestAuthZPluginV2Disable [2019-10-24T22:51:02.141Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-24T22:51:02.333Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-24T22:51:02.333Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-24T22:51:02.334Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-24T22:51:03.740Z] --- PASS: TestServiceUpdateNetwork (14.24s) [2019-10-24T22:51:03.740Z] PASS [2019-10-24T22:51:03.740Z] [2019-10-24T22:51:03.740Z] === Skipped [2019-10-24T22:51:03.740Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2019-10-24T22:51:03.740Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:51:03.740Z] [2019-10-24T22:51:03.740Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-24T22:51:03.740Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:51:03.740Z] [2019-10-24T22:51:03.740Z] [2019-10-24T22:51:03.740Z] DONE 20 tests, 2 skipped in 124.488s [2019-10-24T22:51:03.740Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-24T22:51:03.740Z] ++ 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-10-24T22:51:03.740Z] ++ set -e [2019-10-24T22:51:03.740Z] ++ '[' -n 0 ']' [2019-10-24T22:51:03.740Z] ++ set -x [2019-10-24T22:51:03.740Z] ++ 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-10-24T22:51:03.740Z] INFO: Testing against a local daemon [2019-10-24T22:51:03.740Z] === RUN TestSessionCreate [2019-10-24T22:51:03.740Z] --- PASS: TestSessionCreate (0.02s) [2019-10-24T22:51:03.740Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-24T22:51:03.740Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-10-24T22:51:03.740Z] PASS [2019-10-24T22:51:03.740Z] [2019-10-24T22:51:03.740Z] DONE 2 tests in 0.232s [2019-10-24T22:51:03.740Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-24T22:51:03.740Z] ++ 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-10-24T22:51:03.740Z] ++ set -e [2019-10-24T22:51:03.740Z] ++ '[' -n 0 ']' [2019-10-24T22:51:03.740Z] ++ set -x [2019-10-24T22:51:03.740Z] ++ 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-10-24T22:51:03.740Z] INFO: Testing against a local daemon [2019-10-24T22:51:03.740Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-24T22:51:03.740Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:51:03.740Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:51:03.740Z] === RUN TestEventsExecDie [2019-10-24T22:51:03.740Z] --- PASS: TestEventsExecDie (0.95s) [2019-10-24T22:51:03.740Z] === RUN TestEventsBackwardsCompatible [2019-10-24T22:51:03.740Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-24T22:51:03.740Z] === RUN TestInfoBinaryCommits [2019-10-24T22:51:03.740Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-24T22:51:03.740Z] === RUN TestInfoAPIVersioned [2019-10-24T22:51:03.740Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-24T22:51:03.740Z] === RUN TestInfoDiscoveryBackend [2019-10-24T22:51:04.515Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2019-10-24T22:51:04.515Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-10-24T22:51:04.668Z] --- PASS: TestAuthZPluginV2Disable (3.53s) [2019-10-24T22:51:04.668Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-24T22:51:04.668Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-24T22:51:05.363Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-24T22:51:05.363Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-10-24T22:51:05.795Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2019-10-24T22:51:05.795Z] === RUN TestInfoAPI [2019-10-24T22:51:05.795Z] --- PASS: TestInfoAPI (0.02s) [2019-10-24T22:51:05.795Z] === RUN TestInfoAPIWarnings [2019-10-24T22:51:06.040Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-24T22:51:06.079Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-24T22:51:06.079Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-24T22:51:06.079Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-24T22:51:06.187Z] --- PASS: TestInfoAPIWarnings (0.52s) [2019-10-24T22:51:06.187Z] === RUN TestInfoDebug [2019-10-24T22:51:06.953Z] --- PASS: TestInfoDebug (0.52s) [2019-10-24T22:51:06.953Z] === RUN TestInfoInsecureRegistries [2019-10-24T22:51:07.313Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2019-10-24T22:51:07.313Z] === RUN TestInfoRegistryMirrors [2019-10-24T22:51:07.413Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-24T22:51:07.670Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.33s) [2019-10-24T22:51:07.670Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-24T22:51:08.084Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2019-10-24T22:51:08.084Z] === RUN TestLoginFailsWithBadCredentials [2019-10-24T22:51:08.447Z] --- PASS: TestLoginFailsWithBadCredentials (0.58s) [2019-10-24T22:51:08.447Z] === RUN TestPingCacheHeaders [2019-10-24T22:51:08.447Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-24T22:51:08.447Z] === RUN TestPingGet [2019-10-24T22:51:08.447Z] --- PASS: TestPingGet (0.01s) [2019-10-24T22:51:08.447Z] === RUN TestPingHead [2019-10-24T22:51:08.447Z] --- PASS: TestPingHead (0.01s) [2019-10-24T22:51:08.447Z] === RUN TestVersion [2019-10-24T22:51:08.447Z] --- PASS: TestVersion (0.02s) [2019-10-24T22:51:08.447Z] PASS [2019-10-24T22:51:08.447Z] [2019-10-24T22:51:08.447Z] === Skipped [2019-10-24T22:51:08.447Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:51:08.447Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:51:08.447Z] [2019-10-24T22:51:08.447Z] [2019-10-24T22:51:08.447Z] DONE 18 tests, 1 skipped in 5.986s [2019-10-24T22:51:08.447Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-24T22:51:08.447Z] ++ 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-10-24T22:51:08.447Z] ++ set -e [2019-10-24T22:51:08.447Z] ++ '[' -n 0 ']' [2019-10-24T22:51:08.447Z] ++ set -x [2019-10-24T22:51:08.447Z] ++ 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-10-24T22:51:08.822Z] INFO: Testing against a local daemon [2019-10-24T22:51:08.823Z] === RUN TestVolumesCreateAndList [2019-10-24T22:51:08.823Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-24T22:51:08.823Z] === RUN TestVolumesRemove [2019-10-24T22:51:08.823Z] --- PASS: TestVolumesRemove (0.09s) [2019-10-24T22:51:08.823Z] === RUN TestVolumesInspect [2019-10-24T22:51:08.823Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-24T22:51:08.823Z] === RUN TestVolumesInvalidJSON [2019-10-24T22:51:08.823Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-24T22:51:08.823Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-24T22:51:08.823Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-24T22:51:08.823Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-24T22:51:08.823Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-24T22:51:08.823Z] PASS [2019-10-24T22:51:08.823Z] [2019-10-24T22:51:08.823Z] DONE 5 tests in 0.287s [2019-10-24T22:51:08.823Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T22:51:09.190Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T22:51:09.190Z] +++ kill 11491 [2019-10-24T22:51:10.438Z] +++ /etc/init.d/apparmor stop [2019-10-24T22:51:10.438Z] Clearing AppArmor profiles cache:. [2019-10-24T22:51:10.438Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T22:51:10.438Z] Unloading profiles will leave already running processes permanently [2019-10-24T22:51:10.438Z] unconfined, which can lead to unexpected situations. [2019-10-24T22:51:10.438Z] [2019-10-24T22:51:10.438Z] To set a process to complain mode, use the command line tool [2019-10-24T22:51:10.438Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T22:51:10.438Z] with the 'teardown' option." [2019-10-24T22:51:10.438Z] [2019-10-24T22:51:10.784Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-24T22:51:11.853Z] === RUN TestDockerSuite/TestBuildIidFile Post stage [Pipeline] junit [2019-10-24T22:51:12.037Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-24T22:51:12.786Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-24T22:51:13.044Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-24T22:51:13.510Z] + echo Ensuring container killed. [2019-10-24T22:51:13.510Z] Ensuring container killed. [2019-10-24T22:51:13.510Z] + docker rm -vf docker-pr3 [2019-10-24T22:51:13.510Z] Error: No such container: docker-pr3 [2019-10-24T22:51:13.510Z] + true [Pipeline] sh [2019-10-24T22:51:14.346Z] + echo Chowning /workspace to jenkins user [2019-10-24T22:51:14.346Z] Chowning /workspace to jenkins user [2019-10-24T22:51:14.346Z] + id -u [2019-10-24T22:51:14.346Z] + id -g [2019-10-24T22:51:14.346Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40135:/workspace busybox chown -R 1001:1001 /workspace [2019-10-24T22:51:14.415Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-24T22:51:15.349Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-24T22:51:15.349Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T22:51:16.723Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-24T22:51:17.120Z] + bundleName=s390x-integration [2019-10-24T22:51:17.120Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-24T22:51:17.120Z] Creating s390x-integration-bundles.tar.gz [2019-10-24T22:51:17.120Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-24T22:51:17.120Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-24T22:51:17.278Z] ok github.com/docker/docker/cmd/dockerd 0.062s coverage: 30.3% of statements [2019-10-24T22:51:17.278Z] ok github.com/docker/docker/container 0.150s coverage: 35.0% of statements [2019-10-24T22:51:17.278Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-24T22:51:17.278Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-24T22:51:17.278Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-24T22:51:17.278Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-24T22:51:17.287Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-24T22:51:17.298Z] Archiving artifacts [2019-10-24T22:51:17.545Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-24T22:51:17.875Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-24T22:51:17.875Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-24T22:51:17.875Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-24T22:51:17.875Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-24T22:51:17.875Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-24T22:51:18.109Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-24T22:51:18.366Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-24T22:51:18.421Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T22:51:18.932Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-24T22:51:19.149Z] + make clean [2019-10-24T22:51:19.149Z] make: command: Command not found [2019-10-24T22:51:19.149Z] docker volume rm -f docker-dev-cache [2019-10-24T22:51:19.228Z] docker-dev-cache [Pipeline] deleteDir [2019-10-24T22:51:20.303Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-24T22:51:20.303Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.66s) [2019-10-24T22:51:20.303Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-24T22:51:20.789Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-24T22:51:20.789Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-24T22:51:20.789Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-24T22:51:21.975Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-24T22:51:22.260Z] [2019-10-24T22:51:22.260Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-24T22:51:22.828Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-24T22:51:22.892Z] PKG_CONFIG=pkg-config [2019-10-24T22:51:22.892Z] GOLANG_VERSION=1.13.3 [2019-10-24T22:51:22.892Z] HOSTNAME=ae735096b48c [2019-10-24T22:51:22.892Z] DOCKER_EXPERIMENTAL=1 [2019-10-24T22:51:22.892Z] container=docker [2019-10-24T22:51:22.892Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-24T22:51:22.892Z] GO111MODULE=off [2019-10-24T22:51:22.892Z] GOPATH=/go [2019-10-24T22:51:22.892Z] PWD=/go/src/github.com/docker/docker [2019-10-24T22:51:22.892Z] HOME=/root [2019-10-24T22:51:22.892Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-24T22:51:22.892Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-24T22:51:22.892Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-24T22:51:22.892Z] DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f [2019-10-24T22:51:22.892Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-24T22:51:22.892Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-24T22:51:22.892Z] TERM=xterm [2019-10-24T22:51:22.892Z] VALIDATE_BRANCH=master [2019-10-24T22:51:22.892Z] DEST=bundles/test-integration [2019-10-24T22:51:22.892Z] SHLVL=1 [2019-10-24T22:51:22.892Z] TIMEOUT=120m [2019-10-24T22:51:22.892Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-24T22:51:22.892Z] DOCKER_PKG=github.com/docker/docker [2019-10-24T22:51:22.892Z] TESTDEBUG=0 [2019-10-24T22:51:22.892Z] _=/usr/bin/env [2019-10-24T22:51:22.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-24T22:51:26.591Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-24T22:51:27.215Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2019-10-24T22:51:27.776Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-24T22:51:28.085Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-24T22:51:29.663Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-24T22:51:32.260Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-24T22:51:32.825Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-24T22:51:34.196Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-24T22:51:35.570Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-24T22:51:36.941Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2019-10-24T22:51:36.941Z] PASS [2019-10-24T22:51:36.941Z] [2019-10-24T22:51:36.941Z] DONE 17 tests in 53.940s [2019-10-24T22:51:36.941Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-24T22:51:36.941Z] ++ 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-10-24T22:51:36.941Z] ++ set -e [2019-10-24T22:51:36.941Z] ++ '[' -n 0 ']' [2019-10-24T22:51:36.941Z] ++ set -x [2019-10-24T22:51:36.941Z] ++ 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-10-24T22:51:36.941Z] INFO: Testing against a local daemon [2019-10-24T22:51:36.941Z] === RUN TestPluginInvalidJSON [2019-10-24T22:51:36.941Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:51:36.941Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:51:36.941Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T22:51:36.941Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-24T22:51:36.941Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-24T22:51:36.941Z] PASS [2019-10-24T22:51:36.941Z] [2019-10-24T22:51:36.941Z] DONE 2 tests in 0.147s [2019-10-24T22:51:36.941Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-24T22:51:36.941Z] ++ 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-10-24T22:51:36.941Z] ++ set -e [2019-10-24T22:51:36.941Z] ++ '[' -n 0 ']' [2019-10-24T22:51:36.941Z] ++ set -x [2019-10-24T22:51:36.941Z] ++ 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-10-24T22:51:37.198Z] INFO: Testing against a local daemon [2019-10-24T22:51:37.199Z] === RUN TestExternalGraphDriver [2019-10-24T22:51:37.456Z] === RUN TestExternalGraphDriver/json [2019-10-24T22:51:37.741Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.7% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-24T22:51:39.105Z] ok github.com/docker/docker/daemon 12.185s coverage: 17.6% of statements [2019-10-24T22:51:39.105Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-24T22:51:39.105Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-24T22:51:39.105Z] ok github.com/docker/docker/daemon/config 0.075s coverage: 82.1% of statements [2019-10-24T22:51:39.980Z] === RUN TestExternalGraphDriver/spec [2019-10-24T22:51:40.238Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-24T22:51:40.468Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-10-24T22:51:40.468Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2019-10-24T22:51:40.468Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-24T22:51:40.468Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-24T22:51:40.497Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-24T22:51:41.430Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-24T22:51:41.687Z] === RUN TestExternalGraphDriver/pull [2019-10-24T22:51:42.365Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2019-10-24T22:51:43.583Z] --- PASS: TestExternalGraphDriver (6.30s) [2019-10-24T22:51:43.583Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2019-10-24T22:51:43.583Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-10-24T22:51:43.583Z] --- PASS: TestExternalGraphDriver/pull (1.95s) [2019-10-24T22:51:43.583Z] === RUN TestGraphdriverPluginV2 [2019-10-24T22:51:44.251Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-10-24T22:51:45.178Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.213s coverage: 57.0% of statements [2019-10-24T22:51:48.441Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.601s coverage: 72.5% of statements [2019-10-24T22:51:48.839Z] --- PASS: TestGraphdriverPluginV2 (4.69s) [2019-10-24T22:51:48.839Z] PASS [2019-10-24T22:51:48.839Z] [2019-10-24T22:51:48.839Z] DONE 5 tests in 11.259s [2019-10-24T22:51:48.839Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-24T22:51:48.839Z] ++ 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-10-24T22:51:48.839Z] ++ set -e [2019-10-24T22:51:48.839Z] ++ '[' -n 0 ']' [2019-10-24T22:51:48.839Z] ++ set -x [2019-10-24T22:51:48.840Z] ++ 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-10-24T22:51:48.840Z] INFO: Testing against a local daemon [2019-10-24T22:51:48.840Z] === RUN TestContinueAfterPluginCrash [2019-10-24T22:51:48.840Z] === PAUSE TestContinueAfterPluginCrash [2019-10-24T22:51:48.840Z] === RUN TestDaemonStartWithLogOpt [2019-10-24T22:51:48.840Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-24T22:51:48.840Z] === CONT TestContinueAfterPluginCrash [2019-10-24T22:51:48.840Z] === CONT TestDaemonStartWithLogOpt [2019-10-24T22:51:49.805Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.429s coverage: 46.2% of statements [2019-10-24T22:51:49.805Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-24T22:51:51.168Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.225s coverage: 51.0% of statements [2019-10-24T22:51:52.531Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.299s coverage: 76.1% of statements [2019-10-24T22:51:53.458Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-24T22:51:54.099Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-24T22:51:54.383Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.206s coverage: 57.2% of statements [2019-10-24T22:51:54.383Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-24T22:51:54.383Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-24T22:51:54.943Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2019-10-24T22:51:55.870Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-24T22:51:57.382Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-24T22:51:57.759Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 4.9% of statements [2019-10-24T22:51:57.759Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-24T22:51:57.759Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-24T22:51:58.015Z] ok github.com/docker/docker/daemon/logger 0.233s coverage: 42.7% of statements [2019-10-24T22:51:59.281Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-24T22:51:59.380Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2019-10-24T22:51:59.636Z] ok github.com/docker/docker/daemon/logger/awslogs 0.180s coverage: 77.4% of statements [2019-10-24T22:51:59.636Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-24T22:51:59.636Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-24T22:52:00.563Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-24T22:52:01.124Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-24T22:52:01.379Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-10-24T22:52:01.844Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-24T22:52:02.752Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-10-24T22:52:02.752Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-24T22:52:03.009Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.037s coverage: 19.9% of statements [2019-10-24T22:52:03.241Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-24T22:52:04.374Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-10-24T22:52:04.935Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2019-10-24T22:52:05.495Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-24T22:52:05.770Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-24T22:52:05.770Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-24T22:52:06.055Z] ok github.com/docker/docker/daemon/logger/splunk 1.619s coverage: 82.5% of statements [2019-10-24T22:52:06.055Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-24T22:52:06.055Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-24T22:52:06.702Z] --- PASS: TestDaemonStartWithLogOpt (18.11s) [2019-10-24T22:52:08.568Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 48.2% of statements [2019-10-24T22:52:08.568Z] ok github.com/docker/docker/distribution 0.242s coverage: 22.1% of statements [2019-10-24T22:52:08.568Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-24T22:52:09.496Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2019-10-24T22:52:10.859Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-24T22:52:10.877Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-24T22:52:11.134Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-24T22:52:11.134Z] --- PASS: TestContinueAfterPluginCrash (22.72s) [2019-10-24T22:52:11.134Z] PASS [2019-10-24T22:52:11.134Z] [2019-10-24T22:52:11.134Z] DONE 2 tests in 22.891s [2019-10-24T22:52:11.134Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-24T22:52:11.134Z] ++ 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-10-24T22:52:11.134Z] ++ set -e [2019-10-24T22:52:11.134Z] ++ '[' -n 0 ']' [2019-10-24T22:52:11.134Z] ++ set -x [2019-10-24T22:52:11.134Z] ++ 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-10-24T22:52:11.391Z] INFO: Testing against a local daemon [2019-10-24T22:52:11.391Z] === RUN TestPluginWithDevMounts [2019-10-24T22:52:11.391Z] === PAUSE TestPluginWithDevMounts [2019-10-24T22:52:11.391Z] === CONT TestPluginWithDevMounts [2019-10-24T22:52:11.786Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-24T22:52:11.786Z] ok github.com/docker/docker/distribution/xfer 1.888s coverage: 85.6% of statements [2019-10-24T22:52:11.786Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-24T22:52:11.786Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-24T22:52:13.151Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-10-24T22:52:13.151Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-24T22:52:13.919Z] --- PASS: TestPluginWithDevMounts (2.04s) [2019-10-24T22:52:13.919Z] PASS [2019-10-24T22:52:13.919Z] [2019-10-24T22:52:13.919Z] DONE 1 tests in 2.214s [2019-10-24T22:52:13.919Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-24T22:52:13.919Z] ++ 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-10-24T22:52:13.919Z] ++ set -e [2019-10-24T22:52:13.919Z] ++ '[' -n 0 ']' [2019-10-24T22:52:13.919Z] ++ set -x [2019-10-24T22:52:13.919Z] ++ 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-10-24T22:52:13.919Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-24T22:52:13.919Z] INFO: Testing against a local daemon [2019-10-24T22:52:13.919Z] === RUN TestSecretInspect [2019-10-24T22:52:13.919Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-24T22:52:14.078Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2019-10-24T22:52:15.005Z] ok github.com/docker/docker/opts 0.019s coverage: 66.9% of statements [2019-10-24T22:52:15.261Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-24T22:52:16.442Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-24T22:52:16.700Z] --- PASS: TestSecretInspect (2.93s) [2019-10-24T22:52:16.700Z] === RUN TestSecretList [2019-10-24T22:52:17.146Z] ok github.com/docker/docker/pkg/archive 0.419s coverage: 77.2% of statements [2019-10-24T22:52:17.265Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-24T22:52:17.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-24T22:52:18.073Z] ok github.com/docker/docker/pkg/authorization 0.115s coverage: 68.3% of statements [2019-10-24T22:52:18.328Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-10-24T22:52:18.328Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-24T22:52:18.455Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-24T22:52:19.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-24T22:52:19.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-24T22:52:19.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-24T22:52:19.827Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-24T22:52:19.827Z] --- PASS: TestSecretList (3.23s) [2019-10-24T22:52:19.827Z] === RUN TestSecretsCreateAndDelete [2019-10-24T22:52:22.352Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-24T22:52:22.487Z] ok github.com/docker/docker/pkg/chrootarchive 2.893s coverage: 43.2% of statements [2019-10-24T22:52:22.487Z] ok github.com/docker/docker/layer 7.862s coverage: 68.8% of statements [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/oci [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-24T22:52:22.487Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-24T22:52:22.487Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2019-10-24T22:52:22.742Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-24T22:52:22.917Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-24T22:52:22.917Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-24T22:52:23.302Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2019-10-24T22:52:23.482Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-24T22:52:23.482Z] --- PASS: TestSecretsCreateAndDelete (3.56s) [2019-10-24T22:52:23.482Z] === RUN TestSecretsUpdate [2019-10-24T22:52:23.739Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-24T22:52:24.232Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2019-10-24T22:52:24.672Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-24T22:52:24.792Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-10-24T22:52:25.047Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-10-24T22:52:26.411Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-24T22:52:26.568Z] --- PASS: TestSecretsUpdate (3.01s) [2019-10-24T22:52:26.568Z] === RUN TestTemplatedSecret [2019-10-24T22:52:26.826Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-24T22:52:26.972Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2019-10-24T22:52:27.391Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-24T22:52:27.534Z] ok github.com/docker/docker/pkg/discovery/kv 3.126s coverage: 84.1% of statements [2019-10-24T22:52:27.790Z] ok github.com/docker/docker/pkg/fsutils 0.225s coverage: 85.1% of statements [2019-10-24T22:52:27.790Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2019-10-24T22:52:29.154Z] ok github.com/docker/docker/pkg/idtools 0.506s coverage: 70.1% of statements [2019-10-24T22:52:29.154Z] ok github.com/docker/docker/pkg/ioutils 0.481s coverage: 69.3% of statements [2019-10-24T22:52:29.716Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-10-24T22:52:29.716Z] ok github.com/docker/docker/pkg/locker 0.012s coverage: 88.9% of statements [2019-10-24T22:52:29.918Z] --- PASS: TestTemplatedSecret (3.48s) [2019-10-24T22:52:29.918Z] === RUN TestSecretCreateResolve [2019-10-24T22:52:29.971Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2019-10-24T22:52:29.972Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-24T22:52:30.484Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-24T22:52:30.533Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2019-10-24T22:52:30.788Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-24T22:52:31.044Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-24T22:52:31.044Z] ok github.com/docker/docker/pkg/mount 0.588s coverage: 70.0% of statements [2019-10-24T22:52:31.044Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-24T22:52:31.605Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 91.4% of statements [2019-10-24T22:52:31.605Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-24T22:52:31.605Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-24T22:52:31.605Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-24T22:52:32.383Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-24T22:52:32.531Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2019-10-24T22:52:32.947Z] --- PASS: TestSecretCreateResolve (2.98s) [2019-10-24T22:52:32.947Z] PASS [2019-10-24T22:52:32.947Z] [2019-10-24T22:52:32.947Z] DONE 6 tests in 19.488s [2019-10-24T22:52:32.947Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-24T22:52:32.947Z] ++ 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-10-24T22:52:32.947Z] ++ set -e [2019-10-24T22:52:32.947Z] ++ '[' -n 0 ']' [2019-10-24T22:52:32.947Z] ++ set -x [2019-10-24T22:52:32.947Z] ++ 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-10-24T22:52:33.092Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-24T22:52:33.204Z] INFO: Testing against a local daemon [2019-10-24T22:52:33.205Z] === RUN TestServiceCreateInit [2019-10-24T22:52:33.205Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-24T22:52:33.654Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-24T22:52:33.654Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-24T22:52:34.577Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-24T22:52:35.015Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-24T22:52:35.270Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-24T22:52:36.476Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-24T22:52:38.373Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-24T22:52:38.373Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-24T22:52:38.530Z] ok github.com/docker/docker/pkg/signal 2.408s coverage: 61.0% of statements [2019-10-24T22:52:38.530Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-24T22:52:38.630Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-24T22:52:39.091Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-24T22:52:39.091Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-24T22:52:39.652Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-24T22:52:39.907Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-24T22:52:40.467Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.9% of statements [2019-10-24T22:52:41.027Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements [2019-10-24T22:52:41.587Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2019-10-24T22:52:41.842Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-10-24T22:52:42.098Z] testing: warning: no tests to run [2019-10-24T22:52:42.098Z] coverage: [no statements] [2019-10-24T22:52:42.098Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-24T22:52:42.354Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-24T22:52:42.609Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-10-24T22:52:42.811Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-24T22:52:42.868Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-10-24T22:52:43.744Z] --- PASS: TestServiceCreateInit (10.53s) [2019-10-24T22:52:43.744Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.44s) [2019-10-24T22:52:43.744Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s) [2019-10-24T22:52:43.744Z] === RUN TestCreateServiceMultipleTimes [2019-10-24T22:52:45.121Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-24T22:52:45.387Z] ok github.com/docker/docker/plugin 0.535s coverage: 27.1% of statements [2019-10-24T22:52:45.642Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-24T22:52:46.140Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-24T22:52:46.568Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-24T22:52:47.074Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-24T22:52:47.129Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-10-24T22:52:48.492Z] ok github.com/docker/docker/registry 0.091s coverage: 56.3% of statements [2019-10-24T22:52:49.054Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-24T22:52:49.310Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-24T22:52:49.870Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-24T22:52:50.431Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-24T22:52:52.943Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-24T22:52:53.504Z] ok github.com/docker/docker/volume/local 0.025s coverage: 73.0% of statements [2019-10-24T22:52:54.065Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-10-24T22:52:55.427Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2019-10-24T22:52:58.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-24T22:52:58.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-24T22:52:58.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-24T22:52:59.265Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-24T22:52:59.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-24T22:52:59.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-24T22:53:01.791Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-24T22:53:03.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-24T22:53:04.317Z] === RUN TestDockerSuite/TestBuildRm [2019-10-24T22:53:04.574Z] --- PASS: TestCreateServiceMultipleTimes (20.97s) [2019-10-24T22:53:04.574Z] === RUN TestCreateServiceConflict [2019-10-24T22:53:04.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-24T22:53:07.579Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/rootless [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/volume [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-24T22:53:07.579Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === Skipped [2019-10-24T22:53:07.579Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-24T22:53:07.579Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-24T22:53:07.579Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-24T22:53:07.579Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-24T22:53:07.579Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-24T22:53:07.579Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-24T22:53:07.579Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-24T22:53:07.579Z] graphtest_unix.go:73: No driver to put! [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-24T22:53:07.579Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-24T22:53:07.579Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] [2019-10-24T22:53:07.579Z] DONE 2115 tests, 20 skipped in 241.630s Post stage [Pipeline] junit [2019-10-24T22:53:07.591Z] Recording test results [2019-10-24T22:53:07.851Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-24T22:53:07.851Z] --- PASS: TestCreateServiceConflict (3.06s) [2019-10-24T22:53:07.851Z] === RUN TestCreateServiceMaxReplicas [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-24T22:53:08.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-24T22:53:08.371Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40135/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f hack/validate/vendor [2019-10-24T22:53:08.416Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-24T22:53:09.295Z] No vendor changes in diff. [2019-10-24T22:53:09.789Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-24T22:53:10.048Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-24T22:53:10.543Z] + echo Building e2e image [2019-10-24T22:53:10.543Z] Building e2e image [2019-10-24T22:53:10.543Z] + docker build --build-arg DOCKER_GITCOMMIT=9d12bc2573d6b3945e48cb1f0a0a6d7e0454082f -t moby-e2e-test -f Dockerfile.e2e . [2019-10-24T22:53:10.543Z] #2 [internal] load .dockerignore [2019-10-24T22:53:10.543Z] #2 transferring context: 34B done [2019-10-24T22:53:10.543Z] #2 DONE 0.0s [2019-10-24T22:53:10.543Z] [2019-10-24T22:53:10.543Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-24T22:53:10.543Z] #1 transferring dockerfile: 3.21kB done [2019-10-24T22:53:10.543Z] #1 DONE 0.0s [2019-10-24T22:53:10.543Z] [2019-10-24T22:53:10.543Z] #4 [internal] load metadata for docker.io/library/golang:1.13.3-alpine [2019-10-24T22:53:10.615Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-24T22:53:10.800Z] #4 ... [2019-10-24T22:53:10.800Z] [2019-10-24T22:53:10.800Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-24T22:53:10.800Z] #3 DONE 0.2s [2019-10-24T22:53:10.800Z] [2019-10-24T22:53:10.800Z] #4 [internal] load metadata for docker.io/library/golang:1.13.3-alpine [2019-10-24T22:53:10.800Z] #4 DONE 0.3s [2019-10-24T22:53:10.800Z] [2019-10-24T22:53:10.800Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:c19173c5ada610a5... [2019-10-24T22:53:10.800Z] #5 resolve docker.io/library/alpine:3.10@sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a done [2019-10-24T22:53:10.800Z] #5 DONE 0.0s [2019-10-24T22:53:10.800Z] [2019-10-24T22:53:10.800Z] #8 [internal] load build context [2019-10-24T22:53:11.362Z] #8 transferring context: 806.50kB 0.4s done [2019-10-24T22:53:11.362Z] #8 DONE 0.4s [2019-10-24T22:53:11.362Z] [2019-10-24T22:53:11.362Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-24T22:53:11.362Z] #14 resolve docker.io/library/golang:1.13.3-alpine@sha256:40278d43a27b6e0563fcc4dd52c991a25741b1a775402aea342ab9a80158e69e done [2019-10-24T22:53:11.362Z] #14 sha256:40278d43a27b6e0563fcc4dd52c991a25741b1a775402aea342ab9a80158e69e 1.65kB / 1.65kB done [2019-10-24T22:53:11.362Z] #14 sha256:63f56a5797a1b5dcfedfdb8506c9ebddcc4953f285c208a0993aaede199c9251 1.36kB / 1.36kB done [2019-10-24T22:53:11.362Z] #14 sha256:f23ef2e47d30da3d8e0f729ec70dc1db56a60ab4ddc12c2dd2313032182ea91b 3.81kB / 3.81kB done [2019-10-24T22:53:11.362Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.1s done [2019-10-24T22:53:11.362Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 155B / 155B 0.1s done [2019-10-24T22:53:11.362Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 10.70MB / 126.85MB 0.4s [2019-10-24T22:53:11.362Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.2s [2019-10-24T22:53:11.362Z] #14 sha256:cf024c481879a3ea7dfe07ce71ac2b7ef4c51191aee907f2d1e5995ff9dc323b 126B / 126B 0.2s done [2019-10-24T22:53:11.362Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.3s done [2019-10-24T22:53:11.362Z] #14 extracting sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 0.0s done [2019-10-24T22:53:11.547Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-24T22:53:11.547Z] --- PASS: TestCreateServiceMaxReplicas (3.89s) [2019-10-24T22:53:11.547Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-24T22:53:11.619Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 32.80MB / 126.85MB 0.7s [2019-10-24T22:53:11.619Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 39.91MB / 126.85MB 0.8s [2019-10-24T22:53:11.619Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 48.85MB / 126.85MB 0.9s [2019-10-24T22:53:11.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-24T22:53:11.877Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 58.25MB / 126.85MB 1.0s [2019-10-24T22:53:11.877Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 77.73MB / 126.85MB 1.2s [2019-10-24T22:53:12.131Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 85.90MB / 126.85MB 1.3s [2019-10-24T22:53:12.387Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 95.64MB / 126.85MB 1.5s [2019-10-24T22:53:12.387Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 114.13MB / 126.85MB 1.7s [2019-10-24T22:53:12.642Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 126.85MB / 126.85MB 1.8s [2019-10-24T22:53:12.897Z] #14 ... [2019-10-24T22:53:12.897Z] [2019-10-24T22:53:12.897Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-24T22:53:12.897Z] #6 DONE 2.1s [2019-10-24T22:53:12.897Z] [2019-10-24T22:53:12.897Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-24T22:53:12.897Z] #14 sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 126.85MB / 126.85MB 2.1s done [2019-10-24T22:53:13.153Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 [2019-10-24T22:53:13.458Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-24T22:53:14.834Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-24T22:53:15.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-24T22:53:16.205Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-24T22:53:16.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-24T22:53:18.390Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 5.0s [2019-10-24T22:53:19.753Z] #14 ... [2019-10-24T22:53:19.753Z] [2019-10-24T22:53:19.753Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-24T22:53:19.753Z] #7 1.100 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-24T22:53:19.753Z] #7 2.187 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-24T22:53:19.753Z] #7 2.293 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-24T22:53:19.753Z] #7 2.297 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-24T22:53:19.753Z] #7 2.521 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-24T22:53:19.753Z] #7 2.530 (4/31) Installing readline (8.0.0-r0) [2019-10-24T22:53:19.753Z] #7 2.535 (5/31) Installing bash (5.0.0-r0) [2019-10-24T22:53:19.753Z] #7 2.553 Executing bash-5.0.0-r0.post-install [2019-10-24T22:53:19.753Z] #7 2.557 (6/31) Installing ca-certificates (20190108-r0) [2019-10-24T22:53:19.753Z] #7 2.577 (7/31) Installing libgcc (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 2.582 (8/31) Installing libstdc++ (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 2.597 (9/31) Installing binutils (2.32-r0) [2019-10-24T22:53:19.753Z] #7 2.706 (10/31) Installing gmp (6.1.2-r1) [2019-10-24T22:53:19.753Z] #7 2.714 (11/31) Installing isl (0.18-r0) [2019-10-24T22:53:19.753Z] #7 2.736 (12/31) Installing libgomp (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 2.741 (13/31) Installing libatomic (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 2.745 (14/31) Installing mpfr3 (3.1.5-r1) [2019-10-24T22:53:19.753Z] #7 2.754 (15/31) Installing mpc1 (1.1.0-r0) [2019-10-24T22:53:19.753Z] #7 2.759 (16/31) Installing gcc (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 3.792 (17/31) Installing musl-dev (1.1.22-r3) [2019-10-24T22:53:19.753Z] #7 3.914 (18/31) Installing libc-dev (0.7.1-r0) [2019-10-24T22:53:19.753Z] #7 3.921 (19/31) Installing g++ (8.3.0-r0) [2019-10-24T22:53:19.753Z] #7 4.575 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-10-24T22:53:19.753Z] #7 4.582 (21/31) Installing libcurl (7.66.0-r0) [2019-10-24T22:53:19.753Z] #7 4.591 (22/31) Installing expat (2.2.8-r0) [2019-10-24T22:53:19.753Z] #7 4.595 (23/31) Installing pcre2 (10.33-r0) [2019-10-24T22:53:19.753Z] #7 4.605 (24/31) Installing git (2.22.0-r0) [2019-10-24T22:53:19.754Z] #7 4.832 (25/31) Installing libmnl (1.0.4-r0) [2019-10-24T22:53:19.754Z] #7 4.836 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-10-24T22:53:19.754Z] #7 4.841 (27/31) Installing iptables (1.8.3-r0) [2019-10-24T22:53:19.754Z] #7 4.870 (28/31) Installing pigz (2.4-r0) [2019-10-24T22:53:19.754Z] #7 4.877 (29/31) Installing tar (1.32-r0) [2019-10-24T22:53:19.754Z] #7 4.886 (30/31) Installing xz-libs (5.2.4-r0) [2019-10-24T22:53:19.754Z] #7 4.892 (31/31) Installing xz (5.2.4-r0) [2019-10-24T22:53:19.754Z] #7 4.898 Executing busybox-1.30.1-r2.trigger [2019-10-24T22:53:19.754Z] #7 4.902 Executing ca-certificates-20190108-r0.trigger [2019-10-24T22:53:19.754Z] #7 4.959 OK: 185 MiB in 45 packages [2019-10-24T22:53:19.754Z] #7 DONE 6.5s [2019-10-24T22:53:19.754Z] [2019-10-24T22:53:19.754Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-24T22:53:19.754Z] #9 DONE 0.1s [2019-10-24T22:53:19.754Z] [2019-10-24T22:53:19.754Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-24T22:53:19.754Z] #10 DONE 0.1s [2019-10-24T22:53:19.754Z] [2019-10-24T22:53:19.754Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-24T22:53:19.754Z] #14 ... [2019-10-24T22:53:19.754Z] [2019-10-24T22:53:19.754Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-24T22:53:19.754Z] #11 DONE 0.1s [2019-10-24T22:53:19.754Z] [2019-10-24T22:53:19.754Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.3-alpine@sha256:40278d43a2... [2019-10-24T22:53:19.754Z] #14 extracting sha256:63f867ea31ce3e97bb3587a4f90f6e9831db072dacc5c364f7a3a6036d26ec66 6.6s done [2019-10-24T22:53:20.008Z] #14 extracting sha256:cf024c481879a3ea7dfe07ce71ac2b7ef4c51191aee907f2d1e5995ff9dc323b done [2019-10-24T22:53:20.008Z] #14 DONE 9.1s [2019-10-24T22:53:20.008Z] [2019-10-24T22:53:20.008Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-24T22:53:20.008Z] #12 DONE 0.1s [2019-10-24T22:53:20.008Z] [2019-10-24T22:53:20.008Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-24T22:53:20.008Z] #13 DONE 0.1s [2019-10-24T22:53:20.008Z] [2019-10-24T22:53:20.008Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-24T22:53:20.933Z] #15 0.808 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-24T22:53:21.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-24T22:53:21.464Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-24T22:53:21.464Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-24T22:53:21.464Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-24T22:53:21.464Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-24T22:53:21.721Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-24T22:53:21.857Z] #15 1.860 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-24T22:53:21.857Z] #15 1.930 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-24T22:53:22.112Z] #15 1.933 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-24T22:53:22.112Z] #15 2.071 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-24T22:53:22.112Z] #15 2.081 (4/43) Installing readline (8.0.0-r0) [2019-10-24T22:53:22.112Z] #15 2.086 (5/43) Installing bash (5.0.0-r0) [2019-10-24T22:53:22.112Z] #15 2.098 Executing bash-5.0.0-r0.post-install [2019-10-24T22:53:22.112Z] #15 2.100 (6/43) Installing linux-headers (4.19.36-r0) [2019-10-24T22:53:22.112Z] #15 2.176 (7/43) Installing libuuid (2.33.2-r0) [2019-10-24T22:53:22.112Z] #15 2.178 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-10-24T22:53:22.112Z] #15 2.182 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-10-24T22:53:22.112Z] #15 2.186 (10/43) Installing binutils (2.32-r0) [2019-10-24T22:53:22.112Z] #15 2.257 (11/43) Installing libmagic (5.37-r0) [2019-10-24T22:53:22.112Z] #15 2.277 (12/43) Installing file (5.37-r0) [2019-10-24T22:53:22.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-24T22:53:22.367Z] #15 2.279 (13/43) Installing gmp (6.1.2-r1) [2019-10-24T22:53:22.367Z] #15 2.285 (14/43) Installing isl (0.18-r0) [2019-10-24T22:53:22.367Z] #15 2.301 (15/43) Installing libgomp (8.3.0-r0) [2019-10-24T22:53:22.367Z] #15 2.305 (16/43) Installing libatomic (8.3.0-r0) [2019-10-24T22:53:22.367Z] #15 2.308 (17/43) Installing libgcc (8.3.0-r0) [2019-10-24T22:53:22.367Z] #15 2.310 (18/43) Installing mpfr3 (3.1.5-r1) [2019-10-24T22:53:22.367Z] #15 2.315 (19/43) Installing mpc1 (1.1.0-r0) [2019-10-24T22:53:22.367Z] #15 2.318 (20/43) Installing libstdc++ (8.3.0-r0) [2019-10-24T22:53:22.367Z] #15 2.329 (21/43) Installing gcc (8.3.0-r0) [2019-10-24T22:53:22.656Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-24T22:53:22.913Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-24T22:53:22.928Z] #15 3.021 (22/43) Installing musl-dev (1.1.22-r3) [2019-10-24T22:53:23.184Z] #15 3.093 (23/43) Installing libc-dev (0.7.1-r0) [2019-10-24T22:53:23.184Z] #15 3.094 (24/43) Installing g++ (8.3.0-r0) [2019-10-24T22:53:23.445Z] #15 3.544 (25/43) Installing make (4.2.1-r2) [2019-10-24T22:53:23.445Z] #15 3.548 (26/43) Installing fortify-headers (1.1-r0) [2019-10-24T22:53:23.445Z] #15 3.550 (27/43) Installing build-base (0.5-r1) [2019-10-24T22:53:23.445Z] #15 3.552 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-10-24T22:53:23.445Z] #15 3.555 (29/43) Installing libcurl (7.66.0-r0) [2019-10-24T22:53:23.445Z] #15 3.562 (30/43) Installing curl (7.66.0-r0) [2019-10-24T22:53:23.445Z] #15 3.565 (31/43) Installing oniguruma (6.9.2-r0) [2019-10-24T22:53:23.445Z] #15 3.572 (32/43) Installing jq (1.6-r0) [2019-10-24T22:53:23.703Z] #15 3.579 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-10-24T22:53:23.703Z] #15 3.585 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-10-24T22:53:23.703Z] #15 3.587 (35/43) Installing libaio (0.3.111-r0) [2019-10-24T22:53:23.703Z] #15 3.589 (36/43) Installing libblkid (2.33.2-r0) [2019-10-24T22:53:23.703Z] #15 3.594 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-10-24T22:53:23.703Z] #15 3.627 (38/43) Installing libfdisk (2.33.2-r0) [2019-10-24T22:53:23.703Z] #15 3.636 (39/43) Installing libmount (2.33.2-r0) [2019-10-24T22:53:23.703Z] #15 3.644 (40/43) Installing libsmartcols (2.33.2-r0) [2019-10-24T22:53:23.703Z] #15 3.652 (41/43) Installing pkgconf (1.6.1-r1) [2019-10-24T22:53:23.703Z] #15 3.660 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-10-24T22:53:23.703Z] #15 3.683 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-10-24T22:53:23.703Z] #15 3.688 Executing busybox-1.30.1-r2.trigger [2019-10-24T22:53:23.703Z] #15 3.694 OK: 189 MiB in 58 packages [2019-10-24T22:53:23.846Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-24T22:53:24.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-24T22:53:24.627Z] #15 DONE 4.6s [2019-10-24T22:53:24.627Z] [2019-10-24T22:53:24.627Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-24T22:53:25.552Z] #16 DONE 0.9s [2019-10-24T22:53:25.552Z] [2019-10-24T22:53:25.552Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-24T22:53:26.259Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-24T22:53:26.259Z] Using test binary docker [2019-10-24T22:53:26.259Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-24T22:53:26.259Z] +++ /etc/init.d/apparmor start [2019-10-24T22:53:26.259Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-24T22:53:26.259Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-24T22:53:26.259Z] Warning failed to create cache: (null) [2019-10-24T22:53:26.259Z] . [2019-10-24T22:53:26.259Z] INFO: Waiting for daemon to start... [2019-10-24T22:53:26.259Z] Starting dockerd [2019-10-24T22:53:26.259Z] +++ 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-10-24T22:53:26.480Z] #17 DONE 0.7s [2019-10-24T22:53:26.480Z] [2019-10-24T22:53:26.480Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-24T22:53:26.480Z] #18 DONE 0.0s [2019-10-24T22:53:26.480Z] [2019-10-24T22:53:26.480Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-24T22:53:26.480Z] #19 DONE 0.1s [2019-10-24T22:53:26.480Z] [2019-10-24T22:53:26.480Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-24T22:53:27.121Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-24T22:53:27.406Z] #20 ... [2019-10-24T22:53:27.406Z] [2019-10-24T22:53:27.406Z] #31 [builder 1/4] COPY . . [2019-10-24T22:53:27.406Z] #31 DONE 1.0s [2019-10-24T22:53:27.406Z] [2019-10-24T22:53:27.406Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-24T22:53:27.686Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.22s) [2019-10-24T22:53:27.686Z] === RUN TestCreateServiceSecretFileMode [2019-10-24T22:53:28.282Z] . [2019-10-24T22:53:28.282Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-24T22:53:28.282Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-24T22:53:28.282Z] Error: No such image: emptyfs [2019-10-24T22:53:28.282Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-24T22:53:28.282Z] ++++ docker load [2019-10-24T22:53:28.586Z] Running integration-test (iteration 1) [2019-10-24T22:53:28.586Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-24T22:53:28.586Z] ++ 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-10-24T22:53:28.586Z] ++ set -e [2019-10-24T22:53:28.586Z] ++ '[' -n 0 ']' [2019-10-24T22:53:28.586Z] ++ set -x [2019-10-24T22:53:28.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-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-10-24T22:53:28.619Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-24T22:53:28.770Z] #32 DONE 1.4s [2019-10-24T22:53:28.770Z] [2019-10-24T22:53:28.770Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-24T22:53:28.770Z] #20 1.531 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-24T22:53:28.770Z] #20 1.751 [2019-10-24T22:53:28.770Z] #20 1.868 ######## 11.2% ######################## 33.8% ###################################### 52.9% ################################################### 72.0% ################################################################# 91.0% ######################################################################## 100.0% [2019-10-24T22:53:29.027Z] #20 2.638 [2019-10-24T22:53:29.283Z] #20 2.749 ########################### 38.0% ############################################################# 85.6% ######################################################################## 100.0% [2019-10-24T22:53:29.538Z] #20 3.121 [2019-10-24T22:53:29.992Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-24T22:53:30.049Z] #20 3.239 ############ 17.2% ############################# 40.5% ############################################# 63.5% ###################################################### 75.7% ######################################################################## 100.0% [2019-10-24T22:53:30.304Z] #20 3.922 [2019-10-24T22:53:31.366Z] --- PASS: TestCreateServiceSecretFileMode (3.42s) [2019-10-24T22:53:31.366Z] === RUN TestCreateServiceConfigFileMode [2019-10-24T22:53:31.366Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-24T22:53:31.839Z] #20 4.134 #=#=# 0.0% ####### 10.4% ################# 24.4% ########################### 38.1% ################################# 47.0% ###################################### 54.0% ############################################## 65.0% ################################################## 69.7% ######################################################## 78.5% ################################################################# 91.3% ######################################################################## 100.0% [2019-10-24T22:53:31.840Z] #20 5.528 [2019-10-24T22:53:32.297Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-24T22:53:32.766Z] #20 6.351 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-24T22:53:33.022Z] #20 6.695 [2019-10-24T22:53:33.230Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-24T22:53:33.278Z] #20 6.779 ######################################################################## 100.0% [2019-10-24T22:53:33.533Z] #20 7.035 [2019-10-24T22:53:34.095Z] #20 7.854 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-24T22:53:34.602Z] --- PASS: TestCreateServiceConfigFileMode (3.37s) [2019-10-24T22:53:34.602Z] === RUN TestCreateServiceSysctls [2019-10-24T22:53:34.656Z] #20 8.267 [2019-10-24T22:53:34.859Z] === RUN TestDockerSuite/TestBuildUser [2019-10-24T22:53:34.912Z] #20 8.409 0.7% ######################################################################## 100.0% [2019-10-24T22:53:35.168Z] #20 8.720 [2019-10-24T22:53:36.095Z] #20 9.605 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-24T22:53:36.350Z] #20 9.783 skipping existing 1849cc453dee [2019-10-24T22:53:36.350Z] #20 9.995 [2019-10-24T22:53:37.387Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-24T22:53:37.715Z] #20 10.97 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-24T22:53:37.715Z] #20 11.31 [2019-10-24T22:53:37.971Z] #20 11.41 ######################################################################## 100.0% [2019-10-24T22:53:37.971Z] #20 11.64 [2019-10-24T22:53:37.971Z] #20 11.70 Download of images into '/build' complete. [2019-10-24T22:53:38.227Z] #20 11.70 Use something like the following to load the result into a Docker daemon: [2019-10-24T22:53:38.227Z] #20 11.70 tar -cC '/build' . | docker load [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-24T22:53:38.300Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-24T22:53:38.758Z] --- PASS: TestCreateServiceSysctls (4.28s) [2019-10-24T22:53:38.758Z] === RUN TestCreateServiceCapabilities [2019-10-24T22:53:38.789Z] #20 DONE 12.4s [2019-10-24T22:53:38.789Z] [2019-10-24T22:53:38.789Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-24T22:53:38.789Z] #33 1.020 [2019-10-24T22:53:38.789Z] #33 1.088 Removing bundles/ [2019-10-24T22:53:38.789Z] #33 1.090 [2019-10-24T22:53:38.789Z] #33 1.098 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-24T22:53:38.789Z] #33 1.735 Building test suite binary ./integration-cli/test.main [2019-10-24T22:53:38.789Z] #33 ... [2019-10-24T22:53:38.789Z] [2019-10-24T22:53:38.789Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-24T22:53:38.789Z] #22 DONE 0.1s [2019-10-24T22:53:38.789Z] [2019-10-24T22:53:38.789Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-24T22:53:38.789Z] #26 DONE 0.1s [2019-10-24T22:53:39.044Z] [2019-10-24T22:53:39.044Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-24T22:53:39.044Z] #23 DONE 0.1s [2019-10-24T22:53:39.044Z] [2019-10-24T22:53:39.044Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-24T22:53:39.044Z] #27 DONE 0.1s [2019-10-24T22:53:39.044Z] [2019-10-24T22:53:39.044Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-24T22:53:39.044Z] #24 ... [2019-10-24T22:53:39.044Z] [2019-10-24T22:53:39.044Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-24T22:53:39.044Z] #28 DONE 0.1s [2019-10-24T22:53:39.300Z] [2019-10-24T22:53:39.300Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-24T22:53:40.485Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-24T22:53:41.302Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-24T22:53:41.455Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-24T22:53:41.455Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-24T22:53:41.455Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-24T22:53:41.915Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-24T22:53:42.234Z] --- PASS: TestCreateServiceCapabilities (3.33s) [2019-10-24T22:53:42.234Z] === RUN TestInspect [2019-10-24T22:53:43.842Z] Loaded image: buildpack-deps:jessie [2019-10-24T22:53:43.842Z] Loaded image: busybox:latest [2019-10-24T22:53:43.842Z] Loaded image: busybox:glibc [2019-10-24T22:53:43.842Z] Loaded image: debian:jessie [2019-10-24T22:53:43.842Z] Loaded image: hello-world:latest [2019-10-24T22:53:43.842Z] INFO: Testing against a local daemon [2019-10-24T22:53:43.842Z] === RUN TestCgroupNamespacesBuild [2019-10-24T22:53:44.102Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-24T22:53:44.126Z] --- PASS: TestCgroupNamespacesBuild (1.61s) [2019-10-24T22:53:44.126Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-24T22:53:44.542Z] #29 ... [2019-10-24T22:53:44.542Z] [2019-10-24T22:53:44.542Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-24T22:53:44.542Z] #24 2.530 + RM_GOPATH=0 [2019-10-24T22:53:44.542Z] #24 2.530 + TMP_GOPATH= [2019-10-24T22:53:44.542Z] #24 2.530 + : /build [2019-10-24T22:53:44.542Z] #24 2.530 + '[' -z '' ']' [2019-10-24T22:53:44.542Z] #24 2.530 ++ mktemp -d [2019-10-24T22:53:44.542Z] #24 2.534 + export GOPATH=/tmp/tmp.GoFbOh [2019-10-24T22:53:44.542Z] #24 2.534 + GOPATH=/tmp/tmp.GoFbOh [2019-10-24T22:53:44.542Z] #24 2.534 + RM_GOPATH=1 [2019-10-24T22:53:44.542Z] #24 2.534 ++ dirname ./install.sh [2019-10-24T22:53:44.542Z] #24 2.534 + dir=. [2019-10-24T22:53:44.542Z] #24 2.534 + bin=dockercli [2019-10-24T22:53:44.542Z] #24 2.534 + shift [2019-10-24T22:53:44.542Z] #24 2.534 + '[' '!' -f ./dockercli.installer ']' [2019-10-24T22:53:44.542Z] #24 2.534 + . ./dockercli.installer [2019-10-24T22:53:44.542Z] #24 2.534 ++ : stable [2019-10-24T22:53:44.542Z] #24 2.534 ++ : 17.06.2-ce [2019-10-24T22:53:44.542Z] #24 2.534 + install_dockercli [2019-10-24T22:53:44.542Z] #24 2.534 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-24T22:53:44.542Z] #24 2.534 ++ uname -m [2019-10-24T22:53:44.543Z] #24 2.534 Install docker/cli version 17.06.2-ce from stable [2019-10-24T22:53:44.543Z] #24 2.542 + arch=x86_64 [2019-10-24T22:53:44.543Z] #24 2.542 + '[' x86_64 '!=' x86_64 ']' [2019-10-24T22:53:44.543Z] #24 2.542 + url=https://download.docker.com/linux/static [2019-10-24T22:53:44.543Z] #24 2.542 + tar -xz docker/docker [2019-10-24T22:53:44.543Z] #24 2.542 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-24T22:53:44.543Z] #24 5.319 + mkdir -p /build [2019-10-24T22:53:44.543Z] #24 5.320 + mv docker/docker /build/ [2019-10-24T22:53:44.543Z] #24 5.321 + rmdir docker [2019-10-24T22:53:44.543Z] #24 DONE 5.4s [2019-10-24T22:53:44.543Z] [2019-10-24T22:53:44.543Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-24T22:53:44.543Z] #21 DONE 1.3s [2019-10-24T22:53:44.543Z] [2019-10-24T22:53:44.543Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-24T22:53:45.111Z] #33 ... [2019-10-24T22:53:45.111Z] [2019-10-24T22:53:45.111Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-24T22:53:45.366Z] #25 DONE 0.3s [2019-10-24T22:53:45.366Z] [2019-10-24T22:53:45.366Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-24T22:53:46.157Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2019-10-24T22:53:46.157Z] === RUN TestBuildWithSession [2019-10-24T22:53:46.157Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-24T22:53:46.157Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:53:46.157Z] === RUN TestBuildSquashParent [2019-10-24T22:53:46.410Z] --- PASS: TestInspect (3.55s) [2019-10-24T22:53:46.410Z] === RUN TestServiceListWithStatuses [2019-10-24T22:53:46.410Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-24T22:53:46.410Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:53:46.410Z] === RUN TestDockerNetworkConnectAlias [2019-10-24T22:53:51.664Z] --- PASS: TestBuildSquashParent (5.74s) [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:53:51.664Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:53:51.664Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:53:51.664Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-24T22:53:51.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-24T22:53:51.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-24T22:53:51.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-24T22:53:54.385Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-24T22:53:54.385Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-24T22:53:54.508Z] --- PASS: TestDockerNetworkConnectAlias (7.45s) [2019-10-24T22:53:54.508Z] === RUN TestDockerNetworkReConnect [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.92s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.98s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.33s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.54s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.46s) [2019-10-24T22:53:57.067Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.46s) [2019-10-24T22:53:57.067Z] === RUN TestBuildMultiStageCopy [2019-10-24T22:53:57.067Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-24T22:53:58.931Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-24T22:53:59.092Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-24T22:53:59.092Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-24T22:53:59.707Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-24T22:53:59.766Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-24T22:53:59.766Z] --- PASS: TestDockerNetworkReConnect (5.83s) [2019-10-24T22:53:59.766Z] === RUN TestServicePlugin [2019-10-24T22:53:59.991Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-24T22:54:00.023Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy (3.39s) [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.90s) [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.35s) [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s) [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s) [2019-10-24T22:54:00.275Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.40s) [2019-10-24T22:54:00.275Z] === RUN TestBuildMultiStageParentConfig [2019-10-24T22:54:00.588Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-24T22:54:01.287Z] --- PASS: TestBuildMultiStageParentConfig (0.99s) [2019-10-24T22:54:01.287Z] === RUN TestBuildLabelWithTargets [2019-10-24T22:54:01.843Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-24T22:54:01.962Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-24T22:54:02.781Z] --- PASS: TestBuildLabelWithTargets (1.56s) [2019-10-24T22:54:02.781Z] === RUN TestBuildWithEmptyLayers [2019-10-24T22:54:02.815Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-24T22:54:02.815Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-24T22:54:02.894Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-24T22:54:03.460Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-24T22:54:03.796Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2019-10-24T22:54:03.796Z] === RUN TestBuildMultiStageOnBuild [2019-10-24T22:54:04.833Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-24T22:54:04.833Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-24T22:54:04.833Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-24T22:54:04.833Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-24T22:54:04.833Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-24T22:54:05.828Z] --- PASS: TestBuildMultiStageOnBuild (2.16s) [2019-10-24T22:54:05.828Z] === RUN TestBuildUncleanTarFilenames [2019-10-24T22:54:06.559Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-24T22:54:06.857Z] --- PASS: TestBuildUncleanTarFilenames (1.13s) [2019-10-24T22:54:06.857Z] === RUN TestBuildMultiStageLayerLeak [2019-10-24T22:54:07.358Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-24T22:54:07.358Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-24T22:54:07.531Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-24T22:54:08.289Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-24T22:54:09.220Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-24T22:54:09.542Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s) [2019-10-24T22:54:09.542Z] === RUN TestBuildWithHugeFile [2019-10-24T22:54:10.157Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-24T22:54:10.158Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-24T22:54:10.414Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-24T22:54:11.849Z] #33 ... [2019-10-24T22:54:11.849Z] [2019-10-24T22:54:11.849Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-24T22:54:11.849Z] #29 29.93 # github.com/docker/docker/contrib/httpserver [2019-10-24T22:54:11.849Z] #29 29.93 loadinternal: cannot find runtime/cgo [2019-10-24T22:54:11.849Z] #29 DONE 30.3s [2019-10-24T22:54:11.849Z] [2019-10-24T22:54:11.849Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-24T22:54:11.849Z] #33 ... [2019-10-24T22:54:11.849Z] [2019-10-24T22:54:11.849Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-24T22:54:11.849Z] #30 DONE 0.1s [2019-10-24T22:54:11.849Z] [2019-10-24T22:54:11.849Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-24T22:54:12.227Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-24T22:54:12.227Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-24T22:54:12.227Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-24T22:54:12.227Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-24T22:54:12.227Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-24T22:54:12.687Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-24T22:54:13.691Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-24T22:54:16.212Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-24T22:54:16.776Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-24T22:54:17.341Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-24T22:54:18.273Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-24T22:54:18.273Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-24T22:54:19.205Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-24T22:54:21.729Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-24T22:54:21.729Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-24T22:54:21.729Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-24T22:54:22.660Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-24T22:54:23.593Z] === RUN TestDockerSuite/TestCommitChange [2019-10-24T22:54:24.964Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-24T22:54:25.528Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-24T22:54:27.423Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-24T22:54:29.324Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-24T22:54:30.256Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-24T22:54:31.633Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-24T22:54:32.564Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-24T22:54:34.466Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-24T22:54:34.466Z] --- PASS: TestServicePlugin (35.45s) [2019-10-24T22:54:34.466Z] plugin_test.go:62: [d0d286a6c2959] joining swarm manager [d560e9ae0d8e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T22:54:34.466Z] plugin_test.go:65: [d97e8f7076eed] joining swarm manager [d560e9ae0d8e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T22:54:34.466Z] === RUN TestServiceUpdateLabel [2019-10-24T22:54:34.466Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-24T22:54:35.856Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-24T22:54:37.754Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-24T22:54:38.318Z] --- PASS: TestServiceUpdateLabel (3.77s) [2019-10-24T22:54:38.318Z] === RUN TestServiceUpdateSecrets [2019-10-24T22:54:40.215Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-24T22:54:40.215Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-24T22:54:41.146Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-24T22:54:42.077Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-24T22:54:43.008Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-24T22:54:43.940Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-24T22:54:44.505Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-24T22:54:44.505Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-24T22:54:44.505Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-24T22:54:45.436Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-24T22:54:45.436Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-24T22:54:45.436Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-24T22:54:45.436Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-24T22:54:45.693Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-24T22:54:46.624Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-24T22:54:47.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-24T22:54:48.488Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-24T22:54:48.488Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-24T22:54:50.384Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-24T22:54:50.948Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-24T22:54:50.948Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-24T22:54:51.880Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-24T22:54:52.811Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-24T22:54:53.742Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-24T22:54:53.999Z] --- PASS: TestServiceUpdateSecrets (15.68s) [2019-10-24T22:54:53.999Z] === RUN TestServiceUpdateConfigs [2019-10-24T22:54:54.564Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-24T22:54:54.564Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-24T22:54:55.500Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-24T22:54:56.432Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-24T22:54:57.365Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-24T22:54:57.365Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-24T22:54:58.295Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-24T22:55:00.191Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-24T22:55:01.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-24T22:55:01.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-24T22:55:01.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-24T22:55:01.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-24T22:55:01.562Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-24T22:55:02.492Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-24T22:55:03.425Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-24T22:55:03.425Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-24T22:55:03.425Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-24T22:55:07.747Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-24T22:55:08.005Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-24T22:55:08.936Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-24T22:55:08.936Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-24T22:55:08.936Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-24T22:55:09.501Z] --- PASS: TestServiceUpdateConfigs (15.52s) [2019-10-24T22:55:09.501Z] === RUN TestServiceUpdateNetwork [2019-10-24T22:55:12.023Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-24T22:55:12.593Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-24T22:55:13.965Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-24T22:55:15.802Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-24T22:55:15.802Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-24T22:55:16.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-24T22:55:19.221Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-24T22:55:19.477Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-24T22:55:21.374Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-24T22:55:22.759Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-24T22:55:23.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-24T22:55:24.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2019-10-24T22:55:24.861Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-24T22:55:25.064Z] --- PASS: TestServiceUpdateNetwork (15.44s) [2019-10-24T22:55:25.064Z] PASS [2019-10-24T22:55:25.064Z] [2019-10-24T22:55:25.064Z] === Skipped [2019-10-24T22:55:25.064Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-24T22:55:25.064Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T22:55:25.064Z] [2019-10-24T22:55:25.064Z] [2019-10-24T22:55:25.064Z] DONE 20 tests, 1 skipped in 171.930s [2019-10-24T22:55:25.064Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-24T22:55:25.064Z] ++ 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-10-24T22:55:25.064Z] ++ set -e [2019-10-24T22:55:25.064Z] ++ '[' -n 0 ']' [2019-10-24T22:55:25.064Z] ++ set -x [2019-10-24T22:55:25.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-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-10-24T22:55:25.064Z] INFO: Testing against a local daemon [2019-10-24T22:55:25.064Z] === RUN TestSessionCreate [2019-10-24T22:55:25.064Z] --- PASS: TestSessionCreate (0.04s) [2019-10-24T22:55:25.064Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-24T22:55:25.064Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-24T22:55:25.064Z] PASS [2019-10-24T22:55:25.064Z] [2019-10-24T22:55:25.064Z] DONE 2 tests in 0.163s [2019-10-24T22:55:25.064Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-24T22:55:25.064Z] ++ 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-10-24T22:55:25.064Z] ++ set -e [2019-10-24T22:55:25.064Z] ++ '[' -n 0 ']' [2019-10-24T22:55:25.064Z] ++ set -x [2019-10-24T22:55:25.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-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-10-24T22:55:25.064Z] INFO: Testing against a local daemon [2019-10-24T22:55:25.064Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-24T22:55:25.064Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:55:25.064Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:55:25.064Z] === RUN TestEventsExecDie [2019-10-24T22:55:25.996Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2019-10-24T22:55:26.254Z] --- PASS: TestEventsExecDie (0.99s) [2019-10-24T22:55:26.254Z] === RUN TestEventsBackwardsCompatible [2019-10-24T22:55:26.254Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-24T22:55:26.254Z] === RUN TestInfoBinaryCommits [2019-10-24T22:55:26.254Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-24T22:55:26.254Z] === RUN TestInfoAPIVersioned [2019-10-24T22:55:26.254Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-24T22:55:26.254Z] === RUN TestInfoDiscoveryBackend [2019-10-24T22:55:26.818Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2019-10-24T22:55:26.818Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-10-24T22:55:27.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2019-10-24T22:55:27.946Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-24T22:55:27.946Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-10-24T22:55:28.204Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2019-10-24T22:55:28.204Z] === RUN TestInfoAPI [2019-10-24T22:55:28.204Z] --- PASS: TestInfoAPI (0.02s) [2019-10-24T22:55:28.204Z] === RUN TestInfoAPIWarnings [2019-10-24T22:55:28.768Z] --- PASS: TestInfoAPIWarnings (0.52s) [2019-10-24T22:55:28.768Z] === RUN TestInfoDebug [2019-10-24T22:55:29.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2019-10-24T22:55:29.286Z] --- PASS: TestInfoDebug (0.54s) [2019-10-24T22:55:29.286Z] === RUN TestInfoInsecureRegistries [2019-10-24T22:55:29.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-24T22:55:29.944Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2019-10-24T22:55:29.944Z] === RUN TestInfoRegistryMirrors [2019-10-24T22:55:30.509Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2019-10-24T22:55:30.509Z] === RUN TestLoginFailsWithBadCredentials [2019-10-24T22:55:30.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009f94c0_} [2019-10-24T22:55:30.767Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2019-10-24T22:55:30.767Z] === RUN TestPingCacheHeaders [2019-10-24T22:55:30.767Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-24T22:55:30.767Z] === RUN TestPingGet [2019-10-24T22:55:30.767Z] --- PASS: TestPingGet (0.02s) [2019-10-24T22:55:30.767Z] === RUN TestPingHead [2019-10-24T22:55:30.767Z] --- PASS: TestPingHead (0.04s) [2019-10-24T22:55:30.767Z] === RUN TestVersion [2019-10-24T22:55:30.767Z] --- PASS: TestVersion (0.03s) [2019-10-24T22:55:30.767Z] PASS [2019-10-24T22:55:30.767Z] [2019-10-24T22:55:30.767Z] === Skipped [2019-10-24T22:55:30.767Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T22:55:30.767Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T22:55:30.767Z] [2019-10-24T22:55:30.767Z] [2019-10-24T22:55:30.767Z] DONE 18 tests, 1 skipped in 5.734s [2019-10-24T22:55:30.767Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-24T22:55:30.767Z] ++ 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-10-24T22:55:30.767Z] ++ set -e [2019-10-24T22:55:30.767Z] ++ '[' -n 0 ']' [2019-10-24T22:55:30.767Z] ++ set -x [2019-10-24T22:55:30.767Z] ++ 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-10-24T22:55:31.026Z] INFO: Testing against a local daemon [2019-10-24T22:55:31.026Z] === RUN TestVolumesCreateAndList [2019-10-24T22:55:31.026Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-24T22:55:31.026Z] === RUN TestVolumesRemove [2019-10-24T22:55:31.026Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-24T22:55:31.026Z] === RUN TestVolumesInspect [2019-10-24T22:55:31.026Z] --- PASS: TestVolumesInspect (0.03s) [2019-10-24T22:55:31.026Z] === RUN TestVolumesInvalidJSON [2019-10-24T22:55:31.026Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-24T22:55:31.026Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-24T22:55:31.026Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-24T22:55:31.026Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-24T22:55:31.026Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-24T22:55:31.026Z] PASS [2019-10-24T22:55:31.026Z] [2019-10-24T22:55:31.026Z] DONE 5 tests in 0.292s [2019-10-24T22:55:31.026Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T22:55:31.283Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T22:55:31.283Z] +++ kill 5301 [2019-10-24T22:55:32.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1256337026_/foo_false____} [2019-10-24T22:55:32.782Z] +++ /etc/init.d/apparmor stop [2019-10-24T22:55:32.782Z] Clearing AppArmor profiles cache:. [2019-10-24T22:55:32.782Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T22:55:32.782Z] Unloading profiles will leave already running processes permanently [2019-10-24T22:55:32.782Z] unconfined, which can lead to unexpected situations. [2019-10-24T22:55:32.782Z] [2019-10-24T22:55:32.782Z] To set a process to complain mode, use the command line tool [2019-10-24T22:55:32.782Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T22:55:32.782Z] with the 'teardown' option." [2019-10-24T22:55:32.782Z] [2019-10-24T22:55:34.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1256337026_/foo_true____} [2019-10-24T22:55:35.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_false____} [2019-10-24T22:55:37.419Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_true____} [2019-10-24T22:55:38.790Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_true__0xc0009f9940__} [2019-10-24T22:55:39.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-24T22:55:40.686Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009f9960_} [2019-10-24T22:55:42.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009f9980_} [2019-10-24T22:55:43.972Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009f99a0_} [2019-10-24T22:55:45.342Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-24T22:55:45.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009f99c0_} [2019-10-24T22:55:46.625Z] --- PASS: TestBuildWithHugeFile (83.86s) [2019-10-24T22:55:46.625Z] === RUN TestBuildWithEmptyDockerfile [2019-10-24T22:55:46.625Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:55:46.625Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:55:46.625Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:55:46.625Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:55:46.625Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:55:46.625Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:55:46.625Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-24T22:55:46.625Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-24T22:55:46.625Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-24T22:55:46.625Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-10-24T22:55:46.625Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2019-10-24T22:55:46.625Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-10-24T22:55:46.625Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2019-10-24T22:55:46.625Z] === RUN TestBuildPreserveOwnership [2019-10-24T22:55:46.625Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-24T22:55:46.625Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-24T22:55:46.625Z] --- PASS: TestBuildPreserveOwnership (4.75s) [2019-10-24T22:55:46.625Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.10s) [2019-10-24T22:55:46.625Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.63s) [2019-10-24T22:55:46.625Z] === RUN TestBuildPlatformInvalid [2019-10-24T22:55:46.625Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-10-24T22:55:46.625Z] PASS [2019-10-24T22:55:46.625Z] [2019-10-24T22:55:46.625Z] === Skipped [2019-10-24T22:55:46.625Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-24T22:55:46.625Z] build_session_test.go:25: TODO: BuildKit [2019-10-24T22:55:46.625Z] [2019-10-24T22:55:46.625Z] [2019-10-24T22:55:46.625Z] DONE 32 tests, 1 skipped in 129.879s [2019-10-24T22:55:46.625Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-24T22:55:46.625Z] ++ 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-10-24T22:55:46.625Z] ++ set -e [2019-10-24T22:55:46.625Z] ++ '[' -n 0 ']' [2019-10-24T22:55:46.625Z] ++ set -x [2019-10-24T22:55:46.625Z] ++ 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-10-24T22:55:46.625Z] INFO: Testing against a local daemon [2019-10-24T22:55:46.625Z] === RUN TestConfigList [2019-10-24T22:55:46.625Z] --- PASS: TestConfigList (2.17s) [2019-10-24T22:55:46.625Z] === RUN TestConfigsCreateAndDelete [2019-10-24T22:55:46.625Z] --- PASS: TestConfigsCreateAndDelete (2.15s) [2019-10-24T22:55:46.625Z] === RUN TestConfigsUpdate [2019-10-24T22:55:46.625Z] --- PASS: TestConfigsUpdate (2.22s) [2019-10-24T22:55:46.625Z] === RUN TestTemplatedConfig [2019-10-24T22:55:47.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-24T22:55:48.107Z] --- PASS: TestTemplatedConfig (2.86s) [2019-10-24T22:55:48.107Z] === RUN TestConfigInspect [2019-10-24T22:55:48.228Z] #33 133.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-24T22:55:48.228Z] #33 135.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-24T22:55:48.228Z] #33 137.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-24T22:55:48.228Z] #33 138.9 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-24T22:55:48.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-24T22:55:48.612Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-24T22:55:48.612Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-10-24T22:55:48.612Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-10-24T22:55:48.612Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-10-24T22:55:48.612Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2019-10-24T22:55:48.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2019-10-24T22:55:48.870Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2019-10-24T22:55:48.870Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2019-10-24T22:55:48.870Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2019-10-24T22:55:48.870Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2019-10-24T22:55:48.875Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-24T22:55:49.128Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-24T22:55:50.138Z] --- PASS: TestConfigInspect (2.23s) [2019-10-24T22:55:50.138Z] === RUN TestConfigCreateWithLabels [2019-10-24T22:55:50.737Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-24T22:55:52.101Z] #33 143.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-24T22:55:52.405Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-24T22:55:52.820Z] --- PASS: TestConfigCreateWithLabels (2.66s) [2019-10-24T22:55:52.820Z] === RUN TestConfigCreateResolve [2019-10-24T22:55:53.028Z] #33 144.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-24T22:55:53.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-24T22:55:53.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-24T22:55:53.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-24T22:55:54.452Z] #33 145.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-24T22:55:54.452Z] #33 145.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-24T22:55:54.852Z] --- PASS: TestConfigCreateResolve (2.19s) [2019-10-24T22:55:54.852Z] === RUN TestConfigDaemonLibtrustID [2019-10-24T22:55:54.929Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-24T22:55:55.471Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-24T22:55:55.471Z] PASS [2019-10-24T22:55:55.471Z] [2019-10-24T22:55:55.471Z] DONE 8 tests in 17.138s [2019-10-24T22:55:55.471Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-24T22:55:55.471Z] ++ 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-10-24T22:55:55.471Z] ++ set -e [2019-10-24T22:55:55.471Z] ++ '[' -n 0 ']' [2019-10-24T22:55:55.471Z] ++ set -x [2019-10-24T22:55:55.471Z] ++ 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-10-24T22:55:55.759Z] INFO: Testing against a local daemon [2019-10-24T22:55:55.759Z] === RUN TestCheckpoint [2019-10-24T22:55:55.759Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-24T22:55:55.759Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:55:55.759Z] === RUN TestContainerInvalidJSON [2019-10-24T22:55:55.759Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:55:55.759Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:55:55.759Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:55:55.759Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:55:55.759Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:55:55.759Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:55:55.759Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-24T22:55:55.759Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-24T22:55:55.759Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-24T22:55:55.759Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-24T22:55:55.759Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-24T22:55:55.759Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-24T22:55:55.759Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-24T22:55:55.759Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-24T22:55:55.759Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-24T22:55:55.759Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-24T22:55:55.759Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2019-10-24T22:55:55.759Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-24T22:55:56.050Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-10-24T22:55:56.050Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-24T22:55:56.050Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-10-24T22:55:56.050Z] === RUN TestCopyFromContainer [2019-10-24T22:55:56.336Z] #33 147.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-24T22:55:57.261Z] #33 148.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-24T22:55:57.527Z] === RUN TestCopyFromContainer// [2019-10-24T22:55:57.527Z] === RUN TestCopyFromContainer//bar/root [2019-10-24T22:55:57.812Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-24T22:55:57.812Z] === RUN TestCopyFromContainer/bar/quux [2019-10-24T22:55:57.812Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-24T22:55:58.094Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-24T22:55:58.094Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-24T22:55:58.094Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-24T22:55:58.202Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-24T22:55:58.377Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-24T22:55:58.377Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer (2.46s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-24T22:55:58.377Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-24T22:55:58.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-24T22:55:58.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:55:58.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:55:58.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:55:58.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:55:58.377Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:55:58.377Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:55:58.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-24T22:55:58.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-24T22:55:58.377Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-24T22:55:58.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-24T22:55:58.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-24T22:55:58.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-24T22:55:58.377Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-24T22:55:58.377Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-24T22:55:58.660Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-24T22:55:58.660Z] === RUN TestCreateWithInvalidEnv [2019-10-24T22:55:58.660Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-24T22:55:58.660Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-24T22:55:58.660Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-24T22:55:58.660Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-24T22:55:58.660Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-24T22:55:58.660Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-24T22:55:58.660Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-24T22:55:58.660Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-24T22:55:58.660Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-24T22:55:58.660Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-10-24T22:55:58.660Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-24T22:55:58.660Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-24T22:55:58.660Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-24T22:55:58.660Z] === RUN TestCreateTmpfsMountsTarget [2019-10-24T22:55:58.660Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-24T22:55:58.660Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-24T22:55:59.144Z] #33 150.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-24T22:56:00.099Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-24T22:56:00.099Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-24T22:56:00.506Z] #33 151.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-24T22:56:00.621Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-24T22:56:00.621Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-24T22:56:00.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-24T22:56:00.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-24T22:56:00.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCustomMaskedPaths (1.91s) [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:56:00.688Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-24T22:56:00.688Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-10-24T22:56:00.688Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-10-24T22:56:00.688Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-24T22:56:01.031Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-24T22:56:01.964Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-24T22:56:02.394Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-24T22:56:02.720Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:56:02.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:56:02.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:56:02.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:56:02.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:56:02.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:56:02.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:56:02.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-24T22:56:02.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-24T22:56:02.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-24T22:56:02.721Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-24T22:56:02.721Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-24T22:56:02.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-24T22:56:02.721Z] === RUN TestContainerStartOnDaemonRestart [2019-10-24T22:56:02.721Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-24T22:56:02.721Z] === RUN TestDaemonRestartIpcMode [2019-10-24T22:56:02.721Z] === PAUSE TestDaemonRestartIpcMode [2019-10-24T22:56:02.721Z] === RUN TestDiff [2019-10-24T22:56:03.334Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-24T22:56:03.345Z] --- PASS: TestDiff (0.65s) [2019-10-24T22:56:03.345Z] === RUN TestExecWithCloseStdin [2019-10-24T22:56:03.756Z] #33 154.9 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-24T22:56:04.264Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-24T22:56:04.353Z] --- PASS: TestExecWithCloseStdin (0.89s) [2019-10-24T22:56:04.353Z] === RUN TestExec [2019-10-24T22:56:04.971Z] --- PASS: TestExec (0.83s) [2019-10-24T22:56:04.971Z] === RUN TestExecUser [2019-10-24T22:56:05.194Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-24T22:56:05.982Z] --- PASS: TestExecUser (0.85s) [2019-10-24T22:56:05.982Z] === RUN TestExportContainerAndImportImage [2019-10-24T22:56:06.125Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-24T22:56:06.266Z] #33 157.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-24T22:56:06.825Z] #33 158.2 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-24T22:56:06.993Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2019-10-24T22:56:06.993Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-24T22:56:07.056Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-24T22:56:08.186Z] #33 159.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-24T22:56:08.437Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-24T22:56:08.476Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2019-10-24T22:56:08.477Z] === RUN TestHealthCheckWorkdir [2019-10-24T22:56:09.372Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-24T22:56:09.485Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2019-10-24T22:56:09.485Z] === RUN TestHealthKillContainer [2019-10-24T22:56:09.546Z] #33 160.6 [2019-10-24T22:56:10.741Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-24T22:56:10.905Z] #33 DONE 161.9s [2019-10-24T22:56:10.905Z] [2019-10-24T22:56:10.905Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-24T22:56:11.672Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-24T22:56:12.604Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-24T22:56:12.788Z] #34 DONE 2.1s [2019-10-24T22:56:12.936Z] --- PASS: TestHealthKillContainer (2.88s) [2019-10-24T22:56:12.936Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-24T22:56:12.936Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2019-10-24T22:56:12.936Z] === RUN TestIpcModeNone [2019-10-24T22:56:13.944Z] --- PASS: TestIpcModeNone (0.86s) [2019-10-24T22:56:13.944Z] === RUN TestIpcModePrivate [2019-10-24T22:56:13.973Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-24T22:56:14.670Z] [2019-10-24T22:56:14.670Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-24T22:56:14.952Z] --- PASS: TestIpcModePrivate (0.83s) [2019-10-24T22:56:14.952Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-24T22:56:14.952Z] === RUN TestIpcModeShareable [2019-10-24T22:56:15.342Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-24T22:56:15.568Z] --- PASS: TestIpcModeShareable (0.83s) [2019-10-24T22:56:15.568Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-24T22:56:15.568Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-24T22:56:16.029Z] #35 DONE 1.4s [2019-10-24T22:56:16.029Z] [2019-10-24T22:56:16.029Z] #36 exporting to image [2019-10-24T22:56:16.029Z] #36 exporting layers [2019-10-24T22:56:16.272Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-24T22:56:17.203Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-24T22:56:17.203Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-24T22:56:18.135Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-24T22:56:18.248Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.47s) [2019-10-24T22:56:18.248Z] === RUN TestAPIIpcModeHost [2019-10-24T22:56:18.864Z] --- PASS: TestAPIIpcModeHost (0.69s) [2019-10-24T22:56:18.864Z] === RUN TestDaemonIpcModeShareable [2019-10-24T22:56:19.065Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-24T22:56:19.297Z] #36 exporting layers 3.5s done [2019-10-24T22:56:19.297Z] #36 writing image sha256:987c57100ec6a23b48913367731066989cb8b13f3ca2725aae9342d3616b0a78 done [2019-10-24T22:56:19.297Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-24T22:56:19.297Z] #36 DONE 3.5s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-24T22:56:19.727Z] + echo Ensuring container killed. [2019-10-24T22:56:19.727Z] Ensuring container killed. [2019-10-24T22:56:19.727Z] + docker rm -vf docker-pr3 [2019-10-24T22:56:19.727Z] Error: No such container: docker-pr3 [2019-10-24T22:56:19.727Z] + true [Pipeline] sh [2019-10-24T22:56:20.129Z] + echo Chowning /workspace to jenkins user [2019-10-24T22:56:20.129Z] Chowning /workspace to jenkins user [2019-10-24T22:56:20.129Z] + id -u [2019-10-24T22:56:20.129Z] + id -g [2019-10-24T22:56:20.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40135:/workspace busybox chown -R 1000:1000 /workspace [2019-10-24T22:56:20.434Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-24T22:56:20.907Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2019-10-24T22:56:20.907Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-24T22:56:20.907Z] === RUN TestDaemonIpcModePrivate [2019-10-24T22:56:21.367Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T22:56:21.907Z] + bundleName=unit [2019-10-24T22:56:21.907Z] + echo Creating unit-bundles.tar.gz [2019-10-24T22:56:21.907Z] Creating unit-bundles.tar.gz [2019-10-24T22:56:21.907Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-24T22:56:21.907Z] bundles/junit-report.xml [2019-10-24T22:56:21.907Z] bundles/go-test-report.json [2019-10-24T22:56:21.907Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-24T22:56:21.916Z] Archiving artifacts [2019-10-24T22:56:22.291Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T22:56:22.381Z] --- PASS: TestDaemonIpcModePrivate (1.71s) [2019-10-24T22:56:22.381Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-24T22:56:22.381Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-24T22:56:22.722Z] + make clean [2019-10-24T22:56:22.736Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-24T22:56:22.978Z] docker volume rm -f docker-dev-cache [2019-10-24T22:56:22.978Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-24T22:56:23.863Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) [2019-10-24T22:56:23.863Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-10-24T22:56:23.863Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-24T22:56:24.633Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-24T22:56:25.563Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-24T22:56:25.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-24T22:56:25.894Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) [2019-10-24T22:56:25.894Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-10-24T22:56:25.894Z] === RUN TestIpcModeOlderClient [2019-10-24T22:56:25.894Z] === PAUSE TestIpcModeOlderClient [2019-10-24T22:56:25.894Z] === RUN TestKillContainerInvalidSignal [2019-10-24T22:56:26.511Z] --- PASS: TestKillContainerInvalidSignal (0.68s) [2019-10-24T22:56:26.511Z] === RUN TestKillContainer [2019-10-24T22:56:26.511Z] === RUN TestKillContainer/no_signal [2019-10-24T22:56:27.131Z] === RUN TestKillContainer/non_killing_signal [2019-10-24T22:56:27.415Z] === RUN TestKillContainer/killing_signal [2019-10-24T22:56:28.085Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-24T22:56:28.426Z] --- PASS: TestKillContainer (2.06s) [2019-10-24T22:56:28.426Z] --- PASS: TestKillContainer/no_signal (0.67s) [2019-10-24T22:56:28.426Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2019-10-24T22:56:28.426Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2019-10-24T22:56:28.426Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-24T22:56:28.426Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-24T22:56:28.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-24T22:56:29.045Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-24T22:56:29.089Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-24T22:56:29.546Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-24T22:56:30.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2019-10-24T22:56:30.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-10-24T22:56:30.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2019-10-24T22:56:30.058Z] === RUN TestKillStoppedContainer [2019-10-24T22:56:30.058Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-24T22:56:30.058Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-24T22:56:30.058Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-24T22:56:30.058Z] === RUN TestKillDifferentUserContainer [2019-10-24T22:56:30.678Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2019-10-24T22:56:30.678Z] === RUN TestInspectOomKilledTrue [2019-10-24T22:56:31.080Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-24T22:56:31.080Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-24T22:56:32.154Z] --- PASS: TestInspectOomKilledTrue (1.17s) [2019-10-24T22:56:32.154Z] === RUN TestInspectOomKilledFalse [2019-10-24T22:56:32.437Z] --- PASS: TestInspectOomKilledFalse (0.65s) [2019-10-24T22:56:32.437Z] === RUN TestLinksEtcHostsContentMatch [2019-10-24T22:56:33.054Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2019-10-24T22:56:33.054Z] === RUN TestLinksContainerNames [2019-10-24T22:56:33.346Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-24T22:56:34.530Z] --- PASS: TestLinksContainerNames (1.34s) [2019-10-24T22:56:34.530Z] === RUN TestLogsFollowTailEmpty [2019-10-24T22:56:35.148Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2019-10-24T22:56:35.148Z] === RUN TestContainerNetworkMountsNoChown [2019-10-24T22:56:35.773Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/default [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/default [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/private [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/private [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rprivate [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/slave [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/slave [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rslave [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/shared [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/shared [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rshared [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-24T22:56:35.773Z] === CONT TestMountDaemonRoot/default [2019-10-24T22:56:35.773Z] === CONT TestMountDaemonRoot/rshared [2019-10-24T22:56:35.773Z] === CONT TestMountDaemonRoot/shared [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-24T22:56:35.773Z] === CONT TestMountDaemonRoot/rslave [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:56:35.773Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:56:35.773Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/rprivate [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/slave [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/private [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:56:35.774Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-24T22:56:35.774Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-24T22:56:35.774Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-24T22:56:36.059Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-24T22:56:36.345Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-24T22:56:36.345Z] === RUN TestContainerBindMountNonRecursive [2019-10-24T22:56:36.862Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-24T22:56:37.321Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-24T22:56:37.321Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-24T22:56:37.321Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-24T22:56:37.523Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-24T22:56:37.780Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-24T22:56:37.824Z] --- PASS: TestContainerBindMountNonRecursive (1.60s) [2019-10-24T22:56:37.824Z] === RUN TestNetworkNat [2019-10-24T22:56:38.443Z] --- PASS: TestNetworkNat (0.73s) [2019-10-24T22:56:38.443Z] === RUN TestNetworkLocalhostTCPNat [2019-10-24T22:56:38.855Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-24T22:56:39.469Z] --- PASS: TestNetworkLocalhostTCPNat (0.72s) [2019-10-24T22:56:39.469Z] === RUN TestNetworkLoopbackNat [2019-10-24T22:56:39.821Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-24T22:56:40.279Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-24T22:56:40.478Z] --- PASS: TestNetworkLoopbackNat (0.97s) [2019-10-24T22:56:40.478Z] === RUN TestPause [2019-10-24T22:56:40.737Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-24T22:56:41.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-24T22:56:41.093Z] --- PASS: TestPause (0.71s) [2019-10-24T22:56:41.093Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-24T22:56:41.093Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:56:41.093Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:56:41.093Z] === RUN TestPauseStopPausedContainer [2019-10-24T22:56:41.195Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-24T22:56:41.714Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2019-10-24T22:56:41.714Z] === RUN TestPsFilter [2019-10-24T22:56:41.998Z] --- PASS: TestPsFilter (0.19s) [2019-10-24T22:56:41.998Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-24T22:56:42.626Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2019-10-24T22:56:42.626Z] === RUN TestRemoveContainerWithVolume [2019-10-24T22:56:42.950Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-24T22:56:43.243Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2019-10-24T22:56:43.243Z] === RUN TestRemoveContainerRunning [2019-10-24T22:56:43.860Z] --- PASS: TestRemoveContainerRunning (0.66s) [2019-10-24T22:56:43.860Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-24T22:56:44.479Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2019-10-24T22:56:44.479Z] === RUN TestRemoveInvalidContainer [2019-10-24T22:56:44.479Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-24T22:56:44.479Z] === RUN TestRenameLinkedContainer [2019-10-24T22:56:46.981Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-24T22:56:47.126Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-24T22:56:47.383Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-24T22:56:47.948Z] --- PASS: TestRenameLinkedContainer (2.79s) [2019-10-24T22:56:47.949Z] === RUN TestRenameStoppedContainer [2019-10-24T22:56:48.233Z] --- PASS: TestRenameStoppedContainer (0.70s) [2019-10-24T22:56:48.233Z] === RUN TestRenameRunningContainerAndReuse [2019-10-24T22:56:48.515Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-24T22:56:48.515Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-24T22:56:49.480Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-24T22:56:49.713Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s) [2019-10-24T22:56:49.713Z] === RUN TestRenameInvalidName [2019-10-24T22:56:50.333Z] --- PASS: TestRenameInvalidName (0.70s) [2019-10-24T22:56:50.333Z] === RUN TestRenameAnonymousContainer [2019-10-24T22:56:52.638Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-24T22:56:53.015Z] --- PASS: TestRenameAnonymousContainer (2.48s) [2019-10-24T22:56:53.015Z] === RUN TestRenameContainerWithSameName [2019-10-24T22:56:53.299Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2019-10-24T22:56:53.299Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-24T22:56:53.570Z] === RUN TestDockerSuite/TestCpToDot [2019-10-24T22:56:54.500Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-24T22:56:54.774Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s) [2019-10-24T22:56:54.774Z] === RUN TestResize [2019-10-24T22:56:55.404Z] --- PASS: TestResize (0.72s) [2019-10-24T22:56:55.404Z] === RUN TestResizeWithInvalidSize [2019-10-24T22:56:56.025Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2019-10-24T22:56:56.025Z] === RUN TestResizeWhenContainerNotStarted [2019-10-24T22:56:56.395Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-24T22:56:56.650Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:56:56.650Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:56:56.650Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:56:56.650Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-24T22:56:56.650Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-24T22:56:56.650Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-24T22:56:56.650Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-24T22:56:58.290Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-24T22:56:59.221Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-24T22:57:00.151Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-24T22:57:00.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-24T22:57:01.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-24T22:57:01.699Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:57:02.496Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-24T22:57:02.496Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-24T22:57:03.092Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-24T22:57:03.220Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-24T22:57:03.507Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:57:03.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-24T22:57:04.023Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-24T22:57:04.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-24T22:57:04.279Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-24T22:57:04.279Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-24T22:57:04.279Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-24T22:57:05.245Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-24T22:57:05.924Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-24T22:57:05.924Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-24T22:57:06.182Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-24T22:57:06.210Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-24T22:57:06.668Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-24T22:57:06.668Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-24T22:57:06.747Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.46s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.64s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.34s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.83s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.94s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.20s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.04s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.93s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.95s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.06s) [2019-10-24T22:57:06.831Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.45s) [2019-10-24T22:57:06.831Z] === RUN TestCgroupNamespacesRun [2019-10-24T22:57:07.634Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-24T22:57:07.683Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-24T22:57:07.941Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-24T22:57:07.941Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-24T22:57:07.941Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-24T22:57:08.092Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-24T22:57:08.092Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-24T22:57:08.092Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-24T22:57:08.322Z] --- PASS: TestCgroupNamespacesRun (1.71s) [2019-10-24T22:57:08.322Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-24T22:57:08.873Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-24T22:57:09.131Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-24T22:57:09.392Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-24T22:57:09.392Z] === RUN TestDockerSuite/TestCreateRM [2019-10-24T22:57:09.649Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-24T22:57:09.649Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-24T22:57:09.804Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2019-10-24T22:57:09.804Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-24T22:57:09.907Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-24T22:57:10.164Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-24T22:57:11.838Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2019-10-24T22:57:11.838Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-24T22:57:12.700Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-24T22:57:12.700Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-24T22:57:12.959Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-24T22:57:13.323Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s) [2019-10-24T22:57:13.324Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-24T22:57:13.879Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-24T22:57:15.352Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2019-10-24T22:57:15.352Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-24T22:57:15.970Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2019-10-24T22:57:15.970Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-24T22:57:16.982Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2019-10-24T22:57:16.982Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-24T22:57:18.221Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-24T22:57:18.221Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-24T22:57:18.221Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-24T22:57:18.468Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-10-24T22:57:18.468Z] === RUN TestKernelTCPMemory [2019-10-24T22:57:18.478Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-24T22:57:18.478Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-24T22:57:18.478Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-24T22:57:19.413Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-24T22:57:19.487Z] --- PASS: TestKernelTCPMemory (0.92s) [2019-10-24T22:57:19.487Z] === RUN TestNISDomainname [2019-10-24T22:57:20.525Z] --- PASS: TestNISDomainname (1.05s) [2019-10-24T22:57:20.525Z] === RUN TestHostnameDnsResolution [2019-10-24T22:57:21.309Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-24T22:57:21.540Z] --- PASS: TestHostnameDnsResolution (1.11s) [2019-10-24T22:57:21.540Z] === RUN TestStats [2019-10-24T22:57:21.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-24T22:57:23.568Z] --- PASS: TestStats (2.06s) [2019-10-24T22:57:23.568Z] === RUN TestStopContainerWithTimeout [2019-10-24T22:57:23.568Z] === RUN TestStopContainerWithTimeout/0 [2019-10-24T22:57:23.568Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-24T22:57:23.568Z] === RUN TestStopContainerWithTimeout/1 [2019-10-24T22:57:23.568Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-24T22:57:23.568Z] === RUN TestStopContainerWithTimeout/3 [2019-10-24T22:57:23.568Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-24T22:57:23.568Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-24T22:57:23.568Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-24T22:57:23.568Z] === CONT TestStopContainerWithTimeout/0 [2019-10-24T22:57:23.568Z] === CONT TestStopContainerWithTimeout/1 [2019-10-24T22:57:23.568Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-24T22:57:23.568Z] === CONT TestStopContainerWithTimeout/3 [2019-10-24T22:57:23.767Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-24T22:57:25.137Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-24T22:57:26.068Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-24T22:57:26.634Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-24T22:57:26.897Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-24T22:57:27.049Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-10-24T22:57:27.049Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2019-10-24T22:57:27.049Z] --- PASS: TestStopContainerWithTimeout/1 (2.14s) [2019-10-24T22:57:27.049Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2019-10-24T22:57:27.049Z] --- PASS: TestStopContainerWithTimeout/3 (3.20s) [2019-10-24T22:57:27.049Z] === RUN TestDeleteDevicemapper [2019-10-24T22:57:27.049Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-24T22:57:27.049Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:57:27.049Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-24T22:57:27.462Z] === RUN TestDockerSuite/TestDockerFails [2019-10-24T22:57:27.462Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-24T22:57:27.719Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-24T22:57:27.719Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-24T22:57:27.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-24T22:57:29.347Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-24T22:57:29.741Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.86s) [2019-10-24T22:57:29.741Z] === RUN TestUpdateMemory [2019-10-24T22:57:30.279Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-24T22:57:31.255Z] --- PASS: TestUpdateMemory (1.33s) [2019-10-24T22:57:31.255Z] === RUN TestUpdateCPUQuota [2019-10-24T22:57:31.653Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-24T22:57:31.653Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-24T22:57:31.911Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-24T22:57:31.911Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-24T22:57:32.748Z] --- PASS: TestUpdateCPUQuota (1.76s) [2019-10-24T22:57:32.748Z] === RUN TestUpdatePidsLimit [2019-10-24T22:57:32.748Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-24T22:57:33.385Z] === RUN TestUpdatePidsLimit/no_change [2019-10-24T22:57:33.675Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-24T22:57:33.963Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-24T22:57:34.248Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-24T22:57:34.868Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-24T22:57:35.151Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit (3.89s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-10-24T22:57:36.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2019-10-24T22:57:36.631Z] === RUN TestUpdateRestartPolicy [2019-10-24T22:57:40.012Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-24T22:57:41.907Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-24T22:57:44.432Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-24T22:57:45.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-24T22:57:46.736Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-24T22:57:48.111Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-24T22:57:49.041Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-24T22:57:49.173Z] --- PASS: TestUpdateRestartPolicy (12.10s) [2019-10-24T22:57:49.173Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-24T22:57:49.458Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2019-10-24T22:57:49.458Z] === RUN TestWaitNonBlocked [2019-10-24T22:57:49.458Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:57:49.458Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:57:49.458Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:57:49.458Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:57:49.458Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-24T22:57:49.458Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-24T22:57:49.974Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-24T22:57:50.475Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-24T22:57:50.475Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-10-24T22:57:50.475Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.95s) [2019-10-24T22:57:50.475Z] === RUN TestWaitBlocked [2019-10-24T22:57:50.475Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:57:50.475Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:57:50.475Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:57:50.475Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:57:50.475Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-24T22:57:50.475Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-24T22:57:50.907Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-24T22:57:51.494Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-24T22:57:51.494Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.93s) [2019-10-24T22:57:51.494Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2019-10-24T22:57:51.494Z] === CONT TestContainerStartOnDaemonRestart [2019-10-24T22:57:51.494Z] === CONT TestIpcModeOlderClient [2019-10-24T22:57:51.494Z] === CONT TestDaemonRestartIpcMode [2019-10-24T22:57:51.780Z] --- PASS: TestIpcModeOlderClient (0.13s) [2019-10-24T22:57:51.840Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-24T22:57:52.771Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-24T22:57:54.687Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-24T22:57:55.330Z] --- PASS: TestContainerStartOnDaemonRestart (3.17s) [2019-10-24T22:57:55.331Z] --- PASS: TestDaemonRestartIpcMode (3.74s) [2019-10-24T22:57:55.331Z] PASS [2019-10-24T22:57:55.331Z] [2019-10-24T22:57:55.331Z] === Skipped [2019-10-24T22:57:55.331Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-24T22:57:55.331Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-24T22:57:55.331Z] [2019-10-24T22:57:55.331Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-24T22:57:55.331Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-24T22:57:55.331Z] [2019-10-24T22:57:55.331Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-24T22:57:55.331Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-24T22:57:55.331Z] [2019-10-24T22:57:55.331Z] [2019-10-24T22:57:55.331Z] DONE 197 tests, 3 skipped in 119.712s [2019-10-24T22:57:55.331Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-24T22:57:55.331Z] ++ 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-10-24T22:57:55.331Z] ++ set -e [2019-10-24T22:57:55.331Z] ++ '[' -n 0 ']' [2019-10-24T22:57:55.331Z] ++ set -x [2019-10-24T22:57:55.331Z] ++ 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-10-24T22:57:55.331Z] INFO: Testing against a local daemon [2019-10-24T22:57:55.331Z] === RUN TestCommitInheritsEnv [2019-10-24T22:57:55.950Z] --- PASS: TestCommitInheritsEnv (0.41s) [2019-10-24T22:57:55.950Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-24T22:57:55.950Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-24T22:57:55.950Z] === RUN TestImagesFilterMultiReference [2019-10-24T22:57:55.950Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-10-24T22:57:55.950Z] === RUN TestImagePullPlatformInvalid [2019-10-24T22:57:55.950Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-24T22:57:55.950Z] === RUN TestRemoveImageOrphaning [2019-10-24T22:57:56.057Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-24T22:57:56.235Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2019-10-24T22:57:56.235Z] === RUN TestRemoveImageGarbageCollector [2019-10-24T22:57:56.235Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-24T22:57:56.235Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T22:57:56.235Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-24T22:57:56.380Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-24T22:57:56.380Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-24T22:57:56.380Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-24T22:57:56.521Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-24T22:57:56.521Z] === RUN TestTagInvalidReference [2019-10-24T22:57:56.521Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-24T22:57:56.521Z] === RUN TestTagValidPrefixedRepo [2019-10-24T22:57:56.521Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-24T22:57:56.521Z] === RUN TestTagExistedNameWithoutForce [2019-10-24T22:57:56.521Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-24T22:57:56.521Z] === RUN TestTagOfficialNames [2019-10-24T22:57:56.521Z] --- PASS: TestTagOfficialNames (0.05s) [2019-10-24T22:57:56.521Z] === RUN TestTagMatchesDigest [2019-10-24T22:57:56.521Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-24T22:57:56.521Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-24T22:57:59.333Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-24T22:58:02.610Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-24T22:58:02.610Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-24T22:58:03.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-24T22:58:03.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-24T22:58:03.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-24T22:58:03.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-24T22:58:03.542Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-24T22:58:03.906Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-24T22:58:03.906Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-24T22:58:05.441Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-24T22:58:06.374Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-24T22:58:06.942Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-24T22:58:08.317Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-24T22:58:08.575Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-24T22:58:08.832Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-24T22:58:08.832Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-24T22:58:09.398Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-24T22:58:09.398Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-24T22:58:09.398Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-24T22:58:11.298Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-24T22:58:13.827Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-24T22:58:13.827Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-24T22:58:13.827Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-24T22:58:14.392Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-24T22:58:14.650Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-24T22:58:15.216Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-24T22:58:16.149Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-24T22:58:16.407Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-24T22:58:16.407Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-24T22:58:16.407Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-24T22:58:18.324Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-24T22:58:19.257Z] === RUN TestDockerSuite/TestEventsRename [2019-10-24T22:58:20.188Z] === RUN TestDockerSuite/TestEventsResize [2019-10-24T22:58:21.119Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-24T22:58:21.684Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-24T22:58:22.616Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-24T22:58:23.548Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-24T22:58:26.823Z] === RUN TestDockerSuite/TestEventsTop [2019-10-24T22:58:27.756Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-24T22:58:30.279Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-24T22:58:31.650Z] === RUN TestDockerSuite/TestExec [2019-10-24T22:58:33.022Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-24T22:58:33.587Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-24T22:58:34.518Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-24T22:58:35.450Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-24T22:58:37.346Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-24T22:58:37.603Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-24T22:58:38.169Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-24T22:58:39.101Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-24T22:58:39.580Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-24T22:58:39.580Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-24T22:58:39.580Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-24T22:58:40.475Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-24T22:58:40.745Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-24T22:58:41.311Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-24T22:58:42.241Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-24T22:58:43.615Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-24T22:58:45.512Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-24T22:58:46.887Z] === RUN TestDockerSuite/TestExecEnv [2019-10-24T22:58:47.820Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-24T22:58:49.719Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-24T22:58:50.655Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-24T22:58:53.932Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-24T22:58:54.864Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-24T22:58:55.798Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-24T22:58:56.731Z] === RUN TestDockerSuite/TestExecParseError [2019-10-24T22:58:57.273Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-24T22:58:57.273Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-24T22:58:57.663Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-24T22:58:58.239Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-24T22:58:58.595Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-24T22:58:59.527Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-24T22:59:01.974Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-24T22:59:02.051Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-24T22:59:02.617Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-24T22:59:03.560Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-24T22:59:04.146Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-24T22:59:04.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-24T22:59:07.042Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-24T22:59:16.671Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-24T22:59:16.671Z] === RUN TestDockerSuite/TestExecTTY [2019-10-24T22:59:16.671Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-24T22:59:17.602Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-24T22:59:18.535Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-24T22:59:19.467Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-24T22:59:19.467Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-24T22:59:21.991Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-24T22:59:22.925Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-24T22:59:24.823Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-24T22:59:25.755Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-24T22:59:26.688Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-24T22:59:31.944Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-24T22:59:32.508Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-24T22:59:36.685Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-24T22:59:39.222Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-24T22:59:44.480Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-24T22:59:44.737Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-24T22:59:44.737Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-24T22:59:44.737Z] === RUN TestDockerSuite/TestHealth [2019-10-24T22:59:56.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-24T23:00:06.884Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-24T23:00:06.884Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-24T23:00:06.884Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-24T23:00:06.884Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-24T23:00:07.449Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-24T23:00:07.449Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-24T23:00:08.380Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-24T23:00:08.380Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-24T23:00:08.380Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-24T23:00:08.380Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-24T23:00:08.637Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-24T23:00:09.202Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-24T23:00:09.766Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-24T23:00:09.767Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-24T23:00:10.698Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-24T23:00:10.698Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-24T23:00:11.629Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-24T23:00:12.560Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-24T23:00:12.560Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-24T23:00:13.491Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-24T23:00:16.769Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-24T23:00:16.769Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-24T23:00:16.769Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-24T23:00:18.140Z] === RUN TestDockerSuite/TestImportFile [2019-10-24T23:00:19.115Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-24T23:00:19.115Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-24T23:00:19.115Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-24T23:00:20.035Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-24T23:00:20.035Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-24T23:00:21.930Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-24T23:00:24.457Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-24T23:00:26.358Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-24T23:00:26.922Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-24T23:00:27.854Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-24T23:00:28.785Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-24T23:00:28.785Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-24T23:00:28.785Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-24T23:00:29.350Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-24T23:00:30.285Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-24T23:00:30.849Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-24T23:00:31.782Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-24T23:00:32.715Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-24T23:00:33.279Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-24T23:00:33.536Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-24T23:00:35.432Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-24T23:00:35.689Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-24T23:00:35.947Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-24T23:00:36.897Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-24T23:00:36.897Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-24T23:00:37.831Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-24T23:00:37.831Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-24T23:00:39.730Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-24T23:00:40.295Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-24T23:00:41.227Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-24T23:00:42.159Z] === RUN TestDockerSuite/TestInspectImage [2019-10-24T23:00:42.159Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-24T23:00:42.159Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-24T23:00:42.159Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-24T23:00:43.091Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-24T23:00:44.023Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-24T23:00:44.280Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-24T23:00:45.211Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-24T23:00:45.777Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-24T23:00:48.303Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-24T23:00:48.303Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-24T23:00:48.869Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-24T23:00:50.240Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-24T23:00:52.137Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-24T23:00:52.703Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-24T23:00:53.637Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-24T23:00:55.012Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-24T23:00:55.947Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-24T23:00:56.881Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-24T23:00:57.447Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-24T23:00:57.709Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-24T23:01:00.238Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-24T23:01:02.765Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-24T23:01:02.765Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-24T23:01:04.136Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-24T23:01:04.394Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-24T23:01:06.919Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-24T23:01:07.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-24T23:01:09.746Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-24T23:01:10.678Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-24T23:01:12.576Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-24T23:01:12.576Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-24T23:01:14.474Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-24T23:01:15.407Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-24T23:01:15.665Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-24T23:01:17.038Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-24T23:01:17.296Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-24T23:01:21.478Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-24T23:01:24.761Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-24T23:01:30.020Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-24T23:01:30.277Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-24T23:01:31.203Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-24T23:01:31.665Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-24T23:01:32.633Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-24T23:01:33.554Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-24T23:01:35.453Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-24T23:01:36.384Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-24T23:01:38.909Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-24T23:01:38.909Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-24T23:01:39.474Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-24T23:01:39.474Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-24T23:01:39.474Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-24T23:01:40.038Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-24T23:01:40.297Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-24T23:01:41.229Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-24T23:01:45.408Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-24T23:01:45.973Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-24T23:01:51.227Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-24T23:01:51.801Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-24T23:01:51.801Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-24T23:01:52.738Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-24T23:01:54.109Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-24T23:01:55.040Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-24T23:01:56.411Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-24T23:01:57.343Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-24T23:01:59.868Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-24T23:02:00.800Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-24T23:02:01.732Z] === RUN TestDockerSuite/TestLogsSince [2019-10-24T23:02:02.575Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-24T23:02:05.908Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-24T23:02:08.433Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-24T23:02:11.137Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-24T23:02:14.987Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-24T23:02:14.987Z] === RUN TestDockerSuite/TestLogsTail [2019-10-24T23:02:15.920Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-24T23:02:16.486Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-24T23:02:17.051Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-24T23:02:17.982Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-24T23:02:18.253Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-24T23:02:19.633Z] === RUN TestDockerSuite/TestNetHostname [2019-10-24T23:02:20.566Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-24T23:02:21.453Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-24T23:02:21.938Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-24T23:02:22.196Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-24T23:02:23.567Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-24T23:02:26.091Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-24T23:02:26.655Z] === RUN TestDockerSuite/TestPluginActive [2019-10-24T23:02:28.550Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-24T23:02:36.652Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-24T23:02:36.652Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-24T23:02:36.652Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-24T23:02:36.909Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-24T23:02:38.807Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-24T23:02:40.704Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-24T23:02:42.600Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-24T23:02:42.600Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-24T23:02:45.127Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-24T23:02:45.390Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-24T23:02:49.568Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-24T23:02:50.500Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-24T23:02:53.024Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-24T23:02:53.282Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-24T23:02:54.215Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-24T23:02:56.114Z] === RUN TestDockerSuite/TestPortList [2019-10-24T23:02:57.045Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-24T23:03:00.322Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-24T23:03:03.600Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-24T23:03:03.964Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-24T23:03:04.063Z] --- PASS: TestImportExtremelyLargeImageWorks (299.10s) [2019-10-24T23:03:04.063Z] PASS [2019-10-24T23:03:04.063Z] [2019-10-24T23:03:04.063Z] === Skipped [2019-10-24T23:03:04.063Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-24T23:03:04.063Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:03:04.063Z] [2019-10-24T23:03:04.063Z] [2019-10-24T23:03:04.063Z] DONE 12 tests, 1 skipped in 300.416s [2019-10-24T23:03:04.063Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-24T23:03:04.063Z] ++ 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-10-24T23:03:04.063Z] ++ set -e [2019-10-24T23:03:04.063Z] ++ '[' -n 0 ']' [2019-10-24T23:03:04.063Z] ++ set -x [2019-10-24T23:03:04.063Z] ++ 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-10-24T23:03:04.063Z] INFO: Testing against a local daemon [2019-10-24T23:03:04.063Z] === RUN TestNetworkCreateDelete [2019-10-24T23:03:04.063Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-10-24T23:03:04.063Z] === RUN TestDockerNetworkDeletePreferID [2019-10-24T23:03:04.063Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2019-10-24T23:03:04.063Z] === RUN TestInspectNetwork [2019-10-24T23:03:04.063Z] === RUN TestInspectNetwork/full_network_id [2019-10-24T23:03:04.063Z] === RUN TestInspectNetwork/partial_network_id [2019-10-24T23:03:04.063Z] === RUN TestInspectNetwork/network_name [2019-10-24T23:03:04.063Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-24T23:03:04.063Z] --- PASS: TestInspectNetwork (7.40s) [2019-10-24T23:03:04.063Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-10-24T23:03:04.063Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-24T23:03:04.063Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-24T23:03:04.063Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-24T23:03:04.063Z] === RUN TestRunContainerWithBridgeNone [2019-10-24T23:03:06.762Z] --- PASS: TestRunContainerWithBridgeNone (2.53s) [2019-10-24T23:03:06.762Z] === RUN TestNetworkInvalidJSON [2019-10-24T23:03:06.762Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-24T23:03:06.762Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-24T23:03:06.762Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T23:03:06.762Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T23:03:06.762Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T23:03:06.762Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T23:03:06.762Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-24T23:03:06.762Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-24T23:03:06.762Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-24T23:03:06.762Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-24T23:03:06.762Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-24T23:03:06.762Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-24T23:03:06.762Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-24T23:03:06.762Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-24T23:03:06.880Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-24T23:03:07.774Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-24T23:03:07.774Z] === RUN TestDaemonDefaultNetworkPools [2019-10-24T23:03:08.250Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-24T23:03:08.395Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2019-10-24T23:03:08.395Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-24T23:03:09.875Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2019-10-24T23:03:09.875Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-24T23:03:10.776Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-24T23:03:10.894Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.41s) [2019-10-24T23:03:10.894Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-24T23:03:11.513Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-24T23:03:11.513Z] === RUN TestServiceWithPredefinedNetwork [2019-10-24T23:03:12.527Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-24T23:03:14.206Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2019-10-24T23:03:14.206Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-24T23:03:14.206Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T23:03:14.206Z] service_test.go:230: FLAKY_TEST [2019-10-24T23:03:14.206Z] === RUN TestServiceWithDataPathPortInit [2019-10-24T23:03:16.056Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-24T23:03:16.056Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-24T23:03:16.056Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-24T23:03:16.056Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-24T23:03:16.621Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-24T23:03:16.621Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-24T23:03:17.552Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-24T23:03:17.552Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-24T23:03:18.486Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-24T23:03:18.744Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-24T23:03:20.116Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-24T23:03:20.116Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-24T23:03:23.393Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-24T23:03:24.903Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-24T23:03:25.288Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-24T23:03:25.288Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-24T23:03:25.545Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-24T23:03:28.832Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-24T23:03:29.448Z] --- PASS: TestServiceWithDataPathPortInit (15.52s) [2019-10-24T23:03:29.448Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-24T23:03:29.769Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-24T23:03:30.026Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-24T23:03:33.302Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-24T23:03:33.559Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-24T23:03:37.738Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-24T23:03:37.851Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.45s) [2019-10-24T23:03:37.851Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ps0512cerdxaug6o53sf2ozuz Created:2019-10-24 23:03:30.678311634 +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[b1f6f8003151b959afcfdf96044edf4fe5de5b5342c9201575a59be079e0959b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jvnctl7qi332m3o53r9the5h7 EndpointID:86d317b13e2db4ab32ff4df7f3b024180ac57ebc8b99832b226b0d67957b5242 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5af63e36c2b587d3c86eeb2dd654b25a53a018f11018ac148b066b4280e7136d 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:af71b97da3a3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jvnctl7qi332m3o53r9the5h7 EndpointID:86d317b13e2db4ab32ff4df7f3b024180ac57ebc8b99832b226b0d67957b5242 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-24T23:03:37.851Z] PASS [2019-10-24T23:03:37.851Z] [2019-10-24T23:03:37.851Z] === Skipped [2019-10-24T23:03:37.851Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-24T23:03:37.851Z] service_test.go:230: FLAKY_TEST [2019-10-24T23:03:37.851Z] [2019-10-24T23:03:37.851Z] [2019-10-24T23:03:37.851Z] DONE 21 tests, 1 skipped in 41.204s [2019-10-24T23:03:37.851Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-24T23:03:37.851Z] ++ 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-10-24T23:03:37.851Z] ++ set -e [2019-10-24T23:03:37.851Z] ++ '[' -n 0 ']' [2019-10-24T23:03:37.851Z] ++ set -x [2019-10-24T23:03:37.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=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-10-24T23:03:37.851Z] INFO: Testing against a local daemon [2019-10-24T23:03:37.851Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-24T23:03:38.470Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.50s) [2019-10-24T23:03:38.470Z] === RUN TestDockerNetworkIpvlan [2019-10-24T23:03:39.489Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-24T23:03:39.634Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-24T23:03:39.634Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-24T23:03:40.503Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-24T23:03:40.569Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-24T23:03:41.516Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-24T23:03:43.843Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-24T23:03:44.211Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-24T23:03:45.739Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-24T23:03:47.671Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-24T23:03:49.014Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-24T23:03:49.705Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-24T23:03:52.290Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-24T23:03:53.409Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-24T23:03:53.660Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-24T23:03:56.182Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-24T23:03:57.552Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-24T23:03:57.811Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-24T23:03:59.451Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-24T23:04:01.346Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-24T23:04:02.277Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-24T23:04:03.328Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-24T23:04:03.648Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan (26.34s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.18s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.17s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.15s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.16s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.15s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.20s) [2019-10-24T23:04:04.810Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.86s) [2019-10-24T23:04:04.810Z] PASS [2019-10-24T23:04:04.810Z] [2019-10-24T23:04:04.810Z] DONE 11 tests in 27.943s [2019-10-24T23:04:04.810Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-24T23:04:04.810Z] ++ 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-10-24T23:04:04.810Z] ++ set -e [2019-10-24T23:04:04.810Z] ++ '[' -n 0 ']' [2019-10-24T23:04:04.810Z] ++ set -x [2019-10-24T23:04:04.810Z] ++ 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-10-24T23:04:05.095Z] INFO: Testing against a local daemon [2019-10-24T23:04:05.095Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-24T23:04:05.552Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-24T23:04:05.809Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-24T23:04:06.579Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-10-24T23:04:06.579Z] === RUN TestDockerNetworkMacvlan [2019-10-24T23:04:06.740Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-24T23:04:07.600Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-24T23:04:08.217Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-24T23:04:09.230Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-24T23:04:09.264Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-24T23:04:11.789Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-24T23:04:11.914Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-24T23:04:12.720Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-24T23:04:12.720Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-24T23:04:12.720Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-24T23:04:12.979Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-24T23:04:12.979Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-24T23:04:13.911Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-24T23:04:15.284Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-24T23:04:15.382Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-24T23:04:15.541Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-24T23:04:17.437Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-24T23:04:18.370Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-24T23:04:20.888Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan (14.88s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.14s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.15s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.20s) [2019-10-24T23:04:21.507Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.94s) [2019-10-24T23:04:21.507Z] PASS [2019-10-24T23:04:21.507Z] [2019-10-24T23:04:21.507Z] DONE 8 tests in 16.464s [2019-10-24T23:04:21.507Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-24T23:04:21.507Z] ++ 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-10-24T23:04:21.507Z] ++ set -e [2019-10-24T23:04:21.507Z] ++ '[' -n 0 ']' [2019-10-24T23:04:21.507Z] ++ set -x [2019-10-24T23:04:21.507Z] ++ 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-10-24T23:04:21.507Z] testing: warning: no tests to run [2019-10-24T23:04:21.507Z] PASS [2019-10-24T23:04:21.507Z] [2019-10-24T23:04:21.507Z] DONE 0 tests in 0.016s [2019-10-24T23:04:21.507Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-24T23:04:21.507Z] ++ 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-10-24T23:04:21.507Z] ++ set -e [2019-10-24T23:04:21.507Z] ++ '[' -n 0 ']' [2019-10-24T23:04:21.507Z] ++ set -x [2019-10-24T23:04:21.507Z] ++ 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-10-24T23:04:21.507Z] INFO: Testing against a local daemon [2019-10-24T23:04:21.507Z] === RUN TestAuthZPluginAllowRequest [2019-10-24T23:04:23.552Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-10-24T23:04:23.552Z] === RUN TestAuthZPluginTLS [2019-10-24T23:04:23.836Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-24T23:04:23.836Z] === RUN TestAuthZPluginDenyRequest [2019-10-24T23:04:24.454Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-24T23:04:24.454Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-24T23:04:25.072Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-10-24T23:04:25.072Z] === RUN TestAuthZPluginDenyResponse [2019-10-24T23:04:25.689Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-24T23:04:25.689Z] === RUN TestAuthZPluginAllowEventStream [2019-10-24T23:04:26.469Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-24T23:04:27.034Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-24T23:04:27.168Z] --- PASS: TestAuthZPluginAllowEventStream (1.61s) [2019-10-24T23:04:27.169Z] === RUN TestAuthZPluginErrorResponse [2019-10-24T23:04:27.793Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2019-10-24T23:04:27.793Z] === RUN TestAuthZPluginErrorRequest [2019-10-24T23:04:28.412Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-24T23:04:28.412Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-24T23:04:28.930Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-24T23:04:29.031Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-24T23:04:29.031Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-24T23:04:29.496Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-24T23:04:29.753Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-24T23:04:29.753Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-24T23:04:30.011Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-24T23:04:31.063Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2019-10-24T23:04:31.063Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-24T23:04:31.915Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-24T23:04:33.093Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.05s) [2019-10-24T23:04:33.093Z] === RUN TestAuthZPluginHeader [2019-10-24T23:04:33.286Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-24T23:04:34.102Z] --- PASS: TestAuthZPluginHeader (0.92s) [2019-10-24T23:04:34.102Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-24T23:04:34.102Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T23:04:34.102Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:34.102Z] === RUN TestAuthZPluginV2Disable [2019-10-24T23:04:34.102Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-24T23:04:34.102Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:34.102Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-24T23:04:34.102Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T23:04:34.102Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:34.102Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-24T23:04:34.102Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T23:04:34.102Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:34.102Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-24T23:04:34.657Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-24T23:04:38.834Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-24T23:04:40.730Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-24T23:04:40.730Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-24T23:04:40.987Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-24T23:04:45.167Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-24T23:04:46.100Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-24T23:04:46.357Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-24T23:04:48.252Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-24T23:04:49.623Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-24T23:04:51.522Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-24T23:04:52.087Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-24T23:04:52.652Z] === RUN TestDockerSuite/TestRmiTag [2019-10-24T23:04:52.884Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-10-24T23:04:52.884Z] PASS [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] === Skipped [2019-10-24T23:04:52.884Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-24T23:04:52.884Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-24T23:04:52.884Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-24T23:04:52.884Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-24T23:04:52.884Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] DONE 17 tests, 4 skipped in 29.399s [2019-10-24T23:04:52.884Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-24T23:04:52.884Z] ++ 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-10-24T23:04:52.884Z] ++ set -e [2019-10-24T23:04:52.884Z] ++ '[' -n 0 ']' [2019-10-24T23:04:52.884Z] ++ set -x [2019-10-24T23:04:52.884Z] ++ 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-10-24T23:04:52.884Z] INFO: Testing against a local daemon [2019-10-24T23:04:52.884Z] === RUN TestPluginInvalidJSON [2019-10-24T23:04:52.884Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T23:04:52.884Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T23:04:52.884Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-24T23:04:52.884Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-24T23:04:52.884Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-24T23:04:52.884Z] PASS [2019-10-24T23:04:52.884Z] [2019-10-24T23:04:52.884Z] DONE 2 tests in 0.140s [2019-10-24T23:04:52.884Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-24T23:04:52.884Z] ++ 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-10-24T23:04:52.884Z] ++ set -e [2019-10-24T23:04:52.884Z] ++ '[' -n 0 ']' [2019-10-24T23:04:52.884Z] ++ set -x [2019-10-24T23:04:52.884Z] ++ 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-10-24T23:04:52.884Z] INFO: Testing against a local daemon [2019-10-24T23:04:52.884Z] === RUN TestExternalGraphDriver [2019-10-24T23:04:52.884Z] === RUN TestExternalGraphDriver/json [2019-10-24T23:04:52.909Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-24T23:04:53.501Z] === RUN TestExternalGraphDriver/spec [2019-10-24T23:04:53.840Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-24T23:04:55.531Z] === RUN TestExternalGraphDriver/pull [2019-10-24T23:04:55.738Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-24T23:04:57.569Z] --- PASS: TestExternalGraphDriver (6.48s) [2019-10-24T23:04:57.569Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-10-24T23:04:57.569Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2019-10-24T23:04:57.569Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2019-10-24T23:04:57.569Z] === RUN TestGraphdriverPluginV2 [2019-10-24T23:04:57.569Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-10-24T23:04:57.569Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:57.569Z] PASS [2019-10-24T23:04:57.569Z] [2019-10-24T23:04:57.569Z] === Skipped [2019-10-24T23:04:57.569Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-10-24T23:04:57.569Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:04:57.569Z] [2019-10-24T23:04:57.569Z] [2019-10-24T23:04:57.569Z] DONE 5 tests, 1 skipped in 6.634s [2019-10-24T23:04:57.855Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-24T23:04:57.855Z] ++ 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-10-24T23:04:57.855Z] ++ set -e [2019-10-24T23:04:57.855Z] ++ '[' -n 0 ']' [2019-10-24T23:04:57.855Z] ++ set -x [2019-10-24T23:04:57.855Z] ++ 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-10-24T23:04:57.855Z] INFO: Testing against a local daemon [2019-10-24T23:04:57.855Z] === RUN TestContinueAfterPluginCrash [2019-10-24T23:04:57.855Z] === PAUSE TestContinueAfterPluginCrash [2019-10-24T23:04:57.855Z] === RUN TestDaemonStartWithLogOpt [2019-10-24T23:04:57.855Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-24T23:04:57.855Z] === CONT TestContinueAfterPluginCrash [2019-10-24T23:04:57.855Z] === CONT TestDaemonStartWithLogOpt [2019-10-24T23:04:59.019Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-24T23:04:59.019Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-24T23:04:59.584Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-24T23:05:00.516Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-24T23:05:01.081Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-24T23:05:02.978Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-24T23:05:03.543Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-24T23:05:03.800Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-24T23:05:04.730Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-24T23:05:04.730Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-24T23:05:05.662Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-24T23:05:06.157Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-24T23:05:07.557Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-24T23:05:08.121Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-24T23:05:09.051Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-24T23:05:09.982Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-24T23:05:11.354Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-24T23:05:13.249Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-24T23:05:14.181Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-24T23:05:14.749Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-24T23:05:15.112Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-24T23:05:16.045Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-24T23:05:16.365Z] --- PASS: TestDaemonStartWithLogOpt (15.51s) [2019-10-24T23:05:16.975Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-24T23:05:17.668Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-24T23:05:17.907Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-24T23:05:18.386Z] --- PASS: TestContinueAfterPluginCrash (20.29s) [2019-10-24T23:05:18.386Z] PASS [2019-10-24T23:05:18.386Z] [2019-10-24T23:05:18.386Z] DONE 2 tests in 20.392s [2019-10-24T23:05:18.386Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-24T23:05:18.386Z] ++ 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-10-24T23:05:18.386Z] ++ set -e [2019-10-24T23:05:18.386Z] ++ '[' -n 0 ']' [2019-10-24T23:05:18.386Z] ++ set -x [2019-10-24T23:05:18.387Z] ++ 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-10-24T23:05:18.387Z] INFO: Testing against a local daemon [2019-10-24T23:05:18.387Z] === RUN TestPluginWithDevMounts [2019-10-24T23:05:18.387Z] === PAUSE TestPluginWithDevMounts [2019-10-24T23:05:18.387Z] === CONT TestPluginWithDevMounts [2019-10-24T23:05:18.487Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-24T23:05:19.062Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-24T23:05:20.412Z] --- PASS: TestPluginWithDevMounts (2.27s) [2019-10-24T23:05:20.412Z] PASS [2019-10-24T23:05:20.412Z] [2019-10-24T23:05:20.412Z] DONE 1 tests in 2.371s [2019-10-24T23:05:20.412Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-24T23:05:20.412Z] ++ 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-10-24T23:05:20.412Z] ++ set -e [2019-10-24T23:05:20.412Z] ++ '[' -n 0 ']' [2019-10-24T23:05:20.412Z] ++ set -x [2019-10-24T23:05:20.412Z] ++ 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-10-24T23:05:20.435Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-24T23:05:20.695Z] INFO: Testing against a local daemon [2019-10-24T23:05:20.695Z] === RUN TestSecretInspect [2019-10-24T23:05:21.367Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-24T23:05:21.931Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-24T23:05:22.377Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-24T23:05:22.377Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-24T23:05:22.733Z] --- PASS: TestSecretInspect (2.15s) [2019-10-24T23:05:22.733Z] === RUN TestSecretList [2019-10-24T23:05:22.840Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-24T23:05:22.840Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-24T23:05:22.840Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-24T23:05:22.840Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-24T23:05:22.865Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-24T23:05:22.865Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-24T23:05:25.387Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-24T23:05:25.438Z] --- PASS: TestSecretList (2.22s) [2019-10-24T23:05:25.438Z] === RUN TestSecretsCreateAndDelete [2019-10-24T23:05:25.951Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-24T23:05:26.591Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-24T23:05:26.591Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-24T23:05:26.591Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-24T23:05:26.591Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-24T23:05:26.883Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-24T23:05:26.883Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-24T23:05:27.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-24T23:05:27.472Z] --- PASS: TestSecretsCreateAndDelete (2.24s) [2019-10-24T23:05:27.472Z] === RUN TestSecretsUpdate [2019-10-24T23:05:27.816Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-24T23:05:28.747Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-24T23:05:28.747Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-24T23:05:29.498Z] --- PASS: TestSecretsUpdate (2.20s) [2019-10-24T23:05:29.498Z] === RUN TestTemplatedSecret [2019-10-24T23:05:29.681Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-24T23:05:29.681Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-24T23:05:30.614Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-24T23:05:31.546Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-24T23:05:32.189Z] --- PASS: TestTemplatedSecret (2.83s) [2019-10-24T23:05:32.189Z] === RUN TestSecretCreateResolve [2019-10-24T23:05:32.477Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-24T23:05:32.868Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-24T23:05:33.042Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-24T23:05:33.042Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-24T23:05:33.974Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-24T23:05:33.974Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-24T23:05:34.873Z] --- PASS: TestSecretCreateResolve (2.17s) [2019-10-24T23:05:34.873Z] PASS [2019-10-24T23:05:34.873Z] [2019-10-24T23:05:34.873Z] DONE 6 tests in 13.907s [2019-10-24T23:05:34.873Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-24T23:05:34.873Z] ++ 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-10-24T23:05:34.873Z] ++ set -e [2019-10-24T23:05:34.873Z] ++ '[' -n 0 ']' [2019-10-24T23:05:34.873Z] ++ set -x [2019-10-24T23:05:34.873Z] ++ 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-10-24T23:05:34.873Z] INFO: Testing against a local daemon [2019-10-24T23:05:34.873Z] === RUN TestServiceCreateInit [2019-10-24T23:05:34.873Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-24T23:05:35.345Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-24T23:05:36.277Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-24T23:05:36.841Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-24T23:05:37.772Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-24T23:05:37.772Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-24T23:05:38.708Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-24T23:05:39.288Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-24T23:05:40.603Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-24T23:05:41.973Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-24T23:05:42.764Z] --- PASS: TestServiceCreateInit (8.31s) [2019-10-24T23:05:42.764Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2019-10-24T23:05:42.764Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.11s) [2019-10-24T23:05:42.764Z] === RUN TestCreateServiceMultipleTimes [2019-10-24T23:05:43.870Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-24T23:05:44.435Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-24T23:05:45.367Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-24T23:05:45.931Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-24T23:05:46.188Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-24T23:05:47.121Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-24T23:05:48.495Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-24T23:05:50.391Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-24T23:05:54.007Z] === RUN TestDockerSuite/TestBuildFails [2019-10-24T23:05:54.470Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-24T23:05:54.567Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-24T23:05:54.567Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-24T23:05:54.824Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-24T23:05:54.932Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-24T23:05:57.347Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-24T23:05:59.243Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-24T23:06:00.747Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-24T23:06:01.236Z] --- PASS: TestCreateServiceMultipleTimes (18.48s) [2019-10-24T23:06:01.236Z] === RUN TestCreateServiceConflict [2019-10-24T23:06:01.767Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-24T23:06:03.917Z] --- PASS: TestCreateServiceConflict (2.21s) [2019-10-24T23:06:03.917Z] === RUN TestCreateServiceMaxReplicas [2019-10-24T23:06:05.069Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-24T23:06:05.069Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-24T23:06:05.069Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-24T23:06:05.326Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-24T23:06:05.326Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-24T23:06:05.454Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-24T23:06:06.612Z] --- PASS: TestCreateServiceMaxReplicas (2.99s) [2019-10-24T23:06:06.612Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-24T23:06:07.226Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-24T23:06:08.597Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-24T23:06:11.121Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-24T23:06:11.685Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-24T23:06:12.553Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-24T23:06:13.579Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-24T23:06:13.579Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-24T23:06:14.511Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-24T23:06:14.511Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-24T23:06:15.443Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-24T23:06:17.344Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-24T23:06:17.344Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-24T23:06:18.278Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-24T23:06:18.368Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-24T23:06:18.842Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-24T23:06:19.777Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-24T23:06:19.914Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-24T23:06:20.708Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-24T23:06:20.708Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-24T23:06:21.273Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-24T23:06:21.847Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.29s) [2019-10-24T23:06:21.847Z] === RUN TestCreateServiceSecretFileMode [2019-10-24T23:06:22.205Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-24T23:06:22.462Z] --- PASS: TestCreateServiceSecretFileMode (2.52s) [2019-10-24T23:06:22.462Z] === RUN TestCreateServiceConfigFileMode [2019-10-24T23:06:23.136Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-24T23:06:23.701Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-24T23:06:24.632Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-24T23:06:25.148Z] --- PASS: TestCreateServiceConfigFileMode (2.59s) [2019-10-24T23:06:25.148Z] === RUN TestCreateServiceSysctls [2019-10-24T23:06:25.569Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-24T23:06:25.730Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-24T23:06:25.730Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-24T23:06:26.144Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-24T23:06:26.703Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-24T23:06:27.080Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-24T23:06:27.080Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-24T23:06:27.164Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-24T23:06:27.164Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-24T23:06:28.010Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-24T23:06:28.574Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-24T23:06:28.624Z] --- PASS: TestCreateServiceSysctls (3.44s) [2019-10-24T23:06:28.624Z] === RUN TestCreateServiceCapabilities [2019-10-24T23:06:30.471Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-24T23:06:30.728Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-24T23:06:30.728Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-24T23:06:31.320Z] --- PASS: TestCreateServiceCapabilities (2.98s) [2019-10-24T23:06:31.320Z] === RUN TestInspect [2019-10-24T23:06:34.806Z] --- PASS: TestInspect (2.90s) [2019-10-24T23:06:34.807Z] === RUN TestServiceListWithStatuses [2019-10-24T23:06:34.807Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-24T23:06:34.807Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T23:06:34.807Z] === RUN TestDockerNetworkConnectAlias [2019-10-24T23:06:34.910Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-24T23:06:35.167Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-24T23:06:39.205Z] --- PASS: TestDockerNetworkConnectAlias (4.66s) [2019-10-24T23:06:39.205Z] === RUN TestDockerNetworkReConnect [2019-10-24T23:06:42.011Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-24T23:06:42.011Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-24T23:06:42.673Z] --- PASS: TestDockerNetworkReConnect (3.63s) [2019-10-24T23:06:42.673Z] === RUN TestServicePlugin [2019-10-24T23:06:42.673Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-24T23:06:42.673Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:06:42.673Z] === RUN TestServiceUpdateLabel [2019-10-24T23:06:44.719Z] --- PASS: TestServiceUpdateLabel (2.16s) [2019-10-24T23:06:44.719Z] === RUN TestServiceUpdateSecrets [2019-10-24T23:06:47.352Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-24T23:06:47.917Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-24T23:06:49.813Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-24T23:06:49.813Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-24T23:06:49.813Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-24T23:06:49.813Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-24T23:06:50.377Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-24T23:06:53.654Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-24T23:06:54.423Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-24T23:06:54.423Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-24T23:06:55.551Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-24T23:06:55.977Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-24T23:06:55.977Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-24T23:06:56.931Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-24T23:06:56.950Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-24T23:06:56.950Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-24T23:06:57.868Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-24T23:06:58.431Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-24T23:06:58.999Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-24T23:06:59.947Z] --- PASS: TestServiceUpdateSecrets (14.76s) [2019-10-24T23:06:59.947Z] === RUN TestServiceUpdateConfigs [2019-10-24T23:07:00.368Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-24T23:07:00.368Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-24T23:07:00.625Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-24T23:07:01.663Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-24T23:07:01.995Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-24T23:07:02.637Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-24T23:07:03.099Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-24T23:07:03.366Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-24T23:07:04.075Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-24T23:07:04.537Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-24T23:07:05.264Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-24T23:07:05.264Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-24T23:07:05.264Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-24T23:07:05.511Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-24T23:07:07.055Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-24T23:07:07.158Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-24T23:07:08.528Z] === RUN TestDockerSuite/TestRunMount [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-24T23:07:12.869Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-24T23:07:13.846Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-24T23:07:14.308Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-24T23:07:15.075Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-24T23:07:15.200Z] --- PASS: TestServiceUpdateConfigs (14.88s) [2019-10-24T23:07:15.200Z] === RUN TestServiceUpdateNetwork [2019-10-24T23:07:15.639Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-24T23:07:16.570Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-24T23:07:18.465Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-24T23:07:20.123Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-24T23:07:20.988Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-24T23:07:24.274Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-24T23:07:26.797Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-24T23:07:29.321Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-24T23:07:30.460Z] --- PASS: TestServiceUpdateNetwork (14.00s) [2019-10-24T23:07:30.460Z] PASS [2019-10-24T23:07:30.460Z] [2019-10-24T23:07:30.460Z] === Skipped [2019-10-24T23:07:30.460Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-10-24T23:07:30.460Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-24T23:07:30.460Z] [2019-10-24T23:07:30.460Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-24T23:07:30.460Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-24T23:07:30.460Z] [2019-10-24T23:07:30.460Z] [2019-10-24T23:07:30.460Z] DONE 20 tests, 2 skipped in 113.908s [2019-10-24T23:07:30.460Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-24T23:07:30.460Z] ++ 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-10-24T23:07:30.460Z] ++ set -e [2019-10-24T23:07:30.460Z] ++ '[' -n 0 ']' [2019-10-24T23:07:30.460Z] ++ set -x [2019-10-24T23:07:30.460Z] ++ 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-10-24T23:07:30.460Z] INFO: Testing against a local daemon [2019-10-24T23:07:30.460Z] === RUN TestSessionCreate [2019-10-24T23:07:30.460Z] --- PASS: TestSessionCreate (0.06s) [2019-10-24T23:07:30.460Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-24T23:07:30.460Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-24T23:07:30.460Z] PASS [2019-10-24T23:07:30.460Z] [2019-10-24T23:07:30.460Z] DONE 2 tests in 0.198s [2019-10-24T23:07:30.460Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-24T23:07:30.460Z] ++ 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-10-24T23:07:30.460Z] ++ set -e [2019-10-24T23:07:30.460Z] ++ '[' -n 0 ']' [2019-10-24T23:07:30.460Z] ++ set -x [2019-10-24T23:07:30.460Z] ++ 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-10-24T23:07:30.460Z] INFO: Testing against a local daemon [2019-10-24T23:07:30.460Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-24T23:07:30.460Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T23:07:30.460Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T23:07:30.460Z] === RUN TestEventsExecDie [2019-10-24T23:07:30.460Z] --- PASS: TestEventsExecDie (0.87s) [2019-10-24T23:07:30.460Z] === RUN TestEventsBackwardsCompatible [2019-10-24T23:07:30.460Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-10-24T23:07:30.460Z] === RUN TestInfoBinaryCommits [2019-10-24T23:07:30.460Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-10-24T23:07:30.460Z] === RUN TestInfoAPIVersioned [2019-10-24T23:07:30.460Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-24T23:07:30.460Z] === RUN TestInfoDiscoveryBackend [2019-10-24T23:07:30.460Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2019-10-24T23:07:30.460Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-10-24T23:07:30.690Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-24T23:07:31.509Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-24T23:07:31.509Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-10-24T23:07:31.793Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2019-10-24T23:07:31.793Z] === RUN TestInfoAPI [2019-10-24T23:07:31.793Z] --- PASS: TestInfoAPI (0.05s) [2019-10-24T23:07:31.793Z] === RUN TestInfoAPIWarnings [2019-10-24T23:07:32.410Z] --- PASS: TestInfoAPIWarnings (0.54s) [2019-10-24T23:07:32.410Z] === RUN TestInfoDebug [2019-10-24T23:07:32.588Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-24T23:07:32.588Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-24T23:07:33.028Z] --- PASS: TestInfoDebug (0.54s) [2019-10-24T23:07:33.028Z] === RUN TestInfoInsecureRegistries [2019-10-24T23:07:33.152Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-24T23:07:33.645Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2019-10-24T23:07:33.645Z] === RUN TestInfoRegistryMirrors [2019-10-24T23:07:33.928Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2019-10-24T23:07:33.928Z] === RUN TestLoginFailsWithBadCredentials [2019-10-24T23:07:34.524Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-24T23:07:34.547Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s) [2019-10-24T23:07:34.547Z] === RUN TestPingCacheHeaders [2019-10-24T23:07:34.547Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-24T23:07:34.547Z] === RUN TestPingGet [2019-10-24T23:07:34.832Z] --- PASS: TestPingGet (0.03s) [2019-10-24T23:07:34.832Z] === RUN TestPingHead [2019-10-24T23:07:34.832Z] --- PASS: TestPingHead (0.06s) [2019-10-24T23:07:34.832Z] === RUN TestVersion [2019-10-24T23:07:34.832Z] --- PASS: TestVersion (0.05s) [2019-10-24T23:07:34.832Z] PASS [2019-10-24T23:07:34.832Z] [2019-10-24T23:07:34.832Z] === Skipped [2019-10-24T23:07:34.832Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-24T23:07:34.832Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-24T23:07:34.832Z] [2019-10-24T23:07:34.832Z] [2019-10-24T23:07:34.832Z] DONE 18 tests, 1 skipped in 6.200s [2019-10-24T23:07:34.832Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-24T23:07:34.832Z] ++ 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-10-24T23:07:34.832Z] ++ set -e [2019-10-24T23:07:34.832Z] ++ '[' -n 0 ']' [2019-10-24T23:07:34.832Z] ++ set -x [2019-10-24T23:07:34.832Z] ++ 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-10-24T23:07:34.832Z] INFO: Testing against a local daemon [2019-10-24T23:07:34.832Z] === RUN TestVolumesCreateAndList [2019-10-24T23:07:34.832Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-24T23:07:34.832Z] === RUN TestVolumesRemove [2019-10-24T23:07:35.089Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-24T23:07:35.129Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-24T23:07:35.129Z] === RUN TestVolumesInspect [2019-10-24T23:07:35.129Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-24T23:07:35.129Z] === RUN TestVolumesInvalidJSON [2019-10-24T23:07:35.129Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-24T23:07:35.129Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-24T23:07:35.129Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-24T23:07:35.129Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-24T23:07:35.129Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-24T23:07:35.129Z] PASS [2019-10-24T23:07:35.129Z] [2019-10-24T23:07:35.129Z] DONE 5 tests in 0.309s [2019-10-24T23:07:35.129Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T23:07:35.412Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T23:07:35.412Z] +++ kill 13139 [2019-10-24T23:07:36.020Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-24T23:07:36.888Z] +++ /etc/init.d/apparmor stop [2019-10-24T23:07:36.888Z] Clearing AppArmor profiles cache:. [2019-10-24T23:07:36.888Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T23:07:36.888Z] Unloading profiles will leave already running processes permanently [2019-10-24T23:07:36.888Z] unconfined, which can lead to unexpected situations. [2019-10-24T23:07:36.888Z] [2019-10-24T23:07:36.888Z] To set a process to complain mode, use the command line tool [2019-10-24T23:07:36.888Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T23:07:36.888Z] with the 'teardown' option." [2019-10-24T23:07:36.888Z] [2019-10-24T23:07:37.862Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-24T23:07:37.862Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-24T23:07:37.862Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-24T23:07:38.546Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO Post stage [Pipeline] junit [2019-10-24T23:07:38.950Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-24T23:07:39.966Z] + echo Ensuring container killed. [2019-10-24T23:07:39.966Z] Ensuring container killed. [2019-10-24T23:07:39.966Z] + docker rm -vf docker-pr3 [2019-10-24T23:07:39.966Z] Error: No such container: docker-pr3 [2019-10-24T23:07:39.966Z] + true [Pipeline] sh [2019-10-24T23:07:40.359Z] + echo Chowning /workspace to jenkins user [2019-10-24T23:07:40.359Z] Chowning /workspace to jenkins user [2019-10-24T23:07:40.359Z] + id -u [2019-10-24T23:07:40.359Z] + id -g [2019-10-24T23:07:40.359Z] + docker run --rm -v /home/docker/workspace/moby_PR-40135:/workspace busybox chown -R 1001:1001 /workspace [2019-10-24T23:07:40.442Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T23:07:42.785Z] + bundleName=ppc64le-integration [2019-10-24T23:07:42.785Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-24T23:07:42.785Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-24T23:07:42.785Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-24T23:07:42.785Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-24T23:07:43.103Z] Archiving artifacts [2019-10-24T23:07:43.450Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T23:07:43.841Z] + make clean [2019-10-24T23:07:44.462Z] make: command: Command not found [2019-10-24T23:07:44.462Z] docker volume rm -f docker-dev-cache [2019-10-24T23:07:44.462Z] docker-dev-cache [Pipeline] deleteDir [2019-10-24T23:07:45.696Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-24T23:07:46.260Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-24T23:07:46.260Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2019-10-24T23:07:47.191Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-24T23:07:47.191Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [Pipeline] // stage [Pipeline] } [2019-10-24T23:07:47.755Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-24T23:07:48.686Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-24T23:07:48.686Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-24T23:07:49.617Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-24T23:07:50.547Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-24T23:07:50.547Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-24T23:07:51.111Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-24T23:07:52.042Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-24T23:07:53.938Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-24T23:07:54.870Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-24T23:07:55.434Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-24T23:07:56.367Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-24T23:07:56.931Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-24T23:07:57.865Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-24T23:07:58.462Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-24T23:07:58.462Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-24T23:07:59.396Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-24T23:08:00.333Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-24T23:08:00.333Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-24T23:08:00.899Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-24T23:08:02.798Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-24T23:08:02.798Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-24T23:08:06.075Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-24T23:08:07.971Z] === RUN TestDockerSuite/TestRunRm [2019-10-24T23:08:08.534Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-24T23:08:12.709Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-24T23:08:12.968Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-24T23:08:13.595Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-24T23:08:13.902Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-24T23:08:15.807Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-24T23:08:16.743Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-24T23:08:20.928Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-24T23:08:25.106Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-24T23:08:26.037Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-24T23:08:26.969Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns=== RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-24T23:08:26.969Z] [2019-10-24T23:08:27.903Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-24T23:08:28.471Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-24T23:08:29.405Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-24T23:08:30.337Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-24T23:08:31.270Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-24T23:08:31.325Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-24T23:08:32.203Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-24T23:08:33.134Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-24T23:08:33.134Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-24T23:08:36.410Z] === RUN TestDockerSuite/TestRunState [2019-10-24T23:08:37.780Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-24T23:08:38.346Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-24T23:08:39.279Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-24T23:08:39.541Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-24T23:08:39.541Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-24T23:08:39.919Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-24T23:08:40.477Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-24T23:08:41.409Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-24T23:08:43.306Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-24T23:08:43.306Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-24T23:08:43.306Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-24T23:08:43.874Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-24T23:08:43.874Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-24T23:08:45.736Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-24T23:08:47.157Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-24T23:08:47.725Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-24T23:08:50.252Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-24T23:08:52.850Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-24T23:08:54.435Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-24T23:08:54.435Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-24T23:08:57.727Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-24T23:08:57.727Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-24T23:08:58.663Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-24T23:08:59.227Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-24T23:09:00.160Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-24T23:09:03.439Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-24T23:09:03.439Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-24T23:09:04.373Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-24T23:09:05.305Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-24T23:09:05.562Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-24T23:09:05.820Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-24T23:09:06.750Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-24T23:09:07.315Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-24T23:09:08.246Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-24T23:09:08.246Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-24T23:09:08.246Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-24T23:09:09.178Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-24T23:09:10.109Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-24T23:09:10.597Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-24T23:09:10.598Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-24T23:09:14.286Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-24T23:09:15.218Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-24T23:09:15.218Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-24T23:09:15.218Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-24T23:09:16.587Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-24T23:09:19.110Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-24T23:09:19.185Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-24T23:09:19.185Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-24T23:09:19.185Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-24T23:09:19.185Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-24T23:09:21.008Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-24T23:09:22.102Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-24T23:09:23.559Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-24T23:09:23.559Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-24T23:09:23.817Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-24T23:09:24.750Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-24T23:09:26.121Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-24T23:09:26.815Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-24T23:09:27.054Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-24T23:09:27.986Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-24T23:09:27.986Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-24T23:09:28.917Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-24T23:09:28.917Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-24T23:09:28.917Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-24T23:09:28.917Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-24T23:09:29.003Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-24T23:09:29.003Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-24T23:09:29.174Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-24T23:09:29.465Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-24T23:09:30.107Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-24T23:09:31.477Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-24T23:09:31.652Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-24T23:09:32.042Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-24T23:09:32.626Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-24T23:09:33.938Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-24T23:09:34.170Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-24T23:09:34.502Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-24T23:09:35.433Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-24T23:09:35.434Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-24T23:09:36.366Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-24T23:09:36.623Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-24T23:09:36.880Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-24T23:09:36.880Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-24T23:09:37.138Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-24T23:09:38.084Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-24T23:09:38.647Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-24T23:09:39.579Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-24T23:09:39.579Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-24T23:09:40.510Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-24T23:09:40.767Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-24T23:09:41.699Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-24T23:09:41.699Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-24T23:09:42.630Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-24T23:09:43.193Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-24T23:09:43.194Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-24T23:09:43.194Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-24T23:09:44.125Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-24T23:09:44.518Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-24T23:09:45.490Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-24T23:09:46.019Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-24T23:09:46.582Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-24T23:09:46.583Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-24T23:09:47.147Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-24T23:09:47.147Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-24T23:09:49.044Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-24T23:09:49.609Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-24T23:09:52.132Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-24T23:09:53.063Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-24T23:09:53.063Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-24T23:09:53.063Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-24T23:09:53.994Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-24T23:09:55.365Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-24T23:09:55.832Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-24T23:09:56.306Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-24T23:09:56.306Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-24T23:09:58.827Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-24T23:09:58.827Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-24T23:09:58.827Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-24T23:10:02.258Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-24T23:10:02.258Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-24T23:10:02.394Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-24T23:10:02.822Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-24T23:10:02.822Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-24T23:10:02.822Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-24T23:10:04.719Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-24T23:10:06.093Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-24T23:10:06.657Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-24T23:10:06.913Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-24T23:10:06.914Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-24T23:10:06.914Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-24T23:10:07.477Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-24T23:10:10.002Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-24T23:10:10.995Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-24T23:10:15.255Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-24T23:10:16.810Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-24T23:10:17.780Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-24T23:10:19.152Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-24T23:10:20.525Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-24T23:10:21.900Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-24T23:10:22.623Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-24T23:10:23.085Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-24T23:10:23.085Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-24T23:10:23.085Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-24T23:10:23.272Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-24T23:10:25.273Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-24T23:10:25.273Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-24T23:10:26.549Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-24T23:10:26.807Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-24T23:10:28.704Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-24T23:10:31.231Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-24T23:10:33.756Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-24T23:10:37.933Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-24T23:10:42.109Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-24T23:10:45.384Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-24T23:10:50.647Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-24T23:10:53.922Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-24T23:10:55.292Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-24T23:10:56.224Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-24T23:10:57.158Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-24T23:10:58.089Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-24T23:10:58.089Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-24T23:10:59.020Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-24T23:11:03.199Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-24T23:11:07.377Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-24T23:11:07.377Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-24T23:11:08.309Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-24T23:11:08.309Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-24T23:11:09.240Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-24T23:11:11.135Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-24T23:11:11.135Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-24T23:11:13.031Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-24T23:11:13.970Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-24T23:11:14.902Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-24T23:11:16.018Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-24T23:11:16.798Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-24T23:11:16.798Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-24T23:11:22.054Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-24T23:11:22.618Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-24T23:11:22.619Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-24T23:11:23.989Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-24T23:11:24.920Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-24T23:11:29.096Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-24T23:11:30.029Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-24T23:11:33.307Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-24T23:11:33.741Z] === RUN TestDockerSuite/TestBuildRm [2019-10-24T23:11:35.831Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-24T23:11:36.762Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-24T23:11:40.058Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-24T23:11:44.236Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-24T23:11:48.591Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-24T23:11:49.498Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-24T23:11:51.510Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-24T23:11:51.511Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-24T23:11:51.972Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-24T23:11:52.023Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-24T23:11:53.517Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-24T23:11:54.547Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-24T23:11:55.919Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-24T23:11:57.272Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-24T23:11:57.813Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-24T23:11:59.710Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-24T23:12:01.026Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-24T23:12:02.234Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-24T23:12:04.759Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-24T23:12:06.845Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-24T23:12:07.310Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-24T23:12:09.832Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-24T23:12:24.686Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-24T23:12:24.686Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-24T23:12:24.686Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-24T23:12:25.250Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-24T23:12:25.507Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-24T23:12:25.507Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-24T23:12:25.507Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-24T23:12:26.439Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-24T23:12:26.439Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-24T23:12:27.371Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-24T23:12:27.371Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-24T23:12:27.629Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-24T23:12:27.629Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-24T23:12:27.629Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-24T23:12:27.978Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-24T23:12:28.439Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-24T23:12:28.902Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-24T23:12:30.154Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-24T23:12:30.412Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-24T23:12:30.412Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-24T23:12:30.412Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-24T23:12:30.669Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-24T23:12:31.601Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-24T23:12:34.125Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-24T23:12:34.125Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-24T23:12:34.125Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-24T23:12:37.402Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-24T23:12:41.604Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite (1818.30s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.87s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.39s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.49s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.19s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (2.04s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.19s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.76s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.62s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.78s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.34s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.39s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.28s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.23s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.31s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachDetach (1.59s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.42s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.95s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.46s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.64s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.73s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.89s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.34s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.31s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.05s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.62s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.80s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.41s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.69s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.19s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.93s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.82s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.33s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.99s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.94s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.38s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.34s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.53s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.97s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.27s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.52s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.25s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.65s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.29s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.25s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.66s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.79s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.78s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.68s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.21s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.34s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.26s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.60s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.13s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.63s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.40s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.16s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.42s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.01s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.96s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.53s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.36s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.80s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.72s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.05s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.92s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.04s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.30s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.70s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.11s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.03s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCmd (0.45s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2019-10-24T23:12:41.604Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-24T23:12:41.604Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.97s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.32s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.33s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContChar (4.43s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.44s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.56s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.36s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.31s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.22s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.50s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.09s) [2019-10-24T23:12:41.604Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-24T23:12:41.604Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.604Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-24T23:12:41.604Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.604Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-24T23:12:41.604Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.604Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-24T23:12:41.604Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.64s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.21s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.64s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.18s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.60s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.98s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.08s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.47s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.44s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.81s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.74s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.21s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.26s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.12s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.69s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.71s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.65s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.54s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.77s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.76s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.93s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.59s) [2019-10-24T23:12:41.604Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.28s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.35s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.72s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.46s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.54s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.53s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnv (1.52s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.48s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.68s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.19s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.98s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.99s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.57s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (13.05s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.61s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFails (0.98s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.49s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.69s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.87s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.64s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.38s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.19s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.14s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.23s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.58s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildHistory (6.02s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.72s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.41s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildInheritance (1.35s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.76s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.59s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabel (0.43s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.47s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabels (0.48s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.77s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.36s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.57s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.53s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.74s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.48s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.49s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.66s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.03s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.69s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (2.67s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.86s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.51s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.47s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.36s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.41s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.80s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.30s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.08s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.38s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.83s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.54s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.75s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.19s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.72s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.99s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.80s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.41s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.70s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.60s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildPATH (2.51s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.88s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.22s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.32s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.44s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRm (3.27s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.10s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.51s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.69s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.84s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.71s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.77s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.52s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.36s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.45s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.03s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildStderr (1.05s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.63s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.49s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.45s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.60s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.69s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildUser (2.36s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.13s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.68s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.39s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.33s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.19s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.81s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.35s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.12s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.69s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.08s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.45s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.02s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.03s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.59s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.71s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.85s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.71s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-24T23:12:41.605Z] docker_cli_sni_test.go:18: Flakey test [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.78s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.98s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitChange (1.19s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.94s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.71s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.73s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitTTY (1.70s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.90s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.80s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.18s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.97s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.04s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.04s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.80s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.92s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.81s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.84s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.86s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.94s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.84s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.87s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.92s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.76s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.86s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.24s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.87s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.61s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.65s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.81s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.65s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.82s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.88s) [2019-10-24T23:12:41.605Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-24T23:12:41.605Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.91s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.78s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.30s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.88s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.65s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.05s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.42s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.07s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.53s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.64s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.64s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009f94c0_} (1.65s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1256337026_/foo_false____} (1.67s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1256337026_/foo_true____} (1.66s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_false____} (1.61s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_true____} (1.60s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3379587577_/foo_true__0xc0009f9940__} (1.64s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009f9960_} (1.60s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009f9980_} (1.58s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009f99a0_} (1.61s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009f99c0_} (1.66s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.55s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.53s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-10-24T23:12:41.605Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.07s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.27s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.64s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.13s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.90s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.96s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.10s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.99s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.11s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.14s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.00s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.21s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.25s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.10s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.50s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.12s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.98s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.95s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.25s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.96s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.31s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.78s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.68s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.15s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.57s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.17s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.59s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.88s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.08s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.09s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToDot (1.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.71s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.93s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToStdout (0.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.34s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.50s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.98s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.72s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.97s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2019-10-24T23:12:41.606Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.88s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateLabels (0.11s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateRM (0.22s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-24T23:12:41.606Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.12s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.21s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.63s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.12s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.24s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.64s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.86s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.66s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.67s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.80s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.12s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.45s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.95s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.71s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.80s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.33s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsAttach (1.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsCommit (1.21s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.67s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.24s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.59s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsCopy (1.47s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.11s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.61s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.30s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.40s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFilters (1.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFormat (2.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.28s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.46s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-24T23:12:41.606Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-24T23:12:41.606Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.81s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.87s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsRename (0.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsResize (0.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.80s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.78s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.07s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsTop (0.96s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.66s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExec (1.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.88s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.86s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.90s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.99s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.24s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecCgroup (1.67s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecEnv (1.00s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecInspectID (3.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecInteractive (1.09s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.99s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecParseError (0.87s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.93s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.87s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.17s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.95s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecStartFails (1.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.15s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.87s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecTTY (0.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecUlimits (1.00s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-24T23:12:41.606Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.19s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.71s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestExecWithUser (1.24s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.87s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.29s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHealth (21.59s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.99s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.85s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.35s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.38s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.48s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.93s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.82s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.93s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportDisplay (1.81s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportFile (1.81s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.86s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportGzipped (2.18s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.89s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.84s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.85s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.88s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.66s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.80s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.79s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.81s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.69s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.81s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.85s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.85s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-24T23:12:41.606Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.70s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.88s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectDefault (0.90s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectHistory (1.05s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-10-24T23:12:41.606Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-24T23:12:41.606Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.97s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.79s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.86s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.13s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.92s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectStatus (1.12s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.75s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.94s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.90s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.04s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.23s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.83s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.79s) [2019-10-24T23:12:41.606Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.48s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.26s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.67s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.51s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.43s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.69s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.67s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.07s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.49s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.08s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.36s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.07s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.11s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.85s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.74s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.89s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.90s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.99s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.89s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.87s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.11s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.18s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.10s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.12s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.36s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.78s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsSince (6.88s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsTail (0.97s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.86s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.85s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.51s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.09s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestNetHostname (2.41s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.30s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.45s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.80s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginActive (1.95s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.40s) [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-24T23:12:41.607Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.87s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.65s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.35s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.65s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.30s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.58s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.76s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPortList (10.70s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.59s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.48s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.09s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.81s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.96s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.54s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.23s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.60s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.31s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsByOrder (3.37s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.08s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.68s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.15s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.97s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.36s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.61s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.45s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.61s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.61s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.74s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.69s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.77s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.30s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.89s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.54s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.60s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.84s) [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-24T23:12:41.607Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.95s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.67s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.66s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.97s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.45s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.46s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.41s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.13s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.88s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.63s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.90s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.27s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.13s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.03s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.09s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.99s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.09s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.20s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.96s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiTag (0.20s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.95s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.85s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.98s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.61s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.69s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddHost (0.76s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.67s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.81s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.57s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.57s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.06s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.96s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.96s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.14s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.23s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.98s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.49s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.86s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.91s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.89s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.91s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.00s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.80s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.27s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.85s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.65s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.60s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.87s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.89s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.78s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.13s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (2.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.58s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.44s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.92s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.72s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.64s) [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-24T23:12:41.607Z] docker_cli_run_test.go:4143: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-24T23:12:41.607Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.98s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.41s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.35s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.77s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.72s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.89s) [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-24T23:12:41.607Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (1.04s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.78s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.07s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.86s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.79s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.81s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.73s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.78s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.77s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunExitCode (0.81s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.84s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.82s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.76s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.66s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2019-10-24T23:12:41.607Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:12:41.607Z] docker_cli_run_test.go:4245: unmatched requirement IsolationIsHyperv [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.65s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.83s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.70s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.14s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.56s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.78s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.23s) [2019-10-24T23:12:41.607Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.62s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.67s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.64s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.73s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.20s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.53s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.26s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.63s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.65s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.63s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMount (6.50s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.57s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.41s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.51s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.41s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.62s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.67s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.69s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.75s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetHost (1.13s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.72s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.35s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.29s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.75s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.77s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.71s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.93s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.85s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.74s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.98s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.74s) [2019-10-24T23:12:41.608Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.73s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.74s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:4228: unmatched requirement IsolationIsProcess [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.75s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.62s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.28s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRm (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.83s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.81s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.90s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.81s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.89s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.81s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.97s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.77s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.86s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.07s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunState (1.75s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.84s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.76s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.25s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.88s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.86s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunSysctls (1.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (3.24s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.84s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.05s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.59s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.12s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.92s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.86s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.67s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.63s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserByID (0.88s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.25s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.21s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.74s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserByName (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.81s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.92s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (1.08s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.20s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.74s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.69s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.44s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.95s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.99s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.78s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.09s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:4198: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:4218: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_test.go:4208: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.94s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.04s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.62s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.81s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.84s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.19s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.16s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.16s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.82s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.34s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.83s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.79s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.76s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.63s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.78s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.68s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.68s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.73s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.51s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.11s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.08s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.21s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.95s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.52s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.06s) [2019-10-24T23:12:41.608Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents221339627 [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.74s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.62s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.68s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.57s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.44s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.36s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.52s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.58s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.09s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.47s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.87s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.70s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.60s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.43s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.77s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.29s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.76s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.83s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.84s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.91s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.81s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-24T23:12:41.608Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.83s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.30s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.49s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.80s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.97s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (2.01s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.69s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.02s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.97s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.72s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateStats (4.58s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.54s) [2019-10-24T23:12:41.608Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-24T23:12:41.608Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.08s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.94s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.37s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.04s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.72s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.96s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.36s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.32s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.52s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.33s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.54s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.55s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.32s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.36s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.38s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.42s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.46s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-10-24T23:12:41.608Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.84s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.88s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.97s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.68s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.93s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.12s) [2019-10-24T23:12:41.609Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.20s) [2019-10-24T23:12:41.609Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-24T23:12:41.609Z] docker_cli_run_test.go:4536: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-24T23:12:41.609Z] === RUN TestDockerRegistrySuite [2019-10-24T23:12:41.609Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-24T23:12:43.504Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-24T23:12:43.755Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-24T23:12:43.755Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-24T23:12:44.873Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-24T23:12:46.769Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-24T23:12:46.769Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-24T23:12:48.463Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-24T23:12:48.463Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-24T23:12:52.025Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-24T23:12:54.278Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-24T23:12:55.304Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-24T23:13:00.560Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-24T23:13:01.125Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-24T23:13:02.499Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-24T23:13:03.870Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-24T23:13:05.251Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-24T23:13:06.623Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-24T23:13:07.996Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-24T23:13:09.367Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-24T23:13:11.890Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-24T23:13:15.169Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-24T23:13:15.419Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-24T23:13:15.419Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-24T23:13:16.102Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-24T23:13:17.609Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-24T23:13:19.154Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-24T23:13:19.378Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-24T23:13:20.752Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-24T23:13:20.752Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-24T23:13:22.123Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-24T23:13:23.495Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-24T23:13:23.861Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-24T23:13:24.868Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-24T23:13:29.066Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-24T23:13:29.066Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-24T23:13:29.676Z] === RUN TestDockerSuite/TestBuildUser [2019-10-24T23:13:29.676Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-24T23:13:29.676Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-24T23:13:29.676Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-24T23:13:30.437Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-24T23:13:30.694Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-24T23:13:30.694Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-24T23:13:31.258Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-24T23:13:31.515Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-24T23:13:31.772Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-24T23:13:32.030Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-24T23:13:33.400Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-24T23:13:34.332Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-24T23:13:34.384Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-24T23:13:34.384Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-24T23:13:35.702Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-24T23:13:37.074Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-24T23:13:37.302Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-24T23:13:37.303Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-24T23:13:37.303Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-24T23:13:38.446Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-24T23:13:39.377Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite (58.68s) [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.79s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d56e8c5770c14] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.74s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d7e3bff1e4e02] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.81s) [2019-10-24T23:13:39.941Z] check_test.go:196: [dc7cd0ce05def] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d452380bd7b87] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.23s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d97eae2e2a504] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.22s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d21ac3bb1c599] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.34s) [2019-10-24T23:13:39.941Z] check_test.go:196: [dcadc9b583d69] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.48s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d7a5c1840865e] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2019-10-24T23:13:39.941Z] check_test.go:196: [dbf9b9f7b413a] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.39s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d0ab999b1fce3] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.48s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d2b95bdb651e1] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.48s) [2019-10-24T23:13:39.941Z] check_test.go:196: [de303d990a40b] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.37s) [2019-10-24T23:13:39.941Z] check_test.go:196: [ddc39f306b3dd] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.33s) [2019-10-24T23:13:39.941Z] check_test.go:196: [db64928de1423] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.59s) [2019-10-24T23:13:39.941Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c1ee0935b220c0b4bda81caec4e7fe3c47e77470a70bf06cef6d250f50a39d7e [2019-10-24T23:13:39.941Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ad15472eec8a0fe31d28ac759bd4dc37c0cc7863c5f56264d87db24fe2fca4d4 [2019-10-24T23:13:39.941Z] check_test.go:196: [df283bf959561] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.69s) [2019-10-24T23:13:39.941Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:738998b04d9b9bac84bf7d02bcd3958f12f010ce2b248e3d3c77310cb4214876 [2019-10-24T23:13:39.941Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:93ca5562b16715ea551fd930fe4a365972df9ce41396c91616c841b9010cef75 [2019-10-24T23:13:39.941Z] check_test.go:196: [de80332cd4c9e] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.35s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d0a1ad7c6c4ae] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.26s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d3e26d66495a1] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.36s) [2019-10-24T23:13:39.941Z] check_test.go:196: [deb704a7a59e4] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d00569628559f] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.34s) [2019-10-24T23:13:39.941Z] check_test.go:196: [dfa2ee9140ffe] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d4aac5f800a3e] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.37s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d4c8f0e91e159] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.73s) [2019-10-24T23:13:39.941Z] check_test.go:196: [dcfc2f08f71cf] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d0f312d8f0f67] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.36s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d1d82b9041d71] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d7022771e4e71] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d18ee8f46ca8a] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.40s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d57a58d5e1532] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d01da222edd65] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d0ba243704623] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-24T23:13:39.941Z] check_test.go:196: [da3efdebb0758] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.39s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d150e037a629e] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.32s) [2019-10-24T23:13:39.941Z] check_test.go:196: [da6f324b5a144] daemon is not started [2019-10-24T23:13:39.941Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.28s) [2019-10-24T23:13:39.941Z] check_test.go:196: [d735b95cacdf5] daemon is not started [2019-10-24T23:13:39.942Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.36s) [2019-10-24T23:13:39.942Z] check_test.go:196: [d3c96203dac9e] daemon is not started [2019-10-24T23:13:39.942Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-10-24T23:13:39.942Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2019-10-24T23:13:39.942Z] === RUN TestDockerSchema1RegistrySuite [2019-10-24T23:13:39.942Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-24T23:13:40.198Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-24T23:13:45.458Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-24T23:13:48.735Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-24T23:13:48.992Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-24T23:13:52.270Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-24T23:13:54.187Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-24T23:13:55.119Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-24T23:13:55.119Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-24T23:13:56.491Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-24T23:13:56.750Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-24T23:13:58.647Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-24T23:14:00.018Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-24T23:14:00.950Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-24T23:14:01.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-24T23:14:02.485Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-24T23:14:02.485Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-24T23:14:04.485Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-24T23:14:05.416Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-24T23:14:05.674Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-24T23:14:06.238Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-24T23:14:06.238Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-24T23:14:06.803Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-24T23:14:07.060Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-24T23:14:07.318Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite (27.49s) [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.24s) [2019-10-24T23:14:07.575Z] check_test.go:223: [dbdc4f506eef8] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.31s) [2019-10-24T23:14:07.575Z] check_test.go:223: [dba7873946990] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.30s) [2019-10-24T23:14:07.575Z] check_test.go:223: [d1a8657085eb1] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.91s) [2019-10-24T23:14:07.575Z] check_test.go:223: [dccf69729215b] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s) [2019-10-24T23:14:07.575Z] check_test.go:223: [da09a63e1a0f0] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.47s) [2019-10-24T23:14:07.575Z] check_test.go:223: [df4866e4665b0] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-24T23:14:07.575Z] check_test.go:223: [d116984d0a796] daemon is not started [2019-10-24T23:14:07.575Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.70s) [2019-10-24T23:14:07.575Z] check_test.go:223: [d83f8e697a8fa] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.45s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d6b2036285709] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.19s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d6a5cd103e074] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.12s) [2019-10-24T23:14:07.576Z] check_test.go:223: [dbb07dc5bbcb7] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2019-10-24T23:14:07.576Z] check_test.go:223: [dc4783aa66662] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2019-10-24T23:14:07.576Z] check_test.go:223: [dd570ed8a9b73] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d8050fe787e43] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.42s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d660f41824792] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d08fdec6f7015] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.48s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d945698d98477] daemon is not started [2019-10-24T23:14:07.576Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-24T23:14:07.576Z] check_test.go:223: [d8861c835d091] daemon is not started [2019-10-24T23:14:07.576Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-24T23:14:07.576Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-24T23:14:08.507Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-24T23:14:09.440Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-24T23:14:09.440Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-24T23:14:10.811Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-24T23:14:10.811Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-24T23:14:11.376Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-24T23:14:11.941Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.40s) [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.03s) [2019-10-24T23:14:11.941Z] check_test.go:252: [d9436d00356d4] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.66s) [2019-10-24T23:14:11.941Z] check_test.go:252: [d3791da70bb73] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-24T23:14:11.941Z] check_test.go:252: [d2147e207c932] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.19s) [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.23s) [2019-10-24T23:14:11.941Z] check_test.go:252: [d3a5c317ca179] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2019-10-24T23:14:11.941Z] check_test.go:252: [da95e406c8aa9] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.55s) [2019-10-24T23:14:11.941Z] check_test.go:252: [dca000d73647a] daemon is not started [2019-10-24T23:14:11.941Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2019-10-24T23:14:11.941Z] check_test.go:252: [da0490324d87d] daemon is not started [2019-10-24T23:14:11.941Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-24T23:14:11.941Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-24T23:14:17.206Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-24T23:14:17.206Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-24T23:14:17.335Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-24T23:14:17.463Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-24T23:14:17.463Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-24T23:14:17.720Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2019-10-24T23:14:17.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-10-24T23:14:17.720Z] check_test.go:279: [da591426273f6] daemon is not started [2019-10-24T23:14:17.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-24T23:14:17.720Z] check_test.go:279: [d063081fcad29] daemon is not started [2019-10-24T23:14:17.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-24T23:14:17.720Z] check_test.go:279: [d8cb32cea1540] daemon is not started [2019-10-24T23:14:17.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2019-10-24T23:14:17.721Z] check_test.go:279: [d5b75a7e60422] daemon is not started [2019-10-24T23:14:17.721Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2019-10-24T23:14:17.721Z] check_test.go:279: [dc700ad4025c8] daemon is not started [2019-10-24T23:14:17.721Z] === RUN TestDockerNetworkSuite [2019-10-24T23:14:17.721Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-24T23:14:20.996Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-24T23:14:21.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-24T23:14:22.043Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-24T23:14:22.043Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-24T23:14:22.043Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-24T23:14:24.960Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-24T23:14:24.960Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-24T23:14:27.186Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-24T23:14:30.464Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-24T23:14:33.742Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-24T23:14:35.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-24T23:14:37.375Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-24T23:14:42.084Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-24T23:14:42.545Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-24T23:14:45.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-24T23:14:48.135Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-24T23:14:49.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-24T23:14:50.435Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-24T23:14:51.000Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-24T23:14:52.899Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-24T23:14:54.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-24T23:14:54.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-24T23:14:54.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-24T23:14:55.899Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-24T23:14:55.899Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-24T23:14:55.899Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-24T23:14:56.156Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-24T23:14:57.433Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-24T23:14:57.527Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-24T23:14:57.891Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-24T23:14:58.349Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-24T23:14:58.349Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-24T23:14:58.898Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-24T23:14:58.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-24T23:14:59.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-24T23:14:59.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-24T23:14:59.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-24T23:14:59.883Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-24T23:15:02.246Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-24T23:15:03.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-24T23:15:06.145Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-24T23:15:08.092Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-24T23:15:08.657Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-24T23:15:10.190Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-24T23:15:11.156Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-24T23:15:11.156Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-24T23:15:11.156Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-24T23:15:11.156Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-24T23:15:13.330Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-24T23:15:13.916Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-24T23:15:17.195Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-24T23:15:18.568Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-24T23:15:18.568Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-24T23:15:19.114Z] === RUN TestDockerSuite/TestCommitChange [2019-10-24T23:15:19.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-24T23:15:19.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-24T23:15:20.197Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-24T23:15:20.197Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-24T23:15:20.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-24T23:15:20.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-24T23:15:23.797Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-24T23:15:24.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-24T23:15:24.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-24T23:15:24.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-24T23:15:26.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-24T23:15:30.866Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-24T23:15:30.866Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-24T23:15:31.259Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-24T23:15:35.436Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-24T23:15:35.436Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-24T23:15:36.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-24T23:15:37.750Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-24T23:15:37.929Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-24T23:15:37.929Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-24T23:15:39.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-24T23:15:39.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-24T23:15:40.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-24T23:15:41.057Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-24T23:15:42.951Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite (91.15s) [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.94s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [da5fab7ba241b] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.28s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [ded69f654ea78] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.30s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [dc48e33591d23] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.68s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d6576ca401867] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.77s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:1233: [d678cdec6bd0e] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.97s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [df8d350778a23] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.72s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [df5a79c46b753] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.36s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d7615c02c51b8] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.66s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d595eb4ae0254] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.86s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d5dafa27d6151] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.73s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [db9abe4ff7f50] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.57s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d4949faf57b2f] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.50s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d0d86f45979ba] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d613692bb8a57] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.26s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d5bca1e10bb08] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.28s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [ddd8b0638bc21] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.14s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d9fc4a8690818] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d3b81fcf6eff2] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.13s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d8712ca96d478] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.30s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [df56a1563403d] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.61s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d5bd20596f7c2] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d5d7010114217] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.52s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [df5e0e38e2c72] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d8dcb51b8e474] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.05s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:968: [d5b949ccbfee0] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (4.09s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d9f9ff14c1ae4] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.70s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:1116: [d32748250c63f] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d78af290d4ad5] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.19s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d773bb51962d5] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d3cb292fd774a] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.10s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [dddc0489efaeb] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [dd675ddc69da4] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d34af285f02a2] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d10da61ea3034] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.05s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d88736a9f2c6d] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [dfa16af227ddb] daemon is not started [2019-10-24T23:15:49.505Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d103ac84bd6a1] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.32s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d88701abfd157] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.56s) [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.50s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:1084: [dd7ea3c1281b5] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d93d679527471] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.38s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d48b58945484e] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.70s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d6554e1101b36] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d77e5535a29b6] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.32s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d08e936bcd935] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.70s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d31025b51f906] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.58s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [d7af5c1400b78] daemon is not started [2019-10-24T23:15:49.505Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.23s) [2019-10-24T23:15:49.505Z] docker_cli_network_unix_test.go:46: [da3a2b30561ae] daemon is not started [2019-10-24T23:15:49.505Z] === RUN TestDockerHubPullSuite [2019-10-24T23:15:49.505Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-24T23:15:50.316Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-24T23:15:50.437Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-24T23:15:52.962Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-24T23:15:52.962Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-24T23:15:54.333Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-24T23:15:54.898Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-24T23:15:54.898Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite (5.96s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.56s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.18s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.41s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.35s) [2019-10-24T23:15:54.898Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2019-10-24T23:15:54.898Z] PASS [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === Skipped [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_sni_test.go:18: Flakey test [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-24T23:15:54.898Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4143: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4245: unmatched requirement IsolationIsHyperv [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4228: unmatched requirement IsolationIsProcess [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4198: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4218: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4208: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2019-10-24T23:15:54.898Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_run_test.go:4536: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-24T23:15:54.898Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-24T23:15:54.898Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-24T23:15:54.898Z] docker_cli_network_unix_test.go:46: [d103ac84bd6a1] daemon is not started [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] [2019-10-24T23:15:54.898Z] DONE 1277 tests, 44 skipped in 2045.248s [2019-10-24T23:15:54.898Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T23:15:54.898Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T23:15:54.898Z] +++ kill 7252 [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-24T23:15:54.996Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-24T23:15:59.079Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-24T23:16:02.360Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-24T23:16:02.926Z] +++ /etc/init.d/apparmor stop [2019-10-24T23:16:02.926Z] Clearing AppArmor profiles cache:. [2019-10-24T23:16:02.926Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T23:16:02.926Z] Unloading profiles will leave already running processes permanently [2019-10-24T23:16:02.926Z] unconfined, which can lead to unexpected situations. [2019-10-24T23:16:02.926Z] [2019-10-24T23:16:02.926Z] To set a process to complain mode, use the command line tool [2019-10-24T23:16:02.926Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T23:16:02.926Z] with the 'teardown' option." [2019-10-24T23:16:02.926Z] [2019-10-24T23:16:05.308Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-24T23:16:05.461Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-24T23:16:13.561Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-24T23:16:15.614Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-24T23:16:15.614Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-24T23:16:17.786Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-24T23:16:17.786Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-24T23:16:17.786Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-24T23:16:17.786Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-24T23:16:18.817Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-24T23:16:19.960Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-24T23:16:19.960Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-24T23:16:19.960Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-24T23:16:22.091Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-24T23:16:22.139Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-24T23:16:22.139Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-24T23:16:22.139Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-24T23:16:22.139Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-24T23:16:22.139Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-24T23:16:25.037Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-24T23:16:25.368Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-24T23:16:27.211Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-24T23:16:28.644Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-24T23:16:28.747Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-24T23:16:28.747Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-24T23:16:28.747Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-24T23:16:30.921Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-24T23:16:30.921Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-24T23:16:31.919Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-24T23:16:33.095Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-24T23:16:33.095Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-24T23:16:33.095Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-24T23:16:34.443Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-24T23:16:35.995Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-24T23:16:35.995Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-24T23:16:37.530Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-24T23:16:37.530Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-24T23:16:37.719Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-24T23:16:40.430Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-24T23:16:40.430Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-24T23:16:42.604Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-24T23:16:46.335Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-24T23:16:51.021Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-24T23:16:51.021Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-24T23:16:51.021Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-24T23:16:51.021Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-24T23:16:51.021Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-24T23:16:52.555Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-24T23:16:52.555Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-24T23:16:59.618Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-24T23:16:59.618Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-24T23:17:01.799Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-24T23:17:01.799Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-24T23:17:06.481Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-24T23:17:08.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-24T23:17:10.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-24T23:17:10.190Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2019-10-24T23:17:12.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2019-10-24T23:17:19.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2019-10-24T23:17:22.332Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2019-10-24T23:17:24.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a2ad00_} [2019-10-24T23:17:33.063Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1209066010_c:\foo_false____} [2019-10-24T23:17:33.934Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-24T23:17:34.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1209066010_c:\foo_true____} [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-24T23:17:36.772Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-24T23:17:40.504Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-24T23:17:40.505Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-24T23:17:42.691Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-24T23:17:42.691Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-24T23:17:42.691Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-24T23:17:44.868Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-24T23:17:45.327Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-24T23:17:45.327Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-24T23:17:45.327Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-24T23:17:48.787Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-24T23:17:50.015Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-24T23:17:52.191Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-24T23:17:52.191Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-24T23:17:52.191Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-24T23:18:02.502Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-24T23:18:02.502Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-24T23:18:02.502Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite (1780.01s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.70s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.62s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.26s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.21s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (26.87s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:563: [d9fdefcbcb9d7] joining swarm manager [d512be8a44417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:585: [dee6f9407aa59] joining swarm manager [d512be8a44417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] check_test.go:380: [d9fdefcbcb9d7] daemon is not started [2019-10-24T23:18:06.850Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.65s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:46: [dbef600570de4] joining swarm manager [dbe64b0c5f383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.87s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.50s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:304: [dcbef6ed6a503] joining swarm manager [dbad4bb2f6f10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:305: [dfc309b282ada] joining swarm manager [dbad4bb2f6f10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.59s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:272: [dcf5e834720c7] joining swarm manager [d1344a34da964]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:273: [d87ce2e84be4e] joining swarm manager [d1344a34da964]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.26s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.84s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.42s) [2019-10-24T23:18:06.850Z] docker_api_swarm_node_test.go:19: [db002bab4c402] joining swarm manager [dc3258fa419d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_node_test.go:20: [de50a41d58f7b] joining swarm manager [dc3258fa419d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.62s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:502: [d05538b2b1af5] joining swarm manager [d8684bc3352f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:507: [d9b8d8c71442e] joining swarm manager [d8684bc3352f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.24s) [2019-10-24T23:18:06.850Z] docker_api_swarm_node_test.go:80: [d11eaa84d3b42] joining swarm manager [db55e31a57633]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.09s) [2019-10-24T23:18:06.850Z] docker_api_swarm_node_test.go:52: [dd3384a6e34b7] joining swarm manager [ddd1abe5379de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_node_test.go:53: [dde987b2b0e65] joining swarm manager [ddd1abe5379de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.82s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.40s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:202: [d0975812c162a] joining swarm manager [d088bd2eaea7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (70.61s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:384: [d95c0cf36a909] joining swarm manager [d077914c6a3ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:385: [d0123651b143a] joining swarm manager [d077914c6a3ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] check_test.go:380: [d0123651b143a] daemon is not started [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.97s) [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:802: [dd54f717d1098] joining swarm manager [da8710a78cd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:802: [d1210d386c226] joining swarm manager [da8710a78cd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:802: [d8a0e3280719a] joining swarm manager [da8710a78cd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:802: [deef88cf06284] joining swarm manager [da8710a78cd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-24T23:18:06.850Z] docker_api_swarm_test.go:810: [de51b2eb128c7] joining swarm manager [da8710a78cd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.52s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.01s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.40s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:394: [d1c452574a9a7] joining swarm manager [d47ee753e839d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:394: [d7220cb2be253] joining swarm manager [d47ee753e839d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.85s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:342: [d5910f5d540e7] joining swarm manager [d30f6cd09f050]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:342: [db23c1c552152] joining swarm manager [d30f6cd09f050]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.16s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:489: [d5eff578b1099] joining swarm manager [d69b56068b0c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:489: [da8243d7879d9] joining swarm manager [d69b56068b0c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.55s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.16s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:127: [d0a37b972d3ee] joining swarm manager [dc22f8bf93a7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:128: [d6c86dd0f75cd] joining swarm manager [dc22f8bf93a7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:136: [d12d353cab794] joining swarm manager [dc22f8bf93a7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:137: [d419caf8438f9] joining swarm manager [dc22f8bf93a7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.06s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.63s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:303: [df72b7d6bd465] joining swarm manager [dcb53aae6e9a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:303: [dd89951f09f34] joining swarm manager [dcb53aae6e9a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.12s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:99: [ddb136406e7b7] joining swarm manager [dbb033a4b4236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:100: [d91e67b1ae4b4] joining swarm manager [dbb033a4b4236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] check_test.go:380: [ddb136406e7b7] daemon is not started [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.71s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:532: [ddf382abe9e09] joining swarm manager [db8a11937f5d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:533: [d9fb7d3683d03] joining swarm manager [db8a11937f5d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.41s) [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:147: [da7466c7c2b69] joining swarm manager [d8f685186b9fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_api_swarm_service_test.go:147: [dc628e540d2de] joining swarm manager [d8f685186b9fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.68s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.36s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.95s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.49s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.25s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.69s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.14s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.03s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (9.70s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.96s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.73s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.08s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (14.76s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.35s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.52s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.07s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.70s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.29s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.62s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.03s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.61s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.79s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.67s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.75s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.23s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.20s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.33s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.07s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.38s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.32s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.85s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.64s) [2019-10-24T23:18:06.850Z] docker_cli_service_logs_test.go:241: checking task nxi7ub1obe29 [2019-10-24T23:18:06.850Z] docker_cli_service_logs_test.go:246: checking messages for nxi7ub1obe29 [2019-10-24T23:18:06.850Z] docker_cli_service_logs_test.go:241: checking task qy6s7okiziln [2019-10-24T23:18:06.850Z] docker_cli_service_logs_test.go:246: checking messages for qy6s7okiziln [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.94s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.36s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.26s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.13s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.88s) [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1903: [d3b5eb3cab8df] joining swarm manager [d2b7dbf5b3b82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1904: [d0fa025c5f89e] joining swarm manager [d2b7dbf5b3b82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.39s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.85s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.25s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.34s) [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1804: [d9e32e5f575ac] joining swarm manager [d4324edff7548]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1805: [d4221f6e2a35c] joining swarm manager [d4324edff7548]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (133.37s) [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1321: [d6dbf084a97ba] joining swarm manager [d594a6e98018b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.850Z] docker_cli_swarm_test.go:1322: [d6f93552dfd66] joining swarm manager [d594a6e98018b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.31s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.74s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.31s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.18s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.89s) [2019-10-24T23:18:06.850Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.78s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.24s) [2019-10-24T23:18:06.851Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.83s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.84s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.21s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.86s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.75s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1186: [df8ad66432f13] joining swarm manager [dc7a988d557f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1195: [d0136e3ea679e] joining swarm manager [dc7a988d557f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.50s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.84s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (118.57s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1118: [db0b11d433284] joining swarm manager [d55baad067084]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1119: [de5c3ac2c2fcf] joining swarm manager [d55baad067084]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1172: [ddad1145c3cec] joining swarm manager [d55baad067084]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.90s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1453: [d21f62f1d665f] joining swarm manager [d8a22dd6f3167]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1454: [d890bfcd6cb1d] joining swarm manager [d8a22dd6f3167]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.51s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1534: 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-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1534: 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-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1534: 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-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-24T23:18:06.851Z] docker_cli_swarm_test.go:1534: 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-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.03s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.39s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.03s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.32s) [2019-10-24T23:18:06.851Z] docker_cli_swarm_unix_test.go:62: [d3a0fefbf2a5f] joining swarm manager [d2f2daece23ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.25s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.01s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.81s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.02s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.30s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.79s) [2019-10-24T23:18:06.851Z] docker_api_swarm_test.go:962: [d03ae19ebffc1] joining swarm manager [da295c6e5f261]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (17.01s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.73s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.58s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.48s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.40s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.62s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.16s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.14s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.20s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.20s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.99s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.92s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.31s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.00s) [2019-10-24T23:18:06.851Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.01s) [2019-10-24T23:18:06.851Z] === RUN TestDockerExternalVolumeSuite [2019-10-24T23:18:06.851Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-24T23:18:09.565Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-24T23:18:09.565Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-24T23:18:10.023Z] === RUN TestDockerSuite/TestCpToDot [2019-10-24T23:18:12.197Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-24T23:18:12.197Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-24T23:18:12.197Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-24T23:18:14.374Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-24T23:18:14.832Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-24T23:18:16.367Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-24T23:18:19.267Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-24T23:18:19.267Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-24T23:18:19.267Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-24T23:18:21.442Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-24T23:18:21.703Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-24T23:18:21.900Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-24T23:18:22.358Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-24T23:18:22.358Z] === RUN TestDockerSuite/TestCreateRM [2019-10-24T23:18:22.358Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-24T23:18:22.358Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-24T23:18:22.816Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-24T23:18:22.816Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-24T23:18:37.615Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-24T23:18:37.615Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-24T23:18:37.615Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-24T23:18:40.523Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-24T23:18:40.983Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-24T23:18:40.983Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-24T23:18:43.159Z] === RUN TestDockerSuite/TestDockerFails [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-24T23:18:43.617Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-24T23:18:45.790Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-24T23:18:47.964Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-24T23:18:50.139Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-24T23:18:58.699Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-24T23:19:04.483Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-24T23:19:09.164Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-24T23:19:10.699Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-24T23:19:11.664Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-24T23:19:18.732Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-24T23:19:19.191Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-24T23:19:20.724Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-24T23:19:25.404Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-24T23:19:29.362Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-24T23:19:30.083Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-24T23:19:31.049Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-24T23:19:31.049Z] === RUN TestDockerSuite/TestEventsRename [2019-10-24T23:19:33.224Z] === RUN TestDockerSuite/TestEventsResize [2019-10-24T23:19:36.130Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-24T23:19:38.303Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-24T23:19:39.315Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-24T23:19:41.202Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-24T23:19:45.884Z] === RUN TestDockerSuite/TestEventsTop [2019-10-24T23:19:45.884Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-24T23:19:48.784Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-24T23:19:52.513Z] === RUN TestDockerSuite/TestExec [2019-10-24T23:19:52.513Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-24T23:19:52.513Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-24T23:19:54.686Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-24T23:19:56.221Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-24T23:19:56.221Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-24T23:19:56.221Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-24T23:19:56.680Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-24T23:19:58.856Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-24T23:20:00.390Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-24T23:20:03.292Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-24T23:20:05.466Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-24T23:20:10.147Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-24T23:20:10.147Z] === RUN TestDockerSuite/TestExecEnv [2019-10-24T23:20:10.147Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-24T23:20:10.147Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-24T23:20:11.359Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-24T23:20:12.327Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecParseError [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-24T23:20:17.008Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-24T23:20:19.909Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-24T23:20:22.087Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-24T23:20:22.087Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-24T23:20:26.212Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-24T23:20:30.678Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-24T23:20:30.678Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-24T23:20:30.678Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-24T23:20:30.678Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-24T23:20:36.461Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-24T23:20:42.244Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-24T23:20:45.973Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-24T23:20:51.756Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-24T23:20:51.756Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-24T23:20:51.756Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-24T23:20:52.214Z] === RUN TestDockerSuite/TestHealth [2019-10-24T23:20:52.214Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-24T23:20:52.214Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-24T23:20:52.214Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-24T23:20:52.214Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-24T23:20:58.001Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-24T23:20:58.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-24T23:20:58.459Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-24T23:20:58.459Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-24T23:20:59.424Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-24T23:20:59.424Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-24T23:21:00.959Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-24T23:21:01.417Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-24T23:21:03.592Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-24T23:21:05.767Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-24T23:21:06.225Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-24T23:21:06.225Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-24T23:21:09.953Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-24T23:21:09.953Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-24T23:21:10.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-24T23:21:12.126Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-24T23:21:12.126Z] === RUN TestDockerSuite/TestImportFile [2019-10-24T23:21:12.126Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-24T23:21:12.584Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-24T23:21:14.760Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-24T23:21:16.934Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-24T23:21:16.934Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-24T23:21:16.934Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-24T23:21:16.934Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-24T23:21:16.934Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-24T23:21:19.111Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-24T23:21:19.111Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-24T23:21:26.175Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-24T23:21:26.175Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-24T23:21:26.175Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-24T23:21:26.175Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-24T23:21:28.350Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-24T23:21:33.034Z] === RUN TestDockerSuite/TestInspectImage [2019-10-24T23:21:33.034Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-24T23:21:33.034Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-24T23:21:33.034Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-24T23:21:35.208Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-24T23:21:37.385Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-24T23:21:37.846Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-24T23:21:40.035Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-24T23:21:42.210Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-24T23:21:42.210Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-24T23:21:42.210Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-24T23:21:42.504Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-24T23:21:44.383Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-24T23:21:47.285Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-24T23:21:51.968Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-24T23:21:54.142Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-24T23:21:56.316Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-24T23:21:57.852Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-24T23:22:00.029Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-24T23:22:00.564Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-24T23:22:02.202Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-24T23:22:04.381Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-24T23:22:04.839Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-24T23:22:04.839Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-24T23:22:06.374Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-24T23:22:08.548Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-24T23:22:14.333Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-24T23:22:15.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-24T23:22:16.512Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-24T23:22:16.513Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-24T23:22:18.048Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-24T23:22:18.506Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-24T23:22:25.575Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-24T23:22:32.641Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-24T23:22:39.705Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-24T23:22:42.609Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-24T23:22:44.785Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-24T23:22:44.785Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-24T23:22:46.959Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-24T23:22:49.143Z] === RUN TestDockerSuite/TestLogsSince [2019-10-24T23:22:59.453Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-24T23:22:59.453Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-24T23:22:59.453Z] === RUN TestDockerSuite/TestLogsTail [2019-10-24T23:23:00.987Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-24T23:23:02.097Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-24T23:23:03.888Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestNetHostname [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-24T23:23:05.422Z] === RUN TestDockerSuite/TestPluginActive [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPortList [2019-10-24T23:23:05.880Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-24T23:23:10.562Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-24T23:23:14.292Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-24T23:23:14.292Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-24T23:23:20.157Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-24T23:23:22.858Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-24T23:23:22.858Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-24T23:23:31.420Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-24T23:23:46.220Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-24T23:23:46.220Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-24T23:23:46.220Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-24T23:23:52.201Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-24T23:23:56.528Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-24T23:24:00.256Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-24T23:24:07.324Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-24T23:24:11.057Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-24T23:24:11.057Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-24T23:24:11.057Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-24T23:24:15.741Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-24T23:24:15.741Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-24T23:24:15.741Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-24T23:24:15.741Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-24T23:24:15.741Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-24T23:24:22.808Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-24T23:24:22.808Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-24T23:24:24.275Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-24T23:24:24.980Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-24T23:24:24.980Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-24T23:24:26.513Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-24T23:24:27.480Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-24T23:24:27.480Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-24T23:24:32.163Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-24T23:24:37.948Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-24T23:24:39.127Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-24T23:24:40.121Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-24T23:24:57.186Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-24T23:25:12.041Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-24T23:25:22.650Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-24T23:25:22.650Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-24T23:25:26.922Z] --- PASS: TestDockerExternalVolumeSuite (441.24s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.94s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:53: [d6324b5d02240] daemon is not started [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.65s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:53: [d870079314b31] daemon is not started [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:53: [df34df37a7077] daemon is not started [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:53: [dbf3061a718c7] daemon is not started [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.56s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.57s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.59s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.74s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.37s) [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.41s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:485: [d60ee3b88ebc2] daemon is not started [2019-10-24T23:25:26.923Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-24T23:25:26.923Z] docker_cli_external_volume_driver_test.go:53: [d36a8d3aeee04] daemon is not started [2019-10-24T23:25:26.923Z] PASS [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === Skipped [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-24T23:25:26.923Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-24T23:25:26.923Z] check_test.go:309: [d8c0175cf237c] daemon is not started [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-24T23:25:26.923Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-24T23:25:26.923Z] check_test.go:309: [d87f32c3095d2] daemon is not started [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-24T23:25:26.923Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-24T23:25:26.923Z] check_test.go:309: [d2c66ed6aa0c4] daemon is not started [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-24T23:25:26.923Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-24T23:25:26.923Z] check_test.go:309: [df6298f602848] daemon is not started [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-24T23:25:26.923Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-24T23:25:26.923Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-24T23:25:26.923Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] [2019-10-24T23:25:26.923Z] DONE 269 tests, 6 skipped in 2617.241s [2019-10-24T23:25:26.923Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-24T23:25:27.490Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2900b892effb/docker.pid [2019-10-24T23:25:27.490Z] +++ kill 5370 [2019-10-24T23:25:27.490Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5370 is not a child of this shell [2019-10-24T23:25:27.490Z] warning: PID 5370 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2900b892effb/docker.pid had a nonzero exit code [2019-10-24T23:25:27.490Z] ++++ cat bundles/test-integration/docker.pid [2019-10-24T23:25:27.490Z] +++ kill 7301 [2019-10-24T23:25:28.420Z] +++ /etc/init.d/apparmor stop [2019-10-24T23:25:28.420Z] Clearing AppArmor profiles cache:. [2019-10-24T23:25:28.420Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-24T23:25:28.420Z] Unloading profiles will leave already running processes permanently [2019-10-24T23:25:28.420Z] unconfined, which can lead to unexpected situations. [2019-10-24T23:25:28.420Z] [2019-10-24T23:25:28.420Z] To set a process to complain mode, use the command line tool [2019-10-24T23:25:28.420Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-24T23:25:28.420Z] with the 'teardown' option." [2019-10-24T23:25:28.420Z] [2019-10-24T23:25:28.984Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-24T23:25:28.998Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-24T23:25:31.099Z] + echo Ensuring container killed. [2019-10-24T23:25:31.099Z] Ensuring container killed. [2019-10-24T23:25:31.099Z] + docker ps -aq -f name=docker-pr3-* [2019-10-24T23:25:31.671Z] + cids=07225f1f81b8 [2019-10-24T23:25:31.671Z] dcd667d2a83a [2019-10-24T23:25:31.671Z] e29b9a345ce4 [2019-10-24T23:25:31.671Z] + [ -n 07225f1f81b8 [2019-10-24T23:25:31.671Z] dcd667d2a83a [2019-10-24T23:25:31.671Z] e29b9a345ce4 ] [2019-10-24T23:25:31.671Z] + docker rm -vf 07225f1f81b8 dcd667d2a83a e29b9a345ce4 [2019-10-24T23:25:33.001Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-24T23:25:33.001Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-24T23:25:33.001Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-24T23:25:33.463Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-24T23:25:34.203Z] 07225f1f81b8 [2019-10-24T23:25:34.203Z] dcd667d2a83a [2019-10-24T23:25:34.767Z] e29b9a345ce4 [Pipeline] sh [2019-10-24T23:25:35.053Z] + echo Chowning /workspace to jenkins user [2019-10-24T23:25:35.053Z] Chowning /workspace to jenkins user [2019-10-24T23:25:35.053Z] + id -u [2019-10-24T23:25:35.053Z] + id -g [2019-10-24T23:25:35.053Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40135:/workspace busybox chown -R 1000:1000 /workspace [2019-10-24T23:25:38.185Z] === RUN TestDockerSuite/TestRestartStoppedContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-24T23:25:39.592Z] + bundleName=amd64 [2019-10-24T23:25:39.592Z] + echo Creating amd64-bundles.tar.gz [2019-10-24T23:25:39.592Z] Creating amd64-bundles.tar.gz [2019-10-24T23:25:39.592Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-24T23:25:39.592Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-24T23:25:40.972Z] Archiving artifacts [2019-10-24T23:25:42.892Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-24T23:25:42.892Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-24T23:25:42.959Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T23:25:43.269Z] + make clean [2019-10-24T23:25:43.527Z] docker volume rm -f docker-dev-cache [2019-10-24T23:25:43.527Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-24T23:25:48.719Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-24T23:25:48.719Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-24T23:25:48.719Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-24T23:26:09.849Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-24T23:26:10.311Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-24T23:26:11.284Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-24T23:26:19.880Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-24T23:26:25.695Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-24T23:26:36.054Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-24T23:26:41.864Z] === RUN TestDockerSuite/TestRmiTag [2019-10-24T23:26:42.837Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-24T23:26:45.026Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-24T23:27:06.160Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-24T23:27:10.874Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-24T23:27:15.582Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-24T23:27:16.555Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-24T23:27:16.555Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-24T23:27:17.017Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-24T23:27:19.208Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-24T23:27:19.208Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-24T23:27:19.208Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-24T23:27:23.915Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-24T23:27:26.104Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-24T23:27:28.293Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-24T23:27:30.481Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-24T23:27:32.669Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-24T23:27:32.669Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-24T23:27:37.379Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-24T23:27:39.570Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-24T23:27:39.570Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-24T23:27:42.491Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-24T23:27:42.491Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-24T23:27:42.491Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-24T23:27:44.699Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-24T23:27:46.897Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-24T23:27:49.208Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-24T23:27:52.137Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-24T23:27:52.137Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-24T23:27:52.137Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-24T23:27:52.137Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-24T23:27:54.335Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-24T23:27:54.335Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-24T23:27:54.335Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-24T23:27:54.335Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-24T23:27:54.335Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-24T23:27:55.879Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-24T23:28:10.728Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-24T23:28:11.190Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-24T23:28:11.190Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-24T23:28:11.190Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-24T23:28:11.190Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-24T23:28:13.377Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-24T23:28:15.568Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-24T23:28:15.568Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-24T23:28:17.756Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-24T23:28:17.756Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-24T23:28:17.756Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-24T23:28:17.756Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-24T23:28:19.948Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-24T23:28:22.866Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-24T23:28:24.411Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-24T23:28:31.506Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-24T23:28:31.968Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-24T23:28:35.720Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-24T23:28:35.720Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-24T23:28:36.182Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-24T23:28:36.182Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-24T23:28:36.182Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-24T23:28:36.182Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-24T23:28:36.182Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-24T23:28:46.532Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-24T23:28:46.532Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunMount [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-24T23:28:46.994Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-24T23:28:54.092Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-24T23:28:54.092Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-24T23:28:54.092Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-24T23:28:54.092Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-24T23:28:58.800Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-24T23:29:03.513Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-24T23:29:04.487Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-24T23:29:06.679Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-24T23:29:08.873Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-24T23:29:09.335Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-24T23:29:11.668Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-24T23:29:12.132Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-24T23:29:15.049Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-24T23:29:23.643Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-24T23:29:23.643Z] === RUN TestDockerSuite/TestRunRm [2019-10-24T23:29:25.188Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-24T23:29:30.998Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-24T23:29:32.542Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-24T23:29:34.735Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-24T23:29:36.924Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-24T23:29:39.113Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-24T23:29:39.113Z] === RUN TestDockerSuite/TestRunState [2019-10-24T23:29:39.113Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-24T23:29:41.302Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-24T23:29:41.302Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-24T23:29:42.846Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-24T23:29:42.846Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-24T23:29:42.846Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-24T23:29:43.307Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-24T23:29:43.307Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-24T23:29:43.307Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-24T23:29:48.016Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-24T23:29:50.206Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-24T23:29:50.206Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-24T23:29:57.305Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-24T23:29:57.305Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-24T23:29:57.305Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-24T23:30:00.224Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-24T23:30:07.321Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-24T23:30:11.071Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-24T23:30:16.884Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-24T23:30:16.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-24T23:30:16.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-24T23:30:16.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-24T23:30:16.884Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-24T23:30:19.080Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-24T23:30:21.278Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-24T23:30:23.466Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-24T23:30:28.173Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-24T23:30:29.150Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-24T23:30:31.338Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-24T23:30:36.046Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-24T23:30:38.231Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-24T23:30:38.231Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-24T23:30:38.693Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-24T23:30:39.154Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-24T23:30:40.698Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-24T23:30:47.793Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-24T23:30:47.793Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-24T23:30:54.906Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-24T23:30:54.906Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-24T23:30:57.832Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-24T23:30:57.833Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-24T23:30:57.833Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-24T23:30:57.833Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-24T23:30:57.833Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-24T23:31:04.929Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-24T23:31:06.474Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-24T23:31:08.663Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-24T23:31:08.663Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-24T23:31:10.862Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-24T23:31:28.580Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-24T23:31:30.126Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-24T23:31:30.126Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-24T23:31:33.045Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-24T23:31:33.506Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-24T23:31:33.968Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-24T23:31:33.968Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-24T23:31:33.968Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-24T23:31:42.565Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-24T23:31:42.565Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-24T23:31:42.565Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-24T23:31:42.565Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-24T23:31:43.026Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-24T23:31:51.619Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-24T23:31:51.619Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-24T23:31:51.619Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-24T23:32:06.465Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-24T23:32:06.465Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-24T23:32:07.438Z] --- PASS: TestDockerSuite (2614.17s) [2019-10-24T23:32:07.438Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-24T23:32:07.439Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.61s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (143.13s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.94s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-10-24T23:32:07.439Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-10-24T23:32:07.439Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.70s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2019-10-24T23:32:07.439Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-24T23:32:07.439Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.97s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (6.96s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2019-10-24T23:32:07.439Z] docker_cli_run_test.go:3182: unmatched requirement Apparmor [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_run_test.go:3160: unmatched requirement Apparmor [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_run_test.go:3172: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.20s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.11s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (117.75s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2019-10-24T23:32:07.439Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.21s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.32s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.04s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.38s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.59s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.57s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.91s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.97s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.18s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.44s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.72s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.61s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.05s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.78s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.20s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.03s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.80s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.90s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.80s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.17s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.26s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.88s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.78s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.33s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.92s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-10-24T23:32:07.439Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.85s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.13s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.06s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.14s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildContChar (13.44s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.03s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.33s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.95s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.68s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.38s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.91s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.59s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.09s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.69s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.83s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.44s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.60s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.78s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.41s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.88s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (73.29s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.73s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.07s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.62s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.86s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.91s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (40.05s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.29s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.52s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (97.09s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.36s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.11s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.78s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.97s) [2019-10-24T23:32:07.439Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.00s) [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.439Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-24T23:32:07.439Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.40s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.86s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.05s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.41s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFails (2.15s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.50s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.15s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.96s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.05s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.54s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.87s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.19s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildHistory (11.45s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.90s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.08s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.70s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabel (0.93s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.91s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabels (0.95s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.61s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.42s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.53s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.26s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.67s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.18s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.48s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.20s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.87s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.75s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.77s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.96s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.78s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.62s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.07s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.28s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.24s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.18s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.28s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.05s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.50s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.80s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.87s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.68s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.44s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.45s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.10s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.07s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.27s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.16s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildRm (14.30s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.54s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2019-10-24T23:32:07.440Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.51s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.68s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.01s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.26s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.11s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.63s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.33s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.57s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildStderr (5.02s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.95s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.39s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.91s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.99s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.62s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.34s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.55s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.55s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.23s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.53s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.57s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.41s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.89s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.21s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.79s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.97s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.28s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.94s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2019-10-24T23:32:07.440Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-24T23:32:07.440Z] docker_cli_sni_test.go:18: Flakey test [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.04s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.98s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitChange (5.38s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.30s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.36s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitTTY (12.22s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.29s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-10-24T23:32:07.440Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-24T23:32:07.440Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.70s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.67s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.30s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.93s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.39s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.50s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.05s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.92s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.21s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.26s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.23s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-24T23:32:07.440Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.07s) [2019-10-24T23:32:07.440Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-24T23:32:07.440Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.55s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.07s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.93s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.13s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.72s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-24T23:32:07.441Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.98s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2019-10-24T23:32:07.441Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.12s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.37s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.91s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3531: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3563: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3594: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3577: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.92s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.85s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.38s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.41s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.46s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.39s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a2ad00_} (7.41s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1209066010_c:\foo_false____} (2.41s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1209066010_c:\foo_true____} (2.36s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-24T23:32:07.441Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.22s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3467: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.32s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.32s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.25s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.32s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.53s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.05s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.68s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToDot (2.27s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCpToStdout (2.25s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2019-10-24T23:32:07.441Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.82s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.24s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.28s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.05s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.64s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.57s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.37s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-24T23:32:07.441Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.21s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-24T23:32:07.441Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_run_test.go:2996: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.39s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.21s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.28s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.79s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsCopy (5.50s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.99s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.21s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (7.07s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.62s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.13s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFilters (4.54s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFormat (4.52s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsRename (2.46s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsResize (2.81s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.18s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.59s) [2019-10-24T23:32:07.441Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.87s) [2019-10-24T23:32:07.441Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-24T23:32:07.441Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.442Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2019-10-24T23:32:07.442Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.94s) [2019-10-24T23:32:07.442Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-24T23:32:07.442Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.442Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-10-24T23:32:07.442Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.442Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.93s) [2019-10-24T23:32:07.442Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.91s) [2019-10-24T23:32:07.442Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2019-10-24T23:32:07.442Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.442Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2019-10-24T23:32:07.905Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-24T23:32:07.905Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.00s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.24s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.25s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.66s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.27s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecInspectID (4.89s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2019-10-24T23:32:07.905Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.56s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-24T23:32:07.905Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.22s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.26s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.08s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.66s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.92s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-24T23:32:07.905Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.89s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.69s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.05s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.47s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.63s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImportBadURL (2.40s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2019-10-24T23:32:07.905Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-24T23:32:07.905Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2019-10-24T23:32:07.905Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-24T23:32:07.905Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.16s) [2019-10-24T23:32:07.905Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.07s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-24T23:32:07.906Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-24T23:32:07.906Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.05s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (6.98s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectDefault (2.03s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectHistory (4.81s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.14s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.31s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.12s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.20s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.05s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectStatus (2.71s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.79s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.16s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.15s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.08s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.09s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.03s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.14s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.77s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.78s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.54s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.33s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-24T23:32:07.906Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.13s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.18s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.36s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.02s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.51s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.42s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.28s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.12s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsTail (2.73s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.53s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.08s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:2910: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:2919: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:3513: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.01s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-10-24T23:32:07.906Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.15s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsByOrder (7.68s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.83s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.46s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.97s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.38s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.80s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.22s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.47s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.90s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (2.68s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.99s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-24T23:32:07.906Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.75s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.23s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.59s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (42.83s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.23s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.96s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.82s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2019-10-24T23:32:07.906Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.41s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.35s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.13s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.20s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.27s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.50s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.87s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiTag (0.72s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.63s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.80s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (5.36s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.35s) [2019-10-24T23:32:07.906Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.04s) [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.906Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-24T23:32:07.906Z] docker_cli_run_test.go:4038: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.15s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.33s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.75s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.12s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.07s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.07s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.40s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3009: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3195: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.18s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.92s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3337: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3361: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.15s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3313: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3238: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.43s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.37s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.50s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3203: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.22s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.03s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.68s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4003: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.10s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4178: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.16s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.15s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4261: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.46s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunExitCode (2.13s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.35s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.14s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.13s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4500: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4513: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4245: unmatched requirement IsolationIsHyperv [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.99s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3273: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3382: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.22s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3392: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.69s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4323: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:4311: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.02s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3215: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3857: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.64s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.02s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3850: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3070: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3094: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3116: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.97s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.15s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.06s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.95s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.20s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.54s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2984: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2887: unmatched requirement Apparmor [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2866: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2851: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.00s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunRm (2.16s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.31s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.15s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.14s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.11s) [2019-10-24T23:32:07.907Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.44s) [2019-10-24T23:32:07.907Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2019-10-24T23:32:07.907Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.05s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.91s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.66s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:4079: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:2926: unmatched requirement Apparmor [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.99s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (6.88s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3968: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3961: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.96s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.64s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.38s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.66s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3803: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.38s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.16s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.10s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3753: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:2831: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3227: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.91s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.68s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.03s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.16s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3043: unmatched requirement Apparmor [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:2842: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3640: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3651: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.59s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.41s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.16s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.80s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.35s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.05s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.23s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.10s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:3451: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.71s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.76s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.81s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.60s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.96s) [2019-10-24T23:32:07.908Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-24T23:32:07.908Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.908Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.44s) [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-24T23:32:07.908Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-24T23:32:07.908Z] --- PASS: TestDockerRegistrySuite (0.03s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-24T23:32:07.909Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-24T23:32:07.909Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-24T23:32:07.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-24T23:32:07.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-24T23:32:07.909Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] === RUN TestDockerDaemonSuite [2019-10-24T23:32:07.909Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-24T23:32:07.909Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-24T23:32:07.909Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-24T23:32:07.909Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] === RUN TestDockerSwarmSuite [2019-10-24T23:32:07.909Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-24T23:32:07.909Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-24T23:32:07.909Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-24T23:32:07.909Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.909Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] === RUN TestDockerExternalVolumeSuite [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] === RUN TestDockerNetworkSuite [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] === RUN TestDockerHubPullSuite [2019-10-24T23:32:07.910Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-24T23:32:07.910Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-24T23:32:07.910Z] PASS [2019-10-24T23:32:07.910Z] ok github.com/docker/docker/integration-cli 2614.985s [2019-10-24T23:32:07.910Z] INFO: Integration tests ended at 10/24/2019 23:32:07. Duration:00:43:44.0211600 [2019-10-24T23:32:07.910Z] INFO: Docker info of the daemon under test at end of run [2019-10-24T23:32:07.910Z] [2019-10-24T23:32:08.371Z] Containers: 2 [2019-10-24T23:32:08.371Z] Running: 0 [2019-10-24T23:32:08.371Z] Paused: 0 [2019-10-24T23:32:08.371Z] Stopped: 2 [2019-10-24T23:32:08.371Z] Images: 12 [2019-10-24T23:32:08.371Z] Server Version: 0.0.0-dev [2019-10-24T23:32:08.371Z] Storage Driver: windowsfilter [2019-10-24T23:32:08.371Z] Windows: [2019-10-24T23:32:08.371Z] Logging Driver: json-file [2019-10-24T23:32:08.371Z] Plugins: [2019-10-24T23:32:08.371Z] Volume: local [2019-10-24T23:32:08.371Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-24T23:32:08.371Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-24T23:32:08.371Z] Swarm: inactive [2019-10-24T23:32:08.371Z] Default Isolation: process [2019-10-24T23:32:08.371Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-24T23:32:08.371Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-24T23:32:08.371Z] OSType: windows [2019-10-24T23:32:08.371Z] Architecture: x86_64 [2019-10-24T23:32:08.371Z] CPUs: 4 [2019-10-24T23:32:08.371Z] Total Memory: 32GiB [2019-10-24T23:32:08.371Z] Name: azwin-2-aff8a0 [2019-10-24T23:32:08.371Z] ID: EHEL:VNLE:DM4C:SVO7:ETGK:JRZU:IVEZ:2MBY:M5ZD:NSRU:564M:DOCQ [2019-10-24T23:32:08.371Z] Docker Root Dir: D:\CI\PR-40135\3\daemon [2019-10-24T23:32:08.371Z] Debug Mode (client): false [2019-10-24T23:32:08.371Z] Debug Mode (server): true [2019-10-24T23:32:08.371Z] File Descriptors: -1 [2019-10-24T23:32:08.371Z] Goroutines: 18 [2019-10-24T23:32:08.371Z] System Time: 2019-10-24T23:32:07.8727433Z [2019-10-24T23:32:08.371Z] EventsListeners: 0 [2019-10-24T23:32:08.371Z] Registry: https://index.docker.io/v1/ [2019-10-24T23:32:08.371Z] Labels: [2019-10-24T23:32:08.371Z] Experimental: false [2019-10-24T23:32:08.371Z] Insecure Registries: [2019-10-24T23:32:08.371Z] 127.0.0.0/8 [2019-10-24T23:32:08.371Z] Live Restore Enabled: false [2019-10-24T23:32:08.371Z] [2019-10-24T23:32:08.371Z] [2019-10-24T23:32:08.371Z] INFO: Stopping daemon under test [2019-10-24T23:32:08.371Z] SUCCESS: The process with PID 8500 (child process of PID 8160) has been terminated. [2019-10-24T23:32:08.371Z] SUCCESS: The process with PID 8160 (child process of PID 8620) has been terminated. [2019-10-24T23:32:08.371Z] INFO: Stop tailing logs of the daemon under tests [2019-10-24T23:32:08.371Z] INFO: executeCI.ps1 Completed successfully at 10/24/2019 23:32:08. [2019-10-24T23:32:08.371Z] INFO: Tidying up at end of run [2019-10-24T23:32:08.371Z] INFO: Saving daemon under test log (d:\CI\PR-40135\3\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-24T23:32:08.371Z] INFO: Saving daemon under test log (d:\CI\PR-40135\3\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-24T23:32:08.371Z] INFO: Nuke-Everything... [2019-10-24T23:32:08.371Z] INFO: Container count on control daemon to delete is 2 [2019-10-24T23:32:09.346Z] a7917b3b9188 [2019-10-24T23:32:09.346Z] 3970b24b16f2 [2019-10-24T23:32:09.346Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-24T23:32:10.896Z] Deleted: sha256:d408c9a1f39aa509faf0b5a007a9a10cd7b15538ad40e5f7ad6455b16c5c5b11 [2019-10-24T23:32:10.896Z] Deleted: sha256:fdb48e1b7b3c080ac9e3fcf46d96abda534bad8fac9ff29b5bb4b90511933378 [2019-10-24T23:32:10.896Z] INFO: Tidying pidfile d:\CI\PR-40135\3\docker.pid [2019-10-24T23:32:10.896Z] INFO: Nuking d:\CI [2019-10-24T23:32:46.630Z] INFO: Zapped successfully [2019-10-24T23:32:46.630Z] [2019-10-24T23:32:46.630Z] INFO: executeCI.ps1 exiting at Thu Oct 24 23:32:41 CUT 2019. Duration 00:59:34.7695662 [2019-10-24T23:32:46.630Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-24T23:32:48.294Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-24T23:32:50.053Z] Archiving artifacts [2019-10-24T23:32:51.829Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40135/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-24T23:32:52.759Z] + make clean [2019-10-24T23:32:53.734Z] docker volume rm -f docker-dev-cache [2019-10-24T23:32:53.734Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [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