Pull request #39949 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from ce61a1ed98119fa723b0f49fb5d1dc654fd793c6+3acf0cc795afae6c598ea2271895f203edc2f279 (6a900b957899b944ffbfeaefdc054769df2da0dc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-19T11:52:08.650Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-19T11:52:08.655Z] Trying to pass milestone 3 [Pipeline] milestone [2019-09-19T11:52:08.665Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-19T11:52:08.799Z] Running on ubuntu-1804-overlay2 (i-0b730d12bfe345886) in /home/ubuntu/workspace/moby_PR-39949 [Pipeline] { [Pipeline] checkout [2019-09-19T11:52:08.840Z] using credential docker-jenkins-github-credentials [2019-09-19T11:52:08.848Z] Cloning the remote Git repository [2019-09-19T11:52:08.848Z] Cloning with configured refspecs honoured and without tags [2019-09-19T11:52:08.819Z] Cloning repository https://github.com/moby/moby.git [2019-09-19T11:52:08.820Z] > git init /home/ubuntu/workspace/moby_PR-39949 # timeout=10 [2019-09-19T11:52:08.835Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:08.835Z] > git --version # timeout=10 [2019-09-19T11:52:08.838Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:08.838Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:22.180Z] Fetching without tags [2019-09-19T11:52:22.493Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:22.965Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:22.966Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:52:22.122Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:22.126Z] > git config --add remote.origin.fetch +refs/pull/39949/head:refs/remotes/origin/PR-39949 # timeout=10 [2019-09-19T11:52:22.132Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-19T11:52:22.141Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:22.151Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:22.151Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:22.152Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:22.465Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:22.472Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:22.921Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:52:22.928Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-19T11:52:22.937Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:22.944Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:23.443Z] Commit message: "Adding ability to change max download attempts" [2019-09-19T11:52:23.459Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-19T11:52:24.367Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39949:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-19T11:52:23.415Z] > git rev-list --no-walk 4c07af1676b75edde8a441a33d7b041e358c73b0 # timeout=10 [2019-09-19T11:52:27.642Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2019-09-19T11:52:28.110Z] Running on ubuntu-1804-overlay2 (i-0b730d12bfe345886) in /home/ubuntu/workspace/moby_PR-39949 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-09-19T11:52:28.147Z] Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-39949 [Pipeline] checkout [Pipeline] // stage [2019-09-19T11:52:28.175Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-09-19T11:52:28.190Z] Fetching changes from the remote Git repository [Pipeline] // stage [2019-09-19T11:52:28.197Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-19T11:52:28.251Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/moby_PR-39949 [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [2019-09-19T11:52:28.305Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2019-09-19T11:52:28.321Z] Cloning the remote Git repository [2019-09-19T11:52:28.321Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-19T11:52:28.490Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:28.529Z] using credential docker-jenkins-github-credentials [2019-09-19T11:52:28.560Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:28.561Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:52:28.580Z] Cloning the remote Git repository [2019-09-19T11:52:28.580Z] Cloning with configured refspecs honoured and without tags [2019-09-19T11:52:28.630Z] Commit message: "Adding ability to change max download attempts" [2019-09-19T11:52:28.153Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-09-19T11:52:28.162Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:28.168Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:28.168Z] > git --version # timeout=10 [2019-09-19T11:52:28.173Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:28.173Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:28.461Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:28.466Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:28.507Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:52:28.515Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-19T11:52:28.532Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:28.543Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-19T11:52:28.316Z] Cloning repository https://github.com/moby/moby.git [2019-09-19T11:52:28.317Z] > git init /home/docker/workspace/moby_PR-39949 # timeout=10 [2019-09-19T11:52:28.331Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:28.331Z] > git --version # timeout=10 [2019-09-19T11:52:28.334Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:28.335Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:28.607Z] Cloning repository https://github.com/moby/moby.git [2019-09-19T11:52:28.609Z] > git init /home/jenkins/workspace/moby_PR-39949 # timeout=10 [2019-09-19T11:52:28.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:28.630Z] > git --version # timeout=10 [2019-09-19T11:52:28.648Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:28.649Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:29.519Z] + docker version [2019-09-19T11:52:29.519Z] Client: Docker Engine - Community [2019-09-19T11:52:29.519Z] Version: 19.03.2 [2019-09-19T11:52:29.519Z] API version: 1.40 [2019-09-19T11:52:29.519Z] Go version: go1.12.8 [2019-09-19T11:52:29.519Z] Git commit: 6a30dfc [2019-09-19T11:52:29.519Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-19T11:52:29.519Z] OS/Arch: linux/amd64 [2019-09-19T11:52:29.519Z] Experimental: false [2019-09-19T11:52:29.519Z] [2019-09-19T11:52:29.519Z] Server: Docker Engine - Community [2019-09-19T11:52:29.519Z] Engine: [2019-09-19T11:52:29.519Z] Version: 19.03.2 [2019-09-19T11:52:29.519Z] API version: 1.40 (minimum version 1.12) [2019-09-19T11:52:29.519Z] Go version: go1.12.8 [2019-09-19T11:52:29.519Z] Git commit: 6a30dfc [2019-09-19T11:52:29.519Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-19T11:52:29.519Z] OS/Arch: linux/amd64 [2019-09-19T11:52:29.519Z] Experimental: true [2019-09-19T11:52:29.519Z] containerd: [2019-09-19T11:52:29.519Z] Version: 1.2.6 [2019-09-19T11:52:29.519Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-19T11:52:29.519Z] runc: [2019-09-19T11:52:29.519Z] Version: 1.0.0-rc8 [2019-09-19T11:52:29.519Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:52:29.519Z] docker-init: [2019-09-19T11:52:29.519Z] Version: 0.18.0 [2019-09-19T11:52:29.519Z] GitCommit: fec3683 [Pipeline] sh [2019-09-19T11:52:29.802Z] + docker info [2019-09-19T11:52:30.366Z] Client: [2019-09-19T11:52:30.366Z] Debug Mode: false [2019-09-19T11:52:30.366Z] [2019-09-19T11:52:30.366Z] Server: [2019-09-19T11:52:30.366Z] Containers: 0 [2019-09-19T11:52:30.366Z] Running: 0 [2019-09-19T11:52:30.366Z] Paused: 0 [2019-09-19T11:52:30.366Z] Stopped: 0 [2019-09-19T11:52:30.366Z] Images: 4 [2019-09-19T11:52:30.366Z] Server Version: 19.03.2 [2019-09-19T11:52:30.366Z] Storage Driver: overlay2 [2019-09-19T11:52:30.366Z] Backing Filesystem: extfs [2019-09-19T11:52:30.366Z] Supports d_type: true [2019-09-19T11:52:30.366Z] Native Overlay Diff: true [2019-09-19T11:52:30.366Z] Logging Driver: json-file [2019-09-19T11:52:30.366Z] Cgroup Driver: cgroupfs [2019-09-19T11:52:30.366Z] Plugins: [2019-09-19T11:52:30.366Z] Volume: local [2019-09-19T11:52:30.366Z] Network: bridge host ipvlan macvlan null overlay [2019-09-19T11:52:30.366Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-19T11:52:30.366Z] Swarm: inactive [2019-09-19T11:52:30.366Z] Runtimes: runc [2019-09-19T11:52:30.366Z] Default Runtime: runc [2019-09-19T11:52:30.366Z] Init Binary: docker-init [2019-09-19T11:52:30.366Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-19T11:52:30.366Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:52:30.366Z] init version: fec3683 [2019-09-19T11:52:30.366Z] Security Options: [2019-09-19T11:52:30.366Z] apparmor [2019-09-19T11:52:30.366Z] seccomp [2019-09-19T11:52:30.366Z] Profile: default [2019-09-19T11:52:30.366Z] Kernel Version: 4.15.0-1048-aws [2019-09-19T11:52:30.366Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-19T11:52:30.366Z] OSType: linux [2019-09-19T11:52:30.366Z] Architecture: x86_64 [2019-09-19T11:52:30.366Z] CPUs: 2 [2019-09-19T11:52:30.366Z] Total Memory: 7.501GiB [2019-09-19T11:52:30.366Z] Name: ip-10-100-61-164 [2019-09-19T11:52:30.366Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-19T11:52:30.366Z] Docker Root Dir: /var/lib/docker [2019-09-19T11:52:30.366Z] Debug Mode: false [2019-09-19T11:52:30.366Z] Registry: https://index.docker.io/v1/ [2019-09-19T11:52:30.366Z] Labels: [2019-09-19T11:52:30.366Z] Experimental: true [2019-09-19T11:52:30.366Z] Insecure Registries: [2019-09-19T11:52:30.366Z] 127.0.0.0/8 [2019-09-19T11:52:30.366Z] Live Restore Enabled: true [2019-09-19T11:52:30.366Z] [2019-09-19T11:52:30.366Z] WARNING: No swap limit support [Pipeline] sh [2019-09-19T11:52:30.650Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:30.650Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:30.650Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39949/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-19T11:52:30.650Z] + bash /home/ubuntu/workspace/moby_PR-39949/check-config.sh [2019-09-19T11:52:30.650Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-19T11:52:30.650Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-19T11:52:30.650Z] [2019-09-19T11:52:30.650Z] Generally Necessary: [2019-09-19T11:52:30.650Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-19T11:52:30.650Z] - apparmor: enabled and tools installed [2019-09-19T11:52:30.650Z] - CONFIG_NAMESPACES: enabled [2019-09-19T11:52:30.650Z] - CONFIG_NET_NS: enabled [2019-09-19T11:52:30.650Z] - CONFIG_PID_NS: enabled [2019-09-19T11:52:30.650Z] - CONFIG_IPC_NS: enabled [2019-09-19T11:52:30.650Z] - CONFIG_UTS_NS: enabled [2019-09-19T11:52:30.650Z] - CONFIG_CGROUPS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CPUSETS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_MEMCG: enabled [2019-09-19T11:52:30.908Z] - CONFIG_KEYS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_VETH: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-19T11:52:30.908Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-19T11:52:30.908Z] [2019-09-19T11:52:30.908Z] Optional Features: [2019-09-19T11:52:30.908Z] - CONFIG_USER_NS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_SECCOMP: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-19T11:52:30.908Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-19T11:52:30.908Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-19T11:52:30.908Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-19T11:52:30.908Z] - CONFIG_BLK_CGROUP: enabled [2019-09-19T11:52:30.908Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-19T11:52:30.908Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_PERF: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-19T11:52:30.908Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-19T11:52:30.908Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-19T11:52:30.908Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-19T11:52:30.908Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-19T11:52:30.908Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_IP_VS: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-19T11:52:30.908Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-19T11:52:30.908Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-19T11:52:30.908Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-19T11:52:30.908Z] - CONFIG_EXT4_FS: enabled [2019-09-19T11:52:30.908Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-19T11:52:30.908Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-19T11:52:30.908Z] - Network Drivers: [2019-09-19T11:52:30.908Z] - "overlay": [2019-09-19T11:52:31.165Z] - CONFIG_VXLAN: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-19T11:52:31.165Z] Optional (for encrypted networks): [2019-09-19T11:52:31.165Z] - CONFIG_CRYPTO: enabled [2019-09-19T11:52:31.165Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-19T11:52:31.165Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-19T11:52:31.165Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-19T11:52:31.165Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-19T11:52:31.165Z] - CONFIG_XFRM: enabled [2019-09-19T11:52:31.165Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-19T11:52:31.165Z] - "ipvlan": [2019-09-19T11:52:31.165Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-19T11:52:31.165Z] - "macvlan": [2019-09-19T11:52:31.165Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_DUMMY: enabled (as module) [2019-09-19T11:52:31.165Z] - "ftp,tftp client in container": [2019-09-19T11:52:31.165Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-19T11:52:31.165Z] - Storage Drivers: [2019-09-19T11:52:31.165Z] - "aufs": [2019-09-19T11:52:31.165Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-19T11:52:31.165Z] - "btrfs": [2019-09-19T11:52:31.165Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-19T11:52:31.165Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-19T11:52:31.165Z] - "devicemapper": [2019-09-19T11:52:31.165Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-19T11:52:31.165Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-19T11:52:31.165Z] - "overlay": [2019-09-19T11:52:31.165Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-19T11:52:31.165Z] - "zfs": [2019-09-19T11:52:31.165Z] - /dev/zfs: missing [2019-09-19T11:52:31.165Z] - zfs command: missing [2019-09-19T11:52:31.165Z] - zpool command: missing [2019-09-19T11:52:31.165Z] [2019-09-19T11:52:31.165Z] Limits: [2019-09-19T11:52:31.165Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-19T11:52:31.165Z] [2019-09-19T11:52:31.165Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-19T11:52:31.487Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 . [2019-09-19T11:52:31.487Z] #2 [internal] load build definition from Dockerfile [2019-09-19T11:52:31.487Z] #2 transferring dockerfile: 10.82kB done [2019-09-19T11:52:31.487Z] #2 DONE 0.0s [2019-09-19T11:52:31.487Z] [2019-09-19T11:52:31.487Z] #1 [internal] load .dockerignore [2019-09-19T11:52:31.487Z] #1 transferring context: 87B done [2019-09-19T11:52:31.487Z] #1 DONE 0.0s [2019-09-19T11:52:31.487Z] [2019-09-19T11:52:31.487Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-19T11:52:31.487Z] #3 DONE 0.1s [2019-09-19T11:52:31.748Z] [2019-09-19T11:52:31.748Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-19T11:52:31.748Z] #64 DONE 0.0s [2019-09-19T11:52:31.748Z] [2019-09-19T11:52:31.748Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-19T11:52:31.748Z] #4 DONE 0.0s [2019-09-19T11:52:31.748Z] [2019-09-19T11:52:31.748Z] #18 [internal] load build context [2019-09-19T11:52:32.691Z] #18 transferring context: 45.51MB 1.2s done [2019-09-19T11:52:32.949Z] #18 DONE 1.2s [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #31 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:52:32.949Z] #40 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:52:32.949Z] #35 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:52:32.949Z] #36 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:52:32.949Z] #58 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #25 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:52:32.949Z] #33 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-19T11:52:32.949Z] #44 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-19T11:52:32.949Z] #27 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-19T11:52:32.949Z] #24 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-19T11:52:32.949Z] #60 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:52:32.949Z] #20 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-19T11:52:32.949Z] #15 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-19T11:52:32.949Z] #41 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #48 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:52:32.949Z] #30 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-19T11:52:32.949Z] #37 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-19T11:52:32.949Z] #56 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:52:32.949Z] #57 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #34 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:52:32.949Z] #13 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #63 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:52:32.949Z] #47 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-19T11:52:32.949Z] #42 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-19T11:52:32.949Z] #14 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-19T11:52:32.949Z] #10 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #28 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-19T11:52:32.949Z] #32 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-19T11:52:32.949Z] #50 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-19T11:52:32.949Z] #26 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-19T11:52:32.949Z] #5 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-19T11:52:32.949Z] #19 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-19T11:52:32.949Z] #23 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-19T11:52:32.949Z] #29 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #12 [dev 6/24] RUN ldconfig [2019-09-19T11:52:32.949Z] #12 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-19T11:52:32.949Z] #8 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-19T11:52:32.949Z] #16 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #39 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-19T11:52:32.949Z] #61 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-19T11:52:32.949Z] #53 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-19T11:52:32.949Z] #9 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-19T11:52:32.949Z] #11 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:52:32.949Z] #22 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-19T11:52:32.949Z] #62 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-19T11:52:32.949Z] #17 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-19T11:52:32.949Z] #46 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-19T11:52:32.949Z] #59 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-19T11:52:32.949Z] #54 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-19T11:52:32.949Z] #6 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-19T11:52:32.949Z] #38 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.949Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-19T11:52:32.949Z] #51 CACHED [2019-09-19T11:52:32.949Z] [2019-09-19T11:52:32.950Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-19T11:52:32.950Z] #52 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-19T11:52:32.950Z] #65 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-19T11:52:32.950Z] #7 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-19T11:52:32.950Z] #43 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:52:32.950Z] #55 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-19T11:52:32.950Z] #49 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-19T11:52:32.950Z] #21 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:52:32.950Z] #45 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-19T11:52:32.950Z] #66 CACHED [2019-09-19T11:52:32.950Z] [2019-09-19T11:52:32.950Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-19T11:52:34.322Z] #67 DONE 1.3s [2019-09-19T11:52:34.322Z] [2019-09-19T11:52:34.322Z] #68 exporting to image [2019-09-19T11:52:34.322Z] #68 exporting layers [2019-09-19T11:52:34.885Z] #68 exporting layers 0.7s done [2019-09-19T11:52:34.885Z] #68 writing image sha256:a80f8ef8e8d847c6a2a03d446716e610ccc8e1f47e67593424a688ed51e8f35f [2019-09-19T11:52:34.885Z] #68 writing image sha256:a80f8ef8e8d847c6a2a03d446716e610ccc8e1f47e67593424a688ed51e8f35f done [2019-09-19T11:52:34.885Z] #68 naming to docker.io/library/docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 done [2019-09-19T11:52:34.885Z] #68 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-19T11:52:35.215Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39949/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/validate/default [2019-09-19T11:52:36.148Z] Congratulations! All commits are properly signed with the DCO! [2019-09-19T11:52:36.406Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-09-19T11:52:36.406Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-09-19T11:52:36.406Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-09-19T11:52:37.234Z] Fetching without tags [2019-09-19T11:52:37.647Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:37.094Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:37.112Z] > git config --add remote.origin.fetch +refs/pull/39949/head:refs/remotes/origin/PR-39949 # timeout=10 [2019-09-19T11:52:37.130Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-19T11:52:37.193Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:37.262Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:37.264Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:37.266Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:37.674Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:37.692Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:38.391Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:38.392Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:52:38.951Z] Commit message: "Adding ability to change max download attempts" [2019-09-19T11:52:38.281Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:52:38.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-19T11:52:38.418Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:38.438Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-19T11:52:40.217Z] + docker version [2019-09-19T11:52:40.217Z] Client: [2019-09-19T11:52:40.217Z] Version: 18.06.1-ce [2019-09-19T11:52:40.217Z] API version: 1.38 [2019-09-19T11:52:40.217Z] Go version: go1.10.3 [2019-09-19T11:52:40.217Z] Git commit: e68fc7a [2019-09-19T11:52:40.217Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-19T11:52:40.217Z] OS/Arch: linux/s390x [2019-09-19T11:52:40.217Z] Experimental: false [2019-09-19T11:52:40.217Z] [2019-09-19T11:52:40.217Z] Server: [2019-09-19T11:52:40.217Z] Engine: [2019-09-19T11:52:40.217Z] Version: 18.06.1-ce [2019-09-19T11:52:40.217Z] API version: 1.38 (minimum version 1.12) [2019-09-19T11:52:40.217Z] Go version: go1.10.3 [2019-09-19T11:52:40.217Z] Git commit: e68fc7a [2019-09-19T11:52:40.217Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-19T11:52:40.217Z] OS/Arch: linux/s390x [2019-09-19T11:52:40.217Z] Experimental: true [Pipeline] sh [2019-09-19T11:52:41.033Z] + docker info [2019-09-19T11:52:41.033Z] Containers: 0 [2019-09-19T11:52:41.034Z] Running: 0 [2019-09-19T11:52:41.034Z] Paused: 0 [2019-09-19T11:52:41.034Z] Stopped: 0 [2019-09-19T11:52:41.034Z] Images: 0 [2019-09-19T11:52:41.034Z] Server Version: 18.06.1-ce [2019-09-19T11:52:41.034Z] Storage Driver: overlay2 [2019-09-19T11:52:41.034Z] Backing Filesystem: extfs [2019-09-19T11:52:41.034Z] Supports d_type: true [2019-09-19T11:52:41.034Z] Native Overlay Diff: true [2019-09-19T11:52:41.034Z] Logging Driver: json-file [2019-09-19T11:52:41.034Z] Cgroup Driver: cgroupfs [2019-09-19T11:52:41.034Z] Plugins: [2019-09-19T11:52:41.034Z] Volume: local [2019-09-19T11:52:41.034Z] Network: bridge host ipvlan macvlan null overlay [2019-09-19T11:52:41.034Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-19T11:52:41.034Z] Swarm: inactive [2019-09-19T11:52:41.034Z] Runtimes: runc [2019-09-19T11:52:41.034Z] Default Runtime: runc [2019-09-19T11:52:41.034Z] Init Binary: docker-init [2019-09-19T11:52:41.034Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-19T11:52:41.034Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-19T11:52:41.034Z] init version: fec3683 [2019-09-19T11:52:41.034Z] Security Options: [2019-09-19T11:52:41.034Z] apparmor [2019-09-19T11:52:41.034Z] seccomp [2019-09-19T11:52:41.034Z] Profile: default [2019-09-19T11:52:41.034Z] Kernel Version: 4.4.0-133-generic [2019-09-19T11:52:41.034Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-19T11:52:41.034Z] OSType: linux [2019-09-19T11:52:41.034Z] Architecture: s390x [2019-09-19T11:52:41.034Z] CPUs: 2 [2019-09-19T11:52:41.034Z] Total Memory: 7.862GiB [2019-09-19T11:52:41.034Z] Name: s390x-ubuntu-29 [2019-09-19T11:52:41.034Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-19T11:52:41.034Z] Docker Root Dir: /var/lib/docker [2019-09-19T11:52:41.034Z] Debug Mode (client): false [2019-09-19T11:52:41.034Z] Debug Mode (server): false [2019-09-19T11:52:41.034Z] Username: dockerbuildbot [2019-09-19T11:52:41.034Z] Registry: https://index.docker.io/v1/ [2019-09-19T11:52:41.034Z] Labels: [2019-09-19T11:52:41.034Z] Experimental: true [2019-09-19T11:52:41.034Z] Insecure Registries: [2019-09-19T11:52:41.034Z] 127.0.0.0/8 [2019-09-19T11:52:41.034Z] Live Restore Enabled: false [2019-09-19T11:52:41.034Z] [2019-09-19T11:52:41.034Z] WARNING: No swap limit support [Pipeline] sh [2019-09-19T11:52:41.852Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:41.852Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:41.852Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39949/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-19T11:52:41.852Z] + bash /home/jenkins/workspace/moby_PR-39949/check-config.sh [2019-09-19T11:52:41.852Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-19T11:52:41.852Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2019-09-19T11:52:41.852Z] [2019-09-19T11:52:41.852Z] Generally Necessary: [2019-09-19T11:52:41.852Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-19T11:52:41.852Z] - apparmor: enabled and tools installed [2019-09-19T11:52:41.852Z] - CONFIG_NAMESPACES: enabled [2019-09-19T11:52:41.852Z] - CONFIG_NET_NS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_PID_NS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_IPC_NS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_UTS_NS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CGROUPS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-19T11:52:41.852Z] - CONFIG_CPUSETS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_MEMCG: enabled [2019-09-19T11:52:41.852Z] - CONFIG_KEYS: enabled [2019-09-19T11:52:41.852Z] - CONFIG_VETH: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-19T11:52:41.852Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-19T11:52:41.852Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-19T11:52:41.852Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-19T11:52:41.852Z] [2019-09-19T11:52:41.852Z] Optional Features: [2019-09-19T11:52:42.218Z] - CONFIG_USER_NS: enabled [2019-09-19T11:52:42.218Z] - CONFIG_SECCOMP: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-19T11:52:42.218Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-19T11:52:42.218Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-19T11:52:42.218Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-19T11:52:42.218Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-19T11:52:42.218Z] - CONFIG_BLK_CGROUP: enabled [2019-09-19T11:52:42.218Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-19T11:52:42.218Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CGROUP_PERF: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-19T11:52:42.218Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-19T11:52:42.218Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-19T11:52:42.218Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-19T11:52:42.218Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_IP_VS: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-19T11:52:42.218Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-19T11:52:42.218Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-19T11:52:42.218Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_EXT4_FS: enabled [2019-09-19T11:52:42.218Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-19T11:52:42.218Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-19T11:52:42.218Z] - Network Drivers: [2019-09-19T11:52:42.218Z] - "overlay": [2019-09-19T11:52:42.218Z] - CONFIG_VXLAN: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-19T11:52:42.218Z] Optional (for encrypted networks): [2019-09-19T11:52:42.218Z] - CONFIG_CRYPTO: enabled [2019-09-19T11:52:42.218Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_XFRM: enabled [2019-09-19T11:52:42.218Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-19T11:52:42.218Z] - "ipvlan": [2019-09-19T11:52:42.218Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-19T11:52:42.218Z] - "macvlan": [2019-09-19T11:52:42.218Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_DUMMY: enabled (as module) [2019-09-19T11:52:42.218Z] - "ftp,tftp client in container": [2019-09-19T11:52:42.218Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-19T11:52:42.218Z] - Storage Drivers: [2019-09-19T11:52:42.218Z] - "aufs": [2019-09-19T11:52:42.218Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-19T11:52:42.218Z] - "btrfs": [2019-09-19T11:52:42.218Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-19T11:52:42.218Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-19T11:52:42.218Z] - "devicemapper": [2019-09-19T11:52:42.218Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-19T11:52:42.218Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-19T11:52:42.218Z] - "overlay": [2019-09-19T11:52:42.218Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-19T11:52:42.218Z] - "zfs": [2019-09-19T11:52:42.218Z] - /dev/zfs: missing [2019-09-19T11:52:42.218Z] - zfs command: missing [2019-09-19T11:52:42.218Z] - zpool command: missing [2019-09-19T11:52:42.218Z] [2019-09-19T11:52:42.218Z] Limits: [2019-09-19T11:52:42.218Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-19T11:52:42.218Z] [2019-09-19T11:52:42.218Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-19T11:52:43.062Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 . [2019-09-19T11:52:43.104Z] Still waiting to schedule task [2019-09-19T11:52:43.104Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-09-19T11:52:43.113Z] Still waiting to schedule task [2019-09-19T11:52:43.113Z] Waiting for next available executor on ‘windows-2019’ [2019-09-19T11:52:44.364Z] Sending build context to Docker daemon 49.98MB [2019-09-19T11:52:44.364Z] Step 1/125 : ARG CROSS="false" [2019-09-19T11:52:44.364Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-19T11:52:44.364Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-19T11:52:44.364Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-19T11:52:44.364Z] 1.12.9-stretch: Pulling from library/golang [2019-09-19T11:52:44.797Z] 5d4da55d9cf0: Pulling fs layer [2019-09-19T11:52:44.797Z] dad3041fe122: Pulling fs layer [2019-09-19T11:52:44.797Z] f6542c8f56fb: Pulling fs layer [2019-09-19T11:52:44.797Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-19T11:52:44.797Z] 471e0aba6530: Pulling fs layer [2019-09-19T11:52:44.797Z] a57c1f92afc5: Pulling fs layer [2019-09-19T11:52:44.797Z] 25fa99d24d1e: Pulling fs layer [2019-09-19T11:52:44.797Z] 471e0aba6530: Waiting [2019-09-19T11:52:44.797Z] a57c1f92afc5: Waiting [2019-09-19T11:52:44.797Z] 25fa99d24d1e: Waiting [2019-09-19T11:52:44.797Z] 25fa3a7ad4fa: Waiting [2019-09-19T11:52:44.797Z] f6542c8f56fb: Verifying Checksum [2019-09-19T11:52:44.797Z] f6542c8f56fb: Download complete [2019-09-19T11:52:45.375Z] dad3041fe122: Verifying Checksum [2019-09-19T11:52:45.375Z] dad3041fe122: Download complete [2019-09-19T11:52:45.375Z] 5d4da55d9cf0: Verifying Checksum [2019-09-19T11:52:45.375Z] 5d4da55d9cf0: Download complete [2019-09-19T11:52:46.450Z] 471e0aba6530: Verifying Checksum [2019-09-19T11:52:46.450Z] 471e0aba6530: Download complete [2019-09-19T11:52:46.450Z] 25fa99d24d1e: Verifying Checksum [2019-09-19T11:52:46.450Z] 25fa99d24d1e: Download complete [2019-09-19T11:52:46.862Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-19T11:52:46.862Z] 25fa3a7ad4fa: Download complete [2019-09-19T11:52:47.247Z] a57c1f92afc5: Verifying Checksum [2019-09-19T11:52:47.247Z] a57c1f92afc5: Download complete [2019-09-19T11:52:48.026Z] 5d4da55d9cf0: Pull complete [2019-09-19T11:52:48.398Z] dad3041fe122: Pull complete [2019-09-19T11:52:48.759Z] f6542c8f56fb: Pull complete [2019-09-19T11:52:50.761Z] 25fa3a7ad4fa: Pull complete [2019-09-19T11:52:52.019Z] 471e0aba6530: Pull complete [2019-09-19T11:52:52.481Z] Fetching without tags [2019-09-19T11:52:52.946Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:53.933Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:53.934Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:52:52.438Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:52.443Z] > git config --add remote.origin.fetch +refs/pull/39949/head:refs/remotes/origin/PR-39949 # timeout=10 [2019-09-19T11:52:52.446Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-19T11:52:52.461Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:52:52.476Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:52:52.476Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:52:52.477Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:52:52.942Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:52.945Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:53.880Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:52:53.904Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-19T11:52:53.930Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:52:53.933Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:52:54.989Z] Commit message: "Adding ability to change max download attempts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-19T11:52:55.941Z] + docker version [2019-09-19T11:52:55.941Z] Client: [2019-09-19T11:52:55.942Z] Version: 18.06.1-ce [2019-09-19T11:52:55.942Z] API version: 1.38 [2019-09-19T11:52:55.942Z] Go version: go1.10.3 [2019-09-19T11:52:55.942Z] Git commit: e68fc7a [2019-09-19T11:52:55.942Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-19T11:52:55.942Z] OS/Arch: linux/ppc64le [2019-09-19T11:52:55.942Z] Experimental: false [2019-09-19T11:52:55.942Z] [2019-09-19T11:52:55.942Z] Server: [2019-09-19T11:52:55.942Z] Engine: [2019-09-19T11:52:55.942Z] Version: 18.06.1-ce [2019-09-19T11:52:55.942Z] API version: 1.38 (minimum version 1.12) [2019-09-19T11:52:55.942Z] Go version: go1.10.3 [2019-09-19T11:52:55.942Z] Git commit: e68fc7a [2019-09-19T11:52:55.942Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-19T11:52:55.942Z] OS/Arch: linux/ppc64le [2019-09-19T11:52:55.942Z] Experimental: true [Pipeline] sh [2019-09-19T11:52:56.062Z] a57c1f92afc5: Pull complete [2019-09-19T11:52:56.062Z] 25fa99d24d1e: Pull complete [2019-09-19T11:52:56.062Z] Digest: sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 [2019-09-19T11:52:56.062Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-19T11:52:56.062Z] ---> 3790327bbace [2019-09-19T11:52:56.062Z] Step 5/125 : ARG APT_MIRROR [2019-09-19T11:52:56.062Z] ---> Running in 1d8f7b7e6a49 [2019-09-19T11:52:56.062Z] Removing intermediate container 1d8f7b7e6a49 [2019-09-19T11:52:56.062Z] ---> 575d7f4ec1ec [2019-09-19T11:52:56.062Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-19T11:52:56.062Z] ---> Running in c1f8a86c7f1c [2019-09-19T11:52:56.319Z] + docker info [2019-09-19T11:52:56.319Z] Containers: 0 [2019-09-19T11:52:56.319Z] Running: 0 [2019-09-19T11:52:56.319Z] Paused: 0 [2019-09-19T11:52:56.319Z] Stopped: 0 [2019-09-19T11:52:56.319Z] Images: 97 [2019-09-19T11:52:56.319Z] Server Version: 18.06.1-ce [2019-09-19T11:52:56.319Z] Storage Driver: overlay2 [2019-09-19T11:52:56.319Z] Backing Filesystem: extfs [2019-09-19T11:52:56.319Z] Supports d_type: true [2019-09-19T11:52:56.319Z] Native Overlay Diff: true [2019-09-19T11:52:56.319Z] Logging Driver: json-file [2019-09-19T11:52:56.319Z] Cgroup Driver: cgroupfs [2019-09-19T11:52:56.319Z] Plugins: [2019-09-19T11:52:56.319Z] Volume: local [2019-09-19T11:52:56.319Z] Network: bridge host ipvlan macvlan null overlay [2019-09-19T11:52:56.319Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-19T11:52:56.319Z] Swarm: inactive [2019-09-19T11:52:56.319Z] Runtimes: runc [2019-09-19T11:52:56.319Z] Default Runtime: runc [2019-09-19T11:52:56.319Z] Init Binary: docker-init [2019-09-19T11:52:56.319Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-19T11:52:56.319Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-19T11:52:56.319Z] init version: fec3683 [2019-09-19T11:52:56.319Z] Security Options: [2019-09-19T11:52:56.319Z] apparmor [2019-09-19T11:52:56.319Z] seccomp [2019-09-19T11:52:56.319Z] Profile: default [2019-09-19T11:52:56.319Z] Kernel Version: 4.4.0-139-generic [2019-09-19T11:52:56.319Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-19T11:52:56.319Z] OSType: linux [2019-09-19T11:52:56.319Z] Architecture: ppc64le [2019-09-19T11:52:56.319Z] CPUs: 4 [2019-09-19T11:52:56.319Z] Total Memory: 7.972GiB [2019-09-19T11:52:56.319Z] Name: ppc64le-ubuntu-34 [2019-09-19T11:52:56.319Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-19T11:52:56.319Z] Docker Root Dir: /var/lib/docker [2019-09-19T11:52:56.319Z] Debug Mode (client): false [2019-09-19T11:52:56.319Z] Debug Mode (server): false [2019-09-19T11:52:56.319Z] Username: dockerbuildbot [2019-09-19T11:52:56.319Z] Registry: https://index.docker.io/v1/ [2019-09-19T11:52:56.319Z] Labels: [2019-09-19T11:52:56.319Z] Experimental: true [2019-09-19T11:52:56.319Z] Insecure Registries: [2019-09-19T11:52:56.319Z] 127.0.0.0/8 [2019-09-19T11:52:56.319Z] Live Restore Enabled: false [2019-09-19T11:52:56.319Z] [Pipeline] sh [2019-09-19T11:52:56.695Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:56.695Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:52:56.695Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39949/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-19T11:52:56.845Z] Removing intermediate container c1f8a86c7f1c [2019-09-19T11:52:56.845Z] ---> a0075086ca4a [2019-09-19T11:52:56.845Z] Step 7/125 : FROM base AS criu [2019-09-19T11:52:56.845Z] ---> a0075086ca4a [2019-09-19T11:52:56.845Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:52:56.845Z] ---> Running in d3a165e39de6 [2019-09-19T11:52:56.845Z] Removing intermediate container d3a165e39de6 [2019-09-19T11:52:56.845Z] ---> f8367ba16040 [2019-09-19T11:52:56.845Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-19T11:52:56.978Z] + bash /home/docker/workspace/moby_PR-39949/check-config.sh [2019-09-19T11:52:56.978Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-19T11:52:56.978Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-19T11:52:56.978Z] [2019-09-19T11:52:56.978Z] Generally Necessary: [2019-09-19T11:52:56.978Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-19T11:52:56.978Z] - apparmor: enabled and tools installed [2019-09-19T11:52:56.978Z] - CONFIG_NAMESPACES: enabled [2019-09-19T11:52:56.978Z] - CONFIG_NET_NS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_PID_NS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_IPC_NS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_UTS_NS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CGROUPS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-19T11:52:56.978Z] - CONFIG_CPUSETS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_MEMCG: enabled [2019-09-19T11:52:56.978Z] - CONFIG_KEYS: enabled [2019-09-19T11:52:56.978Z] - CONFIG_VETH: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-19T11:52:56.978Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-19T11:52:56.978Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-19T11:52:57.218Z] ---> Running in 98777f075432 [2019-09-19T11:52:57.218Z] Removing intermediate container 98777f075432 [2019-09-19T11:52:57.218Z] ---> 4a9b5302fd07 [2019-09-19T11:52:57.218Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-19T11:52:57.218Z] ---> Running in 9bf1bff7f650 [2019-09-19T11:52:57.276Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-19T11:52:57.276Z] [2019-09-19T11:52:57.276Z] Optional Features: [2019-09-19T11:52:57.276Z] - CONFIG_USER_NS: enabled [2019-09-19T11:52:57.276Z] - CONFIG_SECCOMP: enabled [2019-09-19T11:52:57.276Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-19T11:52:57.276Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-19T11:52:57.276Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-19T11:52:57.276Z] (cgroup swap accounting is currently enabled) [2019-09-19T11:52:57.276Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-19T11:52:57.276Z] - CONFIG_BLK_CGROUP: enabled [2019-09-19T11:52:57.276Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-19T11:52:57.276Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-19T11:52:57.276Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-19T11:52:57.276Z] - CONFIG_CGROUP_PERF: enabled [2019-09-19T11:52:57.276Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-19T11:52:57.276Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-19T11:52:57.276Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-19T11:52:57.276Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-19T11:52:57.276Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-19T11:52:57.276Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-19T11:52:57.276Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-19T11:52:57.276Z] - CONFIG_IP_VS: enabled (as module) [2019-09-19T11:52:57.276Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-19T11:52:57.276Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-19T11:52:57.276Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-19T11:52:57.276Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-19T11:52:57.276Z] - CONFIG_EXT4_FS: enabled [2019-09-19T11:52:57.276Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-19T11:52:57.276Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-19T11:52:57.276Z] - Network Drivers: [2019-09-19T11:52:57.276Z] - "overlay": [2019-09-19T11:52:57.276Z] - CONFIG_VXLAN: enabled (as module) [2019-09-19T11:52:57.276Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-19T11:52:57.276Z] Optional (for encrypted networks): [2019-09-19T11:52:57.559Z] - CONFIG_CRYPTO: enabled [2019-09-19T11:52:57.559Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_XFRM: enabled [2019-09-19T11:52:57.559Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-19T11:52:57.559Z] - "ipvlan": [2019-09-19T11:52:57.559Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-19T11:52:57.559Z] - "macvlan": [2019-09-19T11:52:57.559Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_DUMMY: enabled (as module) [2019-09-19T11:52:57.559Z] - "ftp,tftp client in container": [2019-09-19T11:52:57.559Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-19T11:52:57.559Z] - Storage Drivers: [2019-09-19T11:52:57.559Z] - "aufs": [2019-09-19T11:52:57.559Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-19T11:52:57.559Z] - "btrfs": [2019-09-19T11:52:57.559Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-19T11:52:57.559Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-19T11:52:57.559Z] - "devicemapper": [2019-09-19T11:52:57.559Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-19T11:52:57.559Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-19T11:52:57.559Z] - "overlay": [2019-09-19T11:52:57.559Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-19T11:52:57.559Z] - "zfs": [2019-09-19T11:52:57.559Z] - /dev/zfs: missing [2019-09-19T11:52:57.559Z] - zfs command: missing [2019-09-19T11:52:57.559Z] - zpool command: missing [2019-09-19T11:52:57.559Z] [2019-09-19T11:52:57.559Z] Limits: [2019-09-19T11:52:57.559Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-19T11:52:57.559Z] [2019-09-19T11:52:57.559Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-19T11:52:57.984Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 . [2019-09-19T11:52:58.077Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:52:58.077Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:52:58.077Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:52:58.077Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:52:58.077Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:52:58.077Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:52:58.077Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:52:58.077Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:52:59.432Z] Fetched 7673 kB in 1s (4735 kB/s) [2019-09-19T11:52:59.800Z] Reading package lists... [2019-09-19T11:53:00.580Z] Reading package lists... [2019-09-19T11:53:00.580Z] Building dependency tree... [2019-09-19T11:53:00.580Z] Reading state information... [2019-09-19T11:53:00.580Z] The following additional packages will be installed: [2019-09-19T11:53:00.580Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-19T11:53:00.580Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-19T11:53:00.580Z] Suggested packages: [2019-09-19T11:53:00.580Z] manpages-dev python-setuptools [2019-09-19T11:53:00.580Z] The following NEW packages will be installed: [2019-09-19T11:53:00.580Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-19T11:53:00.580Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-19T11:53:00.580Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-19T11:53:00.580Z] zlib1g-dev [2019-09-19T11:53:00.714Z] Sending build context to Docker daemon 49.98MB [2019-09-19T11:53:00.714Z] Step 1/125 : ARG CROSS="false" [2019-09-19T11:53:00.714Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-19T11:53:00.714Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-19T11:53:00.714Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-19T11:53:00.714Z] ---> 8a0deb940f91 [2019-09-19T11:53:00.714Z] Step 5/125 : ARG APT_MIRROR [2019-09-19T11:53:00.714Z] ---> Using cache [2019-09-19T11:53:00.714Z] ---> 72093a2338c8 [2019-09-19T11:53:00.714Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-19T11:53:00.714Z] ---> Using cache [2019-09-19T11:53:00.714Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.714Z] Step 7/125 : FROM base AS criu [2019-09-19T11:53:00.714Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 8739372157bc [2019-09-19T11:53:00.715Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> ddde12d3a9ea [2019-09-19T11:53:00.715Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 155b788321ca [2019-09-19T11:53:00.715Z] Step 12/125 : FROM base AS registry [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> feb6addbabd2 [2019-09-19T11:53:00.715Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 0b2a268eff5e [2019-09-19T11:53:00.715Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 25a83e9f7983 [2019-09-19T11:53:00.715Z] Step 16/125 : FROM base AS swagger [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 2ca2051d6234 [2019-09-19T11:53:00.715Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 91bb5c3953e8 [2019-09-19T11:53:00.715Z] Step 19/125 : FROM base AS frozen-images [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> d4121910aae6 [2019-09-19T11:53:00.715Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 641b80fb77d1 [2019-09-19T11:53:00.715Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 3c9321f1fb29 [2019-09-19T11:53:00.715Z] Step 24/125 : FROM base AS cross-false [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 25/125 : FROM base AS cross-true [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> c847531da98d [2019-09-19T11:53:00.715Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 8f947b350a0e [2019-09-19T11:53:00.715Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 569c45d6afb6 [2019-09-19T11:53:00.715Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> ea1384df7f0f [2019-09-19T11:53:00.715Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> f084e5dd246a [2019-09-19T11:53:00.715Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-19T11:53:00.715Z] ---> ea1384df7f0f [2019-09-19T11:53:00.715Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 81a9e87ffe8e [2019-09-19T11:53:00.715Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 67c1c293c57a [2019-09-19T11:53:00.715Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-19T11:53:00.715Z] ---> f084e5dd246a [2019-09-19T11:53:00.715Z] Step 39/125 : FROM base AS tomlv [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 4d8b84969df2 [2019-09-19T11:53:00.715Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 35775f95b6d1 [2019-09-19T11:53:00.715Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 9b1d7beea273 [2019-09-19T11:53:00.715Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 0cef9060289e [2019-09-19T11:53:00.715Z] Step 44/125 : FROM base AS vndr [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 46043a490069 [2019-09-19T11:53:00.715Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 0d1b16b9ae74 [2019-09-19T11:53:00.715Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 53bca57f7794 [2019-09-19T11:53:00.715Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 20a9341ad8f1 [2019-09-19T11:53:00.715Z] Step 49/125 : FROM dev-base AS containerd [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> de57b1bf62a6 [2019-09-19T11:53:00.715Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 1506268ef321 [2019-09-19T11:53:00.715Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 1a413920a129 [2019-09-19T11:53:00.715Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> c6f3f7d810fc [2019-09-19T11:53:00.715Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 9e54ed3bc500 [2019-09-19T11:53:00.715Z] Step 56/125 : FROM dev-base AS proxy [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 24808c2b2c95 [2019-09-19T11:53:00.715Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 8ad5244d6f83 [2019-09-19T11:53:00.715Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 77735db4a964 [2019-09-19T11:53:00.715Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 7041cce40e55 [2019-09-19T11:53:00.715Z] Step 61/125 : FROM base AS golangci_lint [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 62/125 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 0cd58c5b502e [2019-09-19T11:53:00.715Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 82cdfe095b08 [2019-09-19T11:53:00.715Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> f7069a863f7e [2019-09-19T11:53:00.715Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 444715424423 [2019-09-19T11:53:00.715Z] Step 66/125 : FROM base AS gotestsum [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 9044b635ab21 [2019-09-19T11:53:00.715Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> a6f6f347694c [2019-09-19T11:53:00.715Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> c820ae2b0249 [2019-09-19T11:53:00.715Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> d1f026a2291a [2019-09-19T11:53:00.715Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> d65366bce357 [2019-09-19T11:53:00.715Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> e81a4fe4c4e4 [2019-09-19T11:53:00.715Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> aa0482199106 [2019-09-19T11:53:00.715Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> b7964963d1bd [2019-09-19T11:53:00.715Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-19T11:53:00.715Z] ---> f084e5dd246a [2019-09-19T11:53:00.715Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 3d68fae2387c [2019-09-19T11:53:00.715Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 00bc13211989 [2019-09-19T11:53:00.715Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 54891c969cee [2019-09-19T11:53:00.715Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> da24af279127 [2019-09-19T11:53:00.715Z] Step 81/125 : FROM dev-base AS tini [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 84cf3eb05404 [2019-09-19T11:53:00.715Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 9e60f1fa95fb [2019-09-19T11:53:00.715Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> d906bb1be041 [2019-09-19T11:53:00.715Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 90e507d1f1a1 [2019-09-19T11:53:00.715Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 43f23bcba078 [2019-09-19T11:53:00.715Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 46321d6a8958 [2019-09-19T11:53:00.715Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-19T11:53:00.715Z] ---> 1e9f4d4e2d2a [2019-09-19T11:53:00.715Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 6e2f14df34be [2019-09-19T11:53:00.715Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 559d69a2a860 [2019-09-19T11:53:00.715Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 400d3daf4b4d [2019-09-19T11:53:00.715Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 46628b15ce00 [2019-09-19T11:53:00.715Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> c0f1f29767bb [2019-09-19T11:53:00.715Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-19T11:53:00.715Z] ---> f084e5dd246a [2019-09-19T11:53:00.715Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 151e7a831be9 [2019-09-19T11:53:00.715Z] Step 96/125 : RUN groupadd -r docker [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 813a1b04aaf1 [2019-09-19T11:53:00.715Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 8ad32d07790b [2019-09-19T11:53:00.715Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 5cfe2987a0b6 [2019-09-19T11:53:00.715Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 06b9a2bbb914 [2019-09-19T11:53:00.715Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 8d5f32fa0ec5 [2019-09-19T11:53:00.715Z] Step 101/125 : RUN ldconfig [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> db1b919a452d [2019-09-19T11:53:00.715Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> 03b84402f125 [2019-09-19T11:53:00.715Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-19T11:53:00.715Z] ---> Using cache [2019-09-19T11:53:00.715Z] ---> af80c95a6136 [2019-09-19T11:53:00.715Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-19T11:53:00.949Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:53:00.949Z] Need to get 3476 kB of archives. [2019-09-19T11:53:00.949Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-19T11:53:00.949Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-19T11:53:00.949Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-19T11:53:00.949Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-19T11:53:00.949Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-19T11:53:00.949Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-19T11:53:00.949Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-19T11:53:00.949Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-19T11:53:00.949Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-19T11:53:00.949Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-19T11:53:00.949Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-19T11:53:00.949Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-19T11:53:00.949Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-19T11:53:00.949Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-19T11:53:00.949Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-19T11:53:00.949Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-19T11:53:00.949Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-19T11:53:00.949Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:53:00.949Z] Fetched 3476 kB in 0s (28.6 MB/s) [2019-09-19T11:53:00.949Z] Selecting previously unselected package libnet1:s390x. [2019-09-19T11:53:00.949Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-19T11:53:00.949Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-19T11:53:00.949Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-19T11:53:00.949Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-19T11:53:00.949Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-19T11:53:00.949Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-19T11:53:00.949Z] Selecting previously unselected package libnet1-dev. [2019-09-19T11:53:00.949Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-19T11:53:00.949Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-19T11:53:01.317Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-19T11:53:01.317Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.317Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 87de1ba95d68 [2019-09-19T11:53:01.373Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 76b710b5f3c8 [2019-09-19T11:53:01.373Z] Step 106/125 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 4e82c643b42e [2019-09-19T11:53:01.373Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 02a5d97eb6c0 [2019-09-19T11:53:01.373Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 1e0f09e1077c [2019-09-19T11:53:01.373Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> d1c15ae02969 [2019-09-19T11:53:01.373Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 185acaf1141e [2019-09-19T11:53:01.373Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> e03075e4471f [2019-09-19T11:53:01.373Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.373Z] ---> 00d1a6759bc3 [2019-09-19T11:53:01.373Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-19T11:53:01.373Z] ---> Using cache [2019-09-19T11:53:01.656Z] ---> 5574405969eb [2019-09-19T11:53:01.656Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-19T11:53:01.656Z] ---> Using cache [2019-09-19T11:53:01.656Z] ---> 83981637d8cb [2019-09-19T11:53:01.656Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-19T11:53:01.741Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-19T11:53:01.741Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.741Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-19T11:53:01.741Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-19T11:53:01.741Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-19T11:53:01.741Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-19T11:53:01.741Z] Selecting previously unselected package protobuf-compiler. [2019-09-19T11:53:01.741Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.741Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-19T11:53:01.741Z] Selecting previously unselected package python-pkg-resources. [2019-09-19T11:53:01.741Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-19T11:53:01.741Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-19T11:53:01.741Z] Selecting previously unselected package python-protobuf. [2019-09-19T11:53:01.741Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-19T11:53:01.741Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-19T11:53:02.155Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-19T11:53:02.155Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-19T11:53:02.155Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-19T11:53:02.155Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-19T11:53:02.155Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-19T11:53:02.155Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:53:02.155Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 038f29691f5b [2019-09-19T11:53:02.272Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> ca80c125b39f [2019-09-19T11:53:02.272Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 3faee99a7777 [2019-09-19T11:53:02.272Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> a43b27a51a3a [2019-09-19T11:53:02.272Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 5b6f3ce3de74 [2019-09-19T11:53:02.272Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> caa974d228d7 [2019-09-19T11:53:02.272Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 72d3babe3578 [2019-09-19T11:53:02.272Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 570329c5d4fe [2019-09-19T11:53:02.272Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-19T11:53:02.272Z] ---> Using cache [2019-09-19T11:53:02.272Z] ---> 8de0d4004148 [2019-09-19T11:53:02.272Z] Step 124/125 : FROM dev AS final [2019-09-19T11:53:02.272Z] ---> 8de0d4004148 [2019-09-19T11:53:02.272Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-19T11:53:02.937Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-19T11:53:02.937Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-19T11:53:02.937Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-19T11:53:02.937Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-19T11:53:02.937Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-19T11:53:02.937Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-19T11:53:02.937Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-19T11:53:02.937Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-19T11:53:02.937Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-19T11:53:02.937Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-19T11:53:02.937Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:53:02.951Z] INFO [loader] Go packages loading at mode load types and syntax took 25.94036581s [2019-09-19T11:53:03.739Z] Removing intermediate container 9bf1bff7f650 [2019-09-19T11:53:03.739Z] ---> 3f9644bfae9b [2019-09-19T11:53:03.739Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-19T11:53:03.739Z] ---> Running in 6d9cb6371c49 [2019-09-19T11:53:05.106Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-19T11:53:05.106Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-19T11:53:05.106Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-19T11:53:05.106Z]  GEN .gitid [2019-09-19T11:53:05.106Z] GEN criu/include/version.h [2019-09-19T11:53:05.106Z] GEN include/common/asm [2019-09-19T11:53:05.106Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-19T11:53:05.106Z] PBCC images/opts.pb-c.c [2019-09-19T11:53:05.106Z] PBCC images/sit.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-19T11:53:05.106Z] DEP images/opts.pb-c.d [2019-09-19T11:53:05.106Z] DEP images/sit.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/macvlan.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/macvlan.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/autofs.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/autofs.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/sysctl.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/sysctl.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/time.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/time.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/binfmt-misc.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/binfmt-misc.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/seccomp.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/seccomp.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/userns.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/userns.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/cgroup.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/cgroup.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/fown.pb-c.c [2019-09-19T11:53:05.106Z] PBCC images/ext-file.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/fown.pb-c.d [2019-09-19T11:53:05.106Z] DEP images/ext-file.pb-c.d [2019-09-19T11:53:05.106Z] PBCC images/rpc.pb-c.c [2019-09-19T11:53:05.106Z] DEP images/rpc.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/siginfo.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/siginfo.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/pagemap.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/pagemap.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/rlimit.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/rlimit.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/file-lock.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/file-lock.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/tty.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/tty.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/tun.pb-c.c [2019-09-19T11:53:05.474Z] PBCC images/netdev.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/tun.pb-c.d [2019-09-19T11:53:05.474Z] DEP images/netdev.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/vma.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/vma.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/creds.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/creds.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/utsns.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/utsns.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/ipc-desc.pb-c.c [2019-09-19T11:53:05.474Z] PBCC images/ipc-sem.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/ipc-desc.pb-c.d [2019-09-19T11:53:05.474Z] DEP images/ipc-sem.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/ipc-msg.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/ipc-msg.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/ipc-shm.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/ipc-shm.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/ipc-var.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/ipc-var.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/sk-opts.pb-c.c [2019-09-19T11:53:05.474Z] PBCC images/packet-sock.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/sk-opts.pb-c.d [2019-09-19T11:53:05.474Z] DEP images/packet-sock.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/sk-netlink.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/sk-netlink.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/sk-inet.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/sk-inet.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/sk-unix.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/sk-unix.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/mm.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/mm.pb-c.d [2019-09-19T11:53:05.474Z] PBCC images/timerfd.pb-c.c [2019-09-19T11:53:05.474Z] DEP images/timerfd.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/timer.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/timer.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/sa.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/sa.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/pipe-data.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/pipe-data.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/mnt.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/mnt.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/sk-packet.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/sk-packet.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/tcp-stream.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/tcp-stream.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/pipe.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/pipe.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/pstree.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/pstree.pb-c.d [2019-09-19T11:53:05.475Z] PBCC images/fs.pb-c.c [2019-09-19T11:53:05.475Z] DEP images/fs.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/signalfd.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/signalfd.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/fh.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/fsnotify.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/fh.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/fsnotify.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/eventpoll.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/eventpoll.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/eventfd.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/eventfd.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/remap-file-path.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/remap-file-path.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/fifo.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/fifo.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/ghost-file.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/ghost-file.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/regfile.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/regfile.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/ns.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/ns.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/fdinfo.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/fdinfo.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/core-aarch64.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/core-arm.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/core-ppc64.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/core-s390.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/core-x86.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/core.pb-c.c [2019-09-19T11:53:05.847Z] PBCC images/inventory.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/core-aarch64.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/core-arm.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/core-ppc64.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/core-s390.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/core-x86.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/core.pb-c.d [2019-09-19T11:53:05.847Z] DEP images/inventory.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/cpuinfo.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/cpuinfo.pb-c.d [2019-09-19T11:53:05.847Z] PBCC images/stats.pb-c.c [2019-09-19T11:53:05.847Z] DEP images/stats.pb-c.d [2019-09-19T11:53:06.218Z] make[1]: Nothing to be done for 'all'. [2019-09-19T11:53:06.218Z] CC images/stats.o [2019-09-19T11:53:06.218Z] CC images/core.o [2019-09-19T11:53:06.218Z] CC images/core-x86.o [2019-09-19T11:53:06.592Z] CC images/core-arm.o [2019-09-19T11:53:06.592Z] CC images/core-aarch64.o [2019-09-19T11:53:06.592Z] CC images/core-ppc64.o [2019-09-19T11:53:06.592Z] CC images/core-s390.o [2019-09-19T11:53:06.592Z] CC images/cpuinfo.o [2019-09-19T11:53:06.592Z] CC images/inventory.o [2019-09-19T11:53:06.592Z] CC images/fdinfo.o [2019-09-19T11:53:06.957Z] CC images/fown.o [2019-09-19T11:53:06.957Z] CC images/ns.o [2019-09-19T11:53:06.957Z] CC images/regfile.o [2019-09-19T11:53:06.957Z] CC images/ghost-file.o [2019-09-19T11:53:06.957Z] CC images/fifo.o [2019-09-19T11:53:06.957Z] CC images/remap-file-path.o [2019-09-19T11:53:06.957Z] CC images/eventfd.o [2019-09-19T11:53:06.957Z] CC images/eventpoll.o [2019-09-19T11:53:06.957Z] CC images/fh.o [2019-09-19T11:53:06.957Z] CC images/fsnotify.o [2019-09-19T11:53:06.957Z] CC images/signalfd.o [2019-09-19T11:53:07.353Z] CC images/fs.o [2019-09-19T11:53:07.353Z] CC images/pstree.o [2019-09-19T11:53:07.353Z] CC images/pipe.o [2019-09-19T11:53:07.353Z] CC images/tcp-stream.o [2019-09-19T11:53:07.353Z] CC images/sk-packet.o [2019-09-19T11:53:07.353Z] CC images/mnt.o [2019-09-19T11:53:07.353Z] CC images/pipe-data.o [2019-09-19T11:53:07.353Z] CC images/sa.o [2019-09-19T11:53:07.353Z] CC images/timer.o [2019-09-19T11:53:07.353Z] CC images/timerfd.o [2019-09-19T11:53:07.353Z] CC images/mm.o [2019-09-19T11:53:07.353Z] CC images/sk-opts.o [2019-09-19T11:53:07.353Z] CC images/sk-unix.o [2019-09-19T11:53:07.771Z] ---> 33101830b74d [2019-09-19T11:53:07.771Z] Successfully built 33101830b74d [2019-09-19T11:53:07.771Z] Successfully tagged docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [Pipeline] } [Pipeline] // stage [2019-09-19T11:53:07.826Z] CC images/sk-inet.o [2019-09-19T11:53:07.826Z] CC images/tun.o [2019-09-19T11:53:07.826Z] CC images/sk-netlink.o [2019-09-19T11:53:07.826Z] CC images/packet-sock.o [2019-09-19T11:53:07.826Z] CC images/ipc-var.o [2019-09-19T11:53:07.826Z] CC images/ipc-desc.o [2019-09-19T11:53:07.826Z] CC images/ipc-shm.o [2019-09-19T11:53:07.826Z] CC images/ipc-msg.o [2019-09-19T11:53:07.826Z] CC images/ipc-sem.o [2019-09-19T11:53:07.826Z] CC images/utsns.o [2019-09-19T11:53:07.826Z] CC images/creds.o [2019-09-19T11:53:07.826Z] CC images/vma.o [2019-09-19T11:53:07.826Z] CC images/netdev.o [2019-09-19T11:53:07.826Z] CC images/tty.o [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-19T11:53:08.215Z] INFO [loader] SSA repr building timing: packages building 210.40131ms, total 5.183078145s [2019-09-19T11:53:08.236Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/test/unit [2019-09-19T11:53:08.337Z] CC images/file-lock.o [2019-09-19T11:53:08.337Z] CC images/rlimit.o [2019-09-19T11:53:08.337Z] CC images/pagemap.o [2019-09-19T11:53:08.337Z] CC images/siginfo.o [2019-09-19T11:53:08.337Z] CC images/rpc.o [2019-09-19T11:53:08.337Z] CC images/ext-file.o [2019-09-19T11:53:08.337Z] CC images/cgroup.o [2019-09-19T11:53:08.337Z] CC images/userns.o [2019-09-19T11:53:08.720Z] CC images/google/protobuf/descriptor.o [2019-09-19T11:53:08.720Z] CC images/opts.o [2019-09-19T11:53:08.720Z] CC images/seccomp.o [2019-09-19T11:53:08.720Z] CC images/binfmt-misc.o [2019-09-19T11:53:08.720Z] CC images/time.o [2019-09-19T11:53:08.720Z] CC images/sysctl.o [2019-09-19T11:53:08.720Z] CC images/autofs.o [2019-09-19T11:53:08.720Z] CC images/macvlan.o [2019-09-19T11:53:09.083Z] CC images/sit.o [2019-09-19T11:53:09.083Z] LINK images/built-in.o [2019-09-19T11:53:09.083Z] GEN compel/include/asm [2019-09-19T11:53:09.083Z] GEN compel/include/version.h [2019-09-19T11:53:09.083Z] touch .config [2019-09-19T11:53:09.083Z] GEN include/common/config.h [2019-09-19T11:53:09.083Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-19T11:53:09.083Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-19T11:53:09.083Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-19T11:53:09.083Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-19T11:53:09.083Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-19T11:53:09.083Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-19T11:53:09.083Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-19T11:53:09.083Z] DEP compel/plugins/std/infect.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/std/string.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/std/log.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/std/fds.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/std/std.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/shmem/shmem.d [2019-09-19T11:53:09.083Z] DEP compel/plugins/fds/fds.d [2019-09-19T11:53:09.083Z] CC compel/plugins/std/std.o [2019-09-19T11:53:09.083Z] CC compel/plugins/std/fds.o [2019-09-19T11:53:09.465Z] CC compel/plugins/std/log.o [2019-09-19T11:53:09.465Z] CC compel/plugins/std/string.o [2019-09-19T11:53:09.465Z] CC compel/plugins/std/infect.o [2019-09-19T11:53:09.465Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-19T11:53:09.465Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-19T11:53:09.465Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-19T11:53:09.839Z] AR compel/plugins/std.lib.a [2019-09-19T11:53:09.839Z] CC compel/plugins/fds/fds.o [2019-09-19T11:53:09.839Z] AR compel/plugins/fds.lib.a [2019-09-19T11:53:09.839Z] HOSTDEP compel/src/lib/log-host.d [2019-09-19T11:53:09.839Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-19T11:53:09.839Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-19T11:53:09.839Z] HOSTDEP compel/src/main-host.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/ptrace.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/infect.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/infect-util.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/infect-rpc.d [2019-09-19T11:53:09.840Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-19T11:53:09.840Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/log.d [2019-09-19T11:53:09.840Z] DEP compel/src/main.d [2019-09-19T11:53:09.840Z] DEP compel/src/lib/handle-elf.d [2019-09-19T11:53:09.840Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-19T11:53:10.223Z] CC compel/src/lib/log.o [2019-09-19T11:53:10.223Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-19T11:53:10.223Z] CC compel/arch/s390/src/lib/infect.o [2019-09-19T11:53:10.223Z] CC compel/src/lib/infect-rpc.o [2019-09-19T11:53:10.223Z] CC compel/src/lib/infect-util.o [2019-09-19T11:53:10.223Z] CC compel/src/lib/infect.o [2019-09-19T11:53:10.596Z] CC compel/src/lib/ptrace.o [2019-09-19T11:53:10.971Z] AR compel/libcompel.a [2019-09-19T11:53:10.971Z] HOSTCC compel/src/main-host.o [2019-09-19T11:53:10.971Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-19T11:53:10.971Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-19T11:53:10.971Z] HOSTCC compel/src/lib/log-host.o [2019-09-19T11:53:10.971Z] HOSTLINK compel/compel-host-bin [2019-09-19T11:53:10.971Z] DEP soccr/soccr.d [2019-09-19T11:53:10.971Z] CC soccr/soccr.o [2019-09-19T11:53:11.338Z] AR soccr/libsoccr.a [2019-09-19T11:53:11.338Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-19T11:53:11.338Z] DEP criu/arch/s390/sigframe.d [2019-09-19T11:53:11.338Z] DEP criu/arch/s390/crtools.d [2019-09-19T11:53:11.338Z] DEP criu/arch/s390/cpu.d [2019-09-19T11:53:11.338Z] CC criu/arch/s390/cpu.o [2019-09-19T11:53:11.338Z] CC criu/arch/s390/crtools.o [2019-09-19T11:53:11.716Z] CC criu/arch/s390/sigframe.o [2019-09-19T11:53:11.716Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-19T11:53:11.716Z] DEP criu/arch/s390/vdso-pie.d [2019-09-19T11:53:11.716Z] DEP criu/pie/parasite-vdso.d [2019-09-19T11:53:11.716Z] DEP criu/pie/util-vdso.d [2019-09-19T11:53:11.716Z] DEP criu/pie/util.d [2019-09-19T11:53:11.716Z] CC criu/pie/util.o [2019-09-19T11:53:12.163Z] CC criu/pie/util-vdso.o [2019-09-19T11:53:12.163Z] CC criu/pie/parasite-vdso.o [2019-09-19T11:53:12.163Z] CC criu/arch/s390/vdso-pie.o [2019-09-19T11:53:12.163Z] AR criu/pie/pie.lib.a [2019-09-19T11:53:12.163Z] DEP criu/pie/restorer.d [2019-09-19T11:53:12.163Z] DEP criu/arch/s390/restorer.d [2019-09-19T11:53:12.163Z] DEP criu/pie/parasite.d [2019-09-19T11:53:12.163Z] CC criu/pie/parasite.o [2019-09-19T11:53:12.554Z] LINK criu/pie/parasite.built-in.o [2019-09-19T11:53:12.554Z] GEN criu/pie/parasite-blob.h [2019-09-19T11:53:12.554Z] CC criu/arch/s390/restorer.o [2019-09-19T11:53:12.554Z] CC criu/pie/restorer.o [2019-09-19T11:53:12.933Z] LINK criu/pie/restorer.built-in.o [2019-09-19T11:53:12.933Z] GEN criu/pie/restorer-blob.h [2019-09-19T11:53:12.933Z] DEP criu/vdso.d [2019-09-19T11:53:13.294Z] DEP criu/uts_ns.d [2019-09-19T11:53:13.294Z] DEP criu/util.d [2019-09-19T11:53:13.294Z] DEP criu/uffd.d [2019-09-19T11:53:13.294Z] DEP criu/tun.d [2019-09-19T11:53:13.294Z] DEP criu/tty.d [2019-09-19T11:53:13.294Z] DEP criu/timerfd.d [2019-09-19T11:53:13.294Z] DEP criu/sysfs_parse.d [2019-09-19T11:53:13.294Z] DEP criu/sysctl.d [2019-09-19T11:53:13.294Z] DEP criu/string.d [2019-09-19T11:53:13.294Z] DEP criu/stats.d [2019-09-19T11:53:13.294Z] DEP criu/sockets.d [2019-09-19T11:53:13.668Z] DEP criu/sk-unix.d [2019-09-19T11:53:13.668Z] DEP criu/sk-tcp.d [2019-09-19T11:53:13.668Z] DEP criu/sk-queue.d [2019-09-19T11:53:13.668Z] DEP criu/sk-packet.d [2019-09-19T11:53:13.668Z] DEP criu/sk-netlink.d [2019-09-19T11:53:13.668Z] DEP criu/sk-inet.d [2019-09-19T11:53:13.668Z] DEP criu/signalfd.d [2019-09-19T11:53:13.668Z] DEP criu/sigframe.d [2019-09-19T11:53:13.668Z] DEP criu/shmem.d [2019-09-19T11:53:13.668Z] DEP criu/servicefd.d [2019-09-19T11:53:13.668Z] DEP criu/seize.d [2019-09-19T11:53:13.981Z] ? github.com/docker/docker/api [no test files] [2019-09-19T11:53:14.041Z] DEP criu/seccomp.d [2019-09-19T11:53:14.041Z] DEP criu/rst-malloc.d [2019-09-19T11:53:14.041Z] DEP criu/rbtree.d [2019-09-19T11:53:14.041Z] DEP criu/pstree.d [2019-09-19T11:53:14.041Z] DEP criu/protobuf.d [2019-09-19T11:53:14.041Z] GEN criu/protobuf-desc-gen.h [2019-09-19T11:53:14.041Z] DEP criu/protobuf-desc.d [2019-09-19T11:53:14.041Z] DEP criu/proc_parse.d [2019-09-19T11:53:14.413Z] DEP criu/plugin.d [2019-09-19T11:53:14.413Z] DEP criu/pipes.d [2019-09-19T11:53:14.413Z] DEP criu/pie-util.d [2019-09-19T11:53:14.413Z] DEP criu/pie-util-vdso.d [2019-09-19T11:53:14.413Z] DEP criu/pie-util-vdso-elf32.d [2019-09-19T11:53:14.413Z] DEP criu/path.d [2019-09-19T11:53:14.413Z] DEP criu/parasite-syscall.d [2019-09-19T11:53:14.413Z] DEP criu/pagemap.d [2019-09-19T11:53:14.413Z] DEP criu/pagemap-cache.d [2019-09-19T11:53:14.413Z] DEP criu/page-xfer.d [2019-09-19T11:53:14.413Z] DEP criu/page-pipe.d [2019-09-19T11:53:14.413Z] DEP criu/netfilter.d [2019-09-19T11:53:14.777Z] DEP criu/net.d [2019-09-19T11:53:14.777Z] DEP criu/namespaces.d [2019-09-19T11:53:14.777Z] DEP criu/mount.d [2019-09-19T11:53:14.777Z] DEP criu/mem.d [2019-09-19T11:53:14.777Z] DEP criu/lsm.d [2019-09-19T11:53:14.777Z] DEP criu/log.d [2019-09-19T11:53:14.777Z] DEP criu/libnetlink.d [2019-09-19T11:53:14.777Z] DEP criu/kerndat.d [2019-09-19T11:53:14.777Z] DEP criu/kcmp-ids.d [2019-09-19T11:53:14.777Z] DEP criu/irmap.d [2019-09-19T11:53:14.777Z] DEP criu/ipc_ns.d [2019-09-19T11:53:15.141Z] DEP criu/image.d [2019-09-19T11:53:15.141Z] DEP criu/image-desc.d [2019-09-19T11:53:15.141Z] DEP criu/fsnotify.d [2019-09-19T11:53:15.141Z] DEP criu/filesystems.d [2019-09-19T11:53:15.141Z] DEP criu/files.d [2019-09-19T11:53:15.141Z] DEP criu/files-reg.d [2019-09-19T11:53:15.141Z] DEP criu/files-ext.d [2019-09-19T11:53:15.141Z] DEP criu/file-lock.d [2019-09-19T11:53:15.141Z] DEP criu/file-ids.d [2019-09-19T11:53:15.141Z] DEP criu/fifo.d [2019-09-19T11:53:15.141Z] DEP criu/fdstore.d [2019-09-19T11:53:15.141Z] DEP criu/fault-injection.d [2019-09-19T11:53:15.141Z] DEP criu/external.d [2019-09-19T11:53:15.509Z] DEP criu/eventpoll.d [2019-09-19T11:53:15.509Z] DEP criu/eventfd.d [2019-09-19T11:53:15.509Z] DEP criu/crtools.d [2019-09-19T11:53:15.509Z] DEP criu/cr-service.d [2019-09-19T11:53:15.509Z] DEP criu/cr-restore.d [2019-09-19T11:53:15.509Z] DEP criu/cr-errno.d [2019-09-19T11:53:15.509Z] DEP criu/cr-dump.d [2019-09-19T11:53:15.509Z] DEP criu/cr-dedup.d [2019-09-19T11:53:15.509Z] DEP criu/cr-check.d [2019-09-19T11:53:15.509Z] DEP criu/config.d [2019-09-19T11:53:15.873Z] DEP criu/clone-noasan.d [2019-09-19T11:53:15.873Z] DEP criu/cgroup.d [2019-09-19T11:53:15.873Z] DEP criu/cgroup-props.d [2019-09-19T11:53:15.873Z] DEP criu/bitmap.d [2019-09-19T11:53:15.873Z] DEP criu/bfd.d [2019-09-19T11:53:15.873Z] DEP criu/autofs.d [2019-09-19T11:53:15.873Z] DEP criu/aio.d [2019-09-19T11:53:15.873Z] DEP criu/action-scripts.d [2019-09-19T11:53:15.873Z] CC criu/action-scripts.o [2019-09-19T11:53:15.873Z] CC criu/aio.o [2019-09-19T11:53:16.253Z] CC criu/autofs.o [2019-09-19T11:53:16.615Z] CC criu/bfd.o [2019-09-19T11:53:16.615Z] CC criu/bitmap.o [2019-09-19T11:53:16.615Z] CC criu/cgroup-props.o [2019-09-19T11:53:16.615Z] CC criu/cgroup.o [2019-09-19T11:53:17.399Z] CC criu/clone-noasan.o [2019-09-19T11:53:17.399Z] CC criu/config.o [2019-09-19T11:53:17.976Z] CC criu/cr-check.o [2019-09-19T11:53:18.414Z] CC criu/cr-dedup.o [2019-09-19T11:53:18.414Z] CC criu/cr-dump.o [2019-09-19T11:53:18.806Z] CC criu/cr-errno.o [2019-09-19T11:53:18.806Z] CC criu/cr-restore.o [2019-09-19T11:53:19.597Z] CC criu/cr-service.o [2019-09-19T11:53:19.962Z] CC criu/crtools.o [2019-09-19T11:53:20.328Z] CC criu/eventfd.o [2019-09-19T11:53:20.328Z] CC criu/eventpoll.o [2019-09-19T11:53:20.328Z] CC criu/external.o [2019-09-19T11:53:20.709Z] CC criu/fault-injection.o [2019-09-19T11:53:20.709Z] CC criu/fdstore.o [2019-09-19T11:53:20.709Z] CC criu/fifo.o [2019-09-19T11:53:20.709Z] CC criu/file-ids.o [2019-09-19T11:53:20.709Z] CC criu/file-lock.o [2019-09-19T11:53:21.082Z] CC criu/files-ext.o [2019-09-19T11:53:21.082Z] CC criu/files-reg.o [2019-09-19T11:53:21.875Z] CC criu/files.o [2019-09-19T11:53:22.266Z] CC criu/filesystems.o [2019-09-19T11:53:22.266Z] CC criu/fsnotify.o [2019-09-19T11:53:22.682Z] CC criu/image-desc.o [2019-09-19T11:53:22.682Z] CC criu/image.o [2019-09-19T11:53:22.682Z] CC criu/ipc_ns.o [2019-09-19T11:53:23.117Z] CC criu/irmap.o [2019-09-19T11:53:23.490Z] CC criu/kcmp-ids.o [2019-09-19T11:53:23.490Z] CC criu/kerndat.o [2019-09-19T11:53:23.490Z] CC criu/libnetlink.o [2019-09-19T11:53:23.852Z] CC criu/log.o [2019-09-19T11:53:23.852Z] CC criu/lsm.o [2019-09-19T11:53:23.852Z] CC criu/mem.o [2019-09-19T11:53:24.213Z] CC criu/mount.o [2019-09-19T11:53:25.452Z] CC criu/namespaces.o [2019-09-19T11:53:25.819Z] CC criu/net.o [2019-09-19T11:53:26.612Z] CC criu/netfilter.o [2019-09-19T11:53:26.612Z] CC criu/page-pipe.o [2019-09-19T11:53:26.612Z] CC criu/page-xfer.o [2019-09-19T11:53:26.993Z] CC criu/pagemap-cache.o [2019-09-19T11:53:27.361Z] CC criu/pagemap.o [2019-09-19T11:53:27.361Z] CC criu/parasite-syscall.o [2019-09-19T11:53:27.734Z] CC criu/path.o [2019-09-19T11:53:27.735Z] CC criu/pie-util-vdso-elf32.o [2019-09-19T11:53:27.735Z] CC criu/pie-util-vdso.o [2019-09-19T11:53:28.151Z] CC criu/pie-util.o [2019-09-19T11:53:28.151Z] CC criu/pipes.o [2019-09-19T11:53:28.151Z] CC criu/plugin.o [2019-09-19T11:53:28.151Z] CC criu/proc_parse.o [2019-09-19T11:53:28.992Z] CC criu/protobuf-desc.o [2019-09-19T11:53:29.356Z] CC criu/protobuf.o [2019-09-19T11:53:29.734Z] CC criu/pstree.o [2019-09-19T11:53:29.734Z] CC criu/rbtree.o [2019-09-19T11:53:30.093Z] CC criu/rst-malloc.o [2019-09-19T11:53:30.093Z] CC criu/seccomp.o [2019-09-19T11:53:30.093Z] CC criu/seize.o [2019-09-19T11:53:30.472Z] CC criu/servicefd.o [2019-09-19T11:53:30.472Z] CC criu/shmem.o [2019-09-19T11:53:30.843Z] CC criu/sigframe.o [2019-09-19T11:53:30.843Z] CC criu/signalfd.o [2019-09-19T11:53:30.843Z] CC criu/sk-inet.o [2019-09-19T11:53:31.223Z] CC criu/sk-netlink.o [2019-09-19T11:53:31.600Z] CC criu/sk-packet.o [2019-09-19T11:53:31.600Z] CC criu/sk-queue.o [2019-09-19T11:53:31.980Z] CC criu/sk-tcp.o [2019-09-19T11:53:31.980Z] CC criu/sk-unix.o [2019-09-19T11:53:32.829Z] CC criu/sockets.o [2019-09-19T11:53:32.829Z] CC criu/stats.o [2019-09-19T11:53:32.829Z] CC criu/string.o [2019-09-19T11:53:32.829Z] CC criu/sysctl.o [2019-09-19T11:53:33.275Z] CC criu/sysfs_parse.o [2019-09-19T11:53:33.275Z] CC criu/timerfd.o [2019-09-19T11:53:33.275Z] CC criu/tty.o [2019-09-19T11:53:34.093Z] CC criu/tun.o [2019-09-19T11:53:34.093Z] CC criu/uffd.o [2019-09-19T11:53:34.454Z] CC criu/util.o [2019-09-19T11:53:34.815Z] CC criu/uts_ns.o [2019-09-19T11:53:35.186Z] CC criu/vdso.o [2019-09-19T11:53:35.186Z] LINK criu/built-in.o [2019-09-19T11:53:35.186Z] LINK criu/criu [2019-09-19T11:53:35.557Z] DEP lib/c/criu.d [2019-09-19T11:53:35.557Z] CC images/rpc.pb-c.o [2019-09-19T11:53:35.557Z] CC lib/c/criu.o [2019-09-19T11:53:35.916Z] LINK lib/c/built-in.o [2019-09-19T11:53:35.916Z] LINK lib/c/libcriu.so [2019-09-19T11:53:35.916Z] GEN magic.py [2019-09-19T11:53:35.916Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-19T11:53:35.916Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-19T11:53:36.287Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-19T11:53:36.287Z] make[1]: Nothing to be done for 'all'. [2019-09-19T11:53:36.287Z] make[1]: 'images/built-in.o' is up to date. [2019-09-19T11:53:36.287Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-19T11:53:36.383Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-09-19T11:53:36.656Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-19T11:53:36.656Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-19T11:53:36.656Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-19T11:53:36.656Z] make[1]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] make[2]: Nothing to be done for 'all'. [2019-09-19T11:53:36.656Z] INSTALL criu/criu [2019-09-19T11:53:37.906Z] Removing intermediate container 6d9cb6371c49 [2019-09-19T11:53:37.906Z] ---> c8840a77ceca [2019-09-19T11:53:37.906Z] Step 12/125 : FROM base AS registry [2019-09-19T11:53:37.906Z] ---> a0075086ca4a [2019-09-19T11:53:37.906Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-19T11:53:37.906Z] ---> Running in 0c86e773ea4c [2019-09-19T11:53:37.906Z] Removing intermediate container 0c86e773ea4c [2019-09-19T11:53:37.906Z] ---> 393675981098 [2019-09-19T11:53:37.906Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-19T11:53:38.308Z] ---> Running in 4eda962aaeb9 [2019-09-19T11:53:38.308Z] Removing intermediate container 4eda962aaeb9 [2019-09-19T11:53:38.308Z] ---> cc094f5c1d7d [2019-09-19T11:53:38.308Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-19T11:53:38.308Z] ---> Running in 22ed1a848818 [2019-09-19T11:53:38.807Z] + mktemp -d [2019-09-19T11:53:38.807Z] + export GOPATH=/tmp/tmp.BXaAXYzu88 [2019-09-19T11:53:38.807Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution [2019-09-19T11:53:38.807Z] Cloning into '/tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution'... [2019-09-19T11:53:40.107Z] + cd /tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution [2019-09-19T11:53:40.107Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-19T11:53:40.107Z] + GOPATH=/tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BXaAXYzu88 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-19T11:53:41.087Z] Running on ubuntu-1804-overlay2 (i-048fa5dbcbc44fc70) in /home/ubuntu/workspace/moby_PR-39949 [Pipeline] { [Pipeline] checkout [2019-09-19T11:53:47.408Z] using credential docker-jenkins-github-credentials [2019-09-19T11:53:47.420Z] Cloning the remote Git repository [2019-09-19T11:53:47.420Z] Cloning with configured refspecs honoured and without tags [2019-09-19T11:53:47.467Z] Cloning repository https://github.com/moby/moby.git [2019-09-19T11:53:47.562Z] > git init /home/ubuntu/workspace/moby_PR-39949 # timeout=10 [2019-09-19T11:53:47.889Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:53:47.889Z] > git --version # timeout=10 [2019-09-19T11:53:47.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:53:47.959Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:54:00.189Z] + dpkg --print-architecture [2019-09-19T11:54:00.189Z] + cd /tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution [2019-09-19T11:54:00.189Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-19T11:54:00.189Z] + GOPATH=/tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BXaAXYzu88 [2019-09-19T11:54:00.189Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-19T11:54:03.435Z] + rm -rf /tmp/tmp.BXaAXYzu88/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BXaAXYzu88 [2019-09-19T11:54:04.882Z] Removing intermediate container 22ed1a848818 [2019-09-19T11:54:04.882Z] ---> 3d6c1bc3bd58 [2019-09-19T11:54:04.882Z] Step 16/125 : FROM base AS swagger [2019-09-19T11:54:04.882Z] ---> a0075086ca4a [2019-09-19T11:54:04.882Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-19T11:54:04.882Z] ---> Running in e4b3e7eca986 [2019-09-19T11:54:04.882Z] Removing intermediate container e4b3e7eca986 [2019-09-19T11:54:04.882Z] ---> 65c9790a20c3 [2019-09-19T11:54:04.882Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-19T11:54:05.261Z] ---> Running in 56c4ae9ca915 [2019-09-19T11:54:05.653Z] + mktemp -d [2019-09-19T11:54:05.653Z] + export GOPATH=/tmp/tmp.MJsIcUr8uz [2019-09-19T11:54:05.653Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.MJsIcUr8uz/src/github.com/go-swagger/go-swagger [2019-09-19T11:54:05.653Z] Cloning into '/tmp/tmp.MJsIcUr8uz/src/github.com/go-swagger/go-swagger'... [2019-09-19T11:54:08.877Z] + cd /tmp/tmp.MJsIcUr8uz/src/github.com/go-swagger/go-swagger [2019-09-19T11:54:08.877Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-19T11:54:08.877Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-19T11:54:10.135Z] Fetching without tags [2019-09-19T11:54:09.995Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:54:10.032Z] > git config --add remote.origin.fetch +refs/pull/39949/head:refs/remotes/origin/PR-39949 # timeout=10 [2019-09-19T11:54:10.054Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-19T11:54:10.090Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:54:10.147Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:54:10.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:54:10.153Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:54:10.640Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:54:11.821Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:54:11.822Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:54:10.662Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:54:10.685Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:54:11.761Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:54:11.795Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-19T11:54:11.829Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:54:11.844Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:54:12.917Z] Commit message: "Adding ability to change max download attempts" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-19T11:54:13.978Z] + docker version [2019-09-19T11:54:18.499Z] + rm -rf /tmp/tmp.MJsIcUr8uz [2019-09-19T11:54:19.294Z] Removing intermediate container 56c4ae9ca915 [2019-09-19T11:54:19.294Z] ---> c2a758f3b93f [2019-09-19T11:54:19.294Z] Step 19/125 : FROM base AS frozen-images [2019-09-19T11:54:19.294Z] ---> a0075086ca4a [2019-09-19T11:54:19.294Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:54:19.294Z] ---> Using cache [2019-09-19T11:54:19.294Z] ---> f8367ba16040 [2019-09-19T11:54:19.294Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-19T11:54:19.294Z] ---> Running in e02fe04f8892 [2019-09-19T11:54:19.656Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:54:20.038Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:54:20.039Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:54:20.039Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:54:20.039Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:54:20.039Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:54:20.039Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:54:20.039Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:54:20.539Z] Client: Docker Engine - Community [2019-09-19T11:54:20.539Z] Version: 19.03.2 [2019-09-19T11:54:20.539Z] API version: 1.40 [2019-09-19T11:54:20.539Z] Go version: go1.12.8 [2019-09-19T11:54:20.539Z] Git commit: 6a30dfc [2019-09-19T11:54:20.539Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-19T11:54:20.539Z] OS/Arch: linux/amd64 [2019-09-19T11:54:20.539Z] Experimental: false [2019-09-19T11:54:20.539Z] [2019-09-19T11:54:20.539Z] Server: Docker Engine - Community [2019-09-19T11:54:20.539Z] Engine: [2019-09-19T11:54:20.539Z] Version: 19.03.2 [2019-09-19T11:54:20.539Z] API version: 1.40 (minimum version 1.12) [2019-09-19T11:54:20.539Z] Go version: go1.12.8 [2019-09-19T11:54:20.539Z] Git commit: 6a30dfc [2019-09-19T11:54:20.539Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-19T11:54:20.539Z] OS/Arch: linux/amd64 [2019-09-19T11:54:20.539Z] Experimental: true [2019-09-19T11:54:20.539Z] containerd: [2019-09-19T11:54:20.539Z] Version: 1.2.6 [2019-09-19T11:54:20.539Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-19T11:54:20.539Z] runc: [2019-09-19T11:54:20.539Z] Version: 1.0.0-rc8 [2019-09-19T11:54:20.539Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:54:20.539Z] docker-init: [2019-09-19T11:54:20.539Z] Version: 0.18.0 [2019-09-19T11:54:20.539Z] GitCommit: fec3683 [Pipeline] sh [2019-09-19T11:54:20.864Z] + docker info [2019-09-19T11:54:21.404Z] Fetched 7673 kB in 1s (4600 kB/s) [2019-09-19T11:54:21.817Z] Reading package lists... [2019-09-19T11:54:22.616Z] Reading package lists... [2019-09-19T11:54:22.616Z] Building dependency tree... [2019-09-19T11:54:22.616Z] Reading state information... [2019-09-19T11:54:22.616Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-19T11:54:22.616Z] The following additional packages will be installed: [2019-09-19T11:54:22.616Z] libjq1 libonig4 [2019-09-19T11:54:22.616Z] The following NEW packages will be installed: [2019-09-19T11:54:22.616Z] jq libjq1 libonig4 [2019-09-19T11:54:22.616Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:54:22.616Z] Need to get 328 kB of archives. [2019-09-19T11:54:22.616Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-19T11:54:22.616Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-19T11:54:22.616Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-19T11:54:22.616Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-19T11:54:22.991Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:54:22.991Z] Fetched 328 kB in 0s (3294 kB/s) [2019-09-19T11:54:22.991Z] Selecting previously unselected package libonig4:s390x. [2019-09-19T11:54:22.991Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-19T11:54:22.991Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-19T11:54:22.991Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-19T11:54:22.991Z] Selecting previously unselected package libjq1:s390x. [2019-09-19T11:54:22.991Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-19T11:54:22.991Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-19T11:54:22.991Z] Selecting previously unselected package jq. [2019-09-19T11:54:22.991Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-19T11:54:22.991Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-19T11:54:22.991Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-19T11:54:22.991Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-19T11:54:22.991Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:54:22.991Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-19T11:54:23.801Z] Removing intermediate container e02fe04f8892 [2019-09-19T11:54:23.801Z] ---> a4b322fbaa9c [2019-09-19T11:54:23.801Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-19T11:54:23.801Z] ---> be40048a621f [2019-09-19T11:54:23.801Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-19T11:54:23.801Z] ---> Running in b235e1358016 [2019-09-19T11:54:25.079Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-19T11:54:25.079Z]  [2019-09-19T11:54:25.843Z]  ######  8.9% ################                               23.5% ###########################             38.2% ###################################### 52.8% ############################################### 65.4% ######################################################### 80.0% ####################################################################  94.6% ######################################################################## 100.0% [2019-09-19T11:54:26.241Z]  [2019-09-19T11:54:26.686Z]  ########################                                                  33.9% ################################################ 67.9% ######################################################################## 100.0% [2019-09-19T11:54:26.686Z]  [2019-09-19T11:54:27.535Z]  #########  13.5% ###################### 31.3% ###################################  49.2% ################################################   66.9% #############################################################  84.8% ######################################################################## 100.0% [2019-09-19T11:54:27.535Z]  [2019-09-19T11:54:28.989Z] Client: [2019-09-19T11:54:28.989Z] Debug Mode: false [2019-09-19T11:54:28.989Z] [2019-09-19T11:54:28.989Z] Server: [2019-09-19T11:54:28.989Z] Containers: 0 [2019-09-19T11:54:28.989Z] Running: 0 [2019-09-19T11:54:28.989Z] Paused: 0 [2019-09-19T11:54:28.989Z] Stopped: 0 [2019-09-19T11:54:28.989Z] Images: 0 [2019-09-19T11:54:28.989Z] Server Version: 19.03.2 [2019-09-19T11:54:28.989Z] Storage Driver: overlay2 [2019-09-19T11:54:28.989Z] Backing Filesystem: extfs [2019-09-19T11:54:28.989Z] Supports d_type: true [2019-09-19T11:54:28.989Z] Native Overlay Diff: true [2019-09-19T11:54:28.989Z] Logging Driver: json-file [2019-09-19T11:54:28.989Z] Cgroup Driver: cgroupfs [2019-09-19T11:54:28.989Z] Plugins: [2019-09-19T11:54:28.989Z] Volume: local [2019-09-19T11:54:28.989Z] Network: bridge host ipvlan macvlan null overlay [2019-09-19T11:54:28.989Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-19T11:54:28.989Z] Swarm: inactive [2019-09-19T11:54:28.989Z] Runtimes: runc [2019-09-19T11:54:28.989Z] Default Runtime: runc [2019-09-19T11:54:28.989Z] Init Binary: docker-init [2019-09-19T11:54:28.989Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-19T11:54:28.989Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:54:28.989Z] init version: fec3683 [2019-09-19T11:54:28.989Z] Security Options: [2019-09-19T11:54:28.989Z] apparmor [2019-09-19T11:54:28.989Z] seccomp [2019-09-19T11:54:28.989Z] Profile: default [2019-09-19T11:54:28.989Z] Kernel Version: 4.15.0-1048-aws [2019-09-19T11:54:28.989Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-19T11:54:28.989Z] OSType: linux [2019-09-19T11:54:28.989Z] Architecture: x86_64 [2019-09-19T11:54:28.989Z] CPUs: 2 [2019-09-19T11:54:28.989Z] Total Memory: 7.501GiB [2019-09-19T11:54:28.989Z] Name: ip-10-100-101-35 [2019-09-19T11:54:28.989Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-19T11:54:28.989Z] Docker Root Dir: /var/lib/docker [2019-09-19T11:54:28.989Z] Debug Mode: false [2019-09-19T11:54:28.989Z] Registry: https://index.docker.io/v1/ [2019-09-19T11:54:28.989Z] Labels: [2019-09-19T11:54:28.989Z] Experimental: true [2019-09-19T11:54:28.989Z] Insecure Registries: [2019-09-19T11:54:28.989Z] 127.0.0.0/8 [2019-09-19T11:54:28.989Z] Live Restore Enabled: true [2019-09-19T11:54:28.989Z] [2019-09-19T11:54:28.989Z] WARNING: No swap limit support [Pipeline] sh [2019-09-19T11:54:29.286Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:54:29.286Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:54:29.286Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39949/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-19T11:54:29.286Z] + bash /home/ubuntu/workspace/moby_PR-39949/check-config.sh [2019-09-19T11:54:29.286Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-19T11:54:29.286Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-19T11:54:29.286Z] [2019-09-19T11:54:29.286Z] Generally Necessary: [2019-09-19T11:54:29.286Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-19T11:54:29.286Z] - apparmor: enabled and tools installed [2019-09-19T11:54:29.286Z] - CONFIG_NAMESPACES: enabled [2019-09-19T11:54:29.286Z] - CONFIG_NET_NS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_PID_NS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_IPC_NS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_UTS_NS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CGROUPS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-19T11:54:29.286Z] - CONFIG_CPUSETS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_MEMCG: enabled [2019-09-19T11:54:29.286Z] - CONFIG_KEYS: enabled [2019-09-19T11:54:29.286Z] - CONFIG_VETH: enabled (as module) [2019-09-19T11:54:29.286Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-19T11:54:29.286Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-19T11:54:29.286Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-19T11:54:29.413Z]  ###   4.4% #######  11.0% ############  17.6% #################   24.2% ######################  30.8% ##########################  37.4% ###############################  44.0% ####################################  50.7% ######################################### 57.3% ##############################################  63.9% ################################################## 70.5% ####################################################### 77.1% ##########################################################        81.9% ############################################################## 86.3% ##################################################################     92.9% #######################################################################   99.5% ######################################################################## 100.0% [2019-09-19T11:54:29.413Z]  [2019-09-19T11:54:29.545Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-19T11:54:29.545Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-19T11:54:29.545Z] [2019-09-19T11:54:29.545Z] Optional Features: [2019-09-19T11:54:29.545Z] - CONFIG_USER_NS: enabled [2019-09-19T11:54:29.545Z] - CONFIG_SECCOMP: enabled [2019-09-19T11:54:29.545Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-19T11:54:29.545Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-19T11:54:29.545Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-19T11:54:29.545Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-19T11:54:29.545Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-19T11:54:29.545Z] - CONFIG_BLK_CGROUP: enabled [2019-09-19T11:54:29.545Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-19T11:54:29.545Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-19T11:54:29.545Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-19T11:54:29.545Z] - CONFIG_CGROUP_PERF: enabled [2019-09-19T11:54:29.545Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-19T11:54:29.545Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-19T11:54:29.545Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-19T11:54:29.545Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-19T11:54:29.545Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-19T11:54:29.545Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_IP_VS: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-19T11:54:29.545Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-19T11:54:29.545Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-19T11:54:29.545Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-19T11:54:29.545Z] - CONFIG_EXT4_FS: enabled [2019-09-19T11:54:29.545Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-19T11:54:29.545Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-19T11:54:29.545Z] - Network Drivers: [2019-09-19T11:54:29.545Z] - "overlay": [2019-09-19T11:54:29.627Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:20986893 Name:quota Decls:[0xc023404680 0xc023404700 0xc023404780 0xc023404800 0xc02374d050 0xc02374d3e0] Scope:scope 0xc024932170 { [2019-09-19T11:54:29.627Z] var ErrQuotaNotSupported [2019-09-19T11:54:29.627Z] type errQuotaNotSupported [2019-09-19T11:54:29.627Z] } [2019-09-19T11:54:29.627Z] Imports:[0xc02374cbd0] Unresolved:[errdefs nil string] Comments:[0xc024d9c280 0xc024d9c400]} [2019-09-19T11:54:29.789Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-19T11:54:29.890Z] - CONFIG_VXLAN: enabled (as module) [2019-09-19T11:54:29.890Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-19T11:54:29.890Z] Optional (for encrypted networks): [2019-09-19T11:54:29.890Z] - CONFIG_CRYPTO: enabled [2019-09-19T11:54:29.890Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-19T11:54:29.890Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-19T11:54:29.890Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-19T11:54:29.890Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-19T11:54:29.890Z] - CONFIG_XFRM: enabled [2019-09-19T11:54:29.890Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-19T11:54:29.890Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-19T11:54:29.890Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-19T11:54:29.890Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-19T11:54:29.890Z] - "ipvlan": [2019-09-19T11:54:30.149Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-19T11:54:30.149Z] - "macvlan": [2019-09-19T11:54:30.149Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-19T11:54:30.149Z] - CONFIG_DUMMY: enabled (as module) [2019-09-19T11:54:30.149Z] - "ftp,tftp client in container": [2019-09-19T11:54:30.149Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-19T11:54:30.149Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-19T11:54:30.149Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-19T11:54:30.149Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-19T11:54:30.149Z] - Storage Drivers: [2019-09-19T11:54:30.149Z] - "aufs": [2019-09-19T11:54:30.149Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-19T11:54:30.149Z] - "btrfs": [2019-09-19T11:54:30.149Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-19T11:54:30.149Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-19T11:54:30.149Z] - "devicemapper": [2019-09-19T11:54:30.149Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-19T11:54:30.149Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-19T11:54:30.149Z] - "overlay": [2019-09-19T11:54:30.149Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-19T11:54:30.149Z] - "zfs": [2019-09-19T11:54:30.149Z] - /dev/zfs: missing [2019-09-19T11:54:30.149Z] - zfs command: missing [2019-09-19T11:54:30.149Z] - zpool command: missing [2019-09-19T11:54:30.149Z] [2019-09-19T11:54:30.149Z] Limits: [2019-09-19T11:54:30.149Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-19T11:54:30.149Z] [2019-09-19T11:54:30.149Z] + true [Pipeline] } [2019-09-19T11:54:30.160Z]  [2019-09-19T11:54:30.160Z]  ######################################################################## 100.0% [2019-09-19T11:54:30.160Z]  [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-19T11:54:30.488Z] + sudo modprobe ip_vs [2019-09-19T11:54:30.745Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 . [2019-09-19T11:54:30.745Z] #1 [internal] load .dockerignore [2019-09-19T11:54:30.745Z] #1 transferring context: 87B done [2019-09-19T11:54:30.745Z] #1 DONE 0.0s [2019-09-19T11:54:30.745Z] [2019-09-19T11:54:30.745Z] #2 [internal] load build definition from Dockerfile [2019-09-19T11:54:30.745Z] #2 transferring dockerfile: 10.82kB done [2019-09-19T11:54:30.745Z] #2 DONE 0.0s [2019-09-19T11:54:30.745Z] [2019-09-19T11:54:30.745Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-19T11:54:30.943Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-19T11:54:30.943Z]  [2019-09-19T11:54:30.943Z]  ######################################################################## 100.0% [2019-09-19T11:54:30.943Z]  [2019-09-19T11:54:31.310Z] #3 DONE 0.3s [2019-09-19T11:54:31.310Z] [2019-09-19T11:54:31.310Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-19T11:54:31.310Z] #4 resolve docker.io/library/golang:1.12.9-stretch@sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 done [2019-09-19T11:54:31.574Z] #4 sha256:2c4a601e5da985c8ac723b8c3c4d33d46ef5a85662c2b4c9e18cd660fb0d965d 5.47kB / 5.47kB done [2019-09-19T11:54:31.574Z] #4 sha256:774e067e1822980bca448eb7c123bd47f7e8a0a80d12000b9d962c2d891ca23e 1.80kB / 1.80kB done [2019-09-19T11:54:31.574Z] #4 sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 1.42kB / 1.42kB done [2019-09-19T11:54:31.574Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 7.17MB / 45.38MB 0.3s [2019-09-19T11:54:31.574Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 2.14MB / 10.79MB 0.3s [2019-09-19T11:54:31.574Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 608.81kB / 4.34MB 0.3s [2019-09-19T11:54:31.813Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-19T11:54:31.813Z] skipping existing b63cc5f62c21 [2019-09-19T11:54:31.813Z] [2019-09-19T11:54:31.836Z] #4 ... [2019-09-19T11:54:31.836Z] [2019-09-19T11:54:31.836Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-19T11:54:31.836Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.5s done [2019-09-19T11:54:31.836Z] #64 DONE 0.0s [2019-09-19T11:54:31.836Z] [2019-09-19T11:54:31.836Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-19T11:54:31.836Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 16.05MB / 45.38MB 0.5s [2019-09-19T11:54:31.836Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.36MB / 10.79MB 0.5s [2019-09-19T11:54:31.836Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.4s done [2019-09-19T11:54:31.836Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.5s [2019-09-19T11:54:32.096Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 27.68MB / 45.38MB 0.7s [2019-09-19T11:54:32.096Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.6s done [2019-09-19T11:54:32.096Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 12.26MB / 50.07MB 0.7s [2019-09-19T11:54:32.096Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.08MB / 57.69MB 0.7s [2019-09-19T11:54:32.096Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 32.36MB / 45.38MB 0.9s [2019-09-19T11:54:32.096Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 19.13MB / 50.07MB 0.9s [2019-09-19T11:54:32.096Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 5.22MB / 57.69MB 0.9s [2019-09-19T11:54:32.227Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-19T11:54:32.227Z]  [2019-09-19T11:54:32.358Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 10.74MB / 57.69MB 1.0s [2019-09-19T11:54:32.359Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 40.09MB / 45.38MB 1.2s [2019-09-19T11:54:32.359Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 28.02MB / 50.07MB 1.2s [2019-09-19T11:54:32.359Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 20.99MB / 57.69MB 1.2s [2019-09-19T11:54:32.600Z]  ######################################################################## 100.0% [2019-09-19T11:54:32.600Z]  [2019-09-19T11:54:32.600Z] Download of images into '/build' complete. [2019-09-19T11:54:32.600Z] Use something like the following to load the result into a Docker daemon: [2019-09-19T11:54:32.600Z] tar -cC '/build' . | docker load [2019-09-19T11:54:32.619Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.3s [2019-09-19T11:54:32.619Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 31.83MB / 50.07MB 1.3s [2019-09-19T11:54:32.619Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 26.67MB / 57.69MB 1.3s [2019-09-19T11:54:32.619Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.3s done [2019-09-19T11:54:32.619Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 36.23MB / 50.07MB 1.3s [2019-09-19T11:54:32.619Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 31.03MB / 57.69MB 1.3s [2019-09-19T11:54:32.880Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 39.05MB / 50.07MB 1.5s [2019-09-19T11:54:32.880Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 38.21MB / 57.69MB 1.5s [2019-09-19T11:54:32.880Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 0B / 127.96MB 1.5s [2019-09-19T11:54:32.880Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 41.25MB / 57.69MB 1.7s [2019-09-19T11:54:32.880Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 43.39MB / 50.07MB 1.8s [2019-09-19T11:54:32.881Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 46.38MB / 57.69MB 1.8s [2019-09-19T11:54:32.881Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 8.31MB / 127.96MB 1.8s [2019-09-19T11:54:33.143Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 46.97MB / 50.07MB 1.9s [2019-09-19T11:54:33.143Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 50.67MB / 57.69MB 1.9s [2019-09-19T11:54:33.143Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 2.0s done [2019-09-19T11:54:33.143Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 56.15MB / 57.69MB 2.0s [2019-09-19T11:54:33.143Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 15.15MB / 127.96MB 2.0s [2019-09-19T11:54:33.143Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-19T11:54:33.143Z] #4 sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 0B / 125B 2.0s [2019-09-19T11:54:33.419Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 2.0s done [2019-09-19T11:54:33.419Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 25.54MB / 127.96MB 2.2s [2019-09-19T11:54:33.419Z] #4 sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 125B / 125B 2.1s done [2019-09-19T11:54:33.679Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 35.07MB / 127.96MB 2.3s [2019-09-19T11:54:33.679Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 49.25MB / 127.96MB 2.6s [2019-09-19T11:54:33.844Z] Removing intermediate container b235e1358016 [2019-09-19T11:54:33.844Z] ---> 09a434a13382 [2019-09-19T11:54:33.844Z] Step 24/125 : FROM base AS cross-false [2019-09-19T11:54:33.844Z] ---> a0075086ca4a [2019-09-19T11:54:33.844Z] Step 25/125 : FROM base AS cross-true [2019-09-19T11:54:33.844Z] ---> a0075086ca4a [2019-09-19T11:54:33.844Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:54:33.844Z] ---> Using cache [2019-09-19T11:54:33.844Z] ---> f8367ba16040 [2019-09-19T11:54:33.844Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-19T11:54:33.844Z] ---> Running in 99a9c329db45 [2019-09-19T11:54:33.939Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 60.18MB / 127.96MB 2.7s [2019-09-19T11:54:34.199Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 73.81MB / 127.96MB 2.9s [2019-09-19T11:54:34.460Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 84.17MB / 127.96MB 3.1s [2019-09-19T11:54:34.460Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 93.50MB / 127.96MB 3.3s [2019-09-19T11:54:34.627Z] Removing intermediate container 99a9c329db45 [2019-09-19T11:54:34.627Z] ---> ab9bc96356c9 [2019-09-19T11:54:34.627Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-19T11:54:34.627Z] ---> Running in 166eb3e6e55a [2019-09-19T11:54:34.719Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 102.85MB / 127.96MB 3.5s [2019-09-19T11:54:34.985Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 110.61MB / 127.96MB 3.7s [2019-09-19T11:54:35.550Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 119.81MB / 127.96MB 4.1s [2019-09-19T11:54:35.550Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 127.96MB / 127.96MB 4.3s [2019-09-19T11:54:35.808Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 127.96MB / 127.96MB 4.4s done [2019-09-19T11:54:35.909Z] Removing intermediate container 166eb3e6e55a [2019-09-19T11:54:35.909Z] ---> d7e5bd218ed9 [2019-09-19T11:54:35.909Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-19T11:54:35.909Z] ---> Running in 6167bf7933f4 [2019-09-19T11:54:36.069Z] #4 ... [2019-09-19T11:54:36.069Z] [2019-09-19T11:54:36.069Z] #18 [internal] load build context [2019-09-19T11:54:36.069Z] #18 transferring context: 45.51MB 4.9s done [2019-09-19T11:54:36.069Z] #18 DONE 4.9s [2019-09-19T11:54:36.069Z] [2019-09-19T11:54:36.069Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-19T11:54:37.152Z] Removing intermediate container 6167bf7933f4 [2019-09-19T11:54:37.152Z] ---> ba91b63a3d64 [2019-09-19T11:54:37.152Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-19T11:54:37.152Z] ---> Running in 26af619122d3 [2019-09-19T11:54:38.094Z] Removing intermediate container 26af619122d3 [2019-09-19T11:54:38.094Z] ---> c6c20ac8fdf1 [2019-09-19T11:54:38.094Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-19T11:54:38.094Z] ---> a0075086ca4a [2019-09-19T11:54:38.094Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-19T11:54:38.094Z] ---> a0075086ca4a [2019-09-19T11:54:38.094Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:54:38.094Z] ---> Using cache [2019-09-19T11:54:38.094Z] ---> f8367ba16040 [2019-09-19T11:54:38.094Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-19T11:54:38.094Z] ---> Running in e7c703a7103c [2019-09-19T11:54:38.457Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:54:38.457Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:54:38.457Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:54:38.457Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:54:38.457Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:54:38.596Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.1s [2019-09-19T11:54:38.596Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.2s done [2019-09-19T11:54:38.596Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-19T11:54:38.831Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:54:38.831Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:54:38.831Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:54:38.854Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.3s done [2019-09-19T11:54:38.854Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-19T11:54:39.112Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-09-19T11:54:39.112Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-19T11:54:40.086Z] Fetched 7673 kB in 1s (4947 kB/s) [2019-09-19T11:54:40.460Z] Reading package lists... [2019-09-19T11:54:41.244Z] Reading package lists... [2019-09-19T11:54:41.244Z] Building dependency tree... [2019-09-19T11:54:41.244Z] Reading state information... [2019-09-19T11:54:41.244Z] The following additional packages will be installed: [2019-09-19T11:54:41.244Z] libapparmor1 libseccomp2 [2019-09-19T11:54:41.244Z] Suggested packages: [2019-09-19T11:54:41.244Z] seccomp [2019-09-19T11:54:41.244Z] The following NEW packages will be installed: [2019-09-19T11:54:41.244Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-19T11:54:41.244Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:54:41.244Z] Need to get 301 kB of archives. [2019-09-19T11:54:41.244Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-19T11:54:41.244Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-19T11:54:41.244Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-09-19T11:54:41.244Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-19T11:54:41.244Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-19T11:54:41.610Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:54:41.610Z] Fetched 301 kB in 0s (3730 kB/s) [2019-09-19T11:54:41.610Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-19T11:54:41.610Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-19T11:54:41.610Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-19T11:54:41.610Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-19T11:54:41.610Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-19T11:54:41.610Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-19T11:54:41.610Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-19T11:54:41.610Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-19T11:54:41.610Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-19T11:54:41.610Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-19T11:54:41.610Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-19T11:54:41.610Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-19T11:54:41.610Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-19T11:54:41.610Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:54:41.610Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-19T11:54:41.610Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-19T11:54:41.610Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-19T11:54:41.610Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-19T11:54:41.610Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:54:41.662Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 1.9s done [2019-09-19T11:54:41.662Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0.1s [2019-09-19T11:54:42.386Z] Removing intermediate container e7c703a7103c [2019-09-19T11:54:42.386Z] ---> a8bad2499e61 [2019-09-19T11:54:42.386Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-19T11:54:42.386Z] ---> c6c20ac8fdf1 [2019-09-19T11:54:42.386Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:54:42.386Z] ---> Running in 27f6440ab41b [2019-09-19T11:54:42.386Z] Removing intermediate container 27f6440ab41b [2019-09-19T11:54:42.386Z] ---> 46b4f87c3420 [2019-09-19T11:54:42.386Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-19T11:54:42.790Z] ---> Running in 2cfc43a4852a [2019-09-19T11:54:43.593Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 2.0s done [2019-09-19T11:54:43.593Z] #4 extracting sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e [2019-09-19T11:54:43.610Z] Removing intermediate container 2cfc43a4852a [2019-09-19T11:54:43.610Z] ---> 7ef4fcd2f249 [2019-09-19T11:54:43.610Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-19T11:54:43.610Z] ---> a8bad2499e61 [2019-09-19T11:54:43.610Z] Step 39/125 : FROM base AS tomlv [2019-09-19T11:54:43.610Z] ---> a0075086ca4a [2019-09-19T11:54:43.610Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-19T11:54:43.610Z] ---> Running in 5e59675fdce7 [2019-09-19T11:54:43.974Z] Removing intermediate container 5e59675fdce7 [2019-09-19T11:54:43.974Z] ---> 7017e29ba100 [2019-09-19T11:54:43.974Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:54:43.974Z] ---> d285f19313b9 [2019-09-19T11:54:43.974Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:54:44.339Z] ---> d280150e8dbb [2019-09-19T11:54:44.339Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:54:44.339Z] ---> Running in 4943cc12332e [2019-09-19T11:54:44.714Z] + RM_GOPATH=0 [2019-09-19T11:54:44.714Z] + TMP_GOPATH= [2019-09-19T11:54:44.714Z] + : /build [2019-09-19T11:54:44.714Z] + '[' -z '' ']' [2019-09-19T11:54:44.714Z] ++ mktemp -d [2019-09-19T11:54:44.714Z] + export GOPATH=/tmp/tmp.QZ6BqXQLqo [2019-09-19T11:54:44.714Z] + GOPATH=/tmp/tmp.QZ6BqXQLqo [2019-09-19T11:54:44.714Z] + RM_GOPATH=1 [2019-09-19T11:54:44.714Z] ++ dirname ./install.sh [2019-09-19T11:54:44.714Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:54:44.714Z] + dir=. [2019-09-19T11:54:44.714Z] + bin=tomlv [2019-09-19T11:54:44.714Z] + shift [2019-09-19T11:54:44.714Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-19T11:54:44.714Z] + . ./tomlv.installer [2019-09-19T11:54:44.714Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:54:44.714Z] + install_tomlv [2019-09-19T11:54:44.714Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-19T11:54:44.714Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.QZ6BqXQLqo/src/github.com/BurntSushi/toml [2019-09-19T11:54:44.714Z] Cloning into '/tmp/tmp.QZ6BqXQLqo/src/github.com/BurntSushi/toml'... [2019-09-19T11:54:45.091Z] + cd /tmp/tmp.QZ6BqXQLqo/src/github.com/BurntSushi/toml [2019-09-19T11:54:45.091Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:54:45.091Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-19T11:54:45.091Z] errors [2019-09-19T11:54:45.091Z] math/bits [2019-09-19T11:54:45.091Z] internal/cpu [2019-09-19T11:54:45.091Z] math [2019-09-19T11:54:45.091Z] internal/bytealg [2019-09-19T11:54:45.091Z] runtime/internal/atomic [2019-09-19T11:54:45.091Z] runtime/internal/sys [2019-09-19T11:54:45.091Z] runtime/internal/math [2019-09-19T11:54:45.091Z] runtime [2019-09-19T11:54:45.473Z] unicode/utf8 [2019-09-19T11:54:45.473Z] strconv [2019-09-19T11:54:45.875Z] internal/race [2019-09-19T11:54:45.875Z] sync/atomic [2019-09-19T11:54:45.875Z] unicode [2019-09-19T11:54:45.875Z] internal/testlog [2019-09-19T11:54:45.875Z] encoding [2019-09-19T11:54:45.875Z] runtime/cgo [2019-09-19T11:54:47.167Z] sync [2019-09-19T11:54:47.167Z] reflect [2019-09-19T11:54:47.167Z] io [2019-09-19T11:54:47.167Z] syscall [2019-09-19T11:54:47.773Z] #4 extracting sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 4.3s done [2019-09-19T11:54:48.012Z] time [2019-09-19T11:54:48.012Z] sort [2019-09-19T11:54:48.012Z] internal/fmtsort [2019-09-19T11:54:48.012Z] internal/syscall/unix [2019-09-19T11:54:48.012Z] internal/poll [2019-09-19T11:54:48.012Z] strings [2019-09-19T11:54:48.030Z] #4 extracting sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 done [2019-09-19T11:54:48.030Z] #4 DONE 16.8s [2019-09-19T11:54:48.030Z] [2019-09-19T11:54:48.030Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-19T11:54:48.702Z] os [2019-09-19T11:54:48.702Z] bytes [2019-09-19T11:54:48.702Z] fmt [2019-09-19T11:54:48.702Z] bufio [2019-09-19T11:54:49.154Z] path/filepath [2019-09-19T11:54:49.154Z] io/ioutil [2019-09-19T11:54:49.154Z] path [2019-09-19T11:54:49.154Z] text/tabwriter [2019-09-19T11:54:49.154Z] flag [2019-09-19T11:54:49.531Z] github.com/BurntSushi/toml [2019-09-19T11:54:49.531Z] log [2019-09-19T11:54:49.899Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-19T11:54:51.152Z] Removing intermediate container 4943cc12332e [2019-09-19T11:54:51.152Z] ---> c32bba7b2331 [2019-09-19T11:54:51.152Z] Step 44/125 : FROM base AS vndr [2019-09-19T11:54:51.152Z] ---> a0075086ca4a [2019-09-19T11:54:51.152Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-19T11:54:51.152Z] ---> Running in 6744168842b0 [2019-09-19T11:54:51.152Z] Removing intermediate container 6744168842b0 [2019-09-19T11:54:51.152Z] ---> 0c1406084bbd [2019-09-19T11:54:51.152Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:54:51.309Z] #5 DONE 2.8s [2019-09-19T11:54:51.309Z] [2019-09-19T11:54:51.309Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:54:51.309Z] #22 DONE 0.1s [2019-09-19T11:54:51.309Z] [2019-09-19T11:54:51.309Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-19T11:54:51.515Z] ---> 9a6d34cc6c16 [2019-09-19T11:54:51.515Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:54:51.551Z] INFO [runner] worker.1 took 1m41.205400354s with stages: megacheck: 48.662095108s, govet: 27.906249225s, gosec: 13.294349786s, gofmt: 5.33990635s, ineffassign: 2.978332477s, misspell: 1.934448855s, varcheck: 464.962404ms, deadcode: 294.896115ms, structcheck: 191.524979ms, unconvert: 138.559994ms, typecheck: 5.901µs [2019-09-19T11:54:51.879Z] ---> 38b2824fc3ad [2019-09-19T11:54:51.879Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:54:51.879Z] ---> Running in 761a84b98110 [2019-09-19T11:54:52.118Z] INFO [runner] worker.2 took 1m44.531750225s with stages: golint: 1m16.188099891s, goimports: 28.343632571s [2019-09-19T11:54:52.118Z] INFO [runner] Workers idle times: #1: 3.345018358s [2019-09-19T11:54:52.118Z] INFO [runner] Issues before processing: 1991, after processing: 0 [2019-09-19T11:54:52.118Z] INFO [runner] processing took 609.895472ms with stages: identifier_marker: 209.421083ms, exclude: 147.013682ms, autogenerated_exclude: 111.367026ms, skip_dirs: 81.652243ms, nolint: 39.578017ms, path_prettifier: 9.625286ms, filename_unadjuster: 6.973606ms, exclude-rules: 2.644753ms, cgo: 1.582994ms, uniq_by_line: 7.921µs, path_shortener: 7.33µs, max_same_issues: 4.588µs, diff: 3.991µs, source_code: 3.713µs, skip_files: 3.573µs, max_from_linter: 3.24µs, max_per_file_from_linter: 2.426µs [2019-09-19T11:54:52.118Z] INFO File cache stats: 1436 entries of total size 6.8MiB [2019-09-19T11:54:52.258Z] + RM_GOPATH=0 [2019-09-19T11:54:52.258Z] + TMP_GOPATH= [2019-09-19T11:54:52.258Z] + : /build [2019-09-19T11:54:52.258Z] + '[' -z '' ']' [2019-09-19T11:54:52.258Z] ++ mktemp -d [2019-09-19T11:54:52.258Z] + export GOPATH=/tmp/tmp.1NyXARgnfh [2019-09-19T11:54:52.258Z] + GOPATH=/tmp/tmp.1NyXARgnfh [2019-09-19T11:54:52.258Z] + RM_GOPATH=1 [2019-09-19T11:54:52.258Z] ++ dirname ./install.sh [2019-09-19T11:54:52.258Z] + dir=. [2019-09-19T11:54:52.258Z] + bin=vndr [2019-09-19T11:54:52.258Z] + shift [2019-09-19T11:54:52.258Z] + '[' '!' -f ./vndr.installer ']' [2019-09-19T11:54:52.258Z] + . ./vndr.installer [2019-09-19T11:54:52.258Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:54:52.258Z] + install_vndr [2019-09-19T11:54:52.258Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-19T11:54:52.258Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1NyXARgnfh/src/github.com/LK4D4/vndr [2019-09-19T11:54:52.258Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:54:52.258Z] Cloning into '/tmp/tmp.1NyXARgnfh/src/github.com/LK4D4/vndr'... [2019-09-19T11:54:52.258Z] + cd /tmp/tmp.1NyXARgnfh/src/github.com/LK4D4/vndr [2019-09-19T11:54:52.258Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:54:52.258Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-19T11:54:52.632Z] errors [2019-09-19T11:54:52.632Z] internal/race [2019-09-19T11:54:52.632Z] internal/cpu [2019-09-19T11:54:52.632Z] runtime/internal/atomic [2019-09-19T11:54:52.632Z] runtime/internal/sys [2019-09-19T11:54:52.632Z] runtime/internal/math [2019-09-19T11:54:52.632Z] internal/bytealg [2019-09-19T11:54:52.632Z] sync/atomic [2019-09-19T11:54:52.632Z] unicode [2019-09-19T11:54:52.632Z] runtime [2019-09-19T11:54:52.632Z] unicode/utf8 [2019-09-19T11:54:52.632Z] math/bits [2019-09-19T11:54:52.684Z] INFO Memory: 179 samples, avg is 1449.6MB, max is 5457.0MB [2019-09-19T11:54:52.685Z] INFO Execution took 2m16.384805404s [2019-09-19T11:54:52.942Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-19T11:54:52.942Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-19T11:54:52.942Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-19T11:54:52.942Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-19T11:54:52.942Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-09-19T11:54:53.016Z] math [2019-09-19T11:54:53.213Z] #15 2.148 + mktemp -d [2019-09-19T11:54:53.213Z] #15 2.150 + export GOPATH=/tmp/tmp.ArcxIFFkAI [2019-09-19T11:54:53.213Z] #15 2.150 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ArcxIFFkAI/src/github.com/go-swagger/go-swagger [2019-09-19T11:54:53.213Z] #15 2.156 Cloning into '/tmp/tmp.ArcxIFFkAI/src/github.com/go-swagger/go-swagger'... [2019-09-19T11:54:53.415Z] strconv [2019-09-19T11:54:53.415Z] internal/testlog [2019-09-19T11:54:53.415Z] encoding [2019-09-19T11:54:53.415Z] unicode/utf16 [2019-09-19T11:54:53.415Z] container/list [2019-09-19T11:54:53.415Z] crypto/internal/subtle [2019-09-19T11:54:53.415Z] crypto/subtle [2019-09-19T11:54:53.415Z] crypto/rc4 [2019-09-19T11:54:53.415Z] internal/x/crypto/cryptobyte/asn1 [2019-09-19T11:54:53.416Z] internal/nettrace [2019-09-19T11:54:53.416Z] internal/x/net/dns/dnsmessage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-19T11:54:53.833Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/make.sh dynbinary-daemon test-docker-py [2019-09-19T11:54:53.904Z] runtime/cgo [2019-09-19T11:54:54.786Z] [2019-09-19T11:54:54.786Z] Removing bundles/ [2019-09-19T11:54:54.786Z] [2019-09-19T11:54:54.786Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-19T11:54:54.786Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T11:54:54.786Z] GOOS="" GOARCH="" GOARM="" [2019-09-19T11:54:55.249Z] sync [2019-09-19T11:54:55.249Z] io [2019-09-19T11:54:55.249Z] reflect [2019-09-19T11:54:55.249Z] bytes [2019-09-19T11:54:55.627Z] bufio [2019-09-19T11:54:55.627Z] syscall [2019-09-19T11:54:56.017Z] sort [2019-09-19T11:54:56.017Z] time [2019-09-19T11:54:56.398Z] internal/fmtsort [2019-09-19T11:54:56.398Z] internal/syscall/unix [2019-09-19T11:54:56.398Z] strings [2019-09-19T11:54:56.398Z] internal/poll [2019-09-19T11:54:56.398Z] path [2019-09-19T11:54:56.496Z] #15 ... [2019-09-19T11:54:56.496Z] [2019-09-19T11:54:56.496Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:54:56.496Z] #35 3.275 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:54:56.496Z] #35 3.277 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:54:56.496Z] #35 3.293 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:54:56.496Z] #35 3.294 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:54:56.496Z] #35 3.318 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:54:56.496Z] #35 3.668 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:54:56.496Z] #35 4.376 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:54:56.496Z] #35 4.728 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:54:56.788Z] regexp/syntax [2019-09-19T11:54:56.788Z] os [2019-09-19T11:54:57.170Z] regexp [2019-09-19T11:54:57.170Z] fmt [2019-09-19T11:54:57.170Z] path/filepath [2019-09-19T11:54:57.553Z] flag [2019-09-19T11:54:57.553Z] go/token [2019-09-19T11:54:57.553Z] go/scanner [2019-09-19T11:54:57.553Z] io/ioutil [2019-09-19T11:54:57.553Z] net/url [2019-09-19T11:54:57.553Z] go/ast [2019-09-19T11:54:57.553Z] text/template/parse [2019-09-19T11:54:57.943Z] go/parser [2019-09-19T11:54:57.943Z] text/template [2019-09-19T11:54:58.334Z] log [2019-09-19T11:54:58.334Z] encoding/binary [2019-09-19T11:54:58.334Z] go/doc [2019-09-19T11:54:58.334Z] encoding/base64 [2019-09-19T11:54:58.395Z] #35 ... [2019-09-19T11:54:58.395Z] [2019-09-19T11:54:58.395Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-19T11:54:58.395Z] #6 2.410 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:54:58.395Z] #6 2.412 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:54:58.395Z] #6 2.423 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:54:58.395Z] #6 2.425 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:54:58.395Z] #6 2.429 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:54:58.395Z] #6 2.541 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:54:58.395Z] #6 2.869 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:54:58.395Z] #6 3.176 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:54:58.395Z] #6 7.342 Fetched 7924 kB in 6s (1313 kB/s) [2019-09-19T11:54:58.395Z] #6 7.342 Reading package lists... [2019-09-19T11:54:58.395Z] #6 ... [2019-09-19T11:54:58.395Z] [2019-09-19T11:54:58.395Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-19T11:54:58.395Z] #17 2.602 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:54:58.395Z] #17 2.603 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:54:58.395Z] #17 2.623 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:54:58.395Z] #17 2.627 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:54:58.395Z] #17 2.636 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:54:58.395Z] #17 2.883 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:54:58.395Z] #17 3.454 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:54:58.395Z] #17 3.801 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:54:58.395Z] #17 7.721 Fetched 7924 kB in 6s (1292 kB/s) [2019-09-19T11:54:58.731Z] encoding/json [2019-09-19T11:54:58.731Z] github.com/LK4D4/vndr/build [2019-09-19T11:54:59.236Z] encoding/xml [2019-09-19T11:54:59.236Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-19T11:54:59.236Z] compress/flate [2019-09-19T11:54:59.236Z] hash [2019-09-19T11:54:59.236Z] hash/crc32 [2019-09-19T11:54:59.329Z] #17 7.721 Reading package lists... [2019-09-19T11:54:59.330Z] #17 ... [2019-09-19T11:54:59.330Z] [2019-09-19T11:54:59.330Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:54:59.330Z] #35 8.637 Fetched 7924 kB in 6s (1225 kB/s) [2019-09-19T11:54:59.736Z] compress/gzip [2019-09-19T11:54:59.736Z] context [2019-09-19T11:54:59.736Z] crypto/cipher [2019-09-19T11:54:59.736Z] math/rand [2019-09-19T11:54:59.736Z] math/big [2019-09-19T11:54:59.736Z] crypto/aes [2019-09-19T11:55:00.153Z] crypto [2019-09-19T11:55:00.153Z] crypto/des [2019-09-19T11:55:00.153Z] crypto/internal/randutil [2019-09-19T11:55:00.153Z] crypto/sha512 [2019-09-19T11:55:00.153Z] crypto/hmac [2019-09-19T11:55:00.153Z] crypto/md5 [2019-09-19T11:55:00.529Z] crypto/sha1 [2019-09-19T11:55:00.529Z] crypto/sha256 [2019-09-19T11:55:00.529Z] encoding/hex [2019-09-19T11:55:00.529Z] encoding/pem [2019-09-19T11:55:00.529Z] internal/singleflight [2019-09-19T11:55:00.529Z] net [2019-09-19T11:55:00.703Z] #35 8.637 Reading package lists... [2019-09-19T11:55:00.703Z] #35 ... [2019-09-19T11:55:00.703Z] [2019-09-19T11:55:00.703Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-19T11:55:00.703Z] #44 3.018 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:55:00.703Z] #44 3.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:55:00.703Z] #44 3.040 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:55:00.703Z] #44 3.048 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:55:00.703Z] #44 3.072 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:55:00.703Z] #44 3.385 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:55:00.703Z] #44 4.079 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:55:00.703Z] #44 4.416 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:55:00.703Z] #44 8.425 Fetched 7924 kB in 6s (1233 kB/s) [2019-09-19T11:55:00.903Z] crypto/rand [2019-09-19T11:55:00.903Z] crypto/elliptic [2019-09-19T11:55:00.903Z] encoding/asn1 [2019-09-19T11:55:00.960Z] #44 8.425 Reading package lists... [2019-09-19T11:55:00.961Z] #44 ... [2019-09-19T11:55:00.961Z] [2019-09-19T11:55:00.961Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-19T11:55:00.961Z] #17 7.721 Reading package lists... [2019-09-19T11:55:01.287Z] crypto/ecdsa [2019-09-19T11:55:01.287Z] crypto/rsa [2019-09-19T11:55:01.287Z] crypto/dsa [2019-09-19T11:55:01.654Z] crypto/x509/pkix [2019-09-19T11:55:01.654Z] internal/x/crypto/cryptobyte [2019-09-19T11:55:01.654Z] internal/x/crypto/internal/chacha20 [2019-09-19T11:55:01.654Z] internal/x/crypto/poly1305 [2019-09-19T11:55:02.045Z] internal/x/crypto/chacha20poly1305 [2019-09-19T11:55:02.045Z] internal/x/crypto/curve25519 [2019-09-19T11:55:02.045Z] internal/x/crypto/hkdf [2019-09-19T11:55:02.045Z] internal/x/text/transform [2019-09-19T11:55:02.045Z] internal/x/text/unicode/bidi [2019-09-19T11:55:02.433Z] internal/x/text/secure/bidirule [2019-09-19T11:55:02.433Z] internal/x/text/unicode/norm [2019-09-19T11:55:02.433Z] crypto/x509 [2019-09-19T11:55:02.831Z] internal/x/net/idna [2019-09-19T11:55:02.831Z] net/textproto [2019-09-19T11:55:03.227Z] internal/x/net/http/httpguts [2019-09-19T11:55:03.227Z] crypto/tls [2019-09-19T11:55:03.227Z] internal/x/net/http/httpproxy [2019-09-19T11:55:03.227Z] internal/x/net/http2/hpack [2019-09-19T11:55:03.227Z] mime [2019-09-19T11:55:03.227Z] mime/quotedprintable [2019-09-19T11:55:03.488Z] #17 10.28 Reading package lists... [2019-09-19T11:55:03.627Z] mime/multipart [2019-09-19T11:55:03.627Z] net/http/internal [2019-09-19T11:55:03.627Z] os/exec [2019-09-19T11:55:03.746Z] #17 12.62 Building dependency tree... [2019-09-19T11:55:03.746Z] #17 13.00 Reading state information... [2019-09-19T11:55:04.008Z] net/http/httptrace [2019-09-19T11:55:04.008Z] net/http [2019-09-19T11:55:04.311Z] #17 13.32 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-19T11:55:04.311Z] #17 13.32 The following additional packages will be installed: [2019-09-19T11:55:04.311Z] #17 13.32 libjq1 libonig4 [2019-09-19T11:55:04.311Z] #17 13.44 The following NEW packages will be installed: [2019-09-19T11:55:04.311Z] #17 13.44 jq libjq1 libonig4 [2019-09-19T11:55:05.244Z] #17 14.51 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:05.244Z] #17 14.51 Need to get 327 kB of archives. [2019-09-19T11:55:05.244Z] #17 14.51 After this operation, 1157 kB of additional disk space will be used. [2019-09-19T11:55:05.244Z] #17 14.51 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-19T11:55:05.511Z] #17 14.51 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-19T11:55:05.511Z] #17 14.51 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-19T11:55:05.511Z] #17 14.77 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:05.511Z] #17 14.82 Fetched 327 kB in 1s (311 kB/s) [2019-09-19T11:55:05.511Z] #17 14.86 Selecting previously unselected package libonig4:amd64. [2019-09-19T11:55:05.772Z] #17 14.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-19T11:55:05.772Z] #17 14.88 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-19T11:55:05.772Z] #17 14.88 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-19T11:55:05.772Z] #17 14.99 Selecting previously unselected package libjq1:amd64. [2019-09-19T11:55:05.772Z] #17 15.00 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-19T11:55:05.772Z] #17 15.00 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-19T11:55:05.772Z] #17 15.11 Selecting previously unselected package jq. [2019-09-19T11:55:05.996Z] github.com/LK4D4/vndr/godl [2019-09-19T11:55:06.030Z] #17 15.11 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-19T11:55:06.030Z] #17 15.11 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-19T11:55:06.030Z] #17 15.20 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-19T11:55:06.030Z] #17 15.22 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-19T11:55:06.030Z] #17 15.23 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:06.030Z] #17 15.28 Setting up jq (1.5+dfsg-1.3) ... [2019-09-19T11:55:06.377Z] github.com/LK4D4/vndr [2019-09-19T11:55:06.595Z] #17 DONE 15.7s [2019-09-19T11:55:06.595Z] [2019-09-19T11:55:06.595Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-19T11:55:06.595Z] #6 7.342 Reading package lists... [2019-09-19T11:55:06.595Z] #6 9.892 Reading package lists... [2019-09-19T11:55:06.595Z] #6 12.36 Building dependency tree... [2019-09-19T11:55:06.595Z] #6 12.77 Reading state information... [2019-09-19T11:55:06.595Z] #6 13.02 The following additional packages will be installed: [2019-09-19T11:55:06.595Z] #6 13.03 libapparmor1 libseccomp2 [2019-09-19T11:55:06.595Z] #6 13.03 Suggested packages: [2019-09-19T11:55:06.595Z] #6 13.03 seccomp [2019-09-19T11:55:06.595Z] #6 13.20 The following NEW packages will be installed: [2019-09-19T11:55:06.595Z] #6 13.22 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-19T11:55:06.595Z] #6 14.41 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:06.595Z] #6 14.41 Need to get 300 kB of archives. [2019-09-19T11:55:06.595Z] #6 14.41 After this operation, 1201 kB of additional disk space will be used. [2019-09-19T11:55:06.595Z] #6 14.41 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-19T11:55:06.595Z] #6 14.41 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-19T11:55:06.595Z] #6 14.41 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-19T11:55:06.595Z] #6 14.42 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-19T11:55:06.595Z] #6 14.69 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:06.595Z] #6 14.74 Fetched 300 kB in 1s (259 kB/s) [2019-09-19T11:55:06.595Z] #6 14.77 Selecting previously unselected package libseccomp2:amd64. [2019-09-19T11:55:06.595Z] #6 14.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-19T11:55:06.595Z] #6 14.79 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-19T11:55:06.595Z] #6 14.80 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-19T11:55:06.595Z] #6 14.88 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-19T11:55:06.595Z] #6 14.89 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-19T11:55:06.595Z] #6 14.90 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-19T11:55:06.595Z] #6 15.05 Selecting previously unselected package libapparmor1:amd64. [2019-09-19T11:55:06.595Z] #6 15.06 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-19T11:55:06.595Z] #6 15.07 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-19T11:55:06.595Z] #6 15.14 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-19T11:55:06.595Z] #6 15.14 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-19T11:55:06.595Z] #6 15.14 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-19T11:55:06.595Z] #6 15.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:06.595Z] #6 15.33 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-19T11:55:06.595Z] #6 15.35 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-19T11:55:06.595Z] #6 15.36 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-19T11:55:06.595Z] #6 15.37 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-19T11:55:06.595Z] #6 15.38 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:06.595Z] #6 DONE 15.7s [2019-09-19T11:55:06.595Z] [2019-09-19T11:55:06.595Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:55:06.595Z] #40 DONE 0.1s [2019-09-19T11:55:06.595Z] [2019-09-19T11:55:06.595Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-19T11:55:06.595Z] #19 DONE 0.1s [2019-09-19T11:55:06.595Z] [2019-09-19T11:55:06.595Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:07.531Z] #20 ... [2019-09-19T11:55:07.531Z] [2019-09-19T11:55:07.531Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-19T11:55:07.531Z] #44 8.425 Reading package lists... [2019-09-19T11:55:07.531Z] #44 10.76 Reading package lists... [2019-09-19T11:55:07.531Z] #44 13.04 Building dependency tree... [2019-09-19T11:55:07.531Z] #44 13.29 Reading state information... [2019-09-19T11:55:07.531Z] #44 13.58 The following additional packages will be installed: [2019-09-19T11:55:07.531Z] #44 13.58 btrfs-progs liblzo2-2 [2019-09-19T11:55:07.531Z] #44 13.65 The following NEW packages will be installed: [2019-09-19T11:55:07.531Z] #44 13.65 btrfs-progs btrfs-tools liblzo2-2 [2019-09-19T11:55:07.531Z] #44 14.83 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:07.531Z] #44 14.83 Need to get 649 kB of archives. [2019-09-19T11:55:07.531Z] #44 14.83 After this operation, 4320 kB of additional disk space will be used. [2019-09-19T11:55:07.531Z] #44 14.83 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-19T11:55:07.531Z] #44 14.83 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-19T11:55:07.531Z] #44 14.87 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-19T11:55:07.531Z] #44 15.29 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:07.531Z] #44 15.38 Fetched 649 kB in 1s (545 kB/s) [2019-09-19T11:55:07.531Z] #44 15.53 Selecting previously unselected package liblzo2-2:amd64. [2019-09-19T11:55:07.531Z] #44 15.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-19T11:55:07.531Z] #44 15.58 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-19T11:55:07.531Z] #44 15.64 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:07.531Z] #44 15.78 Selecting previously unselected package btrfs-progs. [2019-09-19T11:55:07.531Z] #44 15.78 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-19T11:55:07.531Z] #44 15.79 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:07.531Z] #44 16.09 Selecting previously unselected package btrfs-tools. [2019-09-19T11:55:07.531Z] #44 16.11 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-19T11:55:07.531Z] #44 16.12 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:07.531Z] #44 16.21 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:07.531Z] #44 16.25 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:07.531Z] #44 16.27 Setting up btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:07.531Z] #44 16.28 Setting up btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:07.531Z] #44 16.32 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:07.531Z] #44 DONE 16.5s [2019-09-19T11:55:07.531Z] [2019-09-19T11:55:07.531Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:55:07.531Z] #45 DONE 0.1s [2019-09-19T11:55:07.531Z] [2019-09-19T11:55:07.531Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:55:07.531Z] #35 8.637 Reading package lists... [2019-09-19T11:55:07.531Z] #35 10.97 Reading package lists... [2019-09-19T11:55:07.531Z] #35 13.30 Building dependency tree... [2019-09-19T11:55:07.531Z] #35 13.54 Reading state information... [2019-09-19T11:55:07.531Z] #35 13.66 The following additional packages will be installed: [2019-09-19T11:55:07.531Z] #35 13.66 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-19T11:55:07.531Z] #35 13.66 Suggested packages: [2019-09-19T11:55:07.531Z] #35 13.66 codeblocks eclipse ninja-build lrzip [2019-09-19T11:55:07.531Z] #35 13.66 Recommended packages: [2019-09-19T11:55:07.531Z] #35 13.66 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-19T11:55:07.531Z] #35 13.79 The following NEW packages will be installed: [2019-09-19T11:55:07.531Z] #35 13.80 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-19T11:55:07.531Z] #35 13.80 vim-common xxd [2019-09-19T11:55:07.531Z] #35 14.83 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:07.531Z] #35 14.83 Need to get 13.7 MB of archives. [2019-09-19T11:55:07.531Z] #35 14.83 After this operation, 57.2 MB of additional disk space will be used. [2019-09-19T11:55:07.531Z] #35 14.83 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-19T11:55:07.531Z] #35 14.90 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-19T11:55:07.531Z] #35 14.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-19T11:55:07.531Z] #35 15.32 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-19T11:55:07.531Z] #35 15.35 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-19T11:55:07.531Z] #35 15.36 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-19T11:55:07.531Z] #35 15.36 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-19T11:55:07.531Z] #35 15.37 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-19T11:55:07.531Z] #35 15.50 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-19T11:55:07.531Z] #35 15.50 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-19T11:55:07.531Z] #35 15.86 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:07.531Z] #35 15.97 Fetched 13.7 MB in 1s (8030 kB/s) [2019-09-19T11:55:07.531Z] #35 16.05 Selecting previously unselected package cmake-data. [2019-09-19T11:55:07.532Z] #35 16.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-19T11:55:07.532Z] #35 16.08 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-19T11:55:07.532Z] #35 16.10 Unpacking cmake-data (3.7.2-1) ... [2019-09-19T11:55:07.789Z] #35 17.13 Selecting previously unselected package liblzo2-2:amd64. [2019-09-19T11:55:07.789Z] #35 17.15 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-19T11:55:08.046Z] #35 17.17 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:08.046Z] #35 17.26 Selecting previously unselected package libicu57:amd64. [2019-09-19T11:55:08.046Z] #35 17.26 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-19T11:55:08.046Z] #35 17.26 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-19T11:55:08.834Z] Removing intermediate container 761a84b98110 [2019-09-19T11:55:08.834Z] ---> cfed7e07ecba [2019-09-19T11:55:08.834Z] Step 49/125 : FROM dev-base AS containerd [2019-09-19T11:55:08.834Z] ---> a0075086ca4a [2019-09-19T11:55:08.834Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:55:08.834Z] ---> Using cache [2019-09-19T11:55:08.834Z] ---> f8367ba16040 [2019-09-19T11:55:08.834Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-19T11:55:08.834Z] ---> Running in 90e816e505b2 [2019-09-19T11:55:09.210Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:55:09.210Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:55:09.210Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:55:09.210Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:55:09.210Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:55:09.210Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:55:09.210Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:55:09.419Z] #35 ... [2019-09-19T11:55:09.419Z] [2019-09-19T11:55:09.419Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-19T11:55:09.419Z] #7 DONE 2.6s [2019-09-19T11:55:09.419Z] [2019-09-19T11:55:09.419Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-19T11:55:09.590Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:55:10.853Z] Fetched 7673 kB in 1s (4763 kB/s) [2019-09-19T11:55:11.267Z] Reading package lists... [2019-09-19T11:55:11.316Z] #8 DONE 1.9s [2019-09-19T11:55:11.316Z] [2019-09-19T11:55:11.316Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:11.316Z] #20 3.073 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-19T11:55:11.316Z] #20 3.395 [2019-09-19T11:55:11.316Z] #20 3.587 ########### 15.4% ###################### 31.4% ##################################### 52.2% ########################################## 59.7% ############################################################ 83.7% ######################################################################## 100.0% [2019-09-19T11:55:11.316Z] #20 4.315 [2019-09-19T11:55:11.316Z] #20 4.494 ############### 21.8% ####################################### 54.8% ################################################################## 92.3% ######################################################################## 100.0% [2019-09-19T11:55:11.573Z] #20 4.935 [2019-09-19T11:55:11.733Z] Reading package lists... [2019-09-19T11:55:11.733Z] Building dependency tree... [2019-09-19T11:55:11.733Z] Reading state information... [2019-09-19T11:55:11.733Z] The following additional packages will be installed: [2019-09-19T11:55:11.733Z] btrfs-progs liblzo2-2 [2019-09-19T11:55:11.733Z] The following NEW packages will be installed: [2019-09-19T11:55:11.733Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-19T11:55:12.093Z] #20 5.141 ##### 7.5% ######################## 34.4% ######################################## 56.1% ############################################################# 85.1% ######################################################################## 100.0% [2019-09-19T11:55:12.130Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:12.131Z] Need to get 668 kB of archives. [2019-09-19T11:55:12.131Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-19T11:55:12.131Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-19T11:55:12.131Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-19T11:55:12.131Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-19T11:55:12.131Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:12.131Z] Fetched 668 kB in 0s (7425 kB/s) [2019-09-19T11:55:12.131Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-19T11:55:12.131Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-19T11:55:12.131Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-19T11:55:12.131Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:55:12.131Z] Selecting previously unselected package btrfs-progs. [2019-09-19T11:55:12.131Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-19T11:55:12.131Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:12.131Z] Selecting previously unselected package btrfs-tools. [2019-09-19T11:55:12.131Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-19T11:55:12.131Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:12.131Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:12.131Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:55:12.131Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:12.131Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:12.351Z] #20 5.778 [2019-09-19T11:55:12.492Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:12.857Z] Removing intermediate container 90e816e505b2 [2019-09-19T11:55:12.857Z] ---> c71e2518ae86 [2019-09-19T11:55:12.857Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-19T11:55:12.857Z] ---> Running in a7b5b660cfd4 [2019-09-19T11:55:13.126Z] #20 5.959 ## 3.0% ####### 10.4% ############## 20.2% ##################### 29.5% ### [2019-09-19T11:55:13.126Z] #20 ... [2019-09-19T11:55:13.126Z] [2019-09-19T11:55:13.126Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-19T11:55:13.126Z] #9 1.584 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-19T11:55:13.126Z] #9 DONE 1.9s [2019-09-19T11:55:13.126Z] [2019-09-19T11:55:13.126Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:55:13.126Z] #35 19.40 Selecting previously unselected package libxml2:amd64. [2019-09-19T11:55:13.126Z] #35 19.40 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 19.40 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-19T11:55:13.126Z] #35 19.71 Selecting previously unselected package libarchive13:amd64. [2019-09-19T11:55:13.126Z] #35 19.71 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 19.72 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-19T11:55:13.126Z] #35 19.90 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-19T11:55:13.126Z] #35 19.90 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 19.91 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-19T11:55:13.126Z] #35 19.97 Selecting previously unselected package libuv1:amd64. [2019-09-19T11:55:13.126Z] #35 19.97 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 19.98 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-19T11:55:13.126Z] #35 20.04 Selecting previously unselected package cmake. [2019-09-19T11:55:13.126Z] #35 20.05 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 20.09 Unpacking cmake (3.7.2-1) ... [2019-09-19T11:55:13.126Z] #35 21.34 Selecting previously unselected package xxd. [2019-09-19T11:55:13.126Z] #35 21.34 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-19T11:55:13.126Z] #35 21.35 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:13.126Z] #35 21.44 Selecting previously unselected package vim-common. [2019-09-19T11:55:13.126Z] #35 21.44 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:55:13.126Z] #35 21.45 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:13.126Z] #35 21.58 Processing triggers for mime-support (3.60) ... [2019-09-19T11:55:13.126Z] #35 21.64 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:13.126Z] #35 21.65 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-19T11:55:13.126Z] #35 21.66 Setting up cmake-data (3.7.2-1) ... [2019-09-19T11:55:13.126Z] #35 21.67 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-19T11:55:13.126Z] #35 21.68 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-19T11:55:13.126Z] #35 21.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:13.126Z] #35 21.72 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:13.126Z] #35 21.73 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:13.126Z] #35 21.76 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-19T11:55:13.126Z] #35 21.76 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-19T11:55:13.126Z] #35 21.77 Setting up cmake (3.7.2-1) ... [2019-09-19T11:55:13.126Z] #35 21.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:13.126Z] #35 DONE 22.2s [2019-09-19T11:55:13.126Z] [2019-09-19T11:55:13.126Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:13.126Z] #20 5.959 ## 3.0% ####### 10.4% ############## 20.2% ##################### 29.5% ########################## 36.9% ############################## 42.6% [2019-09-19T11:55:13.126Z] #20 ... [2019-09-19T11:55:13.126Z] [2019-09-19T11:55:13.126Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:55:13.126Z] #36 DONE 0.1s [2019-09-19T11:55:13.126Z] [2019-09-19T11:55:13.126Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:13.223Z] Removing intermediate container a7b5b660cfd4 [2019-09-19T11:55:13.223Z] ---> ebc6f1d9d8de [2019-09-19T11:55:13.223Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:55:13.223Z] ---> f0afce4cd617 [2019-09-19T11:55:13.223Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:55:13.591Z] ---> eb1b9394b760 [2019-09-19T11:55:13.591Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:55:13.591Z] ---> Running in f58a28ceb980 [2019-09-19T11:55:13.899Z] #20 5.959 ## 3.0% ####### 10.4% ############## 20.2% ##################### 29.5% ########################## 36.9% ############################## 42.6% ################################## 48.4% ####################################### 54.6% ################################################ 67.0% ##################################################### 74.6% ####################################################### 77.5% ########################################################### 82.8% ################################################################### 94.0% ######################################################################## 100.0% [2019-09-19T11:55:13.899Z] #20 7.296 [2019-09-19T11:55:13.953Z] + RM_GOPATH=0 [2019-09-19T11:55:13.953Z] + TMP_GOPATH= [2019-09-19T11:55:13.954Z] + : /build [2019-09-19T11:55:13.954Z] + '[' -z '' ']' [2019-09-19T11:55:13.954Z] ++ mktemp -d [2019-09-19T11:55:13.954Z] + export GOPATH=/tmp/tmp.4eVaHpavsT [2019-09-19T11:55:13.954Z] + GOPATH=/tmp/tmp.4eVaHpavsT [2019-09-19T11:55:13.954Z] + RM_GOPATH=1 [2019-09-19T11:55:13.954Z] ++ dirname ./install.sh [2019-09-19T11:55:13.954Z] + dir=. [2019-09-19T11:55:13.954Z] + bin=containerd [2019-09-19T11:55:13.954Z] + shift [2019-09-19T11:55:13.954Z] + '[' '!' -f ./containerd.installer ']' [2019-09-19T11:55:13.954Z] + . ./containerd.installer [2019-09-19T11:55:13.954Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:55:13.954Z] + install_containerd [2019-09-19T11:55:13.954Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-19T11:55:13.954Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.4eVaHpavsT/src/github.com/containerd/containerd [2019-09-19T11:55:13.954Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:55:13.954Z] Cloning into '/tmp/tmp.4eVaHpavsT/src/github.com/containerd/containerd'... [2019-09-19T11:55:14.156Z] #20 ... [2019-09-19T11:55:14.156Z] [2019-09-19T11:55:14.156Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-19T11:55:14.156Z] #15 13.44 + cd /tmp/tmp.ArcxIFFkAI/src/github.com/go-swagger/go-swagger [2019-09-19T11:55:14.156Z] #15 13.44 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-19T11:55:14.156Z] #15 13.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-19T11:55:14.413Z] #15 ... [2019-09-19T11:55:14.413Z] [2019-09-19T11:55:14.413Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:14.413Z] #20 7.880 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-19T11:55:14.671Z] #20 8.082 [2019-09-19T11:55:14.671Z] #20 8.164 ######################################################################## 100.0% [2019-09-19T11:55:14.671Z] #20 8.193 [2019-09-19T11:55:14.928Z] #20 ... [2019-09-19T11:55:14.928Z] [2019-09-19T11:55:14.928Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-19T11:55:14.928Z] #10 DONE 1.9s [2019-09-19T11:55:14.928Z] [2019-09-19T11:55:14.928Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-19T11:55:16.301Z] #11 DONE 1.4s [2019-09-19T11:55:16.301Z] [2019-09-19T11:55:16.301Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:16.301Z] #20 8.804 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-19T11:55:16.301Z] #20 9.073 [2019-09-19T11:55:16.301Z] #20 9.239 ######################################################################## 100.0% [2019-09-19T11:55:16.301Z] #20 9.283 [2019-09-19T11:55:16.559Z] #20 10.05 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-19T11:55:16.559Z] #20 10.10 skipping existing 1849cc453dee [2019-09-19T11:55:16.816Z] #20 10.15 [2019-09-19T11:55:17.228Z] + cd /tmp/tmp.4eVaHpavsT/src/github.com/containerd/containerd [2019-09-19T11:55:17.228Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:55:17.228Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-19T11:55:17.228Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-19T11:55:17.228Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-19T11:55:17.228Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-19T11:55:17.228Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-19T11:55:17.228Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-19T11:55:17.228Z] + '[' '' = dynamic ']' [2019-09-19T11:55:17.228Z] + make [2019-09-19T11:55:17.606Z] 🇩 bin/ctr [2019-09-19T11:55:17.748Z] #20 ... [2019-09-19T11:55:17.748Z] [2019-09-19T11:55:17.748Z] #12 [dev 6/24] RUN ldconfig [2019-09-19T11:55:17.748Z] #12 DONE 1.3s [2019-09-19T11:55:17.748Z] [2019-09-19T11:55:17.748Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:55:20.282Z] #13 2.509 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:55:20.282Z] #13 2.511 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:55:20.282Z] #13 2.525 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:55:20.282Z] #13 2.530 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:55:20.282Z] #13 2.531 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:55:20.282Z] #13 2.704 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:55:20.540Z] #13 3.044 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:55:20.798Z] #13 3.225 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:55:20.798Z] #13 ... [2019-09-19T11:55:20.798Z] [2019-09-19T11:55:20.798Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T11:55:20.798Z] #20 13.79 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-19T11:55:20.798Z] #20 13.98 [2019-09-19T11:55:20.798Z] #20 14.09 ######################################################################## 100.0% [2019-09-19T11:55:20.798Z] #20 14.13 [2019-09-19T11:55:20.798Z] #20 14.18 Download of images into '/build' complete. [2019-09-19T11:55:20.798Z] #20 14.18 Use something like the following to load the result into a Docker daemon: [2019-09-19T11:55:20.798Z] #20 14.18 tar -cC '/build' . | docker load [2019-09-19T11:55:20.798Z] #20 DONE 14.3s [2019-09-19T11:55:21.056Z] [2019-09-19T11:55:21.056Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-19T11:55:23.582Z] #15 ... [2019-09-19T11:55:23.582Z] [2019-09-19T11:55:23.582Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:55:23.582Z] #13 6.060 Fetched 7924 kB in 4s (1738 kB/s) [2019-09-19T11:55:24.518Z] #13 6.060 Reading package lists... [2019-09-19T11:55:25.450Z] #13 7.055 Reading package lists... [2019-09-19T11:55:25.708Z] #13 8.044 Building dependency tree... [2019-09-19T11:55:25.708Z] #13 8.205 Reading state information... [2019-09-19T11:55:25.967Z] #13 8.324 The following additional packages will be installed: [2019-09-19T11:55:25.967Z] #13 8.324 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-19T11:55:25.967Z] #13 8.324 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-19T11:55:25.967Z] #13 8.324 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-19T11:55:25.967Z] #13 8.324 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-19T11:55:25.967Z] #13 8.324 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-19T11:55:25.967Z] #13 8.324 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-19T11:55:25.967Z] #13 8.324 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-19T11:55:25.967Z] #13 8.325 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-19T11:55:25.967Z] #13 8.325 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-19T11:55:25.967Z] #13 8.326 Suggested packages: [2019-09-19T11:55:25.967Z] #13 8.326 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-19T11:55:25.967Z] #13 8.326 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-19T11:55:25.967Z] #13 8.326 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-19T11:55:25.967Z] #13 8.326 vim-doc vim-scripts xfsdump acl attr quota [2019-09-19T11:55:25.967Z] #13 8.326 Recommended packages: [2019-09-19T11:55:25.967Z] #13 8.326 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-19T11:55:25.967Z] #13 8.326 python3-keyrings.alt python3-xdg unzip [2019-09-19T11:55:26.900Z] #13 9.186 The following NEW packages will be installed: [2019-09-19T11:55:26.900Z] #13 9.186 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-19T11:55:26.900Z] #13 9.186 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-19T11:55:26.900Z] #13 9.187 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-19T11:55:26.900Z] #13 9.187 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-19T11:55:26.900Z] #13 9.188 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-19T11:55:26.900Z] #13 9.188 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-19T11:55:26.900Z] #13 9.188 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-19T11:55:26.900Z] #13 9.188 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-19T11:55:26.900Z] #13 9.188 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-19T11:55:26.900Z] #13 9.189 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-19T11:55:26.900Z] #13 9.189 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-19T11:55:26.900Z] #13 9.189 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-19T11:55:26.900Z] #13 9.189 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-19T11:55:26.900Z] #13 9.190 xfsprogs xxd xz-utils zip [2019-09-19T11:55:27.832Z] #13 10.22 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:55:27.832Z] #13 10.22 Need to get 90.9 MB of archives. [2019-09-19T11:55:27.832Z] #13 10.22 After this operation, 541 MB of additional disk space will be used. [2019-09-19T11:55:27.832Z] #13 10.22 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-19T11:55:27.832Z] #13 10.23 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-19T11:55:27.832Z] #13 10.23 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-19T11:55:27.832Z] #13 10.23 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-19T11:55:27.832Z] #13 10.24 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-19T11:55:27.832Z] #13 10.24 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-19T11:55:27.832Z] #13 10.25 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-19T11:55:27.832Z] #13 10.28 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-19T11:55:27.832Z] #13 10.28 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-19T11:55:27.832Z] #13 10.28 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-19T11:55:27.832Z] #13 10.31 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-19T11:55:27.832Z] #13 10.32 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-19T11:55:27.832Z] #13 10.33 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-19T11:55:27.832Z] #13 10.33 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-19T11:55:27.832Z] #13 10.33 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-19T11:55:27.832Z] #13 10.33 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-19T11:55:27.832Z] #13 10.33 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-19T11:55:27.832Z] #13 10.34 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-19T11:55:27.832Z] #13 10.34 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-19T11:55:27.832Z] #13 10.34 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-19T11:55:27.832Z] #13 10.34 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-19T11:55:27.832Z] #13 10.35 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-19T11:55:27.832Z] #13 10.35 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-19T11:55:27.832Z] #13 10.35 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-19T11:55:27.832Z] #13 10.36 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-19T11:55:27.832Z] #13 10.36 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-19T11:55:27.832Z] #13 10.36 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-19T11:55:27.832Z] #13 10.36 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-19T11:55:27.832Z] #13 10.36 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-19T11:55:27.832Z] #13 10.37 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-19T11:55:27.832Z] #13 10.37 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-19T11:55:27.832Z] #13 10.37 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-19T11:55:27.832Z] #13 10.37 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-19T11:55:27.832Z] #13 10.37 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-19T11:55:27.832Z] #13 10.38 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-19T11:55:27.832Z] #13 10.38 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-19T11:55:27.832Z] #13 10.38 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-19T11:55:27.832Z] #13 10.39 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-19T11:55:27.832Z] #13 10.40 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-19T11:55:27.832Z] #13 10.40 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-19T11:55:27.832Z] #13 10.40 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-19T11:55:27.832Z] #13 10.40 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-19T11:55:27.832Z] #13 10.40 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-19T11:55:27.832Z] #13 10.43 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-19T11:55:28.092Z] #13 10.43 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-19T11:55:28.092Z] #13 10.45 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-19T11:55:28.092Z] #13 10.45 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-19T11:55:28.092Z] #13 10.46 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-19T11:55:28.092Z] #13 10.46 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-19T11:55:28.092Z] #13 10.46 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-19T11:55:28.092Z] #13 10.47 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-19T11:55:28.092Z] #13 10.55 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-19T11:55:28.092Z] #13 10.57 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-19T11:55:28.092Z] #13 10.58 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-19T11:55:28.092Z] #13 10.59 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-19T11:55:28.092Z] #13 10.59 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-19T11:55:28.092Z] #13 10.60 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-19T11:55:28.092Z] #13 10.64 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-19T11:55:28.092Z] #13 10.68 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-19T11:55:28.350Z] #13 10.69 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-19T11:55:28.350Z] #13 10.77 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-19T11:55:28.350Z] #13 10.86 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-19T11:55:28.350Z] #13 10.87 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 95.2% of statements [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/types/time 0.029s coverage: 100.0% of statements [2019-09-19T11:55:28.582Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 4.0% of statements [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-19T11:55:28.582Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-19T11:55:28.583Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-19T11:55:28.583Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-19T11:55:28.583Z] ok github.com/docker/docker/builder/dockerignore 0.007s coverage: 96.8% of statements [2019-09-19T11:55:28.607Z] #13 ... [2019-09-19T11:55:28.608Z] [2019-09-19T11:55:28.608Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-19T11:55:28.865Z] #15 37.97 + rm -rf /tmp/tmp.ArcxIFFkAI [2019-09-19T11:55:29.124Z] #15 DONE 38.3s [2019-09-19T11:55:29.124Z] [2019-09-19T11:55:29.124Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:55:29.124Z] #13 11.42 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-19T11:55:29.382Z] #13 11.98 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:55:29.643Z] #13 12.01 Fetched 90.9 MB in 2s (35.3 MB/s) [2019-09-19T11:55:29.643Z] #13 12.05 Selecting previously unselected package bash-completion. [2019-09-19T11:55:29.643Z] #13 12.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-19T11:55:29.643Z] #13 12.05 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-19T11:55:30.211Z] #13 12.83 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-19T11:55:30.469Z] #13 12.93 Selecting previously unselected package libnet1:amd64. [2019-09-19T11:55:30.469Z] #13 12.93 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-19T11:55:30.469Z] #13 12.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-19T11:55:30.469Z] #13 12.97 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-19T11:55:30.469Z] #13 12.97 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-19T11:55:30.469Z] #13 12.97 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-19T11:55:30.469Z] #13 13.00 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-19T11:55:30.469Z] #13 13.00 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-19T11:55:30.469Z] #13 13.01 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-19T11:55:30.469Z] #13 13.05 Selecting previously unselected package libudev-dev:amd64. [2019-09-19T11:55:30.729Z] #13 13.05 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-19T11:55:30.729Z] #13 13.05 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-19T11:55:30.729Z] #13 13.10 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-19T11:55:30.729Z] #13 13.10 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-19T11:55:30.729Z] #13 13.10 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:30.729Z] #13 13.20 Selecting previously unselected package python3.5-minimal. [2019-09-19T11:55:30.729Z] #13 13.20 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-19T11:55:30.729Z] #13 13.20 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-19T11:55:30.986Z] #13 13.37 Selecting previously unselected package python3-minimal. [2019-09-19T11:55:30.986Z] #13 13.38 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-19T11:55:30.986Z] #13 13.38 Unpacking python3-minimal (3.5.3-1) ... [2019-09-19T11:55:30.986Z] #13 13.41 Selecting previously unselected package libmpdec2:amd64. [2019-09-19T11:55:30.986Z] #13 13.41 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-19T11:55:30.986Z] #13 13.41 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-19T11:55:30.986Z] #13 13.45 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-19T11:55:30.986Z] #13 13.45 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-19T11:55:30.986Z] #13 13.45 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:31.243Z] #13 13.68 Selecting previously unselected package python3.5. [2019-09-19T11:55:31.243Z] #13 13.69 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-19T11:55:31.243Z] #13 13.69 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:31.243Z] #13 13.72 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-19T11:55:31.243Z] #13 13.72 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-19T11:55:31.243Z] #13 13.73 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-19T11:55:31.243Z] #13 13.76 Selecting previously unselected package dh-python. [2019-09-19T11:55:31.243Z] #13 13.76 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-19T11:55:31.243Z] #13 13.76 Unpacking dh-python (2.20170125) ... [2019-09-19T11:55:31.243Z] #13 13.80 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:31.243Z] #13 13.81 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-19T11:55:31.809Z] #13 14.26 Setting up python3-minimal (3.5.3-1) ... [2019-09-19T11:55:31.809Z] #13 14.43 Selecting previously unselected package python3. [2019-09-19T11:55:32.066Z] #13 14.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-19T11:55:32.066Z] #13 14.44 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.44 Unpacking python3 (3.5.3-1) ... [2019-09-19T11:55:32.066Z] #13 14.47 Selecting previously unselected package pigz. [2019-09-19T11:55:32.066Z] #13 14.47 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.47 Unpacking pigz (2.3.4-1) ... [2019-09-19T11:55:32.066Z] #13 14.51 Selecting previously unselected package libip4tc0:amd64. [2019-09-19T11:55:32.066Z] #13 14.51 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.51 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:32.066Z] #13 14.55 Selecting previously unselected package libip6tc0:amd64. [2019-09-19T11:55:32.066Z] #13 14.55 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.55 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:32.066Z] #13 14.58 Selecting previously unselected package libiptc0:amd64. [2019-09-19T11:55:32.066Z] #13 14.58 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.58 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:32.066Z] #13 14.62 Selecting previously unselected package libxtables12:amd64. [2019-09-19T11:55:32.066Z] #13 14.62 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-19T11:55:32.066Z] #13 14.62 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:32.066Z] #13 14.65 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-19T11:55:32.066Z] #13 14.65 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-19T11:55:32.324Z] #13 14.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-19T11:55:32.324Z] #13 14.68 Selecting previously unselected package iptables. [2019-09-19T11:55:32.324Z] #13 14.68 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-19T11:55:32.324Z] #13 14.68 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:32.324Z] #13 14.74 Selecting previously unselected package xxd. [2019-09-19T11:55:32.324Z] #13 14.74 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-19T11:55:32.324Z] #13 14.74 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:32.324Z] #13 14.78 Selecting previously unselected package vim-common. [2019-09-19T11:55:32.324Z] #13 14.78 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:55:32.324Z] #13 14.79 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:32.324Z] #13 14.83 Selecting previously unselected package bzip2. [2019-09-19T11:55:32.324Z] #13 14.83 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-19T11:55:32.324Z] #13 14.83 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-19T11:55:32.324Z] #13 14.86 Selecting previously unselected package libgpm2:amd64. [2019-09-19T11:55:32.324Z] #13 14.86 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-19T11:55:32.324Z] #13 14.86 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-19T11:55:32.324Z] #13 14.89 Selecting previously unselected package xz-utils. [2019-09-19T11:55:32.581Z] #13 14.89 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-19T11:55:32.581Z] #13 14.89 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-19T11:55:32.581Z] #13 14.95 Selecting previously unselected package aufs-tools. [2019-09-19T11:55:32.581Z] #13 14.95 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-19T11:55:32.581Z] #13 14.95 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-19T11:55:32.581Z] #13 14.99 Selecting previously unselected package liblzo2-2:amd64. [2019-09-19T11:55:32.581Z] #13 14.99 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-19T11:55:32.582Z] #13 14.99 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:32.582Z] #13 15.02 Selecting previously unselected package btrfs-progs. [2019-09-19T11:55:32.582Z] #13 15.02 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-19T11:55:32.582Z] #13 15.02 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:32.582Z] #13 15.12 Selecting previously unselected package btrfs-tools. [2019-09-19T11:55:32.582Z] #13 15.12 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-19T11:55:32.582Z] #13 15.12 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:32.582Z] #13 15.15 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-19T11:55:32.582Z] #13 15.15 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-19T11:55:32.582Z] #13 15.16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:32.582Z] #13 15.19 Selecting previously unselected package dmsetup. [2019-09-19T11:55:32.582Z] #13 15.20 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-19T11:55:32.582Z] #13 15.20 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-19T11:55:32.582Z] #13 15.23 Selecting previously unselected package libonig4:amd64. [2019-09-19T11:55:32.840Z] #13 15.24 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.24 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-19T11:55:32.840Z] #13 15.28 Selecting previously unselected package libjq1:amd64. [2019-09-19T11:55:32.840Z] #13 15.28 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.29 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-19T11:55:32.840Z] #13 15.32 Selecting previously unselected package jq. [2019-09-19T11:55:32.840Z] #13 15.32 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.32 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-19T11:55:32.840Z] #13 15.36 Selecting previously unselected package libaio1:amd64. [2019-09-19T11:55:32.840Z] #13 15.36 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.36 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-19T11:55:32.840Z] #13 15.38 Selecting previously unselected package libcap2-bin. [2019-09-19T11:55:32.840Z] #13 15.38 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.39 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-19T11:55:32.840Z] #13 15.41 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-19T11:55:32.840Z] #13 15.42 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.42 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:32.840Z] #13 15.44 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-19T11:55:32.840Z] #13 15.44 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-19T11:55:32.840Z] #13 15.45 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-19T11:55:33.097Z] #13 15.51 Selecting previously unselected package libpcre16-3:amd64. [2019-09-19T11:55:33.097Z] #13 15.51 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-19T11:55:33.097Z] #13 15.51 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-19T11:55:33.097Z] #13 15.55 Selecting previously unselected package libpcre32-3:amd64. [2019-09-19T11:55:33.097Z] #13 15.55 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-19T11:55:33.097Z] #13 15.56 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-19T11:55:33.097Z] #13 15.60 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-19T11:55:33.097Z] #13 15.60 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-19T11:55:33.097Z] #13 15.60 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-19T11:55:33.097Z] #13 15.68 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-19T11:55:33.097Z] #13 15.68 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-19T11:55:33.097Z] #13 15.68 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-19T11:55:33.097Z] #13 15.73 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-19T11:55:33.097Z] #13 15.74 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-19T11:55:33.097Z] #13 15.74 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:33.098Z] #13 15.77 Selecting previously unselected package libnl-3-200:amd64. [2019-09-19T11:55:33.355Z] #13 15.77 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-19T11:55:33.355Z] #13 15.77 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-19T11:55:33.355Z] #13 15.81 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-19T11:55:33.355Z] #13 15.81 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-19T11:55:33.355Z] #13 15.81 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-19T11:55:33.355Z] #13 15.84 Selecting previously unselected package libreadline5:amd64. [2019-09-19T11:55:33.355Z] #13 15.84 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-19T11:55:33.355Z] #13 15.84 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-19T11:55:33.355Z] #13 15.87 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-19T11:55:33.355Z] #13 15.87 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-19T11:55:33.355Z] #13 15.88 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-19T11:55:33.613Z] #13 16.14 Selecting previously unselected package net-tools. [2019-09-19T11:55:33.613Z] #13 16.14 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-19T11:55:33.613Z] #13 16.15 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-19T11:55:33.613Z] #13 16.19 Selecting previously unselected package python-pip-whl. [2019-09-19T11:55:33.613Z] #13 16.19 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-19T11:55:33.613Z] #13 16.20 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-19T11:55:33.871Z] #13 16.31 Selecting previously unselected package python3-pip. [2019-09-19T11:55:33.871Z] #13 16.31 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-19T11:55:33.871Z] #13 16.31 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-19T11:55:33.871Z] #13 16.35 Selecting previously unselected package python3-pkg-resources. [2019-09-19T11:55:33.871Z] #13 16.35 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-19T11:55:33.871Z] #13 16.36 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-19T11:55:33.871Z] #13 16.39 Selecting previously unselected package python3-setuptools. [2019-09-19T11:55:33.871Z] #13 16.39 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-19T11:55:33.871Z] #13 16.40 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-19T11:55:33.871Z] #13 16.45 Selecting previously unselected package python3-wheel. [2019-09-19T11:55:33.871Z] #13 16.45 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-19T11:55:33.871Z] #13 16.45 Unpacking python3-wheel (0.29.0-2) ... [2019-09-19T11:55:33.871Z] #13 16.49 Selecting previously unselected package thin-provisioning-tools. [2019-09-19T11:55:33.871Z] #13 16.49 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-19T11:55:33.871Z] #13 16.49 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-19T11:55:34.128Z] #13 16.56 Selecting previously unselected package vim-runtime. [2019-09-19T11:55:34.128Z] #13 16.57 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:55:34.128Z] #13 16.58 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-19T11:55:34.128Z] #13 16.59 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-19T11:55:34.128Z] #13 16.59 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:34.693Z] #13 17.22 Selecting previously unselected package vim. [2019-09-19T11:55:34.693Z] #13 17.22 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-19T11:55:34.693Z] #13 17.22 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:34.693Z] #13 17.34 Selecting previously unselected package xfsprogs. [2019-09-19T11:55:34.951Z] #13 17.34 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-19T11:55:34.951Z] #13 17.34 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-19T11:55:34.951Z] #13 17.45 Selecting previously unselected package zip. [2019-09-19T11:55:34.951Z] #13 17.45 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-19T11:55:34.951Z] #13 17.46 Unpacking zip (3.0-11+b1) ... [2019-09-19T11:55:34.951Z] #13 17.49 Selecting previously unselected package libapparmor-perl. [2019-09-19T11:55:34.951Z] #13 17.49 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-19T11:55:34.951Z] #13 17.50 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-19T11:55:34.951Z] #13 17.54 Selecting previously unselected package apparmor. [2019-09-19T11:55:34.951Z] #13 17.54 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-19T11:55:34.951Z] #13 17.55 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-19T11:55:35.208Z] #13 17.63 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-19T11:55:35.208Z] #13 17.64 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-19T11:55:35.208Z] #13 17.64 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-19T11:55:35.466Z] #13 17.93 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-19T11:55:35.466Z] #13 17.93 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-19T11:55:35.466Z] #13 17.93 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-19T11:55:35.556Z] ok github.com/docker/docker/builder/fscache 0.142s coverage: 69.2% of statements [2019-09-19T11:55:35.556Z] ok github.com/docker/docker/builder/remotecontext/git 4.060s coverage: 85.1% of statements [2019-09-19T11:55:35.724Z] #13 18.24 Selecting previously unselected package binutils-mingw-w64. [2019-09-19T11:55:35.724Z] #13 18.24 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-19T11:55:35.724Z] #13 18.25 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-19T11:55:35.724Z] #13 18.27 Selecting previously unselected package mingw-w64-common. [2019-09-19T11:55:35.843Z] ok github.com/docker/docker/builder/remotecontext 0.357s coverage: 13.6% of statements [2019-09-19T11:55:35.981Z] #13 18.28 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-19T11:55:35.981Z] #13 18.28 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-19T11:55:36.129Z] ok github.com/docker/docker/cli/debug 0.028s coverage: 100.0% of statements [2019-09-19T11:55:36.417Z] ok github.com/docker/docker/builder/dockerfile 1.041s coverage: 45.1% of statements [2019-09-19T11:55:36.417Z] ? github.com/docker/docker/cli [no test files] [2019-09-19T11:55:36.417Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-19T11:55:36.545Z] #13 18.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-19T11:55:36.546Z] #13 18.95 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-19T11:55:36.546Z] #13 18.95 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-19T11:55:37.111Z] #13 19.65 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-19T11:55:37.111Z] #13 19.65 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-19T11:55:37.111Z] #13 19.66 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:37.111Z] #13 19.69 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-19T11:55:37.111Z] #13 19.69 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-19T11:55:37.111Z] #13 19.70 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:40.390Z] #13 22.90 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-19T11:55:40.390Z] #13 22.90 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-19T11:55:40.390Z] #13 22.90 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:42.920Z] #13 25.43 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-19T11:55:42.920Z] #13 25.45 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-19T11:55:42.920Z] #13 25.45 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-19T11:55:42.920Z] #13 25.46 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-19T11:55:42.920Z] #13 25.47 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-19T11:55:42.920Z] #13 25.52 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:42.920Z] #13 25.52 Processing triggers for mime-support (3.60) ... [2019-09-19T11:55:42.920Z] #13 25.54 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:43.177Z] #13 25.55 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-19T11:55:43.177Z] #13 25.55 Setting up libcap2-bin (1:2.25-1) ... [2019-09-19T11:55:43.177Z] #13 25.56 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-19T11:55:43.177Z] #13 25.57 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-19T11:55:43.177Z] #13 25.58 Setting up bash-completion (1:2.1-4.3) ... [2019-09-19T11:55:43.746Z] #13 26.17 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-19T11:55:43.746Z] #13 26.18 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-19T11:55:43.746Z] #13 26.19 Setting up zip (3.0-11+b1) ... [2019-09-19T11:55:43.746Z] #13 26.20 Setting up bzip2 (1.0.6-8.1) ... [2019-09-19T11:55:43.746Z] #13 26.21 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:43.746Z] #13 26.22 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-19T11:55:43.746Z] #13 26.23 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:43.746Z] #13 26.24 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-19T11:55:43.746Z] #13 26.25 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:43.746Z] #13 26.26 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-19T11:55:43.746Z] #13 26.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-19T11:55:43.746Z] #13 26.28 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-19T11:55:43.746Z] #13 26.29 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:43.746Z] #13 26.30 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-19T11:55:43.746Z] #13 26.31 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-19T11:55:43.746Z] #13 26.32 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-19T11:55:43.746Z] #13 26.33 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:44.005Z] #13 26.41 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-19T11:55:44.005Z] #13 26.42 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-19T11:55:44.005Z] #13 26.44 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-19T11:55:44.005Z] #13 26.45 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-19T11:55:44.005Z] #13 26.46 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-19T11:55:44.005Z] #13 26.47 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-19T11:55:44.005Z] #13 26.48 Setting up pigz (2.3.4-1) ... [2019-09-19T11:55:44.005Z] #13 26.49 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-19T11:55:44.005Z] #13 26.50 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-19T11:55:44.005Z] #13 26.51 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:44.005Z] #13 26.52 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-19T11:55:44.005Z] #13 26.53 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-19T11:55:44.005Z] #13 26.53 Setting up jq (1.5+dfsg-1.3) ... [2019-09-19T11:55:44.005Z] #13 26.54 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-19T11:55:44.005Z] #13 26.55 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-19T11:55:44.005Z] #13 26.56 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-19T11:55:44.005Z] #13 26.57 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:55:44.005Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-19T11:55:44.005Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-19T11:55:44.005Z] #13 26.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-19T11:55:44.005Z] #13 26.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-19T11:55:44.005Z] #13 26.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-19T11:55:44.005Z] #13 26.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-19T11:55:44.263Z] #13 26.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-19T11:55:44.263Z] #13 26.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-19T11:55:44.263Z] #13 26.61 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:44.263Z] #13 26.62 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:44.263Z] #13 26.62 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-19T11:55:44.263Z] #13 26.63 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-19T11:55:44.263Z] #13 26.64 Setting up btrfs-progs (4.7.3-1) ... [2019-09-19T11:55:44.263Z] #13 26.65 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-19T11:55:44.263Z] #13 26.66 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-19T11:55:45.300Z] #13 27.78 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-19T11:55:45.300Z] #13 27.79 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:45.300Z] #13 27.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-19T11:55:45.300Z] #13 27.80 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-19T11:55:45.300Z] #13 27.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-19T11:55:45.300Z] #13 27.80 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-19T11:55:45.300Z] #13 27.82 Setting up btrfs-tools (4.7.3-1) ... [2019-09-19T11:55:45.300Z] #13 27.83 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:55:45.300Z] #13 27.83 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-19T11:55:45.301Z] #13 27.84 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-19T11:55:45.301Z] #13 27.84 Setting up python3 (3.5.3-1) ... [2019-09-19T11:55:45.558Z] #13 28.19 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-19T11:55:46.236Z] 🇩 bin/containerd [2019-09-19T11:55:46.494Z] #13 28.81 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-19T11:55:46.494Z] #13 28.85 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-19T11:55:46.494Z] #13 28.87 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:46.494Z] #13 28.87 Setting up python3-wheel (0.29.0-2) ... [2019-09-19T11:55:46.494Z] #13 29.04 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-19T11:55:46.754Z] #13 29.24 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:46.754Z] #13 29.25 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-19T11:55:47.023Z] #13 29.46 Setting up dmsetup (2:1.02.137-2) ... [2019-09-19T11:55:47.023Z] #13 29.46 Setting up python3-setuptools (33.1.1-1) ... [2019-09-19T11:55:47.023Z] #13 29.66 Setting up dh-python (2.20170125) ... [2019-09-19T11:55:47.281Z] #13 29.82 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-19T11:55:47.281Z] #13 29.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:55:47.847Z] #13 DONE 30.2s [2019-09-19T11:55:47.847Z] [2019-09-19T11:55:47.847Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-19T11:55:49.743Z] #14 1.589 Collecting yamllint==1.16.0 [2019-09-19T11:55:51.700Z] ok github.com/docker/docker/client 0.898s coverage: 75.8% of statements [2019-09-19T11:55:56.288Z] #14 7.895 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-19T11:55:56.288Z] #14 7.960 Collecting pyyaml (from yamllint==1.16.0) [2019-09-19T11:55:56.545Z] #14 9.046 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-19T11:55:57.110Z] #14 9.480 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-19T11:55:58.041Z] #14 10.53 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-19T11:55:58.606Z] #14 10.78 Building wheels for collected packages: pyyaml, pathspec [2019-09-19T11:55:58.606Z] #14 10.78 Running setup.py bdist_wheel for pyyaml: started [2019-09-19T11:55:58.864Z] #14 11.05 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-19T11:55:58.864Z] #14 11.05 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-19T11:55:58.864Z] #14 11.07 Running setup.py bdist_wheel for pathspec: started [2019-09-19T11:55:59.127Z] #14 11.33 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-19T11:55:59.127Z] #14 11.33 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-19T11:55:59.127Z] #14 11.34 Successfully built pyyaml pathspec [2019-09-19T11:55:59.127Z] #14 11.34 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-19T11:55:59.127Z] #14 11.44 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-19T11:55:59.385Z] #14 DONE 11.6s [2019-09-19T11:55:59.385Z] [2019-09-19T11:55:59.385Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-19T11:55:59.385Z] #16 DONE 0.1s [2019-09-19T11:55:59.385Z] [2019-09-19T11:55:59.385Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-19T11:55:59.642Z] #26 ... [2019-09-19T11:55:59.642Z] [2019-09-19T11:55:59.643Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-19T11:55:59.643Z] #23 DONE 0.1s [2019-09-19T11:55:59.643Z] [2019-09-19T11:55:59.643Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-19T11:55:59.643Z] #60 DONE 0.2s [2019-09-19T11:55:59.643Z] [2019-09-19T11:55:59.643Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-19T11:55:59.643Z] #49 DONE 0.3s [2019-09-19T11:55:59.643Z] [2019-09-19T11:55:59.643Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-19T11:55:59.643Z] #52 DONE 0.3s [2019-09-19T11:55:59.643Z] [2019-09-19T11:55:59.643Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-19T11:55:59.900Z] #50 ... [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-19T11:55:59.900Z] #32 DONE 0.3s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-19T11:55:59.900Z] #26 DONE 0.4s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-19T11:55:59.900Z] #29 DONE 0.4s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-19T11:55:59.900Z] #46 DONE 0.4s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-19T11:55:59.900Z] #41 DONE 0.4s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-19T11:55:59.900Z] #37 DONE 0.4s [2019-09-19T11:55:59.900Z] [2019-09-19T11:55:59.900Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-19T11:55:59.900Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-19T11:55:59.900Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 5.12MB / 9.11MB 0.5s [2019-09-19T11:55:59.900Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-19T11:56:00.157Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 7.19MB / 9.11MB 0.7s [2019-09-19T11:56:00.414Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.8s done [2019-09-19T11:56:00.414Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-09-19T11:56:02.938Z] #64 ... [2019-09-19T11:56:02.938Z] [2019-09-19T11:56:02.938Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-19T11:56:02.938Z] #21 DONE 3.4s [2019-09-19T11:56:02.938Z] [2019-09-19T11:56:02.938Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-19T11:56:03.196Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.9s done [2019-09-19T11:56:03.453Z] #64 DONE 4.0s [2019-09-19T11:56:03.453Z] [2019-09-19T11:56:03.453Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:56:03.453Z] #55 4.015 + mktemp -d [2019-09-19T11:56:03.453Z] #55 4.015 + export GOPATH=/tmp/tmp.8cqF5hiMtA [2019-09-19T11:56:03.453Z] #55 4.015 + git clone https://github.com/docker/distribution.git /tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution [2019-09-19T11:56:03.453Z] #55 4.015 Cloning into '/tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution'... [2019-09-19T11:56:04.827Z] #55 ... [2019-09-19T11:56:04.827Z] [2019-09-19T11:56:04.827Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-19T11:56:04.827Z] #27 4.998 + RM_GOPATH=0 [2019-09-19T11:56:04.827Z] #27 4.999 + TMP_GOPATH= [2019-09-19T11:56:04.827Z] #27 4.999 + : /build [2019-09-19T11:56:04.827Z] #27 4.999 + '[' -z '' ']' [2019-09-19T11:56:04.827Z] #27 5.001 ++ mktemp -d [2019-09-19T11:56:04.827Z] #27 5.011 + export GOPATH=/tmp/tmp.lixpwKO3wU [2019-09-19T11:56:04.827Z] #27 5.012 + GOPATH=/tmp/tmp.lixpwKO3wU [2019-09-19T11:56:04.827Z] #27 5.013 + RM_GOPATH=1 [2019-09-19T11:56:04.827Z] #27 5.014 ++ dirname ./install.sh [2019-09-19T11:56:04.827Z] #27 5.014 + dir=. [2019-09-19T11:56:04.827Z] #27 5.014 + bin=gotestsum [2019-09-19T11:56:04.827Z] #27 5.014 + shift [2019-09-19T11:56:04.827Z] #27 5.014 + '[' '!' -f ./gotestsum.installer ']' [2019-09-19T11:56:04.827Z] #27 5.015 + . ./gotestsum.installer [2019-09-19T11:56:04.827Z] #27 5.015 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-19T11:56:04.827Z] #27 5.015 + install_gotestsum [2019-09-19T11:56:04.827Z] #27 5.015 + echo 'Installing gotestsum version v0.3.5' [2019-09-19T11:56:04.827Z] #27 5.015 + go get -d gotest.tools/gotestsum [2019-09-19T11:56:04.827Z] #27 5.015 Installing gotestsum version v0.3.5 [2019-09-19T11:56:05.084Z] #27 ... [2019-09-19T11:56:05.084Z] [2019-09-19T11:56:05.084Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-19T11:56:05.084Z] #50 5.298 + RM_GOPATH=0 [2019-09-19T11:56:05.084Z] #50 5.298 + TMP_GOPATH= [2019-09-19T11:56:05.084Z] #50 5.298 + : /build [2019-09-19T11:56:05.084Z] #50 5.298 + '[' -z '' ']' [2019-09-19T11:56:05.084Z] #50 5.300 ++ mktemp -d [2019-09-19T11:56:05.084Z] #50 5.312 + export GOPATH=/tmp/tmp.rXUkYhXaOa [2019-09-19T11:56:05.084Z] #50 5.312 + GOPATH=/tmp/tmp.rXUkYhXaOa [2019-09-19T11:56:05.084Z] #50 5.312 + RM_GOPATH=1 [2019-09-19T11:56:05.084Z] #50 5.314 ++ dirname ./install.sh [2019-09-19T11:56:05.084Z] #50 5.319 + dir=. [2019-09-19T11:56:05.084Z] #50 5.322 + bin=proxy [2019-09-19T11:56:05.084Z] #50 5.322 + shift [2019-09-19T11:56:05.084Z] #50 5.323 + '[' '!' -f ./proxy.installer ']' [2019-09-19T11:56:05.084Z] #50 5.323 + . ./proxy.installer [2019-09-19T11:56:05.084Z] #50 5.323 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:05.084Z] #50 5.323 + install_proxy [2019-09-19T11:56:05.084Z] #50 5.323 + case "$1" in [2019-09-19T11:56:05.084Z] #50 5.323 + export CGO_ENABLED=0 [2019-09-19T11:56:05.084Z] #50 5.323 + CGO_ENABLED=0 [2019-09-19T11:56:05.084Z] #50 5.323 + _install_proxy [2019-09-19T11:56:05.084Z] #50 5.323 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:05.084Z] #50 5.324 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-19T11:56:05.084Z] #50 5.324 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.rXUkYhXaOa/src/github.com/docker/libnetwork [2019-09-19T11:56:05.084Z] #50 5.327 Cloning into '/tmp/tmp.rXUkYhXaOa/src/github.com/docker/libnetwork'... [2019-09-19T11:56:06.255Z] 🇩 bin/containerd-stress [2019-09-19T11:56:06.255Z] 🇩 bin/containerd-shim [2019-09-19T11:56:10.353Z] #50 ... [2019-09-19T11:56:10.353Z] [2019-09-19T11:56:10.353Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:56:10.353Z] #57 5.207 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:56:10.353Z] #57 5.291 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:56:10.353Z] #57 5.329 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:56:10.353Z] #57 5.337 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:56:10.353Z] #57 5.390 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:56:10.353Z] #57 6.017 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [505 kB] [2019-09-19T11:56:10.353Z] #57 7.592 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-19T11:56:10.353Z] #57 8.304 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-19T11:56:10.353Z] #57 ... [2019-09-19T11:56:10.353Z] [2019-09-19T11:56:10.353Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-19T11:56:10.353Z] #61 5.363 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:56:10.353Z] #61 5.365 + RM_GOPATH=0 [2019-09-19T11:56:10.353Z] #61 5.365 + TMP_GOPATH= [2019-09-19T11:56:10.353Z] #61 5.365 + : /build/ [2019-09-19T11:56:10.353Z] #61 5.365 + '[' -z '' ']' [2019-09-19T11:56:10.353Z] #61 5.365 ++ mktemp -d [2019-09-19T11:56:10.353Z] #61 5.365 + export GOPATH=/tmp/tmp.h9VaCnTp4u [2019-09-19T11:56:10.353Z] #61 5.365 + GOPATH=/tmp/tmp.h9VaCnTp4u [2019-09-19T11:56:10.353Z] #61 5.365 + RM_GOPATH=1 [2019-09-19T11:56:10.353Z] #61 5.365 ++ dirname ./install.sh [2019-09-19T11:56:10.353Z] #61 5.365 + dir=. [2019-09-19T11:56:10.353Z] #61 5.365 + bin=rootlesskit [2019-09-19T11:56:10.353Z] #61 5.365 + shift [2019-09-19T11:56:10.353Z] #61 5.365 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-19T11:56:10.353Z] #61 5.365 + . ./rootlesskit.installer [2019-09-19T11:56:10.353Z] #61 5.365 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:56:10.353Z] #61 5.365 + install_rootlesskit [2019-09-19T11:56:10.353Z] #61 5.365 + case "$1" in [2019-09-19T11:56:10.353Z] #61 5.365 + export CGO_ENABLED=0 [2019-09-19T11:56:10.353Z] #61 5.365 + CGO_ENABLED=0 [2019-09-19T11:56:10.353Z] #61 5.365 + _install_rootlesskit [2019-09-19T11:56:10.353Z] #61 5.365 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-19T11:56:10.353Z] #61 5.365 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.h9VaCnTp4u/src/github.com/rootless-containers/rootlesskit [2019-09-19T11:56:10.353Z] #61 5.373 Cloning into '/tmp/tmp.h9VaCnTp4u/src/github.com/rootless-containers/rootlesskit'... [2019-09-19T11:56:10.353Z] #61 8.931 + cd /tmp/tmp.h9VaCnTp4u/src/github.com/rootless-containers/rootlesskit [2019-09-19T11:56:10.353Z] #61 8.932 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:56:10.353Z] #61 9.289 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-19T11:56:10.353Z] #61 9.290 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-19T11:56:10.353Z] #61 ... [2019-09-19T11:56:10.353Z] [2019-09-19T11:56:10.353Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-19T11:56:10.353Z] #42 6.197 + RM_GOPATH=0 [2019-09-19T11:56:10.353Z] #42 6.199 + TMP_GOPATH= [2019-09-19T11:56:10.353Z] #42 6.199 + : /build [2019-09-19T11:56:10.353Z] #42 6.200 + '[' -z '' ']' [2019-09-19T11:56:10.353Z] #42 6.202 ++ mktemp -d [2019-09-19T11:56:10.353Z] #42 6.205 + export GOPATH=/tmp/tmp.36XNCUKtfo [2019-09-19T11:56:10.353Z] #42 6.205 + GOPATH=/tmp/tmp.36XNCUKtfo [2019-09-19T11:56:10.353Z] #42 6.205 + RM_GOPATH=1 [2019-09-19T11:56:10.353Z] #42 6.206 ++ dirname ./install.sh [2019-09-19T11:56:10.353Z] #42 6.209 + dir=. [2019-09-19T11:56:10.353Z] #42 6.209 + bin=runc [2019-09-19T11:56:10.353Z] #42 6.209 + shift [2019-09-19T11:56:10.353Z] #42 6.209 + '[' '!' -f ./runc.installer ']' [2019-09-19T11:56:10.353Z] #42 6.209 + . ./runc.installer [2019-09-19T11:56:10.353Z] #42 6.210 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:56:10.353Z] #42 6.210 + install_runc [2019-09-19T11:56:10.353Z] #42 6.221 + uname -r [2019-09-19T11:56:10.353Z] #42 6.222 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-19T11:56:10.353Z] #42 6.228 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-19T11:56:10.353Z] #42 6.228 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-19T11:56:10.353Z] #42 6.229 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-19T11:56:10.353Z] #42 6.229 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.36XNCUKtfo/src/github.com/opencontainers/runc [2019-09-19T11:56:10.353Z] #42 6.230 Cloning into '/tmp/tmp.36XNCUKtfo/src/github.com/opencontainers/runc'... [2019-09-19T11:56:10.353Z] #42 ... [2019-09-19T11:56:10.353Z] [2019-09-19T11:56:10.353Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:56:10.353Z] #47 6.357 + RM_GOPATH=0 [2019-09-19T11:56:10.353Z] #47 6.357 + TMP_GOPATH= [2019-09-19T11:56:10.353Z] #47 6.357 + : /build [2019-09-19T11:56:10.354Z] #47 6.357 + '[' -z '' ']' [2019-09-19T11:56:10.354Z] #47 6.362 ++ mktemp -d [2019-09-19T11:56:10.354Z] #47 6.374 + export GOPATH=/tmp/tmp.1Kv9TwscWJ [2019-09-19T11:56:10.354Z] #47 6.374 + GOPATH=/tmp/tmp.1Kv9TwscWJ [2019-09-19T11:56:10.354Z] #47 6.374 + RM_GOPATH=1 [2019-09-19T11:56:10.354Z] #47 6.374 ++ dirname ./install.sh [2019-09-19T11:56:10.354Z] #47 6.381 + dir=. [2019-09-19T11:56:10.354Z] #47 6.381 + bin=containerd [2019-09-19T11:56:10.354Z] #47 6.381 + shift [2019-09-19T11:56:10.354Z] #47 6.381 + '[' '!' -f ./containerd.installer ']' [2019-09-19T11:56:10.354Z] #47 6.381 + . ./containerd.installer [2019-09-19T11:56:10.354Z] #47 6.381 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:56:10.354Z] #47 6.389 + install_containerd [2019-09-19T11:56:10.354Z] #47 6.389 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-19T11:56:10.354Z] #47 6.389 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1Kv9TwscWJ/src/github.com/containerd/containerd [2019-09-19T11:56:10.354Z] #47 6.389 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:56:10.354Z] #47 6.398 Cloning into '/tmp/tmp.1Kv9TwscWJ/src/github.com/containerd/containerd'... [2019-09-19T11:56:10.354Z] #47 ... [2019-09-19T11:56:10.354Z] [2019-09-19T11:56:10.354Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-19T11:56:10.354Z] #53 5.960 + RM_GOPATH=0 [2019-09-19T11:56:10.354Z] #53 5.960 + TMP_GOPATH= [2019-09-19T11:56:10.354Z] #53 5.960 + : /build [2019-09-19T11:56:10.354Z] #53 5.960 + '[' -z '' ']' [2019-09-19T11:56:10.354Z] #53 5.960 ++ mktemp -d [2019-09-19T11:56:10.354Z] #53 5.961 + export GOPATH=/tmp/tmp.nZZgjFBrde [2019-09-19T11:56:10.354Z] #53 5.961 + GOPATH=/tmp/tmp.nZZgjFBrde [2019-09-19T11:56:10.354Z] #53 5.961 + RM_GOPATH=1 [2019-09-19T11:56:10.354Z] #53 5.962 ++ dirname ./install.sh [2019-09-19T11:56:10.354Z] #53 5.968 + dir=. [2019-09-19T11:56:10.354Z] #53 5.968 + bin=dockercli [2019-09-19T11:56:10.354Z] #53 5.968 + shift [2019-09-19T11:56:10.354Z] #53 5.968 + '[' '!' -f ./dockercli.installer ']' [2019-09-19T11:56:10.354Z] #53 5.968 + . ./dockercli.installer [2019-09-19T11:56:10.354Z] #53 5.968 ++ DOCKERCLI_CHANNEL=stable [2019-09-19T11:56:10.354Z] #53 5.968 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-19T11:56:10.354Z] #53 5.969 + install_dockercli [2019-09-19T11:56:10.354Z] #53 5.969 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-19T11:56:10.354Z] #53 5.969 Install docker/cli version 17.06.2-ce from stable [2019-09-19T11:56:10.354Z] #53 5.975 ++ uname -m [2019-09-19T11:56:10.354Z] #53 5.976 + arch=x86_64 [2019-09-19T11:56:10.354Z] #53 5.976 + '[' x86_64 '!=' x86_64 ']' [2019-09-19T11:56:10.354Z] #53 5.976 + url=https://download.docker.com/linux/static [2019-09-19T11:56:10.354Z] #53 5.977 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-19T11:56:10.354Z] #53 5.977 + tar -xz docker/docker [2019-09-19T11:56:10.354Z] #53 ... [2019-09-19T11:56:10.354Z] [2019-09-19T11:56:10.354Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-19T11:56:10.354Z] #24 4.550 Installing golangci-lint version v1.17.1 [2019-09-19T11:56:10.354Z] #24 4.550 + RM_GOPATH=0 [2019-09-19T11:56:10.354Z] #24 4.550 + TMP_GOPATH= [2019-09-19T11:56:10.354Z] #24 4.550 + : /build [2019-09-19T11:56:10.354Z] #24 4.550 + '[' -z '' ']' [2019-09-19T11:56:10.354Z] #24 4.550 ++ mktemp -d [2019-09-19T11:56:10.354Z] #24 4.550 + export GOPATH=/tmp/tmp.o1xiv2L3o5 [2019-09-19T11:56:10.354Z] #24 4.550 + GOPATH=/tmp/tmp.o1xiv2L3o5 [2019-09-19T11:56:10.354Z] #24 4.550 + RM_GOPATH=1 [2019-09-19T11:56:10.354Z] #24 4.550 ++ dirname ./install.sh [2019-09-19T11:56:10.354Z] #24 4.550 + dir=. [2019-09-19T11:56:10.354Z] #24 4.550 + bin=golangci_lint [2019-09-19T11:56:10.354Z] #24 4.550 + shift [2019-09-19T11:56:10.354Z] #24 4.550 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-19T11:56:10.354Z] #24 4.550 + . ./golangci_lint.installer [2019-09-19T11:56:10.354Z] #24 4.550 ++ : v1.17.1 [2019-09-19T11:56:10.354Z] #24 4.550 + install_golangci_lint [2019-09-19T11:56:10.354Z] #24 4.550 + echo 'Installing golangci-lint version v1.17.1' [2019-09-19T11:56:10.354Z] #24 4.550 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-19T11:56:10.354Z] #24 ... [2019-09-19T11:56:10.354Z] [2019-09-19T11:56:10.354Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:56:10.354Z] #30 6.001 + RM_GOPATH=0 [2019-09-19T11:56:10.354Z] #30 6.001 + TMP_GOPATH= [2019-09-19T11:56:10.354Z] #30 6.001 + : /build [2019-09-19T11:56:10.354Z] #30 6.001 + '[' -z '' ']' [2019-09-19T11:56:10.354Z] #30 6.004 ++ mktemp -d [2019-09-19T11:56:10.354Z] #30 6.011 + export GOPATH=/tmp/tmp.IGFKyOUX1m [2019-09-19T11:56:10.354Z] #30 6.011 + GOPATH=/tmp/tmp.IGFKyOUX1m [2019-09-19T11:56:10.354Z] #30 6.011 + RM_GOPATH=1 [2019-09-19T11:56:10.354Z] #30 6.013 ++ dirname ./install.sh [2019-09-19T11:56:10.354Z] #30 6.018 + dir=. [2019-09-19T11:56:10.354Z] #30 6.018 + bin=tomlv [2019-09-19T11:56:10.354Z] #30 6.019 + shift [2019-09-19T11:56:10.354Z] #30 6.019 + '[' '!' -f ./tomlv.installer ']' [2019-09-19T11:56:10.354Z] #30 6.019 + . ./tomlv.installer [2019-09-19T11:56:10.354Z] #30 6.020 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:56:10.354Z] #30 6.021 + install_tomlv [2019-09-19T11:56:10.354Z] #30 6.021 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-19T11:56:10.354Z] #30 6.022 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:56:10.354Z] #30 6.022 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.IGFKyOUX1m/src/github.com/BurntSushi/toml [2019-09-19T11:56:10.354Z] #30 6.028 Cloning into '/tmp/tmp.IGFKyOUX1m/src/github.com/BurntSushi/toml'... [2019-09-19T11:56:10.354Z] #30 7.230 + cd /tmp/tmp.IGFKyOUX1m/src/github.com/BurntSushi/toml [2019-09-19T11:56:10.354Z] #30 7.230 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-19T11:56:10.354Z] #30 7.267 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-19T11:56:10.354Z] #30 7.933 errors [2019-09-19T11:56:10.354Z] #30 8.021 internal/cpu [2019-09-19T11:56:10.354Z] #30 8.067 math/bits [2019-09-19T11:56:10.354Z] #30 8.468 runtime/internal/atomic [2019-09-19T11:56:10.354Z] #30 8.603 math [2019-09-19T11:56:10.354Z] #30 8.751 internal/bytealg [2019-09-19T11:56:10.354Z] #30 9.382 runtime/internal/sys [2019-09-19T11:56:10.354Z] #30 9.695 runtime/internal/math [2019-09-19T11:56:10.354Z] #30 9.961 runtime [2019-09-19T11:56:10.611Z] #30 ... [2019-09-19T11:56:10.611Z] [2019-09-19T11:56:10.611Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:10.611Z] #33 6.427 + RM_GOPATH=0 [2019-09-19T11:56:10.611Z] #33 6.427 + TMP_GOPATH= [2019-09-19T11:56:10.611Z] #33 6.427 + : /build [2019-09-19T11:56:10.611Z] #33 6.428 + '[' -z '' ']' [2019-09-19T11:56:10.611Z] #33 6.430 ++ mktemp -d [2019-09-19T11:56:10.611Z] #33 6.431 + export GOPATH=/tmp/tmp.8I95c17MgO [2019-09-19T11:56:10.611Z] #33 6.431 + GOPATH=/tmp/tmp.8I95c17MgO [2019-09-19T11:56:10.611Z] #33 6.432 + RM_GOPATH=1 [2019-09-19T11:56:10.611Z] #33 6.436 ++ dirname ./install.sh [2019-09-19T11:56:10.611Z] #33 6.439 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:56:10.611Z] #33 6.439 + dir=. [2019-09-19T11:56:10.611Z] #33 6.439 + bin=vndr [2019-09-19T11:56:10.611Z] #33 6.439 + shift [2019-09-19T11:56:10.611Z] #33 6.439 + '[' '!' -f ./vndr.installer ']' [2019-09-19T11:56:10.612Z] #33 6.439 + . ./vndr.installer [2019-09-19T11:56:10.612Z] #33 6.439 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:56:10.612Z] #33 6.439 + install_vndr [2019-09-19T11:56:10.612Z] #33 6.439 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-19T11:56:10.612Z] #33 6.439 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.8I95c17MgO/src/github.com/LK4D4/vndr [2019-09-19T11:56:10.612Z] #33 6.440 Cloning into '/tmp/tmp.8I95c17MgO/src/github.com/LK4D4/vndr'... [2019-09-19T11:56:10.612Z] #33 7.418 + cd /tmp/tmp.8I95c17MgO/src/github.com/LK4D4/vndr [2019-09-19T11:56:10.612Z] #33 7.419 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-19T11:56:10.612Z] #33 7.424 + go build -buildmode=pie -v -o /build/vndr . [2019-09-19T11:56:10.612Z] #33 8.651 errors [2019-09-19T11:56:10.612Z] #33 8.677 internal/cpu [2019-09-19T11:56:10.612Z] #33 8.731 internal/race [2019-09-19T11:56:10.612Z] #33 8.844 runtime/internal/atomic [2019-09-19T11:56:10.612Z] #33 9.195 internal/bytealg [2019-09-19T11:56:10.612Z] #33 9.201 runtime/internal/sys [2019-09-19T11:56:10.612Z] #33 9.395 runtime/internal/math [2019-09-19T11:56:10.612Z] #33 9.515 sync/atomic [2019-09-19T11:56:10.612Z] #33 9.873 runtime [2019-09-19T11:56:10.612Z] #33 9.898 unicode [2019-09-19T11:56:10.869Z] #33 ... [2019-09-19T11:56:10.869Z] [2019-09-19T11:56:10.869Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-19T11:56:10.869Z] #38 5.656 + RM_GOPATH=0 [2019-09-19T11:56:10.869Z] #38 5.657 + TMP_GOPATH= [2019-09-19T11:56:10.869Z] #38 5.657 + : /build [2019-09-19T11:56:10.869Z] #38 5.657 + '[' -z '' ']' [2019-09-19T11:56:10.869Z] #38 5.664 ++ mktemp -d [2019-09-19T11:56:10.869Z] #38 5.681 + export GOPATH=/tmp/tmp.7mrIYjRGnF [2019-09-19T11:56:10.869Z] #38 5.682 + GOPATH=/tmp/tmp.7mrIYjRGnF [2019-09-19T11:56:10.869Z] #38 5.682 + RM_GOPATH=1 [2019-09-19T11:56:10.869Z] #38 5.686 ++ dirname ./install.sh [2019-09-19T11:56:10.869Z] #38 5.700 + dir=. [2019-09-19T11:56:10.869Z] #38 5.700 + bin=tini [2019-09-19T11:56:10.869Z] #38 5.700 + shift [2019-09-19T11:56:10.869Z] #38 5.700 + '[' '!' -f ./tini.installer ']' [2019-09-19T11:56:10.869Z] #38 5.700 + . ./tini.installer [2019-09-19T11:56:10.869Z] #38 5.700 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:56:10.869Z] #38 5.700 + install_tini [2019-09-19T11:56:10.869Z] #38 5.700 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-19T11:56:10.869Z] #38 5.700 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:56:10.870Z] #38 5.703 + git clone https://github.com/krallin/tini.git /tmp/tmp.7mrIYjRGnF/tini [2019-09-19T11:56:10.870Z] #38 5.704 Cloning into '/tmp/tmp.7mrIYjRGnF/tini'... [2019-09-19T11:56:10.870Z] #38 6.682 + cd /tmp/tmp.7mrIYjRGnF/tini [2019-09-19T11:56:10.870Z] #38 6.683 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:56:10.870Z] #38 6.715 + cmake . [2019-09-19T11:56:10.870Z] #38 7.418 -- The C compiler identification is GNU 6.3.0 [2019-09-19T11:56:10.870Z] #38 7.457 -- Check for working C compiler: /usr/bin/cc [2019-09-19T11:56:10.870Z] #38 8.021 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-19T11:56:10.870Z] #38 8.029 -- Detecting C compiler ABI info [2019-09-19T11:56:10.870Z] #38 8.695 -- Detecting C compiler ABI info - done [2019-09-19T11:56:10.870Z] #38 8.754 -- Detecting C compile features [2019-09-19T11:56:10.870Z] #38 10.83 -- Detecting C compile features - done [2019-09-19T11:56:10.870Z] #38 10.89 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-19T11:56:11.127Z] #38 11.21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-19T11:56:11.384Z] #38 11.38 -- Configuring done [2019-09-19T11:56:11.384Z] #38 11.42 -- Generating done [2019-09-19T11:56:11.384Z] #38 11.43 -- Build files have been written to: /tmp/tmp.7mrIYjRGnF/tini [2019-09-19T11:56:11.384Z] #38 11.44 + make tini-static [2019-09-19T11:56:11.549Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-19T11:56:11.948Z] #38 11.87 Scanning dependencies of target tini-static [2019-09-19T11:56:11.948Z] #38 11.96 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-19T11:56:12.883Z] #38 ... [2019-09-19T11:56:12.883Z] [2019-09-19T11:56:12.883Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:12.883Z] #33 13.05 unicode/utf8 [2019-09-19T11:56:13.449Z] #33 13.47 math/bits [2019-09-19T11:56:13.707Z] #33 ... [2019-09-19T11:56:13.708Z] [2019-09-19T11:56:13.708Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-19T11:56:13.708Z] #53 13.32 + mkdir -p /build [2019-09-19T11:56:13.708Z] #53 13.33 + mv docker/docker /build/ [2019-09-19T11:56:13.708Z] #53 13.34 + rmdir docker [2019-09-19T11:56:13.708Z] #53 DONE 13.9s [2019-09-19T11:56:13.708Z] [2019-09-19T11:56:13.708Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:13.708Z] #33 14.01 math [2019-09-19T11:56:14.047Z] 🇩 binaries [2019-09-19T11:56:14.047Z] + mkdir -p /build [2019-09-19T11:56:14.047Z] + cp bin/containerd /build/containerd [2019-09-19T11:56:14.047Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-19T11:56:14.047Z] + cp bin/ctr /build/ctr [2019-09-19T11:56:15.083Z] #33 ... [2019-09-19T11:56:15.083Z] [2019-09-19T11:56:15.083Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-19T11:56:15.083Z] #38 13.60 [100%] Linking C executable tini-static [2019-09-19T11:56:15.083Z] #38 14.64 [100%] Built target tini-static [2019-09-19T11:56:15.083Z] #38 14.71 + mkdir -p /build [2019-09-19T11:56:15.083Z] #38 14.77 + cp tini-static /build/docker-init [2019-09-19T11:56:15.083Z] #38 DONE 15.0s [2019-09-19T11:56:15.083Z] [2019-09-19T11:56:15.083Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:56:15.083Z] #55 15.64 + cd /tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution [2019-09-19T11:56:15.083Z] #55 15.64 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-19T11:56:16.202Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T11:56:16.202Z] [2019-09-19T11:56:16.202Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-19T11:56:16.202Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-19T11:56:16.202Z] Using test binary docker [2019-09-19T11:56:16.202Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-19T11:56:16.202Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T11:56:16.203Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T11:56:16.203Z] Warning failed to create cache: (null) [2019-09-19T11:56:16.203Z] . [2019-09-19T11:56:16.203Z] INFO: Waiting for daemon to start... [2019-09-19T11:56:16.203Z] Starting dockerd [2019-09-19T11:56:16.203Z] . [2019-09-19T11:56:16.203Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-19T11:56:16.495Z] Removing intermediate container f58a28ceb980 [2019-09-19T11:56:16.496Z] ---> 85044ed8e1bc [2019-09-19T11:56:16.496Z] Step 56/125 : FROM dev-base AS proxy [2019-09-19T11:56:16.496Z] ---> a0075086ca4a [2019-09-19T11:56:16.496Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-19T11:56:16.863Z] ---> Running in c7c1a6b15f46 [2019-09-19T11:56:16.863Z] Removing intermediate container c7c1a6b15f46 [2019-09-19T11:56:16.863Z] ---> eae34fbe8199 [2019-09-19T11:56:16.863Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:56:17.340Z] ---> ea873d32f70a [2019-09-19T11:56:17.340Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:56:17.340Z] ---> fa923053e6d7 [2019-09-19T11:56:17.340Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:56:17.340Z] ---> Running in 77b73171f092 [2019-09-19T11:56:17.609Z] #55 17.73 + GOPATH=/tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8cqF5hiMtA go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-19T11:56:17.753Z] + RM_GOPATH=0 [2019-09-19T11:56:17.753Z] + TMP_GOPATH= [2019-09-19T11:56:17.753Z] + : /build [2019-09-19T11:56:17.753Z] + '[' -z '' ']' [2019-09-19T11:56:17.753Z] ++ mktemp -d [2019-09-19T11:56:17.753Z] + export GOPATH=/tmp/tmp.cDT6kawJzr [2019-09-19T11:56:17.753Z] + GOPATH=/tmp/tmp.cDT6kawJzr [2019-09-19T11:56:17.753Z] + RM_GOPATH=1 [2019-09-19T11:56:17.753Z] ++ dirname ./install.sh [2019-09-19T11:56:17.753Z] + dir=. [2019-09-19T11:56:17.753Z] + bin=proxy [2019-09-19T11:56:17.753Z] + shift [2019-09-19T11:56:17.753Z] + '[' '!' -f ./proxy.installer ']' [2019-09-19T11:56:17.753Z] + . ./proxy.installer [2019-09-19T11:56:17.753Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:17.753Z] + install_proxy [2019-09-19T11:56:17.753Z] + case "$1" in [2019-09-19T11:56:17.753Z] + export CGO_ENABLED=0 [2019-09-19T11:56:17.753Z] + CGO_ENABLED=0 [2019-09-19T11:56:17.753Z] + _install_proxy [2019-09-19T11:56:17.753Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-19T11:56:17.753Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cDT6kawJzr/src/github.com/docker/libnetwork [2019-09-19T11:56:17.753Z] Cloning into '/tmp/tmp.cDT6kawJzr/src/github.com/docker/libnetwork'... [2019-09-19T11:56:17.753Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:19.032Z] + cd /tmp/tmp.cDT6kawJzr/src/github.com/docker/libnetwork [2019-09-19T11:56:19.032Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:19.401Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-19T11:56:20.885Z] #55 ... [2019-09-19T11:56:20.885Z] [2019-09-19T11:56:20.885Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:56:20.885Z] #30 13.27 unicode/utf8 [2019-09-19T11:56:20.885Z] #30 13.75 strconv [2019-09-19T11:56:20.885Z] #30 17.37 internal/race [2019-09-19T11:56:20.885Z] #30 17.47 sync/atomic [2019-09-19T11:56:20.885Z] #30 17.64 unicode [2019-09-19T11:56:20.885Z] #30 20.00 internal/testlog [2019-09-19T11:56:20.885Z] #30 20.19 encoding [2019-09-19T11:56:20.885Z] #30 20.34 runtime/cgo [2019-09-19T11:56:21.450Z] #30 ... [2019-09-19T11:56:21.450Z] [2019-09-19T11:56:21.450Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:21.450Z] #33 18.52 strconv [2019-09-19T11:56:21.450Z] #33 21.28 internal/testlog [2019-09-19T11:56:21.450Z] #33 21.51 encoding [2019-09-19T11:56:21.450Z] #33 21.59 unicode/utf16 [2019-09-19T11:56:21.450Z] #33 21.76 container/list [2019-09-19T11:56:21.708Z] #33 21.98 crypto/internal/subtle [2019-09-19T11:56:21.860Z] Removing intermediate container 77b73171f092 [2019-09-19T11:56:21.860Z] ---> a7393e97a739 [2019-09-19T11:56:21.860Z] Step 61/125 : FROM base AS golangci_lint [2019-09-19T11:56:21.860Z] ---> a0075086ca4a [2019-09-19T11:56:21.860Z] Step 62/125 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-19T11:56:21.860Z] ---> Running in 8879179a19f5 [2019-09-19T11:56:21.860Z] Removing intermediate container 8879179a19f5 [2019-09-19T11:56:21.860Z] ---> e2596d75ccf7 [2019-09-19T11:56:21.860Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:56:21.860Z] ---> 7610e268345f [2019-09-19T11:56:21.860Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:56:21.967Z] #33 22.10 crypto/subtle [2019-09-19T11:56:22.222Z] ---> a916a5166723 [2019-09-19T11:56:22.222Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:56:22.222Z] ---> Running in 07fe8abfa97d [2019-09-19T11:56:22.225Z] #33 22.24 crypto/rc4 [2019-09-19T11:56:22.483Z] #33 22.54 internal/x/crypto/cryptobyte/asn1 [2019-09-19T11:56:22.483Z] #33 22.76 internal/nettrace [2019-09-19T11:56:22.586Z] + RM_GOPATH=0 [2019-09-19T11:56:22.586Z] + TMP_GOPATH= [2019-09-19T11:56:22.586Z] + : /build [2019-09-19T11:56:22.586Z] + '[' -z '' ']' [2019-09-19T11:56:22.586Z] ++ mktemp -d [2019-09-19T11:56:22.586Z] + export GOPATH=/tmp/tmp.S0lz9s1tYn [2019-09-19T11:56:22.586Z] + GOPATH=/tmp/tmp.S0lz9s1tYn [2019-09-19T11:56:22.586Z] + RM_GOPATH=1 [2019-09-19T11:56:22.586Z] ++ dirname ./install.sh [2019-09-19T11:56:22.586Z] + dir=. [2019-09-19T11:56:22.586Z] + bin=golangci_lint [2019-09-19T11:56:22.586Z] + shift [2019-09-19T11:56:22.586Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-19T11:56:22.586Z] + . ./golangci_lint.installer [2019-09-19T11:56:22.586Z] ++ : v1.17.1 [2019-09-19T11:56:22.586Z] + install_golangci_lint [2019-09-19T11:56:22.586Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-19T11:56:22.586Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-19T11:56:22.586Z] Installing golangci-lint version v1.17.1 [2019-09-19T11:56:22.741Z] #33 22.91 internal/x/net/dns/dnsmessage [2019-09-19T11:56:24.013Z] + cd /tmp/tmp.S0lz9s1tYn/src/github.com/golangci/golangci-lint/ [2019-09-19T11:56:24.013Z] + git checkout -q v1.17.1 [2019-09-19T11:56:24.116Z] #33 ... [2019-09-19T11:56:24.116Z] [2019-09-19T11:56:24.116Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-19T11:56:24.116Z] #42 14.21 + cd /tmp/tmp.36XNCUKtfo/src/github.com/opencontainers/runc [2019-09-19T11:56:24.116Z] #42 14.22 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:56:24.116Z] #42 15.28 + '[' -z '' ']' [2019-09-19T11:56:24.116Z] #42 15.28 + target=static [2019-09-19T11:56:24.116Z] #42 15.29 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-19T11:56:24.116Z] #42 17.33 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-19T11:56:24.385Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-19T11:56:26.016Z] #42 ... [2019-09-19T11:56:26.016Z] [2019-09-19T11:56:26.016Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:26.016Z] #33 25.91 runtime/cgo [2019-09-19T11:56:26.950Z] #33 ... [2019-09-19T11:56:26.950Z] [2019-09-19T11:56:26.950Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-19T11:56:26.950Z] #24 17.25 + cd /tmp/tmp.o1xiv2L3o5/src/github.com/golangci/golangci-lint/ [2019-09-19T11:56:26.950Z] #24 17.25 + git checkout -q v1.17.1 [2019-09-19T11:56:26.950Z] #24 18.46 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-19T11:56:26.950Z] #24 ... [2019-09-19T11:56:26.950Z] [2019-09-19T11:56:26.950Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:56:26.950Z] #57 18.67 Fetched 7924 kB in 14s (548 kB/s) [2019-09-19T11:56:26.950Z] #57 18.67 Reading package lists... [2019-09-19T11:56:27.517Z] #57 23.71 Reading package lists... [2019-09-19T11:56:27.776Z] #57 28.17 Building dependency tree... [2019-09-19T11:56:27.776Z] #57 ... [2019-09-19T11:56:27.776Z] [2019-09-19T11:56:27.776Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-19T11:56:27.776Z] #50 17.97 + cd /tmp/tmp.rXUkYhXaOa/src/github.com/docker/libnetwork [2019-09-19T11:56:27.776Z] #50 17.97 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-19T11:56:27.776Z] #50 18.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-19T11:56:28.341Z] #50 ... [2019-09-19T11:56:28.341Z] [2019-09-19T11:56:28.341Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-19T11:56:28.341Z] #27 28.46 + cd /tmp/tmp.lixpwKO3wU/src/gotest.tools/gotestsum [2019-09-19T11:56:28.341Z] #27 28.46 + git checkout -q v0.3.5 [2019-09-19T11:56:28.341Z] #27 28.49 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-19T11:56:32.523Z] #27 ... [2019-09-19T11:56:32.523Z] [2019-09-19T11:56:32.523Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-19T11:56:32.523Z] #50 DONE 32.2s [2019-09-19T11:56:32.523Z] [2019-09-19T11:56:32.523Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:56:32.523Z] #57 28.17 Building dependency tree... [2019-09-19T11:56:32.523Z] #57 29.08 Reading state information... [2019-09-19T11:56:32.523Z] #57 29.91 The following additional packages will be installed: [2019-09-19T11:56:32.523Z] #57 29.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-19T11:56:32.523Z] #57 29.92 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-19T11:56:32.523Z] #57 29.92 Suggested packages: [2019-09-19T11:56:32.523Z] #57 29.92 manpages-dev python-setuptools [2019-09-19T11:56:32.523Z] #57 31.27 The following NEW packages will be installed: [2019-09-19T11:56:32.523Z] #57 31.27 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-19T11:56:32.523Z] #57 31.27 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-19T11:56:32.523Z] #57 31.28 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-19T11:56:32.523Z] #57 31.28 zlib1g-dev [2019-09-19T11:56:32.523Z] #57 32.35 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:56:32.523Z] #57 32.35 Need to get 3602 kB of archives. [2019-09-19T11:56:32.523Z] #57 32.35 After this operation, 18.9 MB of additional disk space will be used. [2019-09-19T11:56:32.523Z] #57 32.35 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-19T11:56:32.523Z] #57 32.39 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-19T11:56:32.523Z] #57 32.43 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-19T11:56:32.523Z] #57 32.44 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-19T11:56:32.523Z] #57 32.44 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-19T11:56:32.523Z] #57 32.45 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-19T11:56:32.523Z] #57 32.45 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-19T11:56:32.523Z] #57 32.45 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-19T11:56:32.523Z] #57 32.47 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-19T11:56:32.523Z] #57 32.52 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-19T11:56:32.523Z] #57 32.54 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-19T11:56:32.523Z] #57 32.70 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-19T11:56:32.523Z] #57 32.83 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-19T11:56:32.523Z] #57 32.83 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-19T11:56:32.523Z] #57 32.83 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-19T11:56:32.523Z] #57 32.87 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-19T11:56:33.457Z] #57 34.06 debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:56:33.457Z] #57 34.17 Fetched 3602 kB in 1s (2211 kB/s) [2019-09-19T11:56:33.716Z] #57 34.25 Selecting previously unselected package libnet1:amd64. [2019-09-19T11:56:33.716Z] #57 34.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-19T11:56:33.716Z] #57 34.28 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-19T11:56:33.716Z] #57 34.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-19T11:56:33.974Z] #57 34.43 Selecting previously unselected package libcap-dev:amd64. [2019-09-19T11:56:33.974Z] #57 34.44 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-19T11:56:33.974Z] #57 34.44 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-19T11:56:34.231Z] #57 34.58 Selecting previously unselected package libnet1-dev. [2019-09-19T11:56:34.231Z] #57 34.58 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-19T11:56:34.231Z] #57 34.59 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-19T11:56:34.231Z] #57 34.79 Selecting previously unselected package libnl-3-200:amd64. [2019-09-19T11:56:34.231Z] #57 34.79 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-19T11:56:34.231Z] #57 34.80 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-19T11:56:34.489Z] #57 34.91 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-19T11:56:34.489Z] #57 34.91 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-19T11:56:34.489Z] #57 34.92 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-19T11:56:34.746Z] #57 35.17 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-19T11:56:34.746Z] #57 35.17 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-19T11:56:34.746Z] #57 35.18 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-19T11:56:34.746Z] #57 35.30 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-19T11:56:34.746Z] #57 35.30 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-19T11:56:34.746Z] #57 35.31 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-19T11:56:34.746Z] #57 35.42 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-19T11:56:34.746Z] #57 35.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-19T11:56:35.004Z] #57 35.43 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-19T11:56:35.004Z] #57 35.65 Selecting previously unselected package libprotobuf10:amd64. [2019-09-19T11:56:35.004Z] #57 35.65 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-19T11:56:35.004Z] #57 35.65 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-19T11:56:35.939Z] #57 36.21 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-19T11:56:35.939Z] #57 36.21 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-19T11:56:35.939Z] #57 36.23 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-19T11:56:35.939Z] #57 36.38 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-19T11:56:35.939Z] #57 36.39 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-19T11:56:35.939Z] #57 36.42 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-19T11:56:36.871Z] #57 37.47 Selecting previously unselected package libprotoc10:amd64. [2019-09-19T11:56:36.871Z] #57 37.47 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-19T11:56:36.871Z] #57 37.47 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-19T11:56:37.440Z] #57 37.97 Selecting previously unselected package protobuf-c-compiler. [2019-09-19T11:56:37.440Z] #57 37.97 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-19T11:56:37.440Z] #57 37.98 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-19T11:56:37.440Z] #57 38.08 Selecting previously unselected package protobuf-compiler. [2019-09-19T11:56:37.699Z] #57 38.09 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-19T11:56:37.699Z] #57 38.11 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-19T11:56:37.699Z] #57 38.23 Selecting previously unselected package python-pkg-resources. [2019-09-19T11:56:37.699Z] #57 38.23 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-19T11:56:37.699Z] #57 38.24 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-19T11:56:37.957Z] #57 38.46 Selecting previously unselected package python-protobuf. [2019-09-19T11:56:37.957Z] #57 38.46 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-19T11:56:37.957Z] #57 38.47 Unpacking python-protobuf (3.0.0-9) ... [2019-09-19T11:56:38.215Z] #57 38.93 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-19T11:56:38.474Z] #57 39.02 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-19T11:56:38.474Z] #57 39.02 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-19T11:56:38.948Z] ok github.com/docker/docker/cmd/dockerd 0.297s coverage: 30.1% of statements [2019-09-19T11:56:39.040Z] #57 ... [2019-09-19T11:56:39.040Z] [2019-09-19T11:56:39.040Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:56:39.040Z] #47 29.15 + cd /tmp/tmp.1Kv9TwscWJ/src/github.com/containerd/containerd [2019-09-19T11:56:39.040Z] #47 29.15 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-19T11:56:39.040Z] #47 30.83 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-19T11:56:39.040Z] #47 30.83 + BUILDTAGS='netgo osusergo static_build' [2019-09-19T11:56:39.040Z] #47 30.83 + export EXTRA_FLAGS=-buildmode=pie [2019-09-19T11:56:39.040Z] #47 30.83 + EXTRA_FLAGS=-buildmode=pie [2019-09-19T11:56:39.040Z] #47 30.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-19T11:56:39.040Z] #47 30.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-19T11:56:39.040Z] #47 30.83 + '[' '' = dynamic ']' [2019-09-19T11:56:39.040Z] #47 30.83 + make [2019-09-19T11:56:39.040Z] #47 31.69 🇩 bin/ctr [2019-09-19T11:56:39.298Z] #47 ... [2019-09-19T11:56:39.298Z] [2019-09-19T11:56:39.298Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:39.298Z] #33 33.87 internal/x/crypto/curve25519 [2019-09-19T11:56:39.298Z] #33 36.87 sync [2019-09-19T11:56:39.298Z] #33 37.42 reflect [2019-09-19T11:56:39.298Z] #33 37.43 io [2019-09-19T11:56:39.298Z] #33 38.37 bytes [2019-09-19T11:56:39.893Z] #33 39.95 bufio [2019-09-19T11:56:41.280Z] #33 41.54 syscall [2019-09-19T11:56:42.213Z] #33 ... [2019-09-19T11:56:42.213Z] [2019-09-19T11:56:42.213Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:56:42.213Z] #57 42.49 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-19T11:56:42.213Z] #57 42.51 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-19T11:56:42.213Z] #57 42.53 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:56:42.213Z] #57 42.57 Setting up python-protobuf (3.0.0-9) ... [2019-09-19T11:56:44.111Z] #57 ... [2019-09-19T11:56:44.111Z] [2019-09-19T11:56:44.111Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:56:44.111Z] #30 34.12 sync [2019-09-19T11:56:44.111Z] #30 34.68 io [2019-09-19T11:56:44.111Z] #30 34.69 reflect [2019-09-19T11:56:44.111Z] #30 35.71 syscall [2019-09-19T11:56:44.111Z] #30 42.09 time [2019-09-19T11:56:44.676Z] #30 44.64 sort [2019-09-19T11:56:45.608Z] #30 45.61 internal/fmtsort [2019-09-19T11:56:45.805Z] ok github.com/docker/docker/container 0.155s coverage: 35.3% of statements [2019-09-19T11:56:45.805Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-19T11:56:45.805Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-19T11:56:45.805Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-19T11:56:45.805Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-19T11:56:45.865Z] #30 45.97 internal/syscall/unix [2019-09-19T11:56:46.123Z] #30 46.12 strings [2019-09-19T11:56:46.123Z] #30 46.20 internal/poll [2019-09-19T11:56:46.123Z] #30 ... [2019-09-19T11:56:46.123Z] [2019-09-19T11:56:46.123Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:46.123Z] #33 46.36 time [2019-09-19T11:56:47.500Z] #33 ... [2019-09-19T11:56:47.500Z] [2019-09-19T11:56:47.500Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-19T11:56:47.500Z] #57 47.21 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-19T11:56:47.500Z] #57 47.22 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-19T11:56:47.500Z] #57 47.23 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-19T11:56:47.500Z] #57 47.28 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-19T11:56:47.500Z] #57 47.28 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-19T11:56:47.500Z] #57 47.29 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-19T11:56:47.500Z] #57 47.30 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-19T11:56:47.500Z] #57 47.32 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-19T11:56:47.500Z] #57 47.32 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-19T11:56:47.500Z] #57 47.33 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-19T11:56:47.500Z] #57 47.34 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:56:47.500Z] #57 DONE 47.8s [2019-09-19T11:56:47.500Z] [2019-09-19T11:56:47.500Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:56:50.780Z] #58 3.225 Note: Building without setproctitle() and strlcpy() support. [2019-09-19T11:56:50.780Z] #58 3.225 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-19T11:56:51.358Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.068s coverage: 65.3% of statements [2019-09-19T11:56:51.713Z] #58 4.479 fatal: Not a git repository (or any of the parent directories): .git [2019-09-19T11:56:51.713Z] #58 4.515 GEN .gitid [2019-09-19T11:56:51.713Z] #58 4.523 GEN criu/include/version.h [2019-09-19T11:56:51.713Z] #58 4.531 GEN include/common/asm [2019-09-19T11:56:53.086Z] #58 5.747 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-19T11:56:53.086Z] #58 5.792 PBCC images/opts.pb-c.c [2019-09-19T11:56:53.086Z] #58 5.827 PBCC images/sit.pb-c.c [2019-09-19T11:56:53.086Z] #58 5.871 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-19T11:56:53.086Z] #58 5.917 DEP images/opts.pb-c.d [2019-09-19T11:56:53.344Z] #58 5.971 DEP images/sit.pb-c.d [2019-09-19T11:56:53.344Z] #58 6.024 PBCC images/macvlan.pb-c.c [2019-09-19T11:56:53.344Z] #58 6.054 DEP images/macvlan.pb-c.d [2019-09-19T11:56:53.344Z] #58 6.085 PBCC images/autofs.pb-c.c [2019-09-19T11:56:53.344Z] #58 6.116 DEP images/autofs.pb-c.d [2019-09-19T11:56:53.344Z] #58 6.160 PBCC images/sysctl.pb-c.c [2019-09-19T11:56:53.602Z] #58 6.195 DEP images/sysctl.pb-c.d [2019-09-19T11:56:53.602Z] #58 6.264 PBCC images/time.pb-c.c [2019-09-19T11:56:53.602Z] #58 6.303 DEP images/time.pb-c.d [2019-09-19T11:56:53.602Z] #58 6.351 PBCC images/binfmt-misc.pb-c.c [2019-09-19T11:56:53.602Z] #58 6.368 DEP images/binfmt-misc.pb-c.d [2019-09-19T11:56:53.602Z] #58 6.411 PBCC images/seccomp.pb-c.c [2019-09-19T11:56:53.602Z] #58 6.449 DEP images/seccomp.pb-c.d [2019-09-19T11:56:53.602Z] #58 6.492 PBCC images/userns.pb-c.c [2019-09-19T11:56:53.859Z] #58 6.540 DEP images/userns.pb-c.d [2019-09-19T11:56:53.859Z] #58 6.586 PBCC images/cgroup.pb-c.c [2019-09-19T11:56:53.859Z] #58 6.616 DEP images/cgroup.pb-c.d [2019-09-19T11:56:53.859Z] #58 6.631 PBCC images/fown.pb-c.c [2019-09-19T11:56:53.859Z] #58 6.667 PBCC images/ext-file.pb-c.c [2019-09-19T11:56:53.859Z] #58 6.678 DEP images/fown.pb-c.d [2019-09-19T11:56:53.859Z] #58 6.720 DEP images/ext-file.pb-c.d [2019-09-19T11:56:54.117Z] #58 6.771 PBCC images/rpc.pb-c.c [2019-09-19T11:56:54.117Z] #58 6.863 DEP images/rpc.pb-c.d [2019-09-19T11:56:54.117Z] #58 6.923 PBCC images/siginfo.pb-c.c [2019-09-19T11:56:54.117Z] #58 6.971 DEP images/siginfo.pb-c.d [2019-09-19T11:56:54.375Z] #58 7.031 PBCC images/pagemap.pb-c.c [2019-09-19T11:56:54.375Z] #58 7.053 DEP images/pagemap.pb-c.d [2019-09-19T11:56:54.375Z] #58 7.106 PBCC images/rlimit.pb-c.c [2019-09-19T11:56:54.375Z] #58 7.119 DEP images/rlimit.pb-c.d [2019-09-19T11:56:54.375Z] #58 7.174 PBCC images/file-lock.pb-c.c [2019-09-19T11:56:54.375Z] #58 7.231 DEP images/file-lock.pb-c.d [2019-09-19T11:56:54.632Z] #58 7.280 PBCC images/tty.pb-c.c [2019-09-19T11:56:54.632Z] #58 7.363 DEP images/tty.pb-c.d [2019-09-19T11:56:54.632Z] #58 7.419 PBCC images/tun.pb-c.c [2019-09-19T11:56:54.632Z] #58 7.455 PBCC images/netdev.pb-c.c [2019-09-19T11:56:54.632Z] #58 7.486 DEP images/tun.pb-c.d [2019-09-19T11:56:54.872Z] Running on azwin-2-b690c0 in d:\jenkins\workspace\moby_PR-39949 [Pipeline] { [2019-09-19T11:56:54.894Z] #58 7.538 DEP images/netdev.pb-c.d [2019-09-19T11:56:54.894Z] #58 7.615 PBCC images/vma.pb-c.c [2019-09-19T11:56:54.894Z] #58 7.664 DEP images/vma.pb-c.d [2019-09-19T11:56:54.894Z] #58 7.725 PBCC images/creds.pb-c.c [Pipeline] ws [2019-09-19T11:56:54.896Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-19T11:56:55.152Z] #58 7.779 DEP images/creds.pb-c.d [2019-09-19T11:56:55.152Z] #58 7.847 PBCC images/utsns.pb-c.c [2019-09-19T11:56:55.152Z] #58 7.871 DEP images/utsns.pb-c.d [2019-09-19T11:56:55.152Z] #58 7.915 PBCC images/ipc-desc.pb-c.c [2019-09-19T11:56:55.152Z] #58 7.967 PBCC images/ipc-sem.pb-c.c [2019-09-19T11:56:55.410Z] #58 7.988 DEP images/ipc-desc.pb-c.d [2019-09-19T11:56:55.410Z] #58 8.017 DEP images/ipc-sem.pb-c.d [2019-09-19T11:56:55.410Z] #58 8.037 PBCC images/ipc-msg.pb-c.c [2019-09-19T11:56:55.410Z] #58 8.060 DEP images/ipc-msg.pb-c.d [2019-09-19T11:56:55.410Z] #58 8.099 PBCC images/ipc-shm.pb-c.c [2019-09-19T11:56:55.410Z] #58 8.143 DEP images/ipc-shm.pb-c.d [2019-09-19T11:56:55.410Z] #58 8.188 PBCC images/ipc-var.pb-c.c [2019-09-19T11:56:55.410Z] #58 8.198 DEP images/ipc-var.pb-c.d [2019-09-19T11:56:55.667Z] #58 8.251 PBCC images/sk-opts.pb-c.c [2019-09-19T11:56:55.668Z] #58 8.264 PBCC images/packet-sock.pb-c.c [2019-09-19T11:56:55.668Z] #58 8.347 DEP images/sk-opts.pb-c.d [2019-09-19T11:56:55.668Z] #58 8.387 DEP images/packet-sock.pb-c.d [2019-09-19T11:56:55.668Z] #58 8.451 PBCC images/sk-netlink.pb-c.c [2019-09-19T11:56:55.668Z] #58 8.498 DEP images/sk-netlink.pb-c.d [2019-09-19T11:56:55.925Z] #58 8.544 PBCC images/sk-inet.pb-c.c [2019-09-19T11:56:55.925Z] #58 8.608 DEP images/sk-inet.pb-c.d [2019-09-19T11:56:55.925Z] #58 8.681 PBCC images/sk-unix.pb-c.c [2019-09-19T11:56:55.925Z] #58 8.729 DEP images/sk-unix.pb-c.d [2019-09-19T11:56:56.183Z] #58 8.753 PBCC images/mm.pb-c.c [2019-09-19T11:56:56.183Z] #58 8.791 DEP images/mm.pb-c.d [2019-09-19T11:56:56.183Z] #58 8.826 PBCC images/timerfd.pb-c.c [2019-09-19T11:56:56.183Z] #58 8.857 DEP images/timerfd.pb-c.d [2019-09-19T11:56:56.183Z] #58 8.926 PBCC images/timer.pb-c.c [2019-09-19T11:56:56.183Z] #58 8.975 DEP images/timer.pb-c.d [2019-09-19T11:56:56.441Z] #58 8.999 PBCC images/sa.pb-c.c [2019-09-19T11:56:56.441Z] #58 9.039 DEP images/sa.pb-c.d [2019-09-19T11:56:56.441Z] #58 9.071 PBCC images/pipe-data.pb-c.c [2019-09-19T11:56:56.441Z] #58 9.095 DEP images/pipe-data.pb-c.d [2019-09-19T11:56:56.441Z] #58 9.140 PBCC images/mnt.pb-c.c [2019-09-19T11:56:56.441Z] #58 9.196 DEP images/mnt.pb-c.d [2019-09-19T11:56:56.698Z] #58 9.283 PBCC images/sk-packet.pb-c.c [2019-09-19T11:56:56.698Z] #58 9.295 DEP images/sk-packet.pb-c.d [2019-09-19T11:56:56.698Z] #58 9.355 PBCC images/tcp-stream.pb-c.c [2019-09-19T11:56:56.698Z] #58 9.420 DEP images/tcp-stream.pb-c.d [2019-09-19T11:56:56.698Z] #58 9.481 PBCC images/pipe.pb-c.c [2019-09-19T11:56:56.956Z] #58 9.532 DEP images/pipe.pb-c.d [2019-09-19T11:56:56.956Z] #58 9.611 PBCC images/pstree.pb-c.c [2019-09-19T11:56:56.956Z] #58 9.667 DEP images/pstree.pb-c.d [2019-09-19T11:56:56.956Z] #58 9.701 PBCC images/fs.pb-c.c [2019-09-19T11:56:56.956Z] #58 9.718 DEP images/fs.pb-c.d [2019-09-19T11:56:56.956Z] #58 9.752 PBCC images/signalfd.pb-c.c [2019-09-19T11:56:56.956Z] #58 9.790 DEP images/signalfd.pb-c.d [2019-09-19T11:56:56.956Z] #58 9.820 PBCC images/fh.pb-c.c [2019-09-19T11:56:57.214Z] #58 9.852 PBCC images/fsnotify.pb-c.c [2019-09-19T11:56:57.214Z] #58 9.899 DEP images/fh.pb-c.d [2019-09-19T11:56:57.214Z] #58 9.923 DEP images/fsnotify.pb-c.d [2019-09-19T11:56:57.214Z] #58 9.978 PBCC images/eventpoll.pb-c.c [2019-09-19T11:56:57.214Z] #58 10.00 DEP images/eventpoll.pb-c.d [2019-09-19T11:56:57.214Z] #58 10.05 PBCC images/eventfd.pb-c.c [2019-09-19T11:56:57.472Z] #58 10.08 DEP images/eventfd.pb-c.d [2019-09-19T11:56:57.472Z] #58 10.12 PBCC images/remap-file-path.pb-c.c [2019-09-19T11:56:57.472Z] #58 10.15 DEP images/remap-file-path.pb-c.d [2019-09-19T11:56:57.472Z] #58 10.20 PBCC images/fifo.pb-c.c [2019-09-19T11:56:57.472Z] #58 10.23 DEP images/fifo.pb-c.d [2019-09-19T11:56:57.472Z] #58 10.27 PBCC images/ghost-file.pb-c.c [2019-09-19T11:56:57.730Z] #58 10.29 DEP images/ghost-file.pb-c.d [2019-09-19T11:56:57.730Z] #58 10.33 PBCC images/regfile.pb-c.c [2019-09-19T11:56:57.730Z] #58 10.40 DEP images/regfile.pb-c.d [2019-09-19T11:56:57.730Z] #58 10.47 PBCC images/ns.pb-c.c [2019-09-19T11:56:57.730Z] #58 10.53 DEP images/ns.pb-c.d [2019-09-19T11:56:57.730Z] #58 ... [2019-09-19T11:56:57.730Z] [2019-09-19T11:56:57.730Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:56:57.730Z] #30 47.95 os [2019-09-19T11:56:57.730Z] #30 48.64 bytes [2019-09-19T11:56:57.730Z] #30 50.01 bufio [2019-09-19T11:56:57.730Z] #30 50.86 fmt [2019-09-19T11:56:57.730Z] #30 51.33 path/filepath [2019-09-19T11:56:57.730Z] #30 52.11 io/ioutil [2019-09-19T11:56:57.730Z] #30 52.67 path [2019-09-19T11:56:57.730Z] #30 53.01 text/tabwriter [2019-09-19T11:56:57.730Z] #30 54.51 github.com/BurntSushi/toml [2019-09-19T11:56:57.730Z] #30 54.51 flag [2019-09-19T11:56:57.730Z] #30 55.84 log [2019-09-19T11:56:57.988Z] #30 58.11 github.com/BurntSushi/toml/cmd/tomlv [2019-09-19T11:56:57.988Z] #30 ... [2019-09-19T11:56:57.988Z] [2019-09-19T11:56:57.988Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:56:57.988Z] #58 10.59 PBCC images/fdinfo.pb-c.c [2019-09-19T11:56:57.988Z] #58 10.74 DEP images/fdinfo.pb-c.d [2019-09-19T11:56:58.246Z] #58 10.81 PBCC images/core-aarch64.pb-c.c [2019-09-19T11:56:58.246Z] #58 10.85 PBCC images/core-arm.pb-c.c [2019-09-19T11:56:58.246Z] #58 10.89 PBCC images/core-ppc64.pb-c.c [2019-09-19T11:56:58.246Z] #58 10.90 PBCC images/core-s390.pb-c.c [2019-09-19T11:56:58.246Z] #58 10.97 PBCC images/core-x86.pb-c.c [2019-09-19T11:56:58.246Z] #58 11.03 PBCC images/core.pb-c.c [2019-09-19T11:56:58.246Z] #58 ... [2019-09-19T11:56:58.246Z] [2019-09-19T11:56:58.246Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:56:58.246Z] #33 48.49 sort [2019-09-19T11:56:58.246Z] #33 49.55 internal/fmtsort [2019-09-19T11:56:58.246Z] #33 50.25 internal/syscall/unix [2019-09-19T11:56:58.246Z] #33 50.48 strings [2019-09-19T11:56:58.246Z] #33 50.70 internal/poll [2019-09-19T11:56:58.246Z] #33 52.43 os [2019-09-19T11:56:58.246Z] #33 52.89 path [2019-09-19T11:56:58.246Z] #33 53.42 regexp/syntax [2019-09-19T11:56:58.246Z] #33 56.36 fmt [2019-09-19T11:56:58.246Z] #33 56.84 path/filepath [2019-09-19T11:56:58.246Z] #33 58.24 regexp [2019-09-19T11:56:58.504Z] #33 ... [2019-09-19T11:56:58.504Z] [2019-09-19T11:56:58.504Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:56:58.504Z] #58 11.08 PBCC images/inventory.pb-c.c [2019-09-19T11:56:58.504Z] #58 11.12 DEP images/core-aarch64.pb-c.d [2019-09-19T11:56:58.504Z] #58 11.18 DEP images/core-arm.pb-c.d [2019-09-19T11:56:58.504Z] #58 11.26 DEP images/core-ppc64.pb-c.d [2019-09-19T11:56:58.504Z] #58 11.29 DEP images/core-s390.pb-c.d [2019-09-19T11:56:58.689Z] Removing intermediate container 07fe8abfa97d [2019-09-19T11:56:58.689Z] ---> 7b7cf43193ae [2019-09-19T11:56:58.689Z] Step 66/125 : FROM base AS gotestsum [2019-09-19T11:56:58.689Z] ---> a0075086ca4a [2019-09-19T11:56:58.689Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-19T11:56:58.689Z] ---> Running in 58457221710a [2019-09-19T11:56:58.689Z] Removing intermediate container 58457221710a [2019-09-19T11:56:58.689Z] ---> 5f37440c9004 [2019-09-19T11:56:58.689Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:56:58.689Z] ---> 3d9bb3d5c8e9 [2019-09-19T11:56:58.689Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:56:58.689Z] ---> 4668c4865780 [2019-09-19T11:56:58.689Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:56:58.689Z] ---> Running in 37f8f52a7292 [2019-09-19T11:56:58.689Z] + RM_GOPATH=0 [2019-09-19T11:56:58.689Z] + TMP_GOPATH= [2019-09-19T11:56:58.689Z] + : /build [2019-09-19T11:56:58.689Z] + '[' -z '' ']' [2019-09-19T11:56:58.689Z] ++ mktemp -d [2019-09-19T11:56:58.689Z] + export GOPATH=/tmp/tmp.qdlK1wByG0 [2019-09-19T11:56:58.689Z] + GOPATH=/tmp/tmp.qdlK1wByG0 [2019-09-19T11:56:58.689Z] + RM_GOPATH=1 [2019-09-19T11:56:58.689Z] ++ dirname ./install.sh [2019-09-19T11:56:58.689Z] + dir=. [2019-09-19T11:56:58.689Z] + bin=gotestsum [2019-09-19T11:56:58.689Z] + shift [2019-09-19T11:56:58.689Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-19T11:56:58.689Z] + . ./gotestsum.installer [2019-09-19T11:56:58.689Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-19T11:56:58.689Z] + install_gotestsum [2019-09-19T11:56:58.689Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-19T11:56:58.689Z] Installing gotestsum version v0.3.5 [2019-09-19T11:56:58.689Z] + go get -d gotest.tools/gotestsum [2019-09-19T11:56:58.761Z] #58 11.35 DEP images/core-x86.pb-c.d [2019-09-19T11:56:58.762Z] #58 11.42 DEP images/core.pb-c.d [2019-09-19T11:56:58.762Z] #58 11.46 DEP images/inventory.pb-c.d [2019-09-19T11:56:58.762Z] #58 11.55 PBCC images/cpuinfo.pb-c.c [2019-09-19T11:56:59.019Z] #58 11.62 DEP images/cpuinfo.pb-c.d [2019-09-19T11:56:59.019Z] #58 11.67 PBCC images/stats.pb-c.c [2019-09-19T11:56:59.019Z] #58 11.70 DEP images/stats.pb-c.d [2019-09-19T11:56:59.798Z] ok github.com/docker/docker/daemon/cluster/convert 0.058s coverage: 35.8% of statements [2019-09-19T11:57:00.193Z] + cd /tmp/tmp.qdlK1wByG0/src/gotest.tools/gotestsum [2019-09-19T11:57:00.193Z] + git checkout -q v0.3.5 [2019-09-19T11:57:00.564Z] #58 13.08 make[1]: Nothing to be done for 'all'. [2019-09-19T11:57:00.582Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-19T11:57:01.936Z] #58 14.35 CC images/stats.o [2019-09-19T11:57:01.937Z] #58 ... [2019-09-19T11:57:01.937Z] [2019-09-19T11:57:01.937Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-19T11:57:01.937Z] #30 DONE 62.1s [2019-09-19T11:57:01.937Z] [2019-09-19T11:57:01.937Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:01.937Z] #33 59.86 flag [2019-09-19T11:57:01.937Z] #33 61.24 go/token [2019-09-19T11:57:01.937Z] #33 61.25 io/ioutil [2019-09-19T11:57:01.937Z] #33 61.89 net/url [2019-09-19T11:57:01.937Z] #33 61.95 go/scanner [2019-09-19T11:57:03.310Z] #33 63.47 go/ast [2019-09-19T11:57:03.337Z] ok github.com/docker/docker/daemon/cluster 0.174s coverage: 0.5% of statements [2019-09-19T11:57:03.875Z] #33 63.98 text/template/parse [2019-09-19T11:57:07.155Z] #33 ... [2019-09-19T11:57:07.155Z] [2019-09-19T11:57:07.155Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:07.155Z] #58 14.78 CC images/core.o [2019-09-19T11:57:07.155Z] #58 15.69 CC images/core-x86.o [2019-09-19T11:57:07.155Z] #58 16.11 CC images/core-arm.o [2019-09-19T11:57:07.155Z] #58 16.47 CC images/core-aarch64.o [2019-09-19T11:57:07.155Z] #58 16.93 CC images/core-ppc64.o [2019-09-19T11:57:07.155Z] #58 17.38 CC images/core-s390.o [2019-09-19T11:57:07.155Z] #58 17.97 CC images/cpuinfo.o [2019-09-19T11:57:07.155Z] #58 18.32 CC images/inventory.o [2019-09-19T11:57:07.155Z] #58 18.63 CC images/fdinfo.o [2019-09-19T11:57:07.155Z] #58 19.03 CC images/fown.o [2019-09-19T11:57:07.155Z] #58 19.27 CC images/ns.o [2019-09-19T11:57:07.155Z] #58 19.42 CC images/regfile.o [2019-09-19T11:57:07.155Z] #58 19.72 CC images/ghost-file.o [2019-09-19T11:57:07.412Z] #58 19.96 CC images/fifo.o [2019-09-19T11:57:07.412Z] #58 20.15 CC images/remap-file-path.o [2019-09-19T11:57:07.670Z] #58 20.33 CC images/eventfd.o [2019-09-19T11:57:07.928Z] #58 20.57 CC images/eventpoll.o [2019-09-19T11:57:08.187Z] #58 20.86 CC images/fh.o [2019-09-19T11:57:08.445Z] #58 21.13 CC images/fsnotify.o [2019-09-19T11:57:08.871Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2019-09-19T11:57:09.010Z] #58 21.60 CC images/signalfd.o [2019-09-19T11:57:09.010Z] #58 21.82 CC images/fs.o [2019-09-19T11:57:09.268Z] #58 22.02 CC images/pstree.o [2019-09-19T11:57:09.526Z] #58 22.19 CC images/pipe.o [2019-09-19T11:57:09.784Z] #58 22.46 CC images/tcp-stream.o [2019-09-19T11:57:10.042Z] #58 22.65 CC images/sk-packet.o [2019-09-19T11:57:10.299Z] #58 22.90 CC images/mnt.o [2019-09-19T11:57:10.299Z] #58 23.07 CC images/pipe-data.o [2019-09-19T11:57:10.557Z] #58 23.21 CC images/sa.o [2019-09-19T11:57:10.557Z] #58 23.41 CC images/timer.o [2019-09-19T11:57:11.123Z] #58 23.77 CC images/timerfd.o [2019-09-19T11:57:11.123Z] #58 23.96 CC images/mm.o [2019-09-19T11:57:11.569Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2019-09-19T11:57:11.569Z] ok github.com/docker/docker/daemon/config 0.142s coverage: 84.6% of statements [2019-09-19T11:57:11.689Z] #58 24.31 CC images/sk-opts.o [2019-09-19T11:57:11.689Z] #58 24.51 CC images/sk-unix.o [2019-09-19T11:57:12.052Z] Removing intermediate container 37f8f52a7292 [2019-09-19T11:57:12.052Z] ---> 58acd72344a0 [2019-09-19T11:57:12.052Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-19T11:57:12.052Z] ---> a0075086ca4a [2019-09-19T11:57:12.052Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-19T11:57:12.052Z] ---> Running in f1739331cf83 [2019-09-19T11:57:12.052Z] Removing intermediate container f1739331cf83 [2019-09-19T11:57:12.052Z] ---> 77e4a7b85569 [2019-09-19T11:57:12.052Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:57:12.052Z] ---> ba032531d641 [2019-09-19T11:57:12.052Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:57:12.052Z] ---> 8cdc66e941d7 [2019-09-19T11:57:12.052Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:57:12.052Z] ---> Running in 619650a2ab0c [2019-09-19T11:57:12.052Z] + RM_GOPATH=0 [2019-09-19T11:57:12.052Z] + TMP_GOPATH= [2019-09-19T11:57:12.052Z] + : /build [2019-09-19T11:57:12.052Z] + '[' -z '' ']' [2019-09-19T11:57:12.052Z] Install docker/cli version 17.06.2-ce from stable [2019-09-19T11:57:12.052Z] ++ mktemp -d [2019-09-19T11:57:12.052Z] + export GOPATH=/tmp/tmp.jJR815tkA3 [2019-09-19T11:57:12.052Z] + GOPATH=/tmp/tmp.jJR815tkA3 [2019-09-19T11:57:12.052Z] + RM_GOPATH=1 [2019-09-19T11:57:12.052Z] ++ dirname ./install.sh [2019-09-19T11:57:12.052Z] + dir=. [2019-09-19T11:57:12.052Z] + bin=dockercli [2019-09-19T11:57:12.052Z] + shift [2019-09-19T11:57:12.052Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-19T11:57:12.052Z] + . ./dockercli.installer [2019-09-19T11:57:12.052Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-19T11:57:12.052Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-19T11:57:12.052Z] + install_dockercli [2019-09-19T11:57:12.052Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-19T11:57:12.052Z] ++ uname -m [2019-09-19T11:57:12.052Z] + arch=s390x [2019-09-19T11:57:12.052Z] + '[' s390x '!=' x86_64 ']' [2019-09-19T11:57:12.052Z] + '[' s390x '!=' s390x ']' [2019-09-19T11:57:12.052Z] + url=https://download.docker.com/linux/static [2019-09-19T11:57:12.052Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-19T11:57:12.052Z] + tar -xz docker/docker [2019-09-19T11:57:12.255Z] #58 24.77 CC images/sk-inet.o [2019-09-19T11:57:12.255Z] #58 25.11 CC images/tun.o [2019-09-19T11:57:12.513Z] #58 25.32 CC images/sk-netlink.o [2019-09-19T11:57:12.771Z] #58 25.46 CC images/packet-sock.o [2019-09-19T11:57:13.029Z] #58 25.78 CC images/ipc-var.o [2019-09-19T11:57:13.287Z] #58 25.92 CC images/ipc-desc.o [2019-09-19T11:57:13.544Z] #58 26.10 CC images/ipc-shm.o [2019-09-19T11:57:13.544Z] #58 26.36 CC images/ipc-msg.o [2019-09-19T11:57:14.110Z] #58 26.72 CC images/ipc-sem.o [2019-09-19T11:57:14.110Z] #58 26.86 CC images/utsns.o [2019-09-19T11:57:14.368Z] #58 27.12 CC images/creds.o [2019-09-19T11:57:14.594Z] + mkdir -p /build [2019-09-19T11:57:14.594Z] + mv docker/docker /build/ [2019-09-19T11:57:14.594Z] + rmdir docker [2019-09-19T11:57:14.626Z] #58 27.34 CC images/vma.o [2019-09-19T11:57:14.885Z] #58 27.50 CC images/netdev.o [2019-09-19T11:57:15.052Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-09-19T11:57:15.143Z] #58 27.87 CC images/tty.o [2019-09-19T11:57:15.376Z] Removing intermediate container 619650a2ab0c [2019-09-19T11:57:15.376Z] ---> 1b8ff6781eb4 [2019-09-19T11:57:15.376Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-19T11:57:15.376Z] ---> a8bad2499e61 [2019-09-19T11:57:15.376Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-19T11:57:15.376Z] ---> Running in a83f60ce4b85 [2019-09-19T11:57:15.376Z] Removing intermediate container a83f60ce4b85 [2019-09-19T11:57:15.376Z] ---> 7b9440104711 [2019-09-19T11:57:15.376Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:57:15.741Z] ---> a635d670f1d4 [2019-09-19T11:57:15.741Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:57:15.741Z] ---> 304552bd6145 [2019-09-19T11:57:15.741Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:57:16.076Z] #58 28.50 CC images/file-lock.o [2019-09-19T11:57:16.076Z] #58 28.73 CC images/rlimit.o [2019-09-19T11:57:16.076Z] #58 28.85 CC images/pagemap.o [2019-09-19T11:57:16.133Z] ---> Running in 1c6e7b2e3caa [2019-09-19T11:57:16.133Z] + RM_GOPATH=0 [2019-09-19T11:57:16.133Z] + TMP_GOPATH= [2019-09-19T11:57:16.133Z] + : /build [2019-09-19T11:57:16.133Z] + '[' -z '' ']' [2019-09-19T11:57:16.133Z] ++ mktemp -d [2019-09-19T11:57:16.133Z] + export GOPATH=/tmp/tmp.XyBDOMWhKx [2019-09-19T11:57:16.133Z] + GOPATH=/tmp/tmp.XyBDOMWhKx [2019-09-19T11:57:16.133Z] + RM_GOPATH=1 [2019-09-19T11:57:16.133Z] ++ dirname ./install.sh [2019-09-19T11:57:16.133Z] + dir=. [2019-09-19T11:57:16.133Z] + bin=runc [2019-09-19T11:57:16.133Z] + shift [2019-09-19T11:57:16.133Z] + '[' '!' -f ./runc.installer ']' [2019-09-19T11:57:16.133Z] + . ./runc.installer [2019-09-19T11:57:16.133Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:57:16.133Z] + install_runc [2019-09-19T11:57:16.133Z] + uname -r [2019-09-19T11:57:16.133Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-19T11:57:16.133Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-19T11:57:16.133Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-19T11:57:16.133Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.XyBDOMWhKx/src/github.com/opencontainers/runc [2019-09-19T11:57:16.133Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-19T11:57:16.133Z] Cloning into '/tmp/tmp.XyBDOMWhKx/src/github.com/opencontainers/runc'... [2019-09-19T11:57:16.335Z] #58 29.12 CC images/siginfo.o [2019-09-19T11:57:16.593Z] #58 29.37 CC images/rpc.o [2019-09-19T11:57:17.100Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.553s coverage: 13.7% of statements [2019-09-19T11:57:17.412Z] + cd /tmp/tmp.XyBDOMWhKx/src/github.com/opencontainers/runc [2019-09-19T11:57:17.412Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-19T11:57:17.527Z] #58 ... [2019-09-19T11:57:17.527Z] [2019-09-19T11:57:17.527Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:17.527Z] #33 67.45 text/template [2019-09-19T11:57:17.527Z] #33 67.66 go/parser [2019-09-19T11:57:17.527Z] #33 70.36 log [2019-09-19T11:57:17.527Z] #33 70.76 encoding/binary [2019-09-19T11:57:17.527Z] #33 72.03 go/doc [2019-09-19T11:57:17.527Z] #33 72.19 encoding/base64 [2019-09-19T11:57:17.527Z] #33 72.68 encoding/json [2019-09-19T11:57:17.527Z] #33 75.08 github.com/LK4D4/vndr/build [2019-09-19T11:57:17.527Z] #33 77.66 encoding/xml [2019-09-19T11:57:17.527Z] #33 77.82 github.com/LK4D4/vndr/godl/singleflight [2019-09-19T11:57:17.527Z] #33 ... [2019-09-19T11:57:17.527Z] [2019-09-19T11:57:17.527Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:17.527Z] #58 30.36 CC images/ext-file.o [2019-09-19T11:57:17.785Z] #58 30.53 CC images/cgroup.o [2019-09-19T11:57:17.788Z] + '[' -z '' ']' [2019-09-19T11:57:17.788Z] + target=static [2019-09-19T11:57:17.788Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-19T11:57:17.788Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-19T11:57:18.361Z] #58 31.02 CC images/userns.o [2019-09-19T11:57:18.361Z] #58 31.24 CC images/google/protobuf/descriptor.o [2019-09-19T11:57:18.834Z] using credential docker-jenkins-github-credentials [2019-09-19T11:57:18.908Z] Cloning the remote Git repository [2019-09-19T11:57:18.908Z] Cloning with configured refspecs honoured and without tags [2019-09-19T11:57:19.793Z] ok github.com/docker/docker/daemon 12.431s coverage: 17.6% of statements [2019-09-19T11:57:19.793Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-19T11:57:19.793Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-19T11:57:19.793Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-19T11:57:19.793Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-19T11:57:20.079Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2019-09-19T11:57:20.258Z] #58 32.70 CC images/opts.o [2019-09-19T11:57:20.258Z] #58 32.94 CC images/seccomp.o [2019-09-19T11:57:20.258Z] #58 33.13 CC images/binfmt-misc.o [2019-09-19T11:57:20.516Z] #58 33.31 CC images/time.o [2019-09-19T11:57:19.155Z] Cloning repository https://github.com/moby/moby.git [2019-09-19T11:57:19.608Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-19T11:57:20.774Z] #58 33.52 CC images/sysctl.o [2019-09-19T11:57:21.032Z] #58 33.75 CC images/autofs.o [2019-09-19T11:57:21.098Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.107s coverage: 57.9% of statements [2019-09-19T11:57:21.291Z] #58 33.98 CC images/macvlan.o [2019-09-19T11:57:21.549Z] #58 34.16 CC images/sit.o [2019-09-19T11:57:21.807Z] #58 34.44 LINK images/built-in.o [2019-09-19T11:57:21.807Z] #58 34.54 GEN compel/include/asm [2019-09-19T11:57:21.807Z] #58 34.55 GEN compel/include/version.h [2019-09-19T11:57:21.807Z] #58 34.58 touch .config [2019-09-19T11:57:21.807Z] #58 34.60 GEN include/common/config.h [2019-09-19T11:57:21.807Z] #58 34.65 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-19T11:57:22.065Z] #58 34.69 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-19T11:57:22.065Z] #58 34.71 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-19T11:57:22.065Z] #58 34.75 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-19T11:57:22.065Z] #58 34.76 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-19T11:57:22.065Z] #58 34.80 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-19T11:57:22.065Z] #58 34.82 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-19T11:57:22.065Z] #58 34.87 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-19T11:57:22.323Z] #58 34.87 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-19T11:57:22.323Z] #58 34.91 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-19T11:57:22.323Z] #58 34.92 DEP compel/plugins/std/infect.d [2019-09-19T11:57:22.323Z] #58 35.02 DEP compel/plugins/std/string.d [2019-09-19T11:57:22.323Z] #58 35.08 DEP compel/plugins/std/log.d [2019-09-19T11:57:22.581Z] #58 35.16 DEP compel/plugins/std/fds.d [2019-09-19T11:57:22.581Z] #58 35.30 DEP compel/plugins/std/std.d [2019-09-19T11:57:22.581Z] #58 35.39 DEP compel/plugins/shmem/shmem.d [2019-09-19T11:57:21.232Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:57:21.233Z] > git --version # timeout=10 [2019-09-19T11:57:21.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:57:21.281Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:57:22.839Z] #58 35.45 DEP compel/plugins/fds/fds.d [2019-09-19T11:57:23.097Z] #58 35.63 CC compel/plugins/std/std.o [2019-09-19T11:57:23.355Z] #58 35.96 CC compel/plugins/std/fds.o [2019-09-19T11:57:23.613Z] #58 36.37 CC compel/plugins/std/log.o [2019-09-19T11:57:23.868Z] sha256:2e37954a90d2b8fd48550a3c1c5723b829e1e3b364c2dd5a57d076cd58949b3a [2019-09-19T11:57:23.868Z] INFO: Starting docker-py tests... [2019-09-19T11:57:24.433Z] ============================= test session starts ============================== [2019-09-19T11:57:24.433Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-19T11:57:24.433Z] rootdir: /src, inifile: pytest.ini [2019-09-19T11:57:24.433Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-19T11:57:24.546Z] #58 37.11 CC compel/plugins/std/string.o [2019-09-19T11:57:25.115Z] #58 37.71 CC compel/plugins/std/infect.o [2019-09-19T11:57:25.373Z] #58 38.00 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-19T11:57:25.373Z] #58 38.08 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-19T11:57:25.373Z] #58 38.12 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-19T11:57:25.373Z] #58 38.17 AR compel/plugins/std.lib.a [2019-09-19T11:57:25.631Z] #58 38.24 CC compel/plugins/fds/fds.o [2019-09-19T11:57:25.806Z] collected 385 items / 6 deselected [2019-09-19T11:57:25.806Z] [2019-09-19T11:57:25.889Z] #58 38.44 AR compel/plugins/fds.lib.a [2019-09-19T11:57:25.889Z] #58 38.47 HOSTDEP compel/src/lib/log-host.d [2019-09-19T11:57:25.889Z] #58 38.55 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-19T11:57:25.889Z] #58 38.66 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-19T11:57:25.889Z] #58 38.77 HOSTDEP compel/src/main-host.d [2019-09-19T11:57:26.147Z] #58 ... [2019-09-19T11:57:26.147Z] [2019-09-19T11:57:26.147Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-19T11:57:26.147Z] #61 79.69 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-19T11:57:26.147Z] #61 79.69 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-19T11:57:26.147Z] #61 DONE 86.5s [2019-09-19T11:57:26.147Z] [2019-09-19T11:57:26.147Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-19T11:57:26.405Z] #62 DONE 0.1s [2019-09-19T11:57:26.405Z] [2019-09-19T11:57:26.405Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:26.405Z] #58 38.99 DEP compel/src/lib/ptrace.d [2019-09-19T11:57:26.663Z] #58 39.30 DEP compel/src/lib/infect.d [2019-09-19T11:57:26.921Z] #58 39.52 DEP compel/src/lib/infect-util.d [2019-09-19T11:57:27.179Z] #58 39.84 DEP compel/src/lib/infect-rpc.d [2019-09-19T11:57:27.440Z] #58 40.07 DEP compel/arch/x86/src/lib/infect.d [2019-09-19T11:57:27.699Z] #58 40.41 DEP compel/arch/x86/src/lib/cpu.d [2019-09-19T11:57:27.699Z] #58 40.48 DEP compel/src/lib/log.d [2019-09-19T11:57:27.935Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.527s coverage: 68.6% of statements [2019-09-19T11:57:27.935Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.080s coverage: 50.8% of statements [2019-09-19T11:57:27.956Z] #58 40.57 DEP compel/src/main.d [2019-09-19T11:57:27.956Z] #58 40.67 DEP compel/src/lib/handle-elf.d [2019-09-19T11:57:27.956Z] #58 ... [2019-09-19T11:57:27.956Z] [2019-09-19T11:57:27.957Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:27.957Z] #33 78.03 compress/flate [2019-09-19T11:57:27.957Z] #33 80.86 hash [2019-09-19T11:57:27.957Z] #33 81.03 hash/crc32 [2019-09-19T11:57:27.957Z] #33 81.56 compress/gzip [2019-09-19T11:57:27.957Z] #33 82.14 context [2019-09-19T11:57:27.957Z] #33 82.48 crypto/cipher [2019-09-19T11:57:27.957Z] #33 82.83 math/rand [2019-09-19T11:57:27.957Z] #33 83.45 math/big [2019-09-19T11:57:27.957Z] #33 83.63 crypto/aes [2019-09-19T11:57:27.957Z] #33 84.66 crypto [2019-09-19T11:57:27.957Z] #33 84.84 crypto/des [2019-09-19T11:57:27.957Z] #33 85.42 crypto/internal/randutil [2019-09-19T11:57:27.957Z] #33 85.45 crypto/sha512 [2019-09-19T11:57:27.957Z] #33 86.45 crypto/hmac [2019-09-19T11:57:27.957Z] #33 86.78 crypto/md5 [2019-09-19T11:57:27.957Z] #33 87.71 crypto/sha1 [2019-09-19T11:57:27.957Z] #33 ... [2019-09-19T11:57:27.957Z] [2019-09-19T11:57:27.957Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:27.957Z] #58 40.76 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-19T11:57:28.214Z] #58 40.88 CC compel/src/lib/log.o [2019-09-19T11:57:28.489Z] #58 41.23 CC compel/arch/x86/src/lib/cpu.o [2019-09-19T11:57:29.087Z] #58 41.89 CC compel/arch/x86/src/lib/infect.o [2019-09-19T11:57:30.469Z] #58 42.92 CC compel/src/lib/infect-rpc.o [2019-09-19T11:57:30.469Z] #58 43.26 CC compel/src/lib/infect-util.o [2019-09-19T11:57:30.642Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.172s coverage: 46.1% of statements [2019-09-19T11:57:30.642Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-19T11:57:31.039Z] #58 43.58 CC compel/src/lib/infect.o [2019-09-19T11:57:31.264Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2019-09-19T11:57:31.714Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-19T11:57:31.714Z] + mkdir -p /build [2019-09-19T11:57:31.714Z] + cp runc /build/runc [2019-09-19T11:57:31.714Z] Removing intermediate container 1c6e7b2e3caa [2019-09-19T11:57:31.714Z] ---> b4047b208a13 [2019-09-19T11:57:31.714Z] Step 81/125 : FROM dev-base AS tini [2019-09-19T11:57:31.714Z] ---> a0075086ca4a [2019-09-19T11:57:31.714Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:57:31.714Z] ---> Using cache [2019-09-19T11:57:31.714Z] ---> f8367ba16040 [2019-09-19T11:57:31.714Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-19T11:57:31.714Z] ---> Running in e0963abd7a06 [2019-09-19T11:57:31.884Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.336s coverage: 52.5% of statements [2019-09-19T11:57:31.884Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-19T11:57:32.085Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:57:32.086Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:57:32.170Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.587s coverage: 76.1% of statements [2019-09-19T11:57:32.170Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-19T11:57:32.459Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:57:32.459Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:57:32.459Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:57:32.459Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:57:32.459Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:57:32.459Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:57:32.936Z] #58 45.51 CC compel/src/lib/ptrace.o [2019-09-19T11:57:33.194Z] #58 45.96 AR compel/libcompel.a [2019-09-19T11:57:33.194Z] #58 46.01 HOSTCC compel/src/main-host.o [2019-09-19T11:57:33.451Z] #58 46.26 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-19T11:57:33.665Z] ok github.com/docker/docker/daemon/links 0.021s coverage: 93.0% of statements [2019-09-19T11:57:33.708Z] #58 46.42 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-19T11:57:33.865Z] Fetched 7673 kB in 1s (4947 kB/s) [2019-09-19T11:57:34.225Z] Reading package lists... [2019-09-19T11:57:34.274Z] #58 46.89 HOSTCC compel/src/lib/log-host.o [2019-09-19T11:57:34.274Z] #58 47.07 HOSTLINK compel/compel-host-bin [2019-09-19T11:57:34.274Z] #58 47.16 DEP soccr/soccr.d [2019-09-19T11:57:34.531Z] #58 47.29 CC soccr/soccr.o [2019-09-19T11:57:35.026Z] Reading package lists... [2019-09-19T11:57:35.026Z] Building dependency tree... [2019-09-19T11:57:35.026Z] Reading state information... [2019-09-19T11:57:35.026Z] The following additional packages will be installed: [2019-09-19T11:57:35.026Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-19T11:57:35.026Z] Suggested packages: [2019-09-19T11:57:35.026Z] codeblocks eclipse ninja-build lrzip [2019-09-19T11:57:35.026Z] Recommended packages: [2019-09-19T11:57:35.026Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-19T11:57:35.026Z] The following NEW packages will be installed: [2019-09-19T11:57:35.026Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-19T11:57:35.026Z] vim-common xxd [2019-09-19T11:57:35.026Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:57:35.026Z] Need to get 13.2 MB of archives. [2019-09-19T11:57:35.026Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-19T11:57:35.026Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-19T11:57:35.026Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-19T11:57:35.026Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-19T11:57:35.411Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-19T11:57:35.411Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-19T11:57:35.411Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-19T11:57:35.411Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-19T11:57:35.411Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-19T11:57:35.411Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-19T11:57:35.411Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-19T11:57:35.411Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:57:35.411Z] Fetched 13.2 MB in 0s (54.3 MB/s) [2019-09-19T11:57:35.411Z] Selecting previously unselected package cmake-data. [2019-09-19T11:57:35.411Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-19T11:57:35.411Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-19T11:57:35.411Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-19T11:57:35.464Z] #58 48.26 AR soccr/libsoccr.a [2019-09-19T11:57:35.464Z] #58 48.31 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-19T11:57:35.777Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-19T11:57:35.777Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-19T11:57:35.777Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:57:35.777Z] Selecting previously unselected package libicu57:s390x. [2019-09-19T11:57:35.777Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-19T11:57:35.777Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-19T11:57:36.029Z] #58 48.62 DEP criu/arch/x86/sigframe.d [2019-09-19T11:57:36.029Z] #58 48.80 DEP criu/arch/x86/sigaction_compat.d [2019-09-19T11:57:36.029Z] #58 48.87 DEP criu/arch/x86/kerndat.d [2019-09-19T11:57:36.287Z] #58 48.98 DEP criu/arch/x86/crtools.d [2019-09-19T11:57:36.287Z] #58 49.10 DEP criu/arch/x86/cpu.d [2019-09-19T11:57:36.549Z] #58 49.30 CC criu/arch/x86/cpu.o [2019-09-19T11:57:36.565Z] Selecting previously unselected package libxml2:s390x. [2019-09-19T11:57:36.565Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-19T11:57:36.565Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-19T11:57:36.933Z] Selecting previously unselected package libarchive13:s390x. [2019-09-19T11:57:36.933Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-19T11:57:36.933Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-19T11:57:36.933Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-19T11:57:36.933Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-19T11:57:36.933Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-19T11:57:36.933Z] Selecting previously unselected package libuv1:s390x. [2019-09-19T11:57:36.933Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-19T11:57:36.933Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-19T11:57:36.933Z] Selecting previously unselected package cmake. [2019-09-19T11:57:36.933Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-19T11:57:36.933Z] Unpacking cmake (3.7.2-1) ... [2019-09-19T11:57:37.113Z] #58 49.82 CC criu/arch/x86/crtools.o [2019-09-19T11:57:37.156Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.033s coverage: 3.0% of statements [2019-09-19T11:57:37.297Z] Selecting previously unselected package xxd. [2019-09-19T11:57:37.297Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-19T11:57:37.297Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:57:37.297Z] Selecting previously unselected package vim-common. [2019-09-19T11:57:37.297Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:57:37.297Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:57:37.297Z] Processing triggers for mime-support (3.60) ... [2019-09-19T11:57:37.297Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:57:37.297Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-19T11:57:37.297Z] Setting up cmake-data (3.7.2-1) ... [2019-09-19T11:57:37.297Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-19T11:57:37.297Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-19T11:57:37.297Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:57:37.671Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:57:37.671Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:57:37.671Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-19T11:57:37.671Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-19T11:57:37.671Z] Setting up cmake (3.7.2-1) ... [2019-09-19T11:57:37.671Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:57:38.045Z] #58 50.94 CC criu/arch/x86/kerndat.o [2019-09-19T11:57:38.166Z] Fetching without tags [2019-09-19T11:57:38.176Z] ok github.com/docker/docker/daemon/logger 0.274s coverage: 42.7% of statements [2019-09-19T11:57:38.303Z] #58 ... [2019-09-19T11:57:38.303Z] [2019-09-19T11:57:38.303Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:38.303Z] #33 88.45 crypto/sha256 [2019-09-19T11:57:38.303Z] #33 89.56 encoding/hex [2019-09-19T11:57:38.303Z] #33 89.80 encoding/pem [2019-09-19T11:57:38.303Z] #33 90.11 internal/singleflight [2019-09-19T11:57:38.303Z] #33 90.22 net [2019-09-19T11:57:38.303Z] #33 91.20 crypto/rand [2019-09-19T11:57:38.303Z] #33 91.57 crypto/elliptic [2019-09-19T11:57:38.303Z] #33 93.47 encoding/asn1 [2019-09-19T11:57:38.303Z] #33 95.49 crypto/ecdsa [2019-09-19T11:57:38.303Z] #33 96.02 crypto/rsa [2019-09-19T11:57:38.303Z] #33 97.16 crypto/dsa [2019-09-19T11:57:38.303Z] #33 97.55 crypto/x509/pkix [2019-09-19T11:57:38.303Z] #33 97.94 internal/x/crypto/cryptobyte [2019-09-19T11:57:38.867Z] #33 ... [2019-09-19T11:57:38.867Z] [2019-09-19T11:57:38.867Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:38.867Z] #58 51.43 CC criu/arch/x86/sigaction_compat.o [2019-09-19T11:57:38.867Z] #58 51.59 CC criu/arch/x86/sigframe.o [2019-09-19T11:57:39.052Z] Removing intermediate container e0963abd7a06 [2019-09-19T11:57:39.052Z] ---> 2596df353d63 [2019-09-19T11:57:39.052Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:57:39.052Z] ---> c73e1ae7177b [2019-09-19T11:57:39.052Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-19T11:57:39.052Z] ---> Running in 065ffacf36a8 [2019-09-19T11:57:39.124Z] #58 51.82 LINK criu/arch/x86/crtools.built-in.o [2019-09-19T11:57:39.124Z] #58 51.85 DEP criu/pie/util-vdso-elf32.d [2019-09-19T11:57:39.348Z] Merging remotes/origin/master commit 3acf0cc795afae6c598ea2271895f203edc2f279 into PR head commit ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:57:39.384Z] #58 51.98 DEP criu/arch/x86/vdso-pie.d [2019-09-19T11:57:39.384Z] #58 52.07 DEP criu/pie/parasite-vdso.d [2019-09-19T11:57:39.384Z] #58 52.16 DEP criu/pie/util-vdso.d [2019-09-19T11:57:39.384Z] #58 52.26 DEP criu/pie/util.d [2019-09-19T11:57:39.421Z] Removing intermediate container 065ffacf36a8 [2019-09-19T11:57:39.421Z] ---> 475b6fa78760 [2019-09-19T11:57:39.421Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:57:39.421Z] ---> 1b16492376d7 [2019-09-19T11:57:39.421Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:57:39.421Z] ---> Running in 97a25a141ed1 [2019-09-19T11:57:39.786Z] + RM_GOPATH=0 [2019-09-19T11:57:39.786Z] + TMP_GOPATH= [2019-09-19T11:57:39.786Z] + : /build [2019-09-19T11:57:39.786Z] + '[' -z '' ']' [2019-09-19T11:57:39.786Z] ++ mktemp -d [2019-09-19T11:57:39.786Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:57:39.786Z] + export GOPATH=/tmp/tmp.4akZLfMfXH [2019-09-19T11:57:39.786Z] + GOPATH=/tmp/tmp.4akZLfMfXH [2019-09-19T11:57:39.786Z] + RM_GOPATH=1 [2019-09-19T11:57:39.786Z] ++ dirname ./install.sh [2019-09-19T11:57:39.786Z] + dir=. [2019-09-19T11:57:39.786Z] + bin=tini [2019-09-19T11:57:39.786Z] + shift [2019-09-19T11:57:39.786Z] + '[' '!' -f ./tini.installer ']' [2019-09-19T11:57:39.786Z] + . ./tini.installer [2019-09-19T11:57:39.786Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:57:39.786Z] + install_tini [2019-09-19T11:57:39.786Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-19T11:57:39.786Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.4akZLfMfXH/tini [2019-09-19T11:57:39.786Z] Cloning into '/tmp/tmp.4akZLfMfXH/tini'... [2019-09-19T11:57:39.948Z] #58 52.48 CC criu/pie/util.o [2019-09-19T11:57:40.167Z] + cd /tmp/tmp.4akZLfMfXH/tini [2019-09-19T11:57:40.167Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-19T11:57:40.167Z] + cmake . [2019-09-19T11:57:40.167Z] -- The C compiler identification is GNU 6.3.0 [2019-09-19T11:57:40.167Z] -- Check for working C compiler: /usr/bin/cc [2019-09-19T11:57:40.167Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-19T11:57:40.167Z] -- Detecting C compiler ABI info [2019-09-19T11:57:40.167Z] -- Detecting C compiler ABI info - done [2019-09-19T11:57:40.205Z] #58 52.86 CC criu/pie/util-vdso.o [2019-09-19T11:57:37.793Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:57:37.897Z] > git config --add remote.origin.fetch +refs/pull/39949/head:refs/remotes/origin/PR-39949 # timeout=10 [2019-09-19T11:57:37.945Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-19T11:57:38.065Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-19T11:57:38.190Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-19T11:57:38.190Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-19T11:57:38.190Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39949/head:refs/remotes/origin/PR-39949 +refs/heads/master:refs/remotes/origin/master [2019-09-19T11:57:39.444Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:57:39.493Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:57:40.544Z] -- Detecting C compile features [2019-09-19T11:57:40.544Z] -- Detecting C compile features - done [2019-09-19T11:57:40.544Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-19T11:57:40.544Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-19T11:57:40.544Z] -- Configuring done [2019-09-19T11:57:40.544Z] -- Generating done [2019-09-19T11:57:40.544Z] -- Build files have been written to: /tmp/tmp.4akZLfMfXH/tini [2019-09-19T11:57:40.544Z] + make tini-static [2019-09-19T11:57:40.544Z] Scanning dependencies of target tini-static [2019-09-19T11:57:40.544Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-19T11:57:40.769Z] #58 53.48 CC criu/pie/parasite-vdso.o [2019-09-19T11:57:40.913Z] [100%] Linking C executable tini-static [2019-09-19T11:57:40.913Z] [100%] Built target tini-static [2019-09-19T11:57:40.913Z] + mkdir -p /build [2019-09-19T11:57:40.913Z] + cp tini-static /build/docker-init [2019-09-19T11:57:41.280Z] Removing intermediate container 97a25a141ed1 [2019-09-19T11:57:41.280Z] ---> a9b6211eb930 [2019-09-19T11:57:41.280Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-19T11:57:41.280Z] ---> a0075086ca4a [2019-09-19T11:57:41.280Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-19T11:57:41.653Z] ---> Running in fa0524bfc09f [2019-09-19T11:57:41.653Z] Removing intermediate container fa0524bfc09f [2019-09-19T11:57:41.653Z] ---> b76fc27a4044 [2019-09-19T11:57:41.653Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T11:57:41.663Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 68.2% of statements [2019-09-19T11:57:41.700Z] #58 54.33 CC criu/arch/x86/vdso-pie.o [2019-09-19T11:57:41.957Z] #58 54.68 CC criu/pie/util-vdso-elf32.o [2019-09-19T11:57:42.030Z] ---> d11bb7e2ad46 [2019-09-19T11:57:42.030Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-19T11:57:42.030Z] ---> e663c64bc4d6 [2019-09-19T11:57:42.030Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-19T11:57:42.282Z] ok github.com/docker/docker/daemon/logger/journald 0.028s coverage: 26.2% of statements [2019-09-19T11:57:42.283Z] ok github.com/docker/docker/daemon/logger/awslogs 0.625s coverage: 77.4% of statements [2019-09-19T11:57:42.414Z] ---> Running in af058145344a [2019-09-19T11:57:42.414Z] + RM_GOPATH=0 [2019-09-19T11:57:42.414Z] + TMP_GOPATH= [2019-09-19T11:57:42.414Z] + : /build/ [2019-09-19T11:57:42.414Z] + '[' -z '' ']' [2019-09-19T11:57:42.414Z] ++ mktemp -d [2019-09-19T11:57:42.414Z] + export GOPATH=/tmp/tmp.E8CeiTu7Ad [2019-09-19T11:57:42.414Z] + GOPATH=/tmp/tmp.E8CeiTu7Ad [2019-09-19T11:57:42.414Z] + RM_GOPATH=1 [2019-09-19T11:57:42.414Z] ++ dirname ./install.sh [2019-09-19T11:57:42.414Z] + dir=. [2019-09-19T11:57:42.414Z] + bin=rootlesskit [2019-09-19T11:57:42.414Z] + shift [2019-09-19T11:57:42.414Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-19T11:57:42.414Z] + . ./rootlesskit.installer [2019-09-19T11:57:42.414Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:57:42.414Z] + install_rootlesskit [2019-09-19T11:57:42.414Z] + case "$1" in [2019-09-19T11:57:42.414Z] + export CGO_ENABLED=0 [2019-09-19T11:57:42.414Z] + CGO_ENABLED=0 [2019-09-19T11:57:42.414Z] + _install_rootlesskit [2019-09-19T11:57:42.414Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-19T11:57:42.414Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.E8CeiTu7Ad/src/github.com/rootless-containers/rootlesskit [2019-09-19T11:57:42.414Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:57:42.414Z] Cloning into '/tmp/tmp.E8CeiTu7Ad/src/github.com/rootless-containers/rootlesskit'... [2019-09-19T11:57:42.468Z] Merge succeeded, producing ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:57:42.469Z] Checking out Revision ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 (PR-39949) [2019-09-19T11:57:42.521Z] #58 55.31 AR criu/pie/pie.lib.a [2019-09-19T11:57:42.778Z] #58 55.38 DEP criu/pie/restorer.d [2019-09-19T11:57:42.778Z] #58 55.58 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-19T11:57:42.905Z] ok github.com/docker/docker/daemon/images 0.064s coverage: 4.9% of statements [2019-09-19T11:57:42.905Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-19T11:57:42.905Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-19T11:57:42.905Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-19T11:57:42.905Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-19T11:57:43.036Z] #58 55.71 DEP criu/arch/x86/restorer_unmap.d [2019-09-19T11:57:43.036Z] #58 55.73 DEP criu/arch/x86/restorer.d [2019-09-19T11:57:43.240Z] + cd /tmp/tmp.E8CeiTu7Ad/src/github.com/rootless-containers/rootlesskit [2019-09-19T11:57:43.240Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-19T11:57:43.240Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-19T11:57:43.240Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-19T11:57:43.293Z] #58 55.87 DEP criu/pie/parasite.d [2019-09-19T11:57:43.293Z] #58 56.09 CC criu/pie/parasite.o [2019-09-19T11:57:42.183Z] > git merge 3acf0cc795afae6c598ea2271895f203edc2f279 # timeout=10 [2019-09-19T11:57:42.350Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-19T11:57:42.492Z] > git config core.sparsecheckout # timeout=10 [2019-09-19T11:57:42.539Z] > git checkout -f ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:57:44.390Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2019-09-19T11:57:44.665Z] #58 57.20 LINK criu/pie/parasite.built-in.o [2019-09-19T11:57:44.665Z] #58 57.22 GEN criu/pie/parasite-blob.h [2019-09-19T11:57:44.665Z] #58 57.25 CC criu/arch/x86/restorer.o [2019-09-19T11:57:44.923Z] #58 57.77 CC criu/arch/x86/restorer_unmap.o [2019-09-19T11:57:45.181Z] #58 57.79 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-19T11:57:45.438Z] #58 58.14 CC criu/pie/restorer.o [2019-09-19T11:57:45.899Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.057s coverage: 62.1% of statements [2019-09-19T11:57:47.949Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 18.6% of statements [2019-09-19T11:57:47.949Z] ok github.com/docker/docker/daemon/logger/local 0.079s coverage: 74.7% of statements [2019-09-19T11:57:47.949Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-19T11:57:47.966Z] #58 60.50 LINK criu/pie/restorer.built-in.o [2019-09-19T11:57:47.966Z] #58 60.52 GEN criu/pie/restorer-blob.h [2019-09-19T11:57:47.966Z] #58 60.64 DEP criu/vdso.d [2019-09-19T11:57:48.224Z] #58 60.79 DEP criu/vdso-compat.d [2019-09-19T11:57:48.225Z] #58 60.97 DEP criu/uts_ns.d [2019-09-19T11:57:48.482Z] #58 61.13 DEP criu/util.d [2019-09-19T11:57:48.482Z] #58 61.33 DEP criu/uffd.d [2019-09-19T11:57:48.740Z] #58 61.54 DEP criu/tun.d [2019-09-19T11:57:48.998Z] #58 61.73 DEP criu/tty.d [2019-09-19T11:57:49.256Z] #58 61.92 DEP criu/timerfd.d [2019-09-19T11:57:49.515Z] #58 62.12 DEP criu/sysfs_parse.d [2019-09-19T11:57:49.515Z] #58 62.30 DEP criu/sysctl.d [2019-09-19T11:57:49.515Z] #58 ... [2019-09-19T11:57:49.515Z] [2019-09-19T11:57:49.515Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:49.515Z] #33 99.68 internal/x/crypto/internal/chacha20 [2019-09-19T11:57:49.515Z] #33 100.2 internal/x/crypto/poly1305 [2019-09-19T11:57:49.515Z] #33 100.5 internal/x/crypto/chacha20poly1305 [2019-09-19T11:57:49.515Z] #33 101.5 internal/x/crypto/hkdf [2019-09-19T11:57:49.515Z] #33 101.6 internal/x/text/transform [2019-09-19T11:57:49.515Z] #33 102.2 internal/x/text/unicode/bidi [2019-09-19T11:57:49.515Z] #33 103.9 internal/x/text/secure/bidirule [2019-09-19T11:57:49.515Z] #33 104.2 internal/x/text/unicode/norm [2019-09-19T11:57:49.515Z] #33 106.7 crypto/x509 [2019-09-19T11:57:49.515Z] #33 107.7 internal/x/net/idna [2019-09-19T11:57:49.515Z] #33 109.7 net/textproto [2019-09-19T11:57:49.773Z] #33 ... [2019-09-19T11:57:49.773Z] [2019-09-19T11:57:49.773Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:49.773Z] #58 62.49 DEP criu/string.d [2019-09-19T11:57:49.773Z] #58 62.56 DEP criu/stats.d [2019-09-19T11:57:49.993Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2019-09-19T11:57:50.005Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-19T11:57:50.005Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-19T11:57:50.031Z] #58 62.73 DEP criu/sockets.d [2019-09-19T11:57:50.289Z] #58 62.90 DEP criu/sk-unix.d [2019-09-19T11:57:50.289Z] #58 63.12 DEP criu/sk-tcp.d [2019-09-19T11:57:50.547Z] #58 63.40 DEP criu/sk-queue.d [2019-09-19T11:57:50.620Z] ok github.com/docker/docker/daemon/logger/syslog 0.021s coverage: 47.8% of statements [2019-09-19T11:57:50.805Z] #58 63.60 DEP criu/sk-packet.d [2019-09-19T11:57:51.063Z] #58 63.82 DEP criu/sk-netlink.d [2019-09-19T11:57:51.321Z] #58 64.04 DEP criu/sk-inet.d [2019-09-19T11:57:51.322Z] Commit message: "Adding ability to change max download attempts" [2019-09-19T11:57:51.627Z] #58 64.27 DEP criu/signalfd.d [2019-09-19T11:57:51.750Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-19T11:57:51.845Z] Removing intermediate container af058145344a [2019-09-19T11:57:51.845Z] ---> e45d731cd54c [2019-09-19T11:57:51.845Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-19T11:57:51.845Z] ---> b4c6ca7a3d09 [2019-09-19T11:57:51.845Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-19T11:57:51.845Z] ---> a8bad2499e61 [2019-09-19T11:57:51.845Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-19T11:57:51.845Z] ---> Running in 115e33649eff [2019-09-19T11:57:51.885Z] #58 64.46 DEP criu/sigframe.d [2019-09-19T11:57:51.885Z] #58 64.56 DEP criu/shmem.d [Pipeline] withEnv [Pipeline] { [2019-09-19T11:57:52.007Z] tests/integration/api_client_test.py ..... [ 7%] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-19T11:57:52.127Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2019-09-19T11:57:52.143Z] #58 64.71 DEP criu/servicefd.d [2019-09-19T11:57:52.143Z] #58 64.85 DEP criu/seize.d [2019-09-19T11:57:52.263Z] Removing intermediate container 115e33649eff [2019-09-19T11:57:52.263Z] ---> 522e7614672c [2019-09-19T11:57:52.263Z] Step 96/125 : RUN groupadd -r docker [2019-09-19T11:57:52.263Z] ---> Running in c65506eb504c [2019-09-19T11:57:52.401Z] #58 65.04 DEP criu/seccomp.d [2019-09-19T11:57:52.659Z] #58 65.24 DEP criu/rst-malloc.d [2019-09-19T11:57:52.659Z] #58 65.34 DEP criu/rbtree.d [2019-09-19T11:57:52.659Z] #58 65.40 DEP criu/pstree.d [2019-09-19T11:57:52.917Z] #58 65.63 DEP criu/protobuf.d [2019-09-19T11:57:53.106Z] Removing intermediate container c65506eb504c [2019-09-19T11:57:53.106Z] ---> 138568d2dbad [2019-09-19T11:57:53.106Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-19T11:57:53.106Z] ---> Running in 44ecbe2fff20 [2019-09-19T11:57:53.154Z] ok github.com/docker/docker/daemon/logger/splunk 3.217s coverage: 84.5% of statements [2019-09-19T11:57:53.154Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-19T11:57:53.154Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-19T11:57:53.175Z] #58 65.80 GEN criu/protobuf-desc-gen.h [2019-09-19T11:57:54.154Z] + docker version [2019-09-19T11:57:54.377Z] Removing intermediate container 44ecbe2fff20 [2019-09-19T11:57:54.377Z] ---> 54adef286b8a [2019-09-19T11:57:54.377Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-19T11:57:54.377Z] ---> Running in 8122df6d5ebd [2019-09-19T11:57:54.377Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-19T11:57:54.464Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-19T11:57:54.548Z] #58 67.15 DEP criu/protobuf-desc.d [2019-09-19T11:57:54.548Z] #58 67.33 DEP criu/proc_parse.d [2019-09-19T11:57:54.806Z] #58 67.46 DEP criu/plugin.d [2019-09-19T11:57:54.806Z] #58 67.56 DEP criu/pipes.d [2019-09-19T11:57:55.064Z] #58 67.72 DEP criu/pie-util.d [2019-09-19T11:57:55.170Z] Removing intermediate container 8122df6d5ebd [2019-09-19T11:57:55.170Z] ---> a057dc0b1b4c [2019-09-19T11:57:55.170Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-19T11:57:55.170Z] ---> Running in 59af772e88f6 [2019-09-19T11:57:55.322Z] #58 67.85 DEP criu/pie-util-vdso.d [2019-09-19T11:57:55.322Z] #58 68.02 DEP criu/pie-util-vdso-elf32.d [2019-09-19T11:57:55.580Z] #58 68.18 DEP criu/path.d [2019-09-19T11:57:55.580Z] #58 68.30 DEP criu/parasite-syscall.d [2019-09-19T11:57:55.838Z] #58 68.46 DEP criu/pagemap.d [2019-09-19T11:57:55.838Z] #58 68.73 DEP criu/pagemap-cache.d [2019-09-19T11:57:56.404Z] #58 68.89 DEP criu/page-xfer.d [2019-09-19T11:57:56.404Z] #58 69.14 DEP criu/page-pipe.d [2019-09-19T11:57:56.404Z] #58 69.23 DEP criu/netfilter.d [2019-09-19T11:57:56.423Z] Removing intermediate container 59af772e88f6 [2019-09-19T11:57:56.423Z] ---> 0eb355ee340b [2019-09-19T11:57:56.423Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-19T11:57:56.423Z] ---> Running in e18da3c6f657 [2019-09-19T11:57:56.662Z] #58 69.44 DEP criu/net.d [2019-09-19T11:57:56.920Z] #58 69.65 DEP criu/namespaces.d [2019-09-19T11:57:57.178Z] #58 69.84 DEP criu/mount.d [2019-09-19T11:57:57.178Z] #58 69.96 DEP criu/mem.d [2019-09-19T11:57:57.197Z] Removing intermediate container e18da3c6f657 [2019-09-19T11:57:57.197Z] ---> 5f29a2c6afa5 [2019-09-19T11:57:57.197Z] Step 101/125 : RUN ldconfig [2019-09-19T11:57:57.197Z] ---> Running in e8df92b50b25 [2019-09-19T11:57:57.437Z] #58 70.15 DEP criu/lsm.d [2019-09-19T11:57:57.437Z] #58 70.30 DEP criu/log.d [2019-09-19T11:57:57.574Z] ok github.com/docker/docker/distribution/metadata 0.185s coverage: 48.2% of statements [2019-09-19T11:57:57.574Z] ok github.com/docker/docker/errdefs 0.037s coverage: 49.4% of statements [2019-09-19T11:57:57.699Z] #58 70.40 DEP criu/libnetlink.d [2019-09-19T11:57:57.699Z] #58 70.50 DEP criu/kerndat.d [2019-09-19T11:57:57.966Z] #58 ... [2019-09-19T11:57:57.966Z] [2019-09-19T11:57:57.966Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-19T11:57:57.966Z] #27 DONE 118.1s [2019-09-19T11:57:57.966Z] [2019-09-19T11:57:57.966Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:57:57.966Z] #33 110.6 internal/x/net/http/httpguts [2019-09-19T11:57:57.966Z] #33 110.7 crypto/tls [2019-09-19T11:57:57.966Z] #33 110.9 internal/x/net/http/httpproxy [2019-09-19T11:57:57.966Z] #33 111.4 internal/x/net/http2/hpack [2019-09-19T11:57:57.966Z] #33 112.5 mime [2019-09-19T11:57:57.966Z] #33 113.8 mime/quotedprintable [2019-09-19T11:57:57.966Z] #33 114.1 mime/multipart [2019-09-19T11:57:57.966Z] #33 115.3 net/http/internal [2019-09-19T11:57:57.966Z] #33 115.6 os/exec [2019-09-19T11:57:58.080Z] Removing intermediate container e8df92b50b25 [2019-09-19T11:57:58.081Z] ---> 326490d43bb8 [2019-09-19T11:57:58.081Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-19T11:57:58.081Z] ---> Running in 6a71115cd43b [2019-09-19T11:57:58.224Z] #33 ... [2019-09-19T11:57:58.224Z] [2019-09-19T11:57:58.224Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:57:58.224Z] #58 70.90 DEP criu/kcmp-ids.d [2019-09-19T11:57:58.224Z] #58 71.10 DEP criu/irmap.d [2019-09-19T11:57:58.482Z] #58 71.38 DEP criu/ipc_ns.d [2019-09-19T11:57:58.497Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-19T11:57:58.497Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-19T11:57:58.497Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-19T11:57:58.497Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-19T11:57:58.497Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-19T11:57:58.872Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [488 kB] [2019-09-19T11:57:58.872Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-19T11:57:58.872Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-19T11:57:59.048Z] #58 71.66 DEP criu/image.d [2019-09-19T11:57:59.048Z] #58 71.80 DEP criu/image-desc.d [2019-09-19T11:57:59.306Z] #58 71.89 DEP criu/fsnotify.d [2019-09-19T11:57:59.564Z] #58 72.11 DEP criu/filesystems.d [2019-09-19T11:57:59.564Z] #58 72.22 DEP criu/files.d [2019-09-19T11:57:59.564Z] #58 72.36 DEP criu/files-reg.d [2019-09-19T11:57:59.619Z] ok github.com/docker/docker/distribution 0.686s coverage: 22.6% of statements [2019-09-19T11:57:59.620Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-19T11:57:59.847Z] #58 72.51 DEP criu/files-ext.d [2019-09-19T11:58:00.106Z] #58 72.70 DEP criu/file-lock.d [2019-09-19T11:58:00.106Z] #58 72.92 DEP criu/file-ids.d [2019-09-19T11:58:00.302Z] Fetched 7673 kB in 1s (4664 kB/s) [2019-09-19T11:58:00.364Z] #58 73.10 DEP criu/fifo.d [2019-09-19T11:58:00.622Z] #58 73.27 DEP criu/fdstore.d [2019-09-19T11:58:00.622Z] #58 73.41 DEP criu/fault-injection.d [2019-09-19T11:58:00.622Z] #58 73.47 DEP criu/external.d [2019-09-19T11:58:00.662Z] Reading package lists... [2019-09-19T11:58:00.880Z] #58 73.58 DEP criu/eventpoll.d [2019-09-19T11:58:00.880Z] #58 73.72 DEP criu/eventfd.d [2019-09-19T11:58:01.034Z] Reading package lists... [2019-09-19T11:58:01.138Z] #58 73.91 DEP criu/crtools.d [2019-09-19T11:58:01.248Z] Client: Docker Engine - Enterprise [2019-09-19T11:58:01.248Z] Version: 19.03.2 [2019-09-19T11:58:01.248Z] API version: 1.40 [2019-09-19T11:58:01.248Z] Go version: go1.12.8 [2019-09-19T11:58:01.248Z] Git commit: c92ab06ed9 [2019-09-19T11:58:01.248Z] Built: 09/03/2019 16:38:11 [2019-09-19T11:58:01.248Z] OS/Arch: windows/amd64 [2019-09-19T11:58:01.248Z] Experimental: false [2019-09-19T11:58:01.248Z] [2019-09-19T11:58:01.248Z] Server: Docker Engine - Enterprise [2019-09-19T11:58:01.248Z] Engine: [2019-09-19T11:58:01.248Z] Version: 19.03.2 [2019-09-19T11:58:01.248Z] API version: 1.40 (minimum version 1.24) [2019-09-19T11:58:01.248Z] Go version: go1.12.8 [2019-09-19T11:58:01.248Z] Git commit: c92ab06ed9 [2019-09-19T11:58:01.248Z] Built: 09/03/2019 16:35:47 [2019-09-19T11:58:01.248Z] OS/Arch: windows/amd64 [2019-09-19T11:58:01.248Z] Experimental: true [2019-09-19T11:58:01.396Z] #58 74.07 DEP criu/cr-service.d [2019-09-19T11:58:01.397Z] Building dependency tree... [2019-09-19T11:58:01.397Z] Reading state information... [2019-09-19T11:58:01.397Z] The following additional packages will be installed: [2019-09-19T11:58:01.397Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-19T11:58:01.397Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-19T11:58:01.397Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-19T11:58:01.397Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-19T11:58:01.397Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-19T11:58:01.397Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-19T11:58:01.397Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-19T11:58:01.397Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-19T11:58:01.397Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-19T11:58:01.397Z] Suggested packages: [2019-09-19T11:58:01.397Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-19T11:58:01.397Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-19T11:58:01.397Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-19T11:58:01.397Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-19T11:58:01.397Z] Recommended packages: [2019-09-19T11:58:01.397Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-19T11:58:01.397Z] python3-keyrings.alt python3-xdg unzip [2019-09-19T11:58:01.654Z] #58 74.21 DEP criu/cr-restore.d [2019-09-19T11:58:01.654Z] #58 74.47 DEP criu/cr-errno.d [2019-09-19T11:58:01.669Z] ok github.com/docker/docker/distribution/xfer 1.681s coverage: 85.1% of statements [2019-09-19T11:58:01.669Z] ? github.com/docker/docker/dockerversion [no test files] [Pipeline] sh [2019-09-19T11:58:01.912Z] #58 74.48 DEP criu/cr-dump.d [2019-09-19T11:58:01.912Z] #58 74.75 DEP criu/cr-dedup.d [2019-09-19T11:58:01.956Z] ok github.com/docker/docker/image/cache 0.020s coverage: 19.2% of statements [2019-09-19T11:58:02.170Z] #58 74.89 DEP criu/cr-check.d [2019-09-19T11:58:02.205Z] The following NEW packages will be installed: [2019-09-19T11:58:02.205Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-19T11:58:02.205Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-19T11:58:02.205Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-19T11:58:02.205Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-19T11:58:02.205Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-19T11:58:02.205Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-19T11:58:02.205Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-19T11:58:02.205Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-19T11:58:02.205Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-19T11:58:02.205Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-19T11:58:02.205Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-19T11:58:02.205Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-19T11:58:02.206Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-19T11:58:02.206Z] xfsprogs xxd xz-utils zip [2019-09-19T11:58:02.206Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-09-19T11:58:02.206Z] Need to get 88.2 MB of archives. [2019-09-19T11:58:02.206Z] After this operation, 565 MB of additional disk space will be used. [2019-09-19T11:58:02.206Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-19T11:58:02.206Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-19T11:58:02.206Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-19T11:58:02.206Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-19T11:58:02.206Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-19T11:58:02.206Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-19T11:58:02.206Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-19T11:58:02.206Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-19T11:58:02.206Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-19T11:58:02.206Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-19T11:58:02.206Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-19T11:58:02.206Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-19T11:58:02.206Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-19T11:58:02.206Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-19T11:58:02.206Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-19T11:58:02.206Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-19T11:58:02.206Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-19T11:58:02.206Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-19T11:58:02.206Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-19T11:58:02.206Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-19T11:58:02.206Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-19T11:58:02.206Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-19T11:58:02.206Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-19T11:58:02.206Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-19T11:58:02.206Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-19T11:58:02.206Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-19T11:58:02.206Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-19T11:58:02.206Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-19T11:58:02.206Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-19T11:58:02.206Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-19T11:58:02.206Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-19T11:58:02.206Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-19T11:58:02.206Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-19T11:58:02.206Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-19T11:58:02.206Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-19T11:58:02.206Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-19T11:58:02.206Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-19T11:58:02.206Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-09-19T11:58:02.206Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-19T11:58:02.206Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-19T11:58:02.206Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-19T11:58:02.206Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-19T11:58:02.206Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-19T11:58:02.206Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-19T11:58:02.206Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-19T11:58:02.206Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-19T11:58:02.206Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-19T11:58:02.206Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-19T11:58:02.428Z] #58 75.07 DEP criu/config.d [2019-09-19T11:58:02.589Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-19T11:58:02.589Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-19T11:58:02.589Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-19T11:58:02.589Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-19T11:58:02.589Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-19T11:58:02.589Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-19T11:58:02.589Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-19T11:58:02.589Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-19T11:58:02.589Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-19T11:58:02.589Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-19T11:58:02.589Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-19T11:58:02.589Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-19T11:58:02.589Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-19T11:58:02.589Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-09-19T11:58:02.589Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-09-19T11:58:02.686Z] #58 75.20 DEP criu/clone-noasan.d [2019-09-19T11:58:02.686Z] #58 75.26 DEP criu/cgroup.d [2019-09-19T11:58:02.686Z] #58 75.46 DEP criu/cgroup-props.d [2019-09-19T11:58:02.686Z] #58 75.55 DEP criu/bitmap.d [2019-09-19T11:58:02.686Z] #58 75.57 DEP criu/bfd.d [2019-09-19T11:58:02.768Z] + docker info [2019-09-19T11:58:02.944Z] #58 75.65 DEP criu/autofs.d [2019-09-19T11:58:02.970Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-19T11:58:02.970Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-19T11:58:02.970Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-19T11:58:02.970Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-09-19T11:58:02.970Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-09-19T11:58:02.988Z] ok github.com/docker/docker/image 0.140s coverage: 86.4% of statements [2019-09-19T11:58:02.988Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-19T11:58:03.202Z] #58 75.79 DEP criu/aio.d [2019-09-19T11:58:03.202Z] #58 75.93 DEP criu/action-scripts.d [2019-09-19T11:58:03.460Z] #58 76.22 CC criu/action-scripts.o [2019-09-19T11:58:03.968Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-09-19T11:58:04.026Z] #58 76.85 CC criu/aio.o [2019-09-19T11:58:04.346Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-19T11:58:04.346Z] Fetched 88.2 MB in 1s (44.2 MB/s) [2019-09-19T11:58:04.346Z] Selecting previously unselected package bash-completion. [2019-09-19T11:58:04.346Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-19T11:58:04.346Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-19T11:58:04.477Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2019-09-19T11:58:04.710Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-19T11:58:04.710Z] Selecting previously unselected package libnet1:s390x. [2019-09-19T11:58:04.710Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-19T11:58:04.710Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-19T11:58:04.710Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-19T11:58:04.710Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-19T11:58:04.710Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-19T11:58:04.764Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2019-09-19T11:58:04.764Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-19T11:58:04.959Z] #58 77.46 CC criu/autofs.o [2019-09-19T11:58:05.075Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-19T11:58:05.075Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-19T11:58:05.075Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-19T11:58:05.075Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-19T11:58:05.075Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-19T11:58:05.075Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-19T11:58:05.075Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-19T11:58:05.075Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-19T11:58:05.075Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-19T11:58:05.075Z] Selecting previously unselected package python3.5-minimal. [2019-09-19T11:58:05.075Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-19T11:58:05.075Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-19T11:58:05.454Z] Selecting previously unselected package python3-minimal. [2019-09-19T11:58:05.454Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-19T11:58:05.454Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-19T11:58:05.454Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-19T11:58:05.454Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-19T11:58:05.454Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-19T11:58:05.454Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-19T11:58:05.454Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-19T11:58:05.454Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-19T11:58:05.822Z] Selecting previously unselected package python3.5. [2019-09-19T11:58:05.822Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-19T11:58:05.822Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-19T11:58:05.822Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-19T11:58:05.822Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-19T11:58:05.822Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-19T11:58:05.822Z] Selecting previously unselected package dh-python. [2019-09-19T11:58:05.822Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-19T11:58:05.822Z] Unpacking dh-python (2.20170125) ... [2019-09-19T11:58:05.822Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-19T11:58:05.822Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-19T11:58:06.249Z] ok github.com/docker/docker/pkg/aaparser 0.031s coverage: 50.0% of statements [2019-09-19T11:58:06.333Z] #58 78.89 CC criu/bfd.o [2019-09-19T11:58:06.636Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package python3. [2019-09-19T11:58:06.636Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-09-19T11:58:06.636Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-19T11:58:06.636Z] Unpacking python3 (3.5.3-1) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package pigz. [2019-09-19T11:58:06.636Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-19T11:58:06.636Z] Unpacking pigz (2.3.4-1) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-19T11:58:06.636Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-19T11:58:06.636Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-19T11:58:06.636Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-19T11:58:06.636Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package libiptc0:s390x. [2019-09-19T11:58:06.636Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-19T11:58:06.636Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:06.636Z] Selecting previously unselected package libxtables12:s390x. [2019-09-19T11:58:06.636Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-19T11:58:06.899Z] #58 79.48 CC criu/bitmap.o [2019-09-19T11:58:06.899Z] #58 79.70 CC criu/cgroup-props.o [2019-09-19T11:58:07.005Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-19T11:58:07.006Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package iptables. [2019-09-19T11:58:07.006Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package xxd. [2019-09-19T11:58:07.006Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package vim-common. [2019-09-19T11:58:07.006Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:58:07.006Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package bzip2. [2019-09-19T11:58:07.006Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package libgpm2:s390x. [2019-09-19T11:58:07.006Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package xz-utils. [2019-09-19T11:58:07.006Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package aufs-tools. [2019-09-19T11:58:07.006Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-19T11:58:07.006Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-19T11:58:07.006Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-19T11:58:07.006Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package btrfs-progs. [2019-09-19T11:58:07.376Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package btrfs-tools. [2019-09-19T11:58:07.376Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-19T11:58:07.376Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package dmsetup. [2019-09-19T11:58:07.376Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package libonig4:s390x. [2019-09-19T11:58:07.376Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package libjq1:s390x. [2019-09-19T11:58:07.376Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-19T11:58:07.376Z] Selecting previously unselected package jq. [2019-09-19T11:58:07.376Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-19T11:58:07.376Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libaio1:s390x. [2019-09-19T11:58:07.741Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libcap2-bin. [2019-09-19T11:58:07.741Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-19T11:58:07.741Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-19T11:58:07.741Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-19T11:58:07.741Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-19T11:58:07.741Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-19T11:58:07.741Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-19T11:58:07.741Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-19T11:58:07.742Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-19T11:58:07.742Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-19T11:58:07.742Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-19T11:58:07.742Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-19T11:58:07.742Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-19T11:58:07.742Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-19T11:58:07.833Z] #58 80.40 CC criu/cgroup.o [2019-09-19T11:58:08.123Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-19T11:58:08.123Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-19T11:58:08.123Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-19T11:58:08.123Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-19T11:58:08.123Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-19T11:58:08.123Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-19T11:58:08.123Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-19T11:58:08.123Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-19T11:58:08.123Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-19T11:58:08.123Z] Selecting previously unselected package libreadline5:s390x. [2019-09-19T11:58:08.123Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-19T11:58:08.123Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-19T11:58:08.123Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-19T11:58:08.123Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-19T11:58:08.123Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-19T11:58:08.507Z] Selecting previously unselected package net-tools. [2019-09-19T11:58:08.507Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-19T11:58:08.507Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-19T11:58:08.507Z] Selecting previously unselected package python-pip-whl. [2019-09-19T11:58:08.507Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-19T11:58:08.507Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-19T11:58:08.507Z] Selecting previously unselected package python3-pip. [2019-09-19T11:58:08.507Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-19T11:58:08.507Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-19T11:58:08.507Z] Selecting previously unselected package python3-pkg-resources. [2019-09-19T11:58:08.507Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-19T11:58:08.507Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-19T11:58:09.023Z] Selecting previously unselected package python3-setuptools. [2019-09-19T11:58:09.023Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-19T11:58:09.023Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-19T11:58:09.023Z] Selecting previously unselected package python3-wheel. [2019-09-19T11:58:09.023Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-19T11:58:09.023Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-19T11:58:09.023Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-19T11:58:09.023Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-19T11:58:09.023Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-19T11:58:09.023Z] Selecting previously unselected package vim-runtime. [2019-09-19T11:58:09.023Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-19T11:58:09.023Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-19T11:58:09.023Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-19T11:58:09.023Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:09.724Z] ok github.com/docker/docker/opts 0.095s coverage: 66.9% of statements [2019-09-19T11:58:09.732Z] #58 ... [2019-09-19T11:58:09.733Z] [2019-09-19T11:58:09.733Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:58:09.733Z] #33 119.7 net/http/httptrace [2019-09-19T11:58:09.733Z] #33 119.9 net/http [2019-09-19T11:58:09.733Z] #33 128.7 github.com/LK4D4/vndr/godl [2019-09-19T11:58:09.733Z] #33 129.5 github.com/LK4D4/vndr [2019-09-19T11:58:09.933Z] Selecting previously unselected package vim. [2019-09-19T11:58:09.933Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-19T11:58:09.933Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:09.933Z] Selecting previously unselected package xfsprogs. [2019-09-19T11:58:09.933Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-19T11:58:09.933Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-19T11:58:09.933Z] Selecting previously unselected package zip. [2019-09-19T11:58:09.933Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-19T11:58:09.933Z] Unpacking zip (3.0-11+b1) ... [2019-09-19T11:58:09.933Z] Selecting previously unselected package libapparmor-perl. [2019-09-19T11:58:09.933Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-19T11:58:09.933Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-19T11:58:09.933Z] Selecting previously unselected package apparmor. [2019-09-19T11:58:09.933Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-19T11:58:09.933Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-19T11:58:10.666Z] #33 ... [2019-09-19T11:58:10.666Z] [2019-09-19T11:58:10.666Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:58:10.666Z] #58 83.08 CC criu/clone-noasan.o [2019-09-19T11:58:10.666Z] #58 83.20 CC criu/config.o [2019-09-19T11:58:11.273Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-19T11:58:11.273Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-19T11:58:11.273Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-19T11:58:11.273Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-19T11:58:11.273Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-19T11:58:11.273Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-19T11:58:11.273Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-19T11:58:11.273Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-19T11:58:11.273Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-19T11:58:11.273Z] Selecting previously unselected package mingw-w64-common. [2019-09-19T11:58:11.273Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-19T11:58:11.273Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-19T11:58:11.603Z] #58 84.40 CC criu/cr-check.o [2019-09-19T11:58:11.660Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-19T11:58:11.660Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-19T11:58:11.660Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-19T11:58:11.768Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-19T11:58:12.036Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-19T11:58:12.036Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-19T11:58:12.392Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-09-19T11:58:12.405Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:12.405Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-19T11:58:12.405Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-19T11:58:12.405Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:13.017Z] ok github.com/docker/docker/pkg/archive 1.459s coverage: 76.8% of statements [2019-09-19T11:58:13.503Z] #58 85.97 CC criu/cr-dedup.o [2019-09-19T11:58:13.761Z] #58 86.37 CC criu/cr-dump.o [2019-09-19T11:58:14.499Z] ok github.com/docker/docker/pkg/authorization 3.985s coverage: 66.7% of statements [2019-09-19T11:58:14.500Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2019-09-19T11:58:15.581Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-19T11:58:15.582Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-19T11:58:15.582Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:15.661Z] #58 88.29 CC criu/cr-errno.o [2019-09-19T11:58:15.661Z] #58 88.42 CC criu/cr-restore.o [2019-09-19T11:58:15.984Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2019-09-19T11:58:15.984Z] ok github.com/docker/docker/pkg/discovery/file 0.027s coverage: 97.6% of statements [2019-09-19T11:58:16.271Z] #58 ... [2019-09-19T11:58:16.271Z] [2019-09-19T11:58:16.271Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-19T11:58:16.271Z] #33 DONE 136.3s [2019-09-19T11:58:16.271Z] [2019-09-19T11:58:16.271Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:58:17.473Z] ok github.com/docker/docker/layer 7.728s coverage: 68.8% of statements [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/oci [no test files] [2019-09-19T11:58:17.473Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-19T11:58:17.473Z] ok github.com/docker/docker/pkg/discovery/memory 0.018s coverage: 92.3% of statements [2019-09-19T11:58:18.142Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-19T11:58:18.143Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-19T11:58:18.507Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-19T11:58:18.507Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-19T11:58:18.507Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-19T11:58:18.507Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:18.507Z] Processing triggers for mime-support (3.60) ... [2019-09-19T11:58:18.507Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:18.507Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-19T11:58:18.507Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-19T11:58:18.507Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-19T11:58:18.507Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-19T11:58:18.507Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-19T11:58:18.873Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-19T11:58:18.873Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-19T11:58:18.873Z] Setting up zip (3.0-11+b1) ... [2019-09-19T11:58:18.873Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-19T11:58:18.873Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:18.873Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-19T11:58:18.873Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:58:18.873Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-19T11:58:18.873Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:18.873Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-19T11:58:18.873Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-19T11:58:18.873Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-19T11:58:18.873Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:18.963Z] ok github.com/docker/docker/pkg/dmesg 0.021s coverage: 83.3% of statements [2019-09-19T11:58:18.963Z] ok github.com/docker/docker/pkg/discovery/nodes 0.019s coverage: 93.8% of statements [2019-09-19T11:58:19.248Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-19T11:58:19.248Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-19T11:58:19.248Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-19T11:58:19.248Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:19.248Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-19T11:58:19.248Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-19T11:58:19.248Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-19T11:58:19.248Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-19T11:58:19.248Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-19T11:58:19.248Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-19T11:58:19.248Z] Setting up pigz (2.3.4-1) ... [2019-09-19T11:58:19.248Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-19T11:58:19.248Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-19T11:58:19.248Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:19.248Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-19T11:58:19.248Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-19T11:58:19.248Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-19T11:58:19.248Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-19T11:58:19.248Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-19T11:58:19.248Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-19T11:58:19.248Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-19T11:58:19.248Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-19T11:58:19.248Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-19T11:58:19.248Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:19.248Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-19T11:58:19.248Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-19T11:58:19.248Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-19T11:58:19.248Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-19T11:58:19.248Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-19T11:58:20.462Z] ok github.com/docker/docker/pkg/chrootarchive 4.859s coverage: 43.2% of statements [2019-09-19T11:58:20.462Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-19T11:58:20.462Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-19T11:58:20.462Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2019-09-19T11:58:20.497Z] #55 ... [2019-09-19T11:58:20.497Z] [2019-09-19T11:58:20.497Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:58:20.497Z] #58 92.83 CC criu/cr-service.o [2019-09-19T11:58:20.685Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-19T11:58:20.685Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:20.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-19T11:58:20.685Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-19T11:58:20.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-19T11:58:20.685Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-19T11:58:20.685Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-19T11:58:20.685Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-19T11:58:20.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-19T11:58:20.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-19T11:58:20.685Z] Setting up python3 (3.5.3-1) ... [2019-09-19T11:58:20.685Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-19T11:58:20.747Z] ok github.com/docker/docker/pkg/filenotify 0.627s coverage: 67.0% of statements [2019-09-19T11:58:21.081Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-19T11:58:21.081Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-19T11:58:21.430Z] #58 94.09 CC criu/crtools.o [2019-09-19T11:58:21.462Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-19T11:58:21.462Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-19T11:58:21.462Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-19T11:58:21.462Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-19T11:58:21.462Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-19T11:58:21.838Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-19T11:58:21.838Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-19T11:58:21.997Z] #58 94.58 CC criu/eventfd.o [2019-09-19T11:58:21.997Z] #58 94.83 CC criu/eventpoll.o [2019-09-19T11:58:22.205Z] Setting up dh-python (2.20170125) ... [2019-09-19T11:58:22.205Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-19T11:58:22.205Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-19T11:58:22.236Z] ok github.com/docker/docker/pkg/fsutils 0.349s coverage: 85.1% of statements [2019-09-19T11:58:22.236Z] ok github.com/docker/docker/pkg/discovery/kv 3.326s coverage: 84.1% of statements [2019-09-19T11:58:22.236Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 10.2% of statements [2019-09-19T11:58:22.562Z] #58 ... [2019-09-19T11:58:22.562Z] [2019-09-19T11:58:22.562Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-19T11:58:22.562Z] #42 140.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-19T11:58:22.562Z] #42 142.3 + mkdir -p /build [2019-09-19T11:58:22.562Z] #42 142.3 + cp runc /build/runc [2019-09-19T11:58:22.562Z] #42 DONE 142.6s [2019-09-19T11:58:22.562Z] [2019-09-19T11:58:22.562Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:58:23.128Z] #55 ... [2019-09-19T11:58:23.128Z] [2019-09-19T11:58:23.128Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:58:23.128Z] #58 95.59 CC criu/external.o [2019-09-19T11:58:23.386Z] #58 95.96 CC criu/fault-injection.o [2019-09-19T11:58:23.386Z] #58 96.06 CC criu/fdstore.o [2019-09-19T11:58:23.644Z] #58 96.33 CC criu/fifo.o [2019-09-19T11:58:23.902Z] #58 96.56 CC criu/file-ids.o [2019-09-19T11:58:24.159Z] #58 96.82 CC criu/file-lock.o [2019-09-19T11:58:24.298Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2019-09-19T11:58:24.298Z] ok github.com/docker/docker/pkg/locker 0.046s coverage: 88.9% of statements [2019-09-19T11:58:24.725Z] #58 97.43 CC criu/files-ext.o [2019-09-19T11:58:24.924Z] ok github.com/docker/docker/pkg/idtools 0.992s coverage: 70.1% of statements [2019-09-19T11:58:24.987Z] #58 97.77 CC criu/files-reg.o [2019-09-19T11:58:25.547Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2019-09-19T11:58:26.240Z] Removing intermediate container 6a71115cd43b [2019-09-19T11:58:26.240Z] ---> a74a3ee98e9c [2019-09-19T11:58:26.240Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-19T11:58:26.240Z] ---> Running in 9be6dff85831 [2019-09-19T11:58:26.360Z] #58 99.06 CC criu/files.o [2019-09-19T11:58:26.583Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2019-09-19T11:58:26.583Z] ok github.com/docker/docker/pkg/ioutils 1.949s coverage: 70.6% of statements [2019-09-19T11:58:26.583Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-19T11:58:27.209Z] ok github.com/docker/docker/pkg/parsers 0.025s coverage: 97.0% of statements [2019-09-19T11:58:27.573Z] Collecting yamllint==1.16.0 [2019-09-19T11:58:27.733Z] #58 100.3 CC criu/filesystems.o [2019-09-19T11:58:27.839Z] ok github.com/docker/docker/pkg/mount 0.961s coverage: 69.6% of statements [2019-09-19T11:58:27.839Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-19T11:58:27.839Z] ok github.com/docker/docker/pkg/parsers/kernel 0.030s coverage: 60.0% of statements [2019-09-19T11:58:27.991Z] #58 100.7 CC criu/fsnotify.o [2019-09-19T11:58:28.004Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-19T11:58:28.004Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-19T11:58:28.004Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-19T11:58:28.465Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-19T11:58:28.465Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-19T11:58:28.468Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 91.4% of statements [2019-09-19T11:58:28.756Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.4% of statements [2019-09-19T11:58:28.756Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-19T11:58:28.756Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-19T11:58:28.924Z] #58 101.5 CC criu/image-desc.o [2019-09-19T11:58:28.924Z] #58 101.5 CC criu/image.o [2019-09-19T11:58:28.977Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-19T11:58:28.977Z] Running setup.py bdist_wheel for pathspec: started [2019-09-19T11:58:28.977Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-19T11:58:28.977Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-19T11:58:28.977Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-19T11:58:29.340Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-19T11:58:29.340Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-19T11:58:29.340Z] Successfully built pathspec pyyaml [2019-09-19T11:58:29.340Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-19T11:58:29.340Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-19T11:58:29.490Z] #58 102.2 CC criu/ipc_ns.o [2019-09-19T11:58:30.115Z] Removing intermediate container 9be6dff85831 [2019-09-19T11:58:30.115Z] ---> 531a3d9016bd [2019-09-19T11:58:30.115Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-19T11:58:30.243Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2019-09-19T11:58:30.424Z] #58 103.1 CC criu/irmap.o [2019-09-19T11:58:30.900Z] ---> cb5fcedfcf42 [2019-09-19T11:58:30.900Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-19T11:58:30.990Z] #58 103.6 CC criu/kcmp-ids.o [2019-09-19T11:58:31.248Z] #58 103.9 CC criu/kerndat.o [2019-09-19T11:58:31.266Z] ok github.com/docker/docker/pkg/plugins/transport 0.017s coverage: 85.7% of statements [2019-09-19T11:58:31.557Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 87.9% of statements [2019-09-19T11:58:31.813Z] #58 104.6 CC criu/libnetlink.o [2019-09-19T11:58:31.843Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2019-09-19T11:58:32.071Z] #58 104.8 CC criu/log.o [2019-09-19T11:58:32.637Z] #58 105.2 CC criu/lsm.o [2019-09-19T11:58:32.706Z] Client: [2019-09-19T11:58:32.706Z] Debug Mode: false [2019-09-19T11:58:32.706Z] Plugins: [2019-09-19T11:58:32.706Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-19T11:58:32.706Z] [2019-09-19T11:58:32.706Z] Server: [2019-09-19T11:58:32.706Z] Containers: 0 [2019-09-19T11:58:32.706Z] Running: 0 [2019-09-19T11:58:32.706Z] Paused: 0 [2019-09-19T11:58:32.706Z] Stopped: 0 [2019-09-19T11:58:32.706Z] Images: 0 [2019-09-19T11:58:32.706Z] Server Version: 19.03.2 [2019-09-19T11:58:32.706Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-19T11:58:32.706Z] Windows: [2019-09-19T11:58:32.706Z] LCOW: [2019-09-19T11:58:32.706Z] Logging Driver: json-file [2019-09-19T11:58:32.706Z] Plugins: [2019-09-19T11:58:32.706Z] Volume: local [2019-09-19T11:58:32.706Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-19T11:58:32.706Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-19T11:58:32.706Z] Swarm: inactive [2019-09-19T11:58:32.706Z] Default Isolation: process [2019-09-19T11:58:32.706Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-19T11:58:32.706Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-19T11:58:32.706Z] OSType: windows [2019-09-19T11:58:32.706Z] Architecture: x86_64 [2019-09-19T11:58:32.706Z] CPUs: 4 [2019-09-19T11:58:32.706Z] Total Memory: 32GiB [2019-09-19T11:58:32.706Z] Name: azwin-2-b690c0 [2019-09-19T11:58:32.706Z] ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW [2019-09-19T11:58:32.706Z] Docker Root Dir: D:\docker [2019-09-19T11:58:32.706Z] Debug Mode: false [2019-09-19T11:58:32.706Z] Registry: https://index.docker.io/v1/ [2019-09-19T11:58:32.706Z] Labels: [2019-09-19T11:58:32.706Z] Experimental: true [2019-09-19T11:58:32.706Z] Insecure Registries: [2019-09-19T11:58:32.706Z] 10.0.0.4:5000 [2019-09-19T11:58:32.706Z] 127.0.0.0/8 [2019-09-19T11:58:32.706Z] Registry Mirrors: [2019-09-19T11:58:32.706Z] http://10.0.0.4:5000/ [2019-09-19T11:58:32.706Z] Live Restore Enabled: false [2019-09-19T11:58:32.706Z] [2019-09-19T11:58:32.745Z] ---> ba65fd8ff21a [2019-09-19T11:58:32.745Z] Step 106/125 : COPY --from=golangci_lint /build/ /usr/local/bin/ [Pipeline] } [Pipeline] // stage [2019-09-19T11:58:32.861Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [Pipeline] stage [Pipeline] { (Run tests) [2019-09-19T11:58:32.895Z] #58 105.5 CC criu/mem.o [Pipeline] powershell [2019-09-19T11:58:33.295Z] ---> 2d89df242c38 [2019-09-19T11:58:33.295Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-19T11:58:33.295Z] ---> 85c159b8d469 [2019-09-19T11:58:33.295Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-19T11:58:33.669Z] ---> f711630b4a8f [2019-09-19T11:58:33.669Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-19T11:58:33.888Z] ok github.com/docker/docker/pkg/pubsub 1.157s coverage: 73.9% of statements [2019-09-19T11:58:34.034Z] ---> 8dc20d0d3082 [2019-09-19T11:58:34.034Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-19T11:58:34.173Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2019-09-19T11:58:34.268Z] #58 106.8 CC criu/mount.o [2019-09-19T11:58:34.413Z] ---> d9bc083c4f09 [2019-09-19T11:58:34.413Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-19T11:58:34.413Z] ---> ddc79a4222e6 [2019-09-19T11:58:34.413Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-19T11:58:35.010Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-19T11:58:35.186Z] ---> 9399e169b475 [2019-09-19T11:58:35.186Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-19T11:58:35.188Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-09-19T11:58:35.473Z] ok github.com/docker/docker/pkg/streamformatter 0.027s coverage: 66.2% of statements [2019-09-19T11:58:35.551Z] ---> 7d2e6c340f19 [2019-09-19T11:58:35.552Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-19T11:58:35.939Z] ---> 7cceafc95fa5 [2019-09-19T11:58:35.939Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-19T11:58:36.092Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2019-09-19T11:58:36.711Z] ---> e469a977f2ef [2019-09-19T11:58:36.711Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-19T11:58:36.713Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 80.0% of statements [2019-09-19T11:58:36.713Z] ok github.com/docker/docker/pkg/signal 3.545s coverage: 61.0% of statements [2019-09-19T11:58:36.796Z] #58 109.4 CC criu/namespaces.o [2019-09-19T11:58:37.073Z] ---> 9e08fcf5a552 [2019-09-19T11:58:37.073Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-19T11:58:37.073Z] ---> 881fdbd45e04 [2019-09-19T11:58:37.073Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-19T11:58:37.472Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-19T11:58:37.472Z] bad55c542dc9: Pulling fs layer [2019-09-19T11:58:37.729Z] #58 110.6 CC criu/net.o [2019-09-19T11:58:37.857Z] bad55c542dc9: Verifying Checksum [2019-09-19T11:58:37.857Z] bad55c542dc9: Download complete [2019-09-19T11:58:38.209Z] ok github.com/docker/docker/pkg/tailfile 0.180s coverage: 88.6% of statements [2019-09-19T11:58:38.209Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2019-09-19T11:58:38.227Z] bad55c542dc9: Pull complete [2019-09-19T11:58:38.227Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-19T11:58:38.227Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-19T11:58:38.676Z] ---> 4b7fb65e6824 [2019-09-19T11:58:38.676Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-19T11:58:38.676Z] ---> Running in ba7b5a9930ba [2019-09-19T11:58:38.676Z] Removing intermediate container ba7b5a9930ba [2019-09-19T11:58:38.676Z] ---> eba7a0690bf7 [2019-09-19T11:58:38.676Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-19T11:58:38.676Z] ---> Running in 7693c2efc1e2 [2019-09-19T11:58:39.152Z] Removing intermediate container 7693c2efc1e2 [2019-09-19T11:58:39.152Z] ---> 77c9b09173d6 [2019-09-19T11:58:39.152Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-19T11:58:39.152Z] ---> Running in 197ab7986e73 [2019-09-19T11:58:39.152Z] Removing intermediate container 197ab7986e73 [2019-09-19T11:58:39.152Z] ---> 307815e71bd6 [2019-09-19T11:58:39.152Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-19T11:58:39.152Z] ---> Running in 453f68b142e2 [2019-09-19T11:58:39.523Z] Removing intermediate container 453f68b142e2 [2019-09-19T11:58:39.523Z] ---> 38c092d5a186 [2019-09-19T11:58:39.523Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-19T11:58:39.523Z] ---> Running in 452c5cff90ff [2019-09-19T11:58:39.523Z] Removing intermediate container 452c5cff90ff [2019-09-19T11:58:39.523Z] ---> 1d0b97933fca [2019-09-19T11:58:39.523Z] Step 124/125 : FROM dev AS final [2019-09-19T11:58:39.523Z] ---> 1d0b97933fca [2019-09-19T11:58:39.523Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-19T11:58:39.698Z] testing: warning: no tests to run [2019-09-19T11:58:39.698Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: 0.0% of statements [no tests to run] [2019-09-19T11:58:39.698Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-09-19T11:58:40.257Z] #58 112.5 CC criu/netfilter.o [2019-09-19T11:58:40.257Z] #58 112.9 CC criu/page-pipe.o [2019-09-19T11:58:40.326Z] ok github.com/docker/docker/pkg/tarsum 0.256s coverage: 89.3% of statements [2019-09-19T11:58:40.611Z] ok github.com/docker/docker/pkg/truncindex 0.107s coverage: 91.5% of statements [2019-09-19T11:58:40.611Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-09-19T11:58:40.823Z] #58 113.3 CC criu/page-xfer.o [2019-09-19T11:58:41.232Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2019-09-19T11:58:41.389Z] #58 114.2 CC criu/pagemap-cache.o [2019-09-19T11:58:41.957Z] #58 114.5 CC criu/pagemap.o [2019-09-19T11:58:41.990Z] ---> f234d4c7efd0 [2019-09-19T11:58:41.990Z] Successfully built f234d4c7efd0 [2019-09-19T11:58:41.990Z] Successfully tagged docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-19T11:58:42.541Z] #58 115.2 CC criu/parasite-syscall.o [2019-09-19T11:58:43.031Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/test/unit [2019-09-19T11:58:43.107Z] #58 115.9 CC criu/path.o [2019-09-19T11:58:43.365Z] #58 116.1 CC criu/pie-util-vdso-elf32.o [2019-09-19T11:58:43.931Z] #58 116.4 CC criu/pie-util-vdso.o [2019-09-19T11:58:44.189Z] #58 116.8 CC criu/pie-util.o [2019-09-19T11:58:44.189Z] #58 116.9 CC criu/pipes.o [2019-09-19T11:58:44.301Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-09-19T11:58:44.755Z] #58 117.6 CC criu/plugin.o [2019-09-19T11:58:45.014Z] #58 117.8 CC criu/proc_parse.o [2019-09-19T11:58:45.648Z] ? github.com/docker/docker/api [no test files] [2019-09-19T11:58:45.819Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2019-09-19T11:58:46.107Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 68.8% of statements [2019-09-19T11:58:47.541Z] #58 119.8 CC criu/protobuf-desc.o [2019-09-19T11:58:47.541Z] #58 ... [2019-09-19T11:58:47.541Z] [2019-09-19T11:58:47.541Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:58:47.541Z] #55 168.0 + dpkg --print-architecture [2019-09-19T11:58:47.541Z] #55 168.0 + cd /tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution [2019-09-19T11:58:47.541Z] #55 168.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-19T11:58:47.614Z] ok github.com/docker/docker/plugin 0.645s coverage: 27.1% of statements [2019-09-19T11:58:48.108Z] #55 168.5 + GOPATH=/tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8cqF5hiMtA [2019-09-19T11:58:48.108Z] #55 168.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-19T11:58:48.334Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-19T11:58:48.334Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-881d0689\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-19T11:58:48.334Z] ---------------------------------------------------------------------------- [2019-09-19T11:58:48.334Z] [2019-09-19T11:58:48.334Z] INFO: executeCI.ps1 starting at Thu Sep 19 11:58:46 CUT 2019 [2019-09-19T11:58:48.334Z] [2019-09-19T11:58:48.334Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-19T11:58:48.334Z] INFO: Running git version 2.23.0.windows.1 [2019-09-19T11:58:48.334Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-19T11:58:48.334Z] INFO: Environment variables: [2019-09-19T11:58:48.334Z] [2019-09-19T11:58:48.334Z] Name Value [2019-09-19T11:58:48.334Z] ---- ----- [2019-09-19T11:58:48.334Z] ALLUSERSPROFILE C:\ProgramData [2019-09-19T11:58:48.334Z] amd64 true [2019-09-19T11:58:48.334Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-19T11:58:48.334Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-19T11:58:48.334Z] BRANCH_NAME PR-39949 [2019-09-19T11:58:48.334Z] BUILD_DISPLAY_NAME #4 [2019-09-19T11:58:48.334Z] BUILD_ID 4 [2019-09-19T11:58:48.334Z] BUILD_NUMBER 4 [2019-09-19T11:58:48.334Z] BUILD_TAG jenkins-moby-PR-39949-4 [2019-09-19T11:58:48.334Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39949/4/ [2019-09-19T11:58:48.334Z] CHANGE_AUTHOR thaJeztah [2019-09-19T11:58:48.334Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-19T11:58:48.334Z] CHANGE_BRANCH carry_39413 [2019-09-19T11:58:48.334Z] CHANGE_FORK thaJeztah [2019-09-19T11:58:48.334Z] CHANGE_ID 39949 [2019-09-19T11:58:48.334Z] CHANGE_TARGET master [2019-09-19T11:58:48.334Z] CHANGE_TITLE Adding ability to change max download attempts (carry 39413) [2019-09-19T11:58:48.334Z] CHANGE_URL https://github.com/moby/moby/pull/39949 [2019-09-19T11:58:48.334Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-19T11:58:48.334Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-19T11:58:48.334Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-19T11:58:48.334Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-19T11:58:48.334Z] COMPUTERNAME azwin-2-b690c0 [2019-09-19T11:58:48.334Z] ComSpec C:\windows\system32\cmd.exe [2019-09-19T11:58:48.334Z] ConfigSequenceNumber 0 [2019-09-19T11:58:48.334Z] DOCKER_BUILDKIT 0 [2019-09-19T11:58:48.334Z] DOCKER_DUT_DEBUG 1 [2019-09-19T11:58:48.334Z] DOCKER_EXPERIMENTAL 1 [2019-09-19T11:58:48.334Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-19T11:58:48.334Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-19T11:58:48.334Z] EXECUTOR_NUMBER 0 [2019-09-19T11:58:48.334Z] FQDN azwin-2-b690c0.westus.cloudapp.azure.com [2019-09-19T11:58:48.334Z] GIT_BRANCH PR-39949 [2019-09-19T11:58:48.335Z] GIT_COMMIT ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T11:58:48.335Z] GIT_PREVIOUS_COMMIT 4c07af1676b75edde8a441a33d7b041e358c73b0 [2019-09-19T11:58:48.335Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 3a45aac7c0c4de140e02a3e6916cf9600c55ef4d [2019-09-19T11:58:48.335Z] GIT_URL https://github.com/moby/moby.git [2019-09-19T11:58:48.335Z] HUDSON_COOKIE 7db9e5e9-76f2-4f13-af95-7621cb82d536 [2019-09-19T11:58:48.335Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-19T11:58:48.335Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-19T11:58:48.335Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-19T11:58:48.335Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-19T11:58:48.335Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-19T11:58:48.335Z] JENKINS_NODE_COOKIE b8afe4e6-9f6f-4797-928f-955141d064d4 [2019-09-19T11:58:48.335Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-19T11:58:48.335Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-19T11:58:48.335Z] JOB_BASE_NAME PR-39949 [2019-09-19T11:58:48.335Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39949/display/redirect [2019-09-19T11:58:48.335Z] JOB_NAME moby/PR-39949 [2019-09-19T11:58:48.335Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39949/ [2019-09-19T11:58:48.335Z] library.jps.version master [2019-09-19T11:58:48.335Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-19T11:58:48.335Z] NODE_LABELS amd64 azure azwin-2-b690c0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-19T11:58:48.335Z] NODE_NAME azwin-2-b690c0 [2019-09-19T11:58:48.335Z] NUMBER_OF_PROCESSORS 4 [2019-09-19T11:58:48.335Z] OS Windows_NT [2019-09-19T11:58:48.335Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-19T11:58:48.335Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-19T11:58:48.335Z] ppc64le true [2019-09-19T11:58:48.335Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-19T11:58:48.335Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-19T11:58:48.335Z] PROCESSOR_LEVEL 6 [2019-09-19T11:58:48.335Z] PROCESSOR_REVISION 4f01 [2019-09-19T11:58:48.335Z] ProgramData C:\ProgramData [2019-09-19T11:58:48.335Z] ProgramFiles C:\Program Files [2019-09-19T11:58:48.335Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-19T11:58:48.335Z] ProgramW6432 C:\Program Files [2019-09-19T11:58:48.335Z] PROMPT $P$G [2019-09-19T11:58:48.335Z] PSExecutionPolicyPreference Bypass [2019-09-19T11:58:48.335Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-19T11:58:48.335Z] PUBLIC C:\Users\Public [2019-09-19T11:58:48.335Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39949/4/display/redirect?page=changes [2019-09-19T11:58:48.335Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39949/4/display/redirect [2019-09-19T11:58:48.335Z] s390x true [2019-09-19T11:58:48.335Z] skip_dco false [2019-09-19T11:58:48.335Z] SKIP_VALIDATION_TESTS 1 [2019-09-19T11:58:48.335Z] SOURCES_DRIVE d [2019-09-19T11:58:48.335Z] SOURCES_SUBDIR gopath [2019-09-19T11:58:48.335Z] STAGE_NAME Run tests [2019-09-19T11:58:48.335Z] SystemDrive C: [2019-09-19T11:58:48.335Z] SystemRoot C:\windows [2019-09-19T11:58:48.335Z] TEMP C:\windows\TEMP [2019-09-19T11:58:48.335Z] TESTDEBUG 0 [2019-09-19T11:58:48.335Z] TESTRUN_DRIVE d [2019-09-19T11:58:48.335Z] TESTRUN_SUBDIR CI-4 [2019-09-19T11:58:48.335Z] TIMEOUT 120m [2019-09-19T11:58:48.335Z] TMP C:\windows\TEMP [2019-09-19T11:58:48.335Z] unit_validate true [2019-09-19T11:58:48.335Z] USERDOMAIN WORKGROUP [2019-09-19T11:58:48.335Z] USERNAME azwin-2-b690c0$ [2019-09-19T11:58:48.335Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-19T11:58:48.335Z] windir C:\windows [2019-09-19T11:58:48.335Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-19T11:58:48.335Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-19T11:58:48.335Z] windowsRS1 false [2019-09-19T11:58:48.335Z] windowsRS5 true [2019-09-19T11:58:48.335Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-19T11:58:48.335Z] [2019-09-19T11:58:48.335Z] [2019-09-19T11:58:48.335Z] [2019-09-19T11:58:48.335Z] INFO: Sources under d:\gopath\... [2019-09-19T11:58:48.335Z] INFO: Test run under d:\CI-4\... [2019-09-19T11:58:48.335Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-19T11:58:48.335Z] INFO: docker/docker repository was found [2019-09-19T11:58:48.634Z] ok github.com/docker/docker/registry/resumable 0.033s coverage: 100.0% of statements [2019-09-19T11:58:48.793Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-09-19T11:58:49.653Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 50.9% of statements [2019-09-19T11:58:50.329Z] ltsc2019: Pulling from windows/servercore [2019-09-19T11:58:50.787Z] 65014b3c3121: Pulling fs layer [2019-09-19T11:58:50.787Z] 2945147eda09: Pulling fs layer [2019-09-19T11:58:51.139Z] ok github.com/docker/docker/testutil 0.017s coverage: 62.5% of statements [2019-09-19T11:58:51.427Z] ok github.com/docker/docker/runconfig 0.025s coverage: 68.2% of statements [2019-09-19T11:58:51.716Z] ok github.com/docker/docker/registry 0.494s coverage: 56.5% of statements [2019-09-19T11:58:56.133Z] ok github.com/docker/docker/volume/drivers 0.017s coverage: 36.1% of statements [2019-09-19T11:58:57.223Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2019-09-19T11:58:58.074Z] #55 ... [2019-09-19T11:58:58.074Z] [2019-09-19T11:58:58.074Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:58:58.074Z] #58 120.5 CC criu/protobuf.o [2019-09-19T11:58:58.074Z] #58 120.8 CC criu/pstree.o [2019-09-19T11:58:58.074Z] #58 121.7 CC criu/rbtree.o [2019-09-19T11:58:58.074Z] #58 122.0 CC criu/rst-malloc.o [2019-09-19T11:58:58.074Z] #58 122.3 CC criu/seccomp.o [2019-09-19T11:58:58.074Z] #58 122.8 CC criu/seize.o [2019-09-19T11:58:58.074Z] #58 123.4 CC criu/servicefd.o [2019-09-19T11:58:58.074Z] #58 123.7 CC criu/shmem.o [2019-09-19T11:58:58.074Z] #58 124.3 CC criu/sigframe.o [2019-09-19T11:58:58.074Z] #58 124.5 CC criu/signalfd.o [2019-09-19T11:58:58.074Z] #58 124.7 CC criu/sk-inet.o [2019-09-19T11:58:58.074Z] #58 125.6 CC criu/sk-netlink.o [2019-09-19T11:58:58.074Z] #58 125.9 CC criu/sk-packet.o [2019-09-19T11:58:58.074Z] #58 126.4 CC criu/sk-queue.o [2019-09-19T11:58:58.074Z] #58 126.8 CC criu/sk-tcp.o [2019-09-19T11:58:58.074Z] #58 127.1 CC criu/sk-unix.o [2019-09-19T11:58:58.074Z] #58 128.6 CC criu/sockets.o [2019-09-19T11:58:58.074Z] #58 129.2 CC criu/stats.o [2019-09-19T11:58:58.074Z] #58 129.4 CC criu/string.o [2019-09-19T11:58:58.074Z] #58 129.5 CC criu/sysctl.o [2019-09-19T11:58:58.074Z] #58 130.1 CC criu/sysfs_parse.o [2019-09-19T11:58:58.074Z] #58 130.4 CC criu/timerfd.o [2019-09-19T11:58:58.074Z] #58 130.7 CC criu/tty.o [2019-09-19T11:58:58.178Z] ok github.com/docker/docker/volume/mounts 0.100s coverage: 67.0% of statements [2019-09-19T11:58:58.797Z] ok github.com/docker/docker/volume/local 0.059s coverage: 73.0% of statements [2019-09-19T11:58:59.359Z] 2945147eda09: Verifying Checksum [2019-09-19T11:58:59.359Z] 2945147eda09: Download complete [2019-09-19T11:58:59.973Z] #58 132.4 CC criu/tun.o [2019-09-19T11:59:00.231Z] #58 132.9 CC criu/uffd.o [2019-09-19T11:59:00.269Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2019-09-19T11:59:01.234Z] #58 134.1 CC criu/util.o [2019-09-19T11:59:02.608Z] #58 135.2 CC criu/uts_ns.o [2019-09-19T11:59:02.867Z] #58 135.4 CC criu/vdso-compat.o [2019-09-19T11:59:02.867Z] #58 135.7 CC criu/vdso.o [2019-09-19T11:59:03.802Z] #58 136.6 LINK criu/built-in.o [2019-09-19T11:59:04.063Z] #58 136.7 LINK criu/criu [2019-09-19T11:59:04.321Z] #58 137.0 DEP lib/c/criu.d [2019-09-19T11:59:04.321Z] #58 137.1 CC images/rpc.pb-c.o [2019-09-19T11:59:04.888Z] #58 137.6 CC lib/c/criu.o [2019-09-19T11:59:05.779Z] ok github.com/docker/docker/pkg/plugins 33.662s coverage: 76.6% of statements [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/rootless [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/volume [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-19T11:59:05.779Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === Skipped [2019-09-19T11:59:05.779Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-19T11:59:05.779Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-19T11:59:05.779Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:73: No driver to put! [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-19T11:59:05.779Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-19T11:59:05.779Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-19T11:59:05.779Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T11:59:05.779Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-19T11:59:05.779Z] graphtest_unix.go:73: No driver to put! [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-19T11:59:05.779Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-19T11:59:05.779Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] [2019-09-19T11:59:05.779Z] DONE 2109 tests, 20 skipped in 354.906s [2019-09-19T11:59:05.823Z] #58 138.6 LINK lib/c/built-in.o [2019-09-19T11:59:05.823Z] #58 138.6 LINK lib/c/libcriu.so [2019-09-19T11:59:06.081Z] #58 138.7 GEN magic.py [2019-09-19T11:59:06.081Z] #58 138.8 Note: Building without setproctitle() and strlcpy() support. [2019-09-19T11:59:06.081Z] #58 138.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). Post stage [Pipeline] junit [2019-09-19T11:59:06.831Z] Recording test results [2019-09-19T11:59:07.016Z] #58 139.4 fatal: Not a git repository (or any of the parent directories): .git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-19T11:59:07.275Z] #58 140.0 make[1]: Nothing to be done for 'all'. [2019-09-19T11:59:07.520Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/make.sh dynbinary test-integration [2019-09-19T11:59:07.804Z] [2019-09-19T11:59:07.841Z] #58 ... [2019-09-19T11:59:07.841Z] [2019-09-19T11:59:07.841Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-19T11:59:07.841Z] #55 188.2 + rm -rf /tmp/tmp.8cqF5hiMtA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.8cqF5hiMtA [2019-09-19T11:59:08.087Z] Removing bundles/ [2019-09-19T11:59:08.088Z] [2019-09-19T11:59:08.088Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-19T11:59:08.088Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T11:59:08.088Z] GOOS="" GOARCH="" GOARM="" [2019-09-19T11:59:08.408Z] #55 DONE 188.8s [2019-09-19T11:59:08.409Z] [2019-09-19T11:59:08.409Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-19T11:59:08.409Z] #58 140.5 make[1]: 'images/built-in.o' is up to date. [2019-09-19T11:59:08.409Z] #58 140.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-19T11:59:08.409Z] #58 140.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-19T11:59:08.409Z] #58 140.6 make[1]: 'compel/libcompel.a' is up to date. [2019-09-19T11:59:08.409Z] #58 140.6 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-19T11:59:08.409Z] #58 140.6 make[1]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.6 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-19T11:59:08.409Z] #58 140.8 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.8 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.8 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.8 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.9 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.9 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 140.9 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 141.0 make[2]: Nothing to be done for 'all'. [2019-09-19T11:59:08.409Z] #58 141.0 INSTALL criu/criu [2019-09-19T11:59:08.409Z] #58 DONE 141.2s [2019-09-19T11:59:08.409Z] [2019-09-19T11:59:08.409Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:59:11.749Z] 65014b3c3121: Verifying Checksum [2019-09-19T11:59:11.749Z] 65014b3c3121: Download complete [2019-09-19T11:59:23.483Z] #47 202.4 🇩 bin/containerd [2019-09-19T11:59:24.863Z] #47 ... [2019-09-19T11:59:24.863Z] [2019-09-19T11:59:24.863Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-19T11:59:24.863Z] #24 DONE 205.4s [2019-09-19T11:59:25.163Z] [2019-09-19T11:59:25.163Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:59:27.166Z] #47 ... [2019-09-19T11:59:27.166Z] [2019-09-19T11:59:27.166Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-19T11:59:27.166Z] #25 DONE 0.2s [2019-09-19T11:59:27.166Z] [2019-09-19T11:59:27.166Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-19T11:59:27.166Z] #28 DONE 0.1s [2019-09-19T11:59:27.166Z] [2019-09-19T11:59:27.166Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-19T11:59:27.166Z] #31 DONE 0.1s [2019-09-19T11:59:27.166Z] [2019-09-19T11:59:27.166Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-19T11:59:27.422Z] #34 DONE 0.1s [2019-09-19T11:59:27.422Z] [2019-09-19T11:59:27.422Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-19T11:59:27.422Z] #39 DONE 0.1s [2019-09-19T11:59:27.422Z] [2019-09-19T11:59:27.422Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-19T11:59:27.422Z] #43 DONE 0.1s [2019-09-19T11:59:27.422Z] [2019-09-19T11:59:27.422Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-19T11:59:49.333Z] #47 226.8 🇩 bin/containerd-stress [2019-09-19T11:59:49.333Z] #47 228.4 🇩 bin/containerd-shim [2019-09-19T11:59:49.396Z] ................................................ [ 29%] [2019-09-19T11:59:54.594Z] #47 234.3 🇩 bin/containerd-shim-runc-v1 [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-19T11:59:56.170Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-19T11:59:56.170Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-19T11:59:57.119Z] #47 236.9 🇩 binaries [2019-09-19T11:59:57.119Z] #47 236.9 + mkdir -p /build [2019-09-19T11:59:57.119Z] #47 236.9 + cp bin/containerd /build/containerd [2019-09-19T11:59:57.119Z] #47 237.0 + cp bin/containerd-shim /build/containerd-shim [2019-09-19T11:59:57.119Z] #47 237.0 + cp bin/ctr /build/ctr [2019-09-19T11:59:57.264Z] ok github.com/docker/docker/builder/fscache 0.132s coverage: 69.2% of statements [2019-09-19T11:59:57.376Z] #47 DONE 237.5s [2019-09-19T11:59:58.307Z] [2019-09-19T11:59:58.307Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-19T11:59:58.307Z] #48 DONE 0.2s [2019-09-19T11:59:58.307Z] [2019-09-19T11:59:58.307Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-19T11:59:58.307Z] #51 DONE 0.1s [2019-09-19T11:59:58.564Z] [2019-09-19T11:59:58.564Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-19T11:59:58.564Z] #54 DONE 0.1s [2019-09-19T11:59:58.564Z] [2019-09-19T11:59:58.564Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-19T11:59:58.569Z] ok github.com/docker/docker/builder/dockerfile 0.939s coverage: 45.1% of statements [2019-09-19T11:59:58.820Z] #56 DONE 0.2s [2019-09-19T11:59:58.820Z] [2019-09-19T11:59:58.820Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-19T11:59:58.820Z] #59 DONE 0.1s [2019-09-19T11:59:58.820Z] [2019-09-19T11:59:58.820Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-19T11:59:58.820Z] #63 DONE 0.1s [2019-09-19T11:59:59.076Z] [2019-09-19T11:59:59.076Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-19T11:59:59.076Z] #65 DONE 0.1s [2019-09-19T11:59:59.076Z] [2019-09-19T11:59:59.076Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-19T11:59:59.076Z] #66 DONE 0.0s [2019-09-19T11:59:59.076Z] [2019-09-19T11:59:59.076Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-19T11:59:59.839Z] ok github.com/docker/docker/builder/remotecontext 0.208s coverage: 13.6% of statements [2019-09-19T12:00:00.008Z] #67 DONE 0.9s [2019-09-19T12:00:00.008Z] [2019-09-19T12:00:00.008Z] #68 exporting to image [2019-09-19T12:00:00.008Z] #68 exporting layers [2019-09-19T12:00:00.638Z] ok github.com/docker/docker/builder/remotecontext/git 0.819s coverage: 85.1% of statements [2019-09-19T12:00:00.638Z] ? github.com/docker/docker/cli [no test files] [2019-09-19T12:00:00.638Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-19T12:00:00.638Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2019-09-19T12:00:04.932Z] ok github.com/docker/docker/client 0.179s coverage: 75.8% of statements [2019-09-19T12:00:06.564Z] #68 exporting layers 6.3s done [2019-09-19T12:00:06.564Z] #68 writing image sha256:7efd4d01bad549e038c89f4919220c6624725a4785d1aa8af4a15432189e471c done [2019-09-19T12:00:06.564Z] #68 naming to docker.io/library/docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 done [2019-09-19T12:00:06.564Z] #68 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-19T12:00:08.012Z] [2019-09-19T12:00:08.012Z] Removing bundles/ [2019-09-19T12:00:08.012Z] [2019-09-19T12:00:08.012Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-19T12:00:08.270Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T12:00:08.270Z] GOOS="" GOARCH="" GOARM="" [2019-09-19T12:00:12.836Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-19T12:00:20.800Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-19T12:00:25.948Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-19T12:00:39.190Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 30.1% of statements [2019-09-19T12:00:39.190Z] ok github.com/docker/docker/container 0.131s coverage: 35.3% of statements [2019-09-19T12:00:39.190Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-19T12:00:39.190Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-19T12:00:39.190Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-19T12:00:39.190Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-19T12:00:45.790Z] ok github.com/docker/docker/daemon/cluster 0.037s coverage: 0.5% of statements [2019-09-19T12:00:46.598Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2019-09-19T12:00:48.431Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-09-19T12:00:52.229Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-19T12:00:58.042Z] ok github.com/docker/docker/daemon 12.226s coverage: 17.6% of statements [2019-09-19T12:00:58.042Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-19T12:00:58.042Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-09-19T12:00:58.042Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-19T12:00:58.430Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2019-09-19T12:00:59.726Z] ok github.com/docker/docker/daemon/config 0.061s coverage: 84.6% of statements [2019-09-19T12:00:59.726Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2019-09-19T12:00:59.726Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-19T12:00:59.726Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-19T12:01:00.592Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-19T12:01:01.304Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2019-09-19T12:01:02.476Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-19T12:01:03.862Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2019-09-19T12:01:05.167Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.301s coverage: 57.9% of statements [2019-09-19T12:01:08.793Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-19T12:01:11.496Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.481s coverage: 45.9% of statements [2019-09-19T12:01:13.928Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.031s coverage: 72.5% of statements [2019-09-19T12:01:13.928Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-19T12:01:14.748Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.148s coverage: 50.8% of statements [2019-09-19T12:01:15.473Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T12:01:15.473Z] [2019-09-19T12:01:15.473Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-19T12:01:15.473Z] PKG_CONFIG=pkg-config [2019-09-19T12:01:15.473Z] GOLANG_VERSION=1.12.9 [2019-09-19T12:01:15.473Z] HOSTNAME=96f7599557d5 [2019-09-19T12:01:15.473Z] DOCKER_EXPERIMENTAL=1 [2019-09-19T12:01:15.473Z] container=docker [2019-09-19T12:01:15.473Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-19T12:01:15.473Z] GOPATH=/go [2019-09-19T12:01:15.473Z] PWD=/go/src/github.com/docker/docker [2019-09-19T12:01:15.473Z] HOME=/root [2019-09-19T12:01:15.473Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-19T12:01:15.473Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-19T12:01:15.473Z] DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T12:01:15.473Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-19T12:01:15.473Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-19T12:01:15.473Z] TERM=xterm [2019-09-19T12:01:15.473Z] DEST=bundles/test-integration [2019-09-19T12:01:15.473Z] SHLVL=1 [2019-09-19T12:01:15.473Z] TIMEOUT=120m [2019-09-19T12:01:15.473Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-19T12:01:15.473Z] DOCKER_PKG=github.com/docker/docker [2019-09-19T12:01:15.473Z] TESTDEBUG=0 [2019-09-19T12:01:15.473Z] _=/usr/bin/env [2019-09-19T12:01:15.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-19T12:01:16.711Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.538s coverage: 76.1% of statements [2019-09-19T12:01:17.998Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-19T12:01:19.297Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-09-19T12:01:20.378Z] ........................ [ 67%] [2019-09-19T12:01:21.783Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.485s coverage: 57.0% of statements [2019-09-19T12:01:21.783Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-19T12:01:21.783Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-19T12:01:22.263Z] ok github.com/docker/docker/daemon/images 0.061s coverage: 4.9% of statements [2019-09-19T12:01:22.263Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-19T12:01:22.700Z] ok github.com/docker/docker/daemon/links 0.030s coverage: 93.0% of statements [2019-09-19T12:01:22.700Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-19T12:01:23.421Z] 65014b3c3121: Pull complete [2019-09-19T12:01:24.567Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 42.7% of statements [2019-09-19T12:01:25.398Z] ok github.com/docker/docker/daemon/logger/awslogs 0.123s coverage: 77.4% of statements [2019-09-19T12:01:25.398Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-19T12:01:25.398Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-19T12:01:25.792Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-09-19T12:01:26.183Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 26.2% of statements [2019-09-19T12:01:27.027Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-09-19T12:01:27.027Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 62.1% of statements [2019-09-19T12:01:29.030Z] ok github.com/docker/docker/daemon/logger/local 0.025s coverage: 74.7% of statements [2019-09-19T12:01:29.030Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-19T12:01:29.418Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.020s coverage: 18.6% of statements [2019-09-19T12:01:29.695Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T12:01:29.695Z] [2019-09-19T12:01:29.695Z] [2019-09-19T12:01:29.695Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-19T12:01:29.695Z] [2019-09-19T12:01:29.695Z] [2019-09-19T12:01:29.695Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-19T12:01:29.695Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-19T12:01:29.695Z] No new tests added to integration. [2019-09-19T12:01:29.695Z] [2019-09-19T12:01:29.695Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-19T12:01:29.695Z] PKG_CONFIG=pkg-config [2019-09-19T12:01:29.695Z] GOLANG_VERSION=1.12.9 [2019-09-19T12:01:29.695Z] HOSTNAME=4f3aea91e0bb [2019-09-19T12:01:29.695Z] KEEPBUNDLE=1 [2019-09-19T12:01:29.695Z] container=docker [2019-09-19T12:01:29.695Z] TEST_SKIP_INTEGRATION=1 [2019-09-19T12:01:29.695Z] GOPATH=/go [2019-09-19T12:01:29.695Z] PWD=/go/src/github.com/docker/docker [2019-09-19T12:01:29.695Z] HOME=/root [2019-09-19T12:01:29.695Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-19T12:01:29.695Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-19T12:01:29.695Z] DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T12:01:29.695Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-19T12:01:29.695Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-19T12:01:29.695Z] TERM=xterm [2019-09-19T12:01:29.695Z] DEST=bundles/test-integration [2019-09-19T12:01:29.695Z] SHLVL=1 [2019-09-19T12:01:29.695Z] TIMEOUT=120m [2019-09-19T12:01:29.695Z] TESTFLAGS=-test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-19T12:01:29.695Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-19T12:01:29.695Z] DOCKER_PKG=github.com/docker/docker [2019-09-19T12:01:29.695Z] TESTDEBUG=0 [2019-09-19T12:01:29.695Z] _=/usr/bin/env [2019-09-19T12:01:29.695Z] Building test suite binary ./integration-cli/test.main [2019-09-19T12:01:29.695Z] PKG_CONFIG=pkg-config [2019-09-19T12:01:29.695Z] GOLANG_VERSION=1.12.9 [2019-09-19T12:01:29.695Z] HOSTNAME=c3a44c95259c [2019-09-19T12:01:29.695Z] KEEPBUNDLE=1 [2019-09-19T12:01:29.695Z] container=docker [2019-09-19T12:01:29.695Z] TEST_SKIP_INTEGRATION=1 [2019-09-19T12:01:29.695Z] GOPATH=/go [2019-09-19T12:01:29.695Z] PWD=/go/src/github.com/docker/docker [2019-09-19T12:01:29.695Z] HOME=/root [2019-09-19T12:01:29.695Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-19T12:01:29.695Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-19T12:01:29.695Z] DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T12:01:29.695Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-19T12:01:29.695Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-19T12:01:29.695Z] TERM=xterm [2019-09-19T12:01:29.695Z] DEST=bundles/test-integration [2019-09-19T12:01:29.695Z] SHLVL=1 [2019-09-19T12:01:29.695Z] TIMEOUT=120m [2019-09-19T12:01:29.695Z] TESTFLAGS=-test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-19T12:01:29.695Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-19T12:01:29.695Z] DOCKER_PKG=github.com/docker/docker [2019-09-19T12:01:29.695Z] TESTDEBUG=0 [2019-09-19T12:01:29.695Z] _=/usr/bin/env [2019-09-19T12:01:29.695Z] Building test suite binary ./integration-cli/test.main [2019-09-19T12:01:29.695Z] PKG_CONFIG=pkg-config [2019-09-19T12:01:29.695Z] GOLANG_VERSION=1.12.9 [2019-09-19T12:01:29.695Z] HOSTNAME=344401208d53 [2019-09-19T12:01:29.695Z] KEEPBUNDLE=1 [2019-09-19T12:01:29.695Z] container=docker [2019-09-19T12:01:29.695Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-19T12:01:29.695Z] GOPATH=/go [2019-09-19T12:01:29.695Z] PWD=/go/src/github.com/docker/docker [2019-09-19T12:01:29.695Z] HOME=/root [2019-09-19T12:01:29.695Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-19T12:01:29.695Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-19T12:01:29.695Z] DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T12:01:29.695Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-19T12:01:29.695Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-19T12:01:29.695Z] TERM=xterm [2019-09-19T12:01:29.695Z] DEST=bundles/test-integration [2019-09-19T12:01:29.695Z] SHLVL=1 [2019-09-19T12:01:29.695Z] TIMEOUT=120m [2019-09-19T12:01:29.695Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-19T12:01:29.695Z] DOCKER_PKG=github.com/docker/docker [2019-09-19T12:01:29.695Z] TESTDEBUG=0 [2019-09-19T12:01:29.695Z] _=/usr/bin/env [2019-09-19T12:01:29.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-19T12:01:30.761Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 47.8% of statements [2019-09-19T12:01:31.550Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-09-19T12:01:32.343Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2019-09-19T12:01:32.343Z] ok github.com/docker/docker/daemon/logger/splunk 1.647s coverage: 84.5% of statements [2019-09-19T12:01:32.343Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-19T12:01:32.343Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-19T12:01:34.906Z] ok github.com/docker/docker/distribution/metadata 0.046s coverage: 48.2% of statements [2019-09-19T12:01:34.906Z] ok github.com/docker/docker/distribution 0.346s coverage: 22.6% of statements [2019-09-19T12:01:34.906Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-19T12:01:36.764Z] ok github.com/docker/docker/errdefs 0.006s coverage: 49.4% of statements [2019-09-19T12:01:38.058Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-09-19T12:01:38.440Z] ok github.com/docker/docker/distribution/xfer 1.932s coverage: 85.6% of statements [2019-09-19T12:01:38.440Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-19T12:01:39.273Z] ok github.com/docker/docker/image/cache 0.012s coverage: 19.2% of statements [2019-09-19T12:01:39.273Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-19T12:01:39.649Z] ok github.com/docker/docker/image/v1 0.027s coverage: 25.0% of statements [2019-09-19T12:01:39.649Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-19T12:01:41.097Z] ok github.com/docker/docker/libcontainerd/queue 0.040s coverage: 87.5% of statements [2019-09-19T12:01:42.422Z] ok github.com/docker/docker/opts 0.023s coverage: 66.9% of statements [2019-09-19T12:01:42.801Z] ok github.com/docker/docker/pkg/aaparser 0.008s coverage: 50.0% of statements [2019-09-19T12:01:44.674Z] ok github.com/docker/docker/pkg/archive 0.479s coverage: 77.0% of statements [2019-09-19T12:01:46.569Z] ok github.com/docker/docker/pkg/authorization 0.819s coverage: 66.7% of statements [2019-09-19T12:01:47.141Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-09-19T12:01:47.141Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-19T12:01:49.633Z] ok github.com/docker/docker/layer 7.457s coverage: 68.8% of statements [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/oci [no test files] [2019-09-19T12:01:49.633Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-19T12:01:49.633Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2019-09-19T12:01:50.005Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-19T12:01:50.399Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 97.6% of statements [2019-09-19T12:01:51.696Z] ok github.com/docker/docker/pkg/chrootarchive 3.564s coverage: 43.2% of statements [2019-09-19T12:01:51.696Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-19T12:01:51.696Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-19T12:01:52.091Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-09-19T12:01:53.057Z] ok github.com/docker/docker/pkg/discovery/nodes 0.017s coverage: 93.8% of statements [2019-09-19T12:01:53.900Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-09-19T12:01:54.707Z] ok github.com/docker/docker/pkg/discovery/kv 3.112s coverage: 84.1% of statements [2019-09-19T12:01:55.118Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2019-09-19T12:01:55.118Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-09-19T12:01:55.489Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 10.2% of statements [2019-09-19T12:01:55.870Z] ok github.com/docker/docker/pkg/fsutils 0.413s coverage: 85.1% of statements [2019-09-19T12:01:56.683Z] ok github.com/docker/docker/pkg/idtools 0.305s coverage: 70.1% of statements [2019-09-19T12:01:57.504Z] ok github.com/docker/docker/pkg/ioutils 0.477s coverage: 70.6% of statements [2019-09-19T12:01:57.504Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2019-09-19T12:01:57.902Z] ok github.com/docker/docker/pkg/locker 0.022s coverage: 88.9% of statements [2019-09-19T12:01:57.902Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2019-09-19T12:01:57.902Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-19T12:01:58.349Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2019-09-19T12:01:58.864Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-19T12:01:59.728Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-09-19T12:02:00.112Z] ok github.com/docker/docker/pkg/mount 1.282s coverage: 69.6% of statements [2019-09-19T12:02:00.112Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-19T12:02:00.112Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-09-19T12:02:00.502Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2019-09-19T12:02:00.502Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-19T12:02:00.502Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-19T12:02:01.302Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.026s coverage: 56.8% of statements [2019-09-19T12:02:02.094Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2019-09-19T12:02:02.474Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 87.9% of statements [2019-09-19T12:02:02.474Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2019-09-19T12:02:03.538Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-19T12:02:03.739Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 73.9% of statements [2019-09-19T12:02:04.714Z] ok github.com/docker/docker/pkg/reexec 0.021s coverage: 82.4% of statements [2019-09-19T12:02:07.892Z] ok github.com/docker/docker/pkg/signal 2.487s coverage: 61.0% of statements [2019-09-19T12:02:07.892Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2019-09-19T12:02:08.722Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2019-09-19T12:02:08.722Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2019-09-19T12:02:09.108Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-09-19T12:02:10.269Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 80.6% of statements [2019-09-19T12:02:10.684Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2019-09-19T12:02:11.070Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2019-09-19T12:02:11.887Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2019-09-19T12:02:12.262Z] ok github.com/docker/docker/pkg/term 0.013s coverage: 84.8% of statements [2019-09-19T12:02:12.643Z] testing: warning: no tests to run [2019-09-19T12:02:12.643Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: 0.0% of statements [no tests to run] [2019-09-19T12:02:13.026Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2019-09-19T12:02:13.396Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-09-19T12:02:13.774Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2019-09-19T12:02:16.378Z] ok github.com/docker/docker/plugin 0.563s coverage: 27.1% of statements [2019-09-19T12:02:17.190Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-09-19T12:02:18.001Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 76.2% of statements [2019-09-19T12:02:18.366Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2019-09-19T12:02:18.390Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-19T12:02:20.236Z] ok github.com/docker/docker/registry 0.142s coverage: 56.5% of statements [2019-09-19T12:02:20.284Z] tests/integration/client_test.py ..... [ 75%] [2019-09-19T12:02:21.219Z] tests/integration/errors_test.py . [ 75%] [2019-09-19T12:02:21.241Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2019-09-19T12:02:21.675Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2019-09-19T12:02:22.523Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-09-19T12:02:22.916Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2019-09-19T12:02:26.166Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-09-19T12:02:26.543Z] ok github.com/docker/docker/volume/local 0.038s coverage: 73.0% of statements [2019-09-19T12:02:27.470Z] ok github.com/docker/docker/volume/mounts 0.025s coverage: 67.0% of statements [2019-09-19T12:02:28.877Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-09-19T12:02:35.068Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/rootless [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/volume [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-19T12:02:35.068Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === Skipped [2019-09-19T12:02:35.068Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-19T12:02:35.068Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-19T12:02:35.068Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:73: No driver to put! [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-19T12:02:35.068Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-19T12:02:35.068Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-19T12:02:35.068Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.068Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-19T12:02:35.068Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.068Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:02:35.068Z] [2019-09-19T12:02:35.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-19T12:02:35.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.069Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-19T12:02:35.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.069Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-19T12:02:35.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.069Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-19T12:02:35.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:02:35.069Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-19T12:02:35.069Z] graphtest_unix.go:73: No driver to put! [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-19T12:02:35.069Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-19T12:02:35.069Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] [2019-09-19T12:02:35.069Z] DONE 2109 tests, 20 skipped in 230.981s Post stage [Pipeline] junit [2019-09-19T12:02:35.817Z] Recording test results [2019-09-19T12:02:37.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-19T12:02:37.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-19T12:02:38.471Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/make.sh dynbinary test-integration [2019-09-19T12:02:38.471Z] [2019-09-19T12:02:38.837Z] Removing bundles/ [2019-09-19T12:02:38.837Z] [2019-09-19T12:02:38.837Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-19T12:02:38.837Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T12:02:38.837Z] GOOS="" GOARCH="" GOARM="" [2019-09-19T12:02:43.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-19T12:02:48.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-19T12:02:55.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-19T12:03:00.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-19T12:03:01.538Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-19T12:03:06.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-19T12:03:06.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-19T12:03:13.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-19T12:03:14.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-19T12:03:19.936Z] 2945147eda09: Pull complete [2019-09-19T12:03:19.936Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-19T12:03:19.936Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:03:19.936Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:03:19.936Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-09-19T12:03:19.936Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-09-19T12:03:19.936Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-19T12:03:19.936Z] INFO: Docker version of control daemon [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] Client: Docker Engine - Enterprise [2019-09-19T12:03:19.936Z] Version: 19.03.2 [2019-09-19T12:03:19.936Z] API version: 1.40 [2019-09-19T12:03:19.936Z] Go version: go1.12.8 [2019-09-19T12:03:19.936Z] Git commit: c92ab06ed9 [2019-09-19T12:03:19.936Z] Built: 09/03/2019 16:38:11 [2019-09-19T12:03:19.936Z] OS/Arch: windows/amd64 [2019-09-19T12:03:19.936Z] Experimental: false [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] Server: Docker Engine - Enterprise [2019-09-19T12:03:19.936Z] Engine: [2019-09-19T12:03:19.936Z] Version: 19.03.2 [2019-09-19T12:03:19.936Z] API version: 1.40 (minimum version 1.24) [2019-09-19T12:03:19.936Z] Go version: go1.12.8 [2019-09-19T12:03:19.936Z] Git commit: c92ab06ed9 [2019-09-19T12:03:19.936Z] Built: 09/03/2019 16:35:47 [2019-09-19T12:03:19.936Z] OS/Arch: windows/amd64 [2019-09-19T12:03:19.936Z] Experimental: true [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] INFO: Docker info of control daemon [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] Client: [2019-09-19T12:03:19.936Z] Debug Mode: false [2019-09-19T12:03:19.936Z] Plugins: [2019-09-19T12:03:19.936Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] Server: [2019-09-19T12:03:19.936Z] Containers: 0 [2019-09-19T12:03:19.936Z] Running: 0 [2019-09-19T12:03:19.936Z] Paused: 0 [2019-09-19T12:03:19.936Z] Stopped: 0 [2019-09-19T12:03:19.936Z] Images: 1 [2019-09-19T12:03:19.936Z] Server Version: 19.03.2 [2019-09-19T12:03:19.936Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-09-19T12:03:19.936Z] LCOW: [2019-09-19T12:03:19.936Z] Windows: [2019-09-19T12:03:19.936Z] Logging Driver: json-file [2019-09-19T12:03:19.936Z] Plugins: [2019-09-19T12:03:19.936Z] Volume: local [2019-09-19T12:03:19.936Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-19T12:03:19.936Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-19T12:03:19.936Z] Swarm: inactive [2019-09-19T12:03:19.936Z] Default Isolation: process [2019-09-19T12:03:19.936Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-19T12:03:19.936Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-19T12:03:19.936Z] OSType: windows [2019-09-19T12:03:19.936Z] Architecture: x86_64 [2019-09-19T12:03:19.936Z] CPUs: 4 [2019-09-19T12:03:19.936Z] Total Memory: 32GiB [2019-09-19T12:03:19.936Z] Name: azwin-2-b690c0 [2019-09-19T12:03:19.936Z] ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW [2019-09-19T12:03:19.936Z] Docker Root Dir: D:\docker [2019-09-19T12:03:19.936Z] Debug Mode: false [2019-09-19T12:03:19.936Z] Registry: https://index.docker.io/v1/ [2019-09-19T12:03:19.936Z] Labels: [2019-09-19T12:03:19.936Z] Experimental: true [2019-09-19T12:03:19.936Z] Insecure Registries: [2019-09-19T12:03:19.936Z] 10.0.0.4:5000 [2019-09-19T12:03:19.936Z] 127.0.0.0/8 [2019-09-19T12:03:19.936Z] Registry Mirrors: [2019-09-19T12:03:19.936Z] http://10.0.0.4:5000/ [2019-09-19T12:03:19.936Z] Live Restore Enabled: false [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] [2019-09-19T12:03:19.936Z] INFO: Commit hash is ce61a1ed9 [2019-09-19T12:03:19.936Z] INFO: Nuke-Everything... [2019-09-19T12:03:19.936Z] INFO: Container count on control daemon to delete is 0 [2019-09-19T12:03:19.936Z] INFO: Nuking d:\CI-4 [2019-09-19T12:03:19.936Z] INFO: Zapped successfully [2019-09-19T12:03:19.936Z] INFO: Location for testing is d:\CI-4\CI-ce61a1ed9 [2019-09-19T12:03:20.396Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-19T12:03:20.396Z] [2019-09-19T12:03:20.396Z] [2019-09-19T12:03:20.396Z] INFO: Building the image from Dockerfile.windows at 09/19/2019 12:03:20... [2019-09-19T12:03:20.396Z] [2019-09-19T12:03:21.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-19T12:03:21.993Z] ......... [ 85%] [2019-09-19T12:03:26.188Z] Sending build context to Docker daemon 49.97MB [2019-09-19T12:03:26.188Z] [2019-09-19T12:03:26.188Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-19T12:03:26.188Z] ---> 1ddfa8bee56a [2019-09-19T12:03:26.188Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-19T12:03:26.188Z] ---> Running in 65422443d623 [2019-09-19T12:03:26.647Z] Removing intermediate container 65422443d623 [2019-09-19T12:03:26.647Z] ---> 1618c8b81c96 [2019-09-19T12:03:26.647Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-19T12:03:26.647Z] ---> Running in 4ad84534fb7c [2019-09-19T12:03:27.106Z] Removing intermediate container 4ad84534fb7c [2019-09-19T12:03:27.106Z] ---> a527974c9cbc [2019-09-19T12:03:27.106Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath FROM_DOCKERFILE=1 [2019-09-19T12:03:27.106Z] ---> Running in 00d57f2b5489 [2019-09-19T12:03:27.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-19T12:03:27.564Z] Removing intermediate container 00d57f2b5489 [2019-09-19T12:03:27.564Z] ---> 233b5bfa07c6 [2019-09-19T12:03:27.564Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-19T12:03:28.023Z] ---> Running in 1ff81e6f6475 [2019-09-19T12:03:28.392Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-19T12:03:30.033Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-19T12:03:32.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-19T12:03:35.095Z] [2019-09-19T12:03:35.095Z] SUCCESS: Specified value was saved. [2019-09-19T12:03:36.062Z] INFO: Downloading git... [2019-09-19T12:03:36.628Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-19T12:03:37.191Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-19T12:03:37.596Z] INFO: Downloading go... [2019-09-19T12:03:37.849Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-19T12:03:37.849Z] [2019-09-19T12:03:37.849Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-19T12:03:37.849Z] PKG_CONFIG=pkg-config [2019-09-19T12:03:37.849Z] GOLANG_VERSION=1.12.9 [2019-09-19T12:03:37.849Z] HOSTNAME=0a19c1fae092 [2019-09-19T12:03:37.849Z] DOCKER_EXPERIMENTAL=1 [2019-09-19T12:03:37.849Z] container=docker [2019-09-19T12:03:37.849Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-19T12:03:37.849Z] GOPATH=/go [2019-09-19T12:03:37.849Z] PWD=/go/src/github.com/docker/docker [2019-09-19T12:03:37.849Z] HOME=/root [2019-09-19T12:03:37.849Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-19T12:03:37.849Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-19T12:03:37.849Z] DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 [2019-09-19T12:03:37.849Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-19T12:03:37.849Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-19T12:03:37.849Z] TERM=xterm [2019-09-19T12:03:37.849Z] DEST=bundles/test-integration [2019-09-19T12:03:37.849Z] SHLVL=1 [2019-09-19T12:03:37.849Z] TIMEOUT=120m [2019-09-19T12:03:37.849Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-19T12:03:37.849Z] DOCKER_PKG=github.com/docker/docker [2019-09-19T12:03:37.849Z] TESTDEBUG=0 [2019-09-19T12:03:37.849Z] _=/usr/bin/env [2019-09-19T12:03:37.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-19T12:03:39.135Z] INFO: Downloading compiler 1 of 3... [2019-09-19T12:03:39.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-19T12:03:40.101Z] INFO: Downloading compiler 2 of 3... [2019-09-19T12:03:41.072Z] INFO: Downloading compiler 3 of 3... [2019-09-19T12:03:41.531Z] INFO: Extracting git... [2019-09-19T12:03:43.375Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-19T12:03:45.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-19T12:03:47.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-19T12:03:47.790Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-19T12:03:47.790Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-19T12:03:52.746Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-19T12:03:53.261Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-19T12:03:53.518Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-19T12:03:53.518Z] [2019-09-19T12:03:53.518Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-19T12:03:53.518Z] =========================== short test summary info ============================ [2019-09-19T12:03:53.518Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-19T12:03:53.518Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-19T12:03:53.518Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-19T12:03:53.518Z] Not supported on most drivers [2019-09-19T12:03:53.518Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-19T12:03:53.518Z] This doesn't seem to be taken into account by the engine [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-19T12:03:53.518Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-19T12:03:53.518Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-19T12:03:53.518Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 388.91 seconds == [2019-09-19T12:03:53.775Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-19T12:03:54.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-19T12:03:55.499Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-19T12:03:55.499Z] Using test binary docker [2019-09-19T12:03:55.499Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-19T12:03:55.499Z] +++ /etc/init.d/apparmor start [2019-09-19T12:03:55.499Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T12:03:55.499Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T12:03:55.499Z] Warning failed to create cache: (null) [2019-09-19T12:03:55.499Z] . [2019-09-19T12:03:55.499Z] INFO: Waiting for daemon to start... [2019-09-19T12:03:55.499Z] Starting dockerd [2019-09-19T12:03:55.499Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-19T12:03:56.335Z] INFO: Expanding go... [2019-09-19T12:03:57.802Z] . [2019-09-19T12:03:57.802Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-19T12:03:57.802Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-19T12:03:57.802Z] Error: No such image: emptyfs [2019-09-19T12:03:57.802Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-19T12:03:57.802Z] ++++ docker load [2019-09-19T12:03:58.087Z] Running integration-test (iteration 1) [2019-09-19T12:03:58.087Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-19T12:03:58.087Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:03:58.087Z] ++ set -e [2019-09-19T12:03:58.087Z] ++ '[' -n 0 ']' [2019-09-19T12:03:58.087Z] ++ set -x [2019-09-19T12:03:58.087Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:04:05.957Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-19T12:04:05.957Z] Clearing AppArmor profiles cache:. [2019-09-19T12:04:05.957Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:04:05.957Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:04:05.957Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:04:05.957Z] [2019-09-19T12:04:05.957Z] To set a process to complain mode, use the command line tool [2019-09-19T12:04:05.957Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:04:05.957Z] with the 'teardown' option." [2019-09-19T12:04:05.957Z] Post stage [Pipeline] junit [2019-09-19T12:04:06.534Z] Recording test results [Pipeline] sh [2019-09-19T12:04:07.021Z] + echo Ensuring container killed. [2019-09-19T12:04:07.021Z] Ensuring container killed. [2019-09-19T12:04:07.021Z] + docker rm -vf docker-pr4 [2019-09-19T12:04:07.021Z] Error: No such container: docker-pr4 [2019-09-19T12:04:07.021Z] + true [Pipeline] sh [2019-09-19T12:04:07.326Z] + echo Chowning /workspace to jenkins user [2019-09-19T12:04:07.326Z] Chowning /workspace to jenkins user [2019-09-19T12:04:07.326Z] + id -u [2019-09-19T12:04:07.326Z] + id -g [2019-09-19T12:04:07.326Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39949:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-19T12:04:10.150Z] + bundleName=docker-py [2019-09-19T12:04:10.150Z] + echo Creating docker-py-bundles.tar.gz [2019-09-19T12:04:10.150Z] Creating docker-py-bundles.tar.gz [2019-09-19T12:04:10.150Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-09-19T12:04:10.161Z] Archiving artifacts [2019-09-19T12:04:10.519Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-19T12:04:10.863Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/make.sh binary-daemon [2019-09-19T12:04:11.427Z] [2019-09-19T12:04:11.684Z] Removing bundles/ [2019-09-19T12:04:11.684Z] [2019-09-19T12:04:11.684Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-19T12:04:11.684Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-19T12:04:11.684Z] GOOS="" GOARCH="" GOARM="" [2019-09-19T12:04:13.350Z] Loaded image: buildpack-deps:jessie [2019-09-19T12:04:13.350Z] Loaded image: busybox:latest [2019-09-19T12:04:13.350Z] Loaded image: busybox:glibc [2019-09-19T12:04:13.350Z] Loaded image: debian:jessie [2019-09-19T12:04:13.350Z] Loaded image: hello-world:latest [2019-09-19T12:04:13.350Z] INFO: Testing against a local daemon [2019-09-19T12:04:13.350Z] === RUN TestCgroupNamespacesBuild [2019-09-19T12:04:13.969Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-09-19T12:04:13.969Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-19T12:04:13.969Z] daemon.go:336: [d5e3a25594833] waiting for daemon to start [2019-09-19T12:04:13.969Z] daemon.go:336: [d5e3a25594833] waiting for daemon to start [2019-09-19T12:04:13.969Z] daemon.go:364: [d5e3a25594833] daemon started [2019-09-19T12:04:13.969Z] daemon.go:472: [d5e3a25594833] Stopping daemon [2019-09-19T12:04:13.969Z] daemon.go:307: [d5e3a25594833] exiting daemon [2019-09-19T12:04:13.969Z] daemon.go:459: [d5e3a25594833] Daemon stopped [2019-09-19T12:04:13.969Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:04:15.443Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.65s) [2019-09-19T12:04:15.443Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:04:15.443Z] daemon.go:336: [dce352f14c158] waiting for daemon to start [2019-09-19T12:04:15.443Z] daemon.go:336: [dce352f14c158] waiting for daemon to start [2019-09-19T12:04:15.443Z] daemon.go:364: [dce352f14c158] daemon started [2019-09-19T12:04:15.443Z] daemon.go:472: [dce352f14c158] Stopping daemon [2019-09-19T12:04:15.443Z] daemon.go:307: [dce352f14c158] exiting daemon [2019-09-19T12:04:15.443Z] daemon.go:459: [dce352f14c158] Daemon stopped [2019-09-19T12:04:15.443Z] === RUN TestBuildWithSession [2019-09-19T12:04:18.135Z] --- PASS: TestBuildWithSession (2.20s) [2019-09-19T12:04:18.135Z] === RUN TestBuildSquashParent [2019-09-19T12:04:21.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-19T12:04:21.466Z] INFO: Expanding compiler 1 of 3... [2019-09-19T12:04:21.466Z] INFO: Expanding compiler 2 of 3... [2019-09-19T12:04:23.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-19T12:04:23.626Z] --- PASS: TestBuildSquashParent (5.72s) [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:04:23.626Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:04:23.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:04:23.626Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:04:23.626Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:04:23.626Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:04:23.626Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:04:27.098Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:04:27.098Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:04:27.256Z] INFO: Expanding compiler 3 of 3... [2019-09-19T12:04:27.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-19T12:04:27.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-19T12:04:27.715Z] INFO: Removing downloaded files... [2019-09-19T12:04:27.715Z] INFO: Creating source directory... [2019-09-19T12:04:27.715Z] INFO: Configuring git core.autocrlf... [2019-09-19T12:04:27.715Z] INFO: Completed [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.08s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.33s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.35s) [2019-09-19T12:04:29.125Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.41s) [2019-09-19T12:04:29.125Z] === RUN TestBuildMultiStageCopy [2019-09-19T12:04:29.125Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-19T12:04:29.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-19T12:04:31.166Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-19T12:04:31.449Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-19T12:04:31.732Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-19T12:04:32.352Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-19T12:04:32.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy (3.55s) [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.98s) [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2019-09-19T12:04:32.636Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-09-19T12:04:32.636Z] === RUN TestBuildMultiStageParentConfig [2019-09-19T12:04:33.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-19T12:04:33.644Z] --- PASS: TestBuildMultiStageParentConfig (0.96s) [2019-09-19T12:04:33.644Z] === RUN TestBuildLabelWithTargets [2019-09-19T12:04:35.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-19T12:04:35.120Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2019-09-19T12:04:35.120Z] === RUN TestBuildWithEmptyLayers [2019-09-19T12:04:36.135Z] --- PASS: TestBuildWithEmptyLayers (0.81s) [2019-09-19T12:04:36.135Z] === RUN TestBuildMultiStageOnBuild [2019-09-19T12:04:38.164Z] --- PASS: TestBuildMultiStageOnBuild (2.30s) [2019-09-19T12:04:38.164Z] === RUN TestBuildUncleanTarFilenames [2019-09-19T12:04:38.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-19T12:04:39.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-19T12:04:39.640Z] --- PASS: TestBuildUncleanTarFilenames (1.19s) [2019-09-19T12:04:39.640Z] === RUN TestBuildMultiStageLayerLeak [2019-09-19T12:04:41.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-19T12:04:41.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-19T12:04:41.664Z] --- PASS: TestBuildMultiStageLayerLeak (2.34s) [2019-09-19T12:04:41.665Z] === RUN TestBuildWithHugeFile [2019-09-19T12:04:44.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-19T12:04:45.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-19T12:04:46.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-19T12:04:48.854Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-19T12:04:52.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-19T12:04:54.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-19T12:04:54.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-19T12:04:57.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-19T12:05:00.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-19T12:05:00.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-19T12:05:00.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-19T12:05:01.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-19T12:05:05.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-19T12:05:06.356Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-19T12:05:06.356Z] Using test binary docker [2019-09-19T12:05:06.356Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-19T12:05:06.356Z] +++ /etc/init.d/apparmor start [2019-09-19T12:05:06.356Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T12:05:06.356Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T12:05:06.356Z] Warning failed to create cache: (null) [2019-09-19T12:05:06.356Z] . [2019-09-19T12:05:06.356Z] Starting dockerd [2019-09-19T12:05:06.356Z] INFO: Waiting for daemon to start... [2019-09-19T12:05:06.356Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-19T12:05:08.249Z] . [2019-09-19T12:05:08.249Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-19T12:05:08.249Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-19T12:05:08.249Z] Error: No such image: emptyfs [2019-09-19T12:05:08.249Z] ++++ docker load [2019-09-19T12:05:08.249Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-19T12:05:08.648Z] Running integration-test (iteration 1) [2019-09-19T12:05:08.648Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-19T12:05:08.648Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:05:08.648Z] ++ set -e [2019-09-19T12:05:08.648Z] ++ '[' -n 0 ']' [2019-09-19T12:05:08.648Z] ++ set -x [2019-09-19T12:05:08.648Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:05:08.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-19T12:05:12.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-19T12:05:18.034Z] Loaded image: buildpack-deps:jessie [2019-09-19T12:05:18.034Z] Loaded image: busybox:latest [2019-09-19T12:05:18.034Z] Loaded image: busybox:glibc [2019-09-19T12:05:18.034Z] Loaded image: debian:jessie [2019-09-19T12:05:18.034Z] Loaded image: hello-world:latest [2019-09-19T12:05:18.034Z] INFO: Testing against a local daemon [2019-09-19T12:05:18.034Z] === RUN TestCgroupNamespacesBuild [2019-09-19T12:05:18.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-19T12:05:19.380Z] --- PASS: TestCgroupNamespacesBuild (1.82s) [2019-09-19T12:05:19.380Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-19T12:05:19.380Z] daemon.go:336: [d0ccad3bfe333] waiting for daemon to start [2019-09-19T12:05:19.380Z] daemon.go:336: [d0ccad3bfe333] waiting for daemon to start [2019-09-19T12:05:19.380Z] daemon.go:364: [d0ccad3bfe333] daemon started [2019-09-19T12:05:19.380Z] daemon.go:472: [d0ccad3bfe333] Stopping daemon [2019-09-19T12:05:19.380Z] daemon.go:307: [d0ccad3bfe333] exiting daemon [2019-09-19T12:05:19.380Z] daemon.go:459: [d0ccad3bfe333] Daemon stopped [2019-09-19T12:05:19.380Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:05:21.237Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.68s) [2019-09-19T12:05:21.237Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:05:21.237Z] daemon.go:336: [d62adef8dd442] waiting for daemon to start [2019-09-19T12:05:21.237Z] daemon.go:336: [d62adef8dd442] waiting for daemon to start [2019-09-19T12:05:21.237Z] daemon.go:364: [d62adef8dd442] daemon started [2019-09-19T12:05:21.237Z] daemon.go:472: [d62adef8dd442] Stopping daemon [2019-09-19T12:05:21.237Z] daemon.go:307: [d62adef8dd442] exiting daemon [2019-09-19T12:05:21.237Z] daemon.go:459: [d62adef8dd442] Daemon stopped [2019-09-19T12:05:21.237Z] === RUN TestBuildWithSession [2019-09-19T12:05:23.666Z] --- PASS: TestBuildWithSession (2.62s) [2019-09-19T12:05:23.666Z] === RUN TestBuildSquashParent [2019-09-19T12:05:26.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-19T12:05:29.977Z] --- PASS: TestBuildSquashParent (6.00s) [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:05:29.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:05:29.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:05:29.977Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:05:29.977Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:05:32.466Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:05:32.466Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:05:33.100Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-19T12:05:33.100Z] Copying nested executables into bundles/binary-daemon [2019-09-19T12:05:33.100Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-19T12:05:33.432Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/make.sh cross [2019-09-19T12:05:33.996Z] [2019-09-19T12:05:34.253Z] Removing bundles/ [2019-09-19T12:05:34.253Z] [2019-09-19T12:05:34.253Z] ---> Making bundle: cross (in bundles/cross) [2019-09-19T12:05:34.253Z] Cross building: bundles/cross/linux/amd64 [2019-09-19T12:05:34.253Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-19T12:05:34.253Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-19T12:05:34.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-19T12:05:35.060Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:05:35.060Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.66s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.73s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.48s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.48s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s) [2019-09-19T12:05:37.548Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.32s) [2019-09-19T12:05:37.548Z] === RUN TestBuildMultiStageCopy [2019-09-19T12:05:37.548Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-19T12:05:39.982Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-19T12:05:40.345Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-19T12:05:40.739Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-19T12:05:41.150Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-19T12:05:41.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy (4.64s) [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.55s) [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-09-19T12:05:41.966Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2019-09-19T12:05:41.966Z] === RUN TestBuildMultiStageParentConfig [2019-09-19T12:05:43.217Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-09-19T12:05:43.217Z] === RUN TestBuildLabelWithTargets [2019-09-19T12:05:45.669Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2019-09-19T12:05:45.669Z] === RUN TestBuildWithEmptyLayers [2019-09-19T12:05:46.981Z] --- PASS: TestBuildWithEmptyLayers (1.41s) [2019-09-19T12:05:46.981Z] === RUN TestBuildMultiStageOnBuild [2019-09-19T12:05:48.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-19T12:05:49.569Z] --- PASS: TestBuildMultiStageOnBuild (2.61s) [2019-09-19T12:05:49.569Z] === RUN TestBuildUncleanTarFilenames [2019-09-19T12:05:50.848Z] --- PASS: TestBuildUncleanTarFilenames (1.22s) [2019-09-19T12:05:50.848Z] === RUN TestBuildMultiStageLayerLeak [2019-09-19T12:05:51.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-19T12:05:53.396Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s) [2019-09-19T12:05:53.397Z] === RUN TestBuildWithHugeFile [2019-09-19T12:05:57.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-19T12:06:01.225Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-19T12:06:01.225Z] Using test binary docker [2019-09-19T12:06:01.225Z] +++ /etc/init.d/apparmor start [2019-09-19T12:06:01.225Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T12:06:01.225Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T12:06:01.225Z] Warning failed to create cache: (null) [2019-09-19T12:06:01.225Z] . [2019-09-19T12:06:01.225Z] INFO: Waiting for daemon to start... [2019-09-19T12:06:01.225Z] Starting dockerd [2019-09-19T12:06:01.225Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-19T12:06:03.381Z] . [2019-09-19T12:06:03.381Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-19T12:06:03.381Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-19T12:06:03.639Z] Error: No such image: emptyfs [2019-09-19T12:06:03.639Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-19T12:06:03.639Z] ++++ docker load [2019-09-19T12:06:03.897Z] Running integration-test (iteration 1) [2019-09-19T12:06:04.155Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-19T12:06:04.155Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:04.155Z] ++ set -e [2019-09-19T12:06:04.155Z] ++ '[' -n 0 ']' [2019-09-19T12:06:04.155Z] ++ set -x [2019-09-19T12:06:04.155Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:18.726Z] --- PASS: TestBuildWithHugeFile (83.87s) [2019-09-19T12:06:18.726Z] === RUN TestBuildWithEmptyDockerfile [2019-09-19T12:06:18.726Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:18.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:18.726Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:18.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:18.726Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:18.726Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:18.726Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:18.726Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:18.726Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:18.726Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-19T12:06:18.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2019-09-19T12:06:18.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-09-19T12:06:18.726Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2019-09-19T12:06:18.726Z] === RUN TestBuildPreserveOwnership [2019-09-19T12:06:18.726Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-19T12:06:18.726Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-19T12:06:18.726Z] --- PASS: TestBuildPreserveOwnership (4.82s) [2019-09-19T12:06:18.726Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.19s) [2019-09-19T12:06:18.726Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.62s) [2019-09-19T12:06:18.726Z] === RUN TestBuildPlatformInvalid [2019-09-19T12:06:18.726Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-19T12:06:18.726Z] PASS [2019-09-19T12:06:18.726Z] [2019-09-19T12:06:18.726Z] DONE 32 tests in 132.929s [2019-09-19T12:06:18.726Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-19T12:06:18.726Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:18.726Z] ++ set -e [2019-09-19T12:06:18.726Z] ++ '[' -n 0 ']' [2019-09-19T12:06:18.726Z] ++ set -x [2019-09-19T12:06:18.726Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:18.726Z] INFO: Testing against a local daemon [2019-09-19T12:06:18.726Z] === RUN TestConfigList [2019-09-19T12:06:18.726Z] --- PASS: TestConfigList (2.31s) [2019-09-19T12:06:18.726Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-19T12:06:18.726Z] daemon.go:336: [dc7915c6b9765] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:336: [dc7915c6b9765] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:364: [dc7915c6b9765] daemon started [2019-09-19T12:06:18.726Z] daemon.go:472: [dc7915c6b9765] Stopping daemon [2019-09-19T12:06:18.726Z] daemon.go:307: [dc7915c6b9765] exiting daemon [2019-09-19T12:06:18.726Z] daemon.go:459: [dc7915c6b9765] Daemon stopped [2019-09-19T12:06:18.726Z] === RUN TestConfigsCreateAndDelete [2019-09-19T12:06:18.726Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2019-09-19T12:06:18.726Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-19T12:06:18.726Z] daemon.go:336: [dc42cbc83c9b0] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:336: [dc42cbc83c9b0] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:364: [dc42cbc83c9b0] daemon started [2019-09-19T12:06:18.726Z] daemon.go:472: [dc42cbc83c9b0] Stopping daemon [2019-09-19T12:06:18.726Z] daemon.go:307: [dc42cbc83c9b0] exiting daemon [2019-09-19T12:06:18.726Z] daemon.go:459: [dc42cbc83c9b0] Daemon stopped [2019-09-19T12:06:18.726Z] === RUN TestConfigsUpdate [2019-09-19T12:06:18.726Z] --- PASS: TestConfigsUpdate (2.15s) [2019-09-19T12:06:18.726Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-19T12:06:18.726Z] daemon.go:336: [d892b5cfae854] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:336: [d892b5cfae854] waiting for daemon to start [2019-09-19T12:06:18.726Z] daemon.go:364: [d892b5cfae854] daemon started [2019-09-19T12:06:18.726Z] daemon.go:472: [d892b5cfae854] Stopping daemon [2019-09-19T12:06:18.726Z] daemon.go:307: [d892b5cfae854] exiting daemon [2019-09-19T12:06:18.726Z] daemon.go:459: [d892b5cfae854] Daemon stopped [2019-09-19T12:06:18.726Z] === RUN TestTemplatedConfig [2019-09-19T12:06:20.778Z] --- PASS: TestTemplatedConfig (2.91s) [2019-09-19T12:06:20.778Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-19T12:06:20.778Z] daemon.go:336: [dcff432d60864] waiting for daemon to start [2019-09-19T12:06:20.778Z] daemon.go:336: [dcff432d60864] waiting for daemon to start [2019-09-19T12:06:20.778Z] daemon.go:364: [dcff432d60864] daemon started [2019-09-19T12:06:20.778Z] daemon.go:472: [dcff432d60864] Stopping daemon [2019-09-19T12:06:20.778Z] daemon.go:307: [dcff432d60864] exiting daemon [2019-09-19T12:06:20.778Z] daemon.go:459: [dcff432d60864] Daemon stopped [2019-09-19T12:06:20.778Z] === RUN TestConfigInspect [2019-09-19T12:06:22.819Z] --- PASS: TestConfigInspect (2.15s) [2019-09-19T12:06:22.819Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-19T12:06:22.819Z] daemon.go:336: [d23eccd234158] waiting for daemon to start [2019-09-19T12:06:22.819Z] daemon.go:336: [d23eccd234158] waiting for daemon to start [2019-09-19T12:06:22.819Z] daemon.go:364: [d23eccd234158] daemon started [2019-09-19T12:06:22.819Z] daemon.go:472: [d23eccd234158] Stopping daemon [2019-09-19T12:06:22.819Z] daemon.go:307: [d23eccd234158] exiting daemon [2019-09-19T12:06:22.819Z] daemon.go:459: [d23eccd234158] Daemon stopped [2019-09-19T12:06:22.819Z] === RUN TestConfigCreateWithLabels [2019-09-19T12:06:24.252Z] Removing intermediate container 1ff81e6f6475 [2019-09-19T12:06:24.252Z] ---> 9c30d39492b5 [2019-09-19T12:06:24.252Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-19T12:06:24.252Z] ---> Running in 86b36036634f [2019-09-19T12:06:25.226Z] Removing intermediate container 86b36036634f [2019-09-19T12:06:25.226Z] ---> fd70bcfd6895 [2019-09-19T12:06:25.226Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-19T12:06:25.226Z] ---> Running in 3c20b69fd30c [2019-09-19T12:06:25.499Z] --- PASS: TestConfigCreateWithLabels (2.21s) [2019-09-19T12:06:25.499Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-19T12:06:25.499Z] daemon.go:336: [d8a445a5bd344] waiting for daemon to start [2019-09-19T12:06:25.499Z] daemon.go:336: [d8a445a5bd344] waiting for daemon to start [2019-09-19T12:06:25.499Z] daemon.go:364: [d8a445a5bd344] daemon started [2019-09-19T12:06:25.499Z] daemon.go:472: [d8a445a5bd344] Stopping daemon [2019-09-19T12:06:25.499Z] daemon.go:307: [d8a445a5bd344] exiting daemon [2019-09-19T12:06:25.499Z] daemon.go:459: [d8a445a5bd344] Daemon stopped [2019-09-19T12:06:25.499Z] === RUN TestConfigCreateResolve [2019-09-19T12:06:26.194Z] Removing intermediate container 3c20b69fd30c [2019-09-19T12:06:26.194Z] ---> 7c01c73ab9a1 [2019-09-19T12:06:26.194Z] Step 8/8 : COPY . . [2019-09-19T12:06:27.531Z] --- PASS: TestConfigCreateResolve (2.23s) [2019-09-19T12:06:27.531Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-19T12:06:27.531Z] daemon.go:336: [da740e801496b] waiting for daemon to start [2019-09-19T12:06:27.531Z] daemon.go:336: [da740e801496b] waiting for daemon to start [2019-09-19T12:06:27.531Z] daemon.go:364: [da740e801496b] daemon started [2019-09-19T12:06:27.531Z] daemon.go:472: [da740e801496b] Stopping daemon [2019-09-19T12:06:27.531Z] daemon.go:307: [da740e801496b] exiting daemon [2019-09-19T12:06:27.531Z] daemon.go:459: [da740e801496b] Daemon stopped [2019-09-19T12:06:27.531Z] === RUN TestConfigDaemonLibtrustID [2019-09-19T12:06:27.783Z] --- PASS: TestBuildWithHugeFile (29.41s) [2019-09-19T12:06:27.784Z] === RUN TestBuildWithEmptyDockerfile [2019-09-19T12:06:27.784Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:27.784Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:27.784Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:27.784Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:27.784Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:27.784Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:27.784Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:06:27.784Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:06:27.784Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:06:27.784Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-09-19T12:06:27.784Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-09-19T12:06:27.784Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-09-19T12:06:27.784Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-09-19T12:06:27.784Z] === RUN TestBuildPreserveOwnership [2019-09-19T12:06:27.784Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-19T12:06:27.784Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-19T12:06:27.813Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-09-19T12:06:27.813Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-19T12:06:27.813Z] daemon.go:336: [dbffca8a932d1] waiting for daemon to start [2019-09-19T12:06:27.813Z] daemon.go:336: [dbffca8a932d1] waiting for daemon to start [2019-09-19T12:06:27.813Z] daemon.go:364: [dbffca8a932d1] daemon started [2019-09-19T12:06:27.813Z] daemon.go:472: [dbffca8a932d1] Stopping daemon [2019-09-19T12:06:27.813Z] daemon.go:307: [dbffca8a932d1] exiting daemon [2019-09-19T12:06:27.813Z] daemon.go:459: [dbffca8a932d1] Daemon stopped [2019-09-19T12:06:27.813Z] PASS [2019-09-19T12:06:27.813Z] [2019-09-19T12:06:27.813Z] DONE 8 tests in 16.874s [2019-09-19T12:06:27.813Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-19T12:06:27.813Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:27.813Z] ++ set -e [2019-09-19T12:06:27.813Z] ++ '[' -n 0 ']' [2019-09-19T12:06:27.813Z] ++ set -x [2019-09-19T12:06:27.813Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:28.095Z] INFO: Testing against a local daemon [2019-09-19T12:06:28.095Z] === RUN TestCheckpoint [2019-09-19T12:06:28.095Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-19T12:06:28.095Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:06:28.095Z] === RUN TestContainerInvalidJSON [2019-09-19T12:06:28.095Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:28.095Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:28.095Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:28.095Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:28.095Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:28.095Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:28.095Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:28.095Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:28.095Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:28.095Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-19T12:06:28.095Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-19T12:06:28.095Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-19T12:06:28.095Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-19T12:06:28.095Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-19T12:06:28.095Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-09-19T12:06:28.095Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-19T12:06:28.378Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-19T12:06:28.378Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-19T12:06:28.378Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-19T12:06:28.378Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-19T12:06:28.378Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-09-19T12:06:28.378Z] === RUN TestCopyFromContainer [2019-09-19T12:06:29.034Z] --- PASS: TestBuildPreserveOwnership (5.72s) [2019-09-19T12:06:29.034Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.78s) [2019-09-19T12:06:29.034Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.93s) [2019-09-19T12:06:29.034Z] === RUN TestBuildPlatformInvalid [2019-09-19T12:06:29.034Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-09-19T12:06:29.034Z] PASS [2019-09-19T12:06:29.034Z] [2019-09-19T12:06:29.034Z] DONE 32 tests in 80.418s [2019-09-19T12:06:29.034Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-19T12:06:29.034Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:29.034Z] ++ set -e [2019-09-19T12:06:29.034Z] ++ '[' -n 0 ']' [2019-09-19T12:06:29.034Z] ++ set -x [2019-09-19T12:06:29.034Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:29.418Z] INFO: Testing against a local daemon [2019-09-19T12:06:29.418Z] === RUN TestConfigList [2019-09-19T12:06:29.871Z] === RUN TestCopyFromContainer// [2019-09-19T12:06:30.156Z] === RUN TestCopyFromContainer//bar/root [2019-09-19T12:06:30.156Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-19T12:06:30.156Z] === RUN TestCopyFromContainer/bar/quux [2019-09-19T12:06:30.439Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-19T12:06:30.439Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-19T12:06:30.439Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-19T12:06:30.723Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-19T12:06:30.723Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-19T12:06:30.723Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer (2.46s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-19T12:06:31.007Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-19T12:06:31.007Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-19T12:06:31.007Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:31.007Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:31.007Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:31.007Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:31.007Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:31.007Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:31.007Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:31.007Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:31.007Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:31.007Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-19T12:06:31.007Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-19T12:06:31.007Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-19T12:06:31.007Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-19T12:06:31.007Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-19T12:06:31.007Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-19T12:06:31.007Z] === RUN TestCreateWithInvalidEnv [2019-09-19T12:06:31.007Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-19T12:06:31.007Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-19T12:06:31.007Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-19T12:06:31.007Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-19T12:06:31.008Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-19T12:06:31.008Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-19T12:06:31.008Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-19T12:06:31.008Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-19T12:06:31.008Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-19T12:06:31.008Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-19T12:06:31.008Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-19T12:06:31.008Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-19T12:06:31.008Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-19T12:06:31.008Z] === RUN TestCreateTmpfsMountsTarget [2019-09-19T12:06:31.008Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-09-19T12:06:31.008Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-19T12:06:31.863Z] --- PASS: TestConfigList (2.53s) [2019-09-19T12:06:31.864Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-19T12:06:31.864Z] daemon.go:336: [dbe6e97e5da06] waiting for daemon to start [2019-09-19T12:06:31.864Z] daemon.go:336: [dbe6e97e5da06] waiting for daemon to start [2019-09-19T12:06:31.864Z] daemon.go:364: [dbe6e97e5da06] daemon started [2019-09-19T12:06:31.864Z] daemon.go:472: [dbe6e97e5da06] Stopping daemon [2019-09-19T12:06:31.864Z] daemon.go:307: [dbe6e97e5da06] exiting daemon [2019-09-19T12:06:31.864Z] daemon.go:459: [dbe6e97e5da06] Daemon stopped [2019-09-19T12:06:31.864Z] === RUN TestConfigsCreateAndDelete [2019-09-19T12:06:33.035Z] --- PASS: TestCreateWithCustomMaskedPaths (1.97s) [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:33.036Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:33.036Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:33.036Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-19T12:06:33.319Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-19T12:06:33.319Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-19T12:06:34.480Z] --- PASS: TestConfigsCreateAndDelete (2.80s) [2019-09-19T12:06:34.480Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-19T12:06:34.480Z] daemon.go:336: [dd0d23554c2bf] waiting for daemon to start [2019-09-19T12:06:34.480Z] daemon.go:336: [dd0d23554c2bf] waiting for daemon to start [2019-09-19T12:06:34.480Z] daemon.go:364: [dd0d23554c2bf] daemon started [2019-09-19T12:06:34.480Z] daemon.go:472: [dd0d23554c2bf] Stopping daemon [2019-09-19T12:06:34.480Z] daemon.go:307: [dd0d23554c2bf] exiting daemon [2019-09-19T12:06:34.480Z] daemon.go:459: [dd0d23554c2bf] Daemon stopped [2019-09-19T12:06:34.480Z] === RUN TestConfigsUpdate [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.96s) [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:35.345Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:35.345Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:35.345Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:35.345Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:35.345Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:35.345Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:35.345Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:35.345Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:35.345Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:35.345Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:35.345Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-09-19T12:06:35.345Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-19T12:06:35.345Z] === RUN TestContainerStartOnDaemonRestart [2019-09-19T12:06:35.345Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-19T12:06:35.345Z] === RUN TestDaemonRestartIpcMode [2019-09-19T12:06:35.345Z] === PAUSE TestDaemonRestartIpcMode [2019-09-19T12:06:35.345Z] === RUN TestDiff [2019-09-19T12:06:35.990Z] --- PASS: TestDiff (0.69s) [2019-09-19T12:06:35.990Z] === RUN TestExecWithCloseStdin [2019-09-19T12:06:36.216Z] Loaded image: buildpack-deps:jessie [2019-09-19T12:06:36.216Z] Loaded image: busybox:latest [2019-09-19T12:06:36.216Z] Loaded image: busybox:glibc [2019-09-19T12:06:36.216Z] Loaded image: debian:jessie [2019-09-19T12:06:36.216Z] Loaded image: hello-world:latest [2019-09-19T12:06:36.216Z] INFO: Testing against a local daemon [2019-09-19T12:06:36.216Z] === RUN TestCgroupNamespacesBuild [2019-09-19T12:06:36.216Z] --- PASS: TestCgroupNamespacesBuild (3.50s) [2019-09-19T12:06:36.216Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-19T12:06:36.216Z] daemon.go:336: [d529b2d36f5c4] waiting for daemon to start [2019-09-19T12:06:36.216Z] daemon.go:336: [d529b2d36f5c4] waiting for daemon to start [2019-09-19T12:06:36.216Z] daemon.go:364: [d529b2d36f5c4] daemon started [2019-09-19T12:06:36.216Z] daemon.go:472: [d529b2d36f5c4] Stopping daemon [2019-09-19T12:06:36.216Z] daemon.go:307: [d529b2d36f5c4] exiting daemon [2019-09-19T12:06:36.216Z] daemon.go:459: [d529b2d36f5c4] Daemon stopped [2019-09-19T12:06:36.216Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:06:37.004Z] --- PASS: TestExecWithCloseStdin (0.94s) [2019-09-19T12:06:37.004Z] === RUN TestExec [2019-09-19T12:06:37.626Z] --- PASS: TestExec (0.89s) [2019-09-19T12:06:37.626Z] === RUN TestExecUser [2019-09-19T12:06:37.648Z] --- PASS: TestConfigsUpdate (2.79s) [2019-09-19T12:06:37.648Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-19T12:06:37.648Z] daemon.go:336: [d734dafffb1a8] waiting for daemon to start [2019-09-19T12:06:37.648Z] daemon.go:336: [d734dafffb1a8] waiting for daemon to start [2019-09-19T12:06:37.649Z] daemon.go:364: [d734dafffb1a8] daemon started [2019-09-19T12:06:37.649Z] daemon.go:472: [d734dafffb1a8] Stopping daemon [2019-09-19T12:06:37.649Z] daemon.go:307: [d734dafffb1a8] exiting daemon [2019-09-19T12:06:37.649Z] daemon.go:459: [d734dafffb1a8] Daemon stopped [2019-09-19T12:06:37.649Z] === RUN TestTemplatedConfig [2019-09-19T12:06:38.641Z] --- PASS: TestExecUser (0.86s) [2019-09-19T12:06:38.641Z] === RUN TestExportContainerAndImportImage [2019-09-19T12:06:38.750Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.36s) [2019-09-19T12:06:38.750Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-19T12:06:38.750Z] daemon.go:336: [d7940a788fc9c] waiting for daemon to start [2019-09-19T12:06:38.750Z] daemon.go:336: [d7940a788fc9c] waiting for daemon to start [2019-09-19T12:06:38.750Z] daemon.go:364: [d7940a788fc9c] daemon started [2019-09-19T12:06:38.750Z] daemon.go:472: [d7940a788fc9c] Stopping daemon [2019-09-19T12:06:38.750Z] daemon.go:307: [d7940a788fc9c] exiting daemon [2019-09-19T12:06:38.750Z] daemon.go:459: [d7940a788fc9c] Daemon stopped [2019-09-19T12:06:38.750Z] === RUN TestBuildWithSession [2019-09-19T12:06:39.655Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2019-09-19T12:06:39.655Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-19T12:06:40.966Z] --- PASS: TestTemplatedConfig (3.61s) [2019-09-19T12:06:40.966Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-19T12:06:40.966Z] daemon.go:336: [d017ea558799d] waiting for daemon to start [2019-09-19T12:06:40.966Z] daemon.go:336: [d017ea558799d] waiting for daemon to start [2019-09-19T12:06:40.966Z] daemon.go:364: [d017ea558799d] daemon started [2019-09-19T12:06:40.966Z] daemon.go:472: [d017ea558799d] Stopping daemon [2019-09-19T12:06:40.966Z] daemon.go:307: [d017ea558799d] exiting daemon [2019-09-19T12:06:40.966Z] daemon.go:459: [d017ea558799d] Daemon stopped [2019-09-19T12:06:40.966Z] === RUN TestConfigInspect [2019-09-19T12:06:41.130Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-19T12:06:41.130Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-19T12:06:41.130Z] daemon.go:336: [d5bd40480a405] waiting for daemon to start [2019-09-19T12:06:41.130Z] daemon.go:336: [d5bd40480a405] waiting for daemon to start [2019-09-19T12:06:41.130Z] daemon.go:364: [d5bd40480a405] daemon started [2019-09-19T12:06:41.130Z] daemon.go:472: [d5bd40480a405] Stopping daemon [2019-09-19T12:06:41.130Z] daemon.go:307: [d5bd40480a405] exiting daemon [2019-09-19T12:06:41.130Z] daemon.go:459: [d5bd40480a405] Daemon stopped [2019-09-19T12:06:41.130Z] daemon.go:336: [d5bd40480a405] waiting for daemon to start [2019-09-19T12:06:41.130Z] daemon.go:336: [d5bd40480a405] waiting for daemon to start [2019-09-19T12:06:41.130Z] daemon.go:364: [d5bd40480a405] daemon started [2019-09-19T12:06:41.130Z] daemon.go:472: [d5bd40480a405] Stopping daemon [2019-09-19T12:06:41.130Z] daemon.go:307: [d5bd40480a405] exiting daemon [2019-09-19T12:06:41.130Z] daemon.go:459: [d5bd40480a405] Daemon stopped [2019-09-19T12:06:41.130Z] === RUN TestHealthCheckWorkdir [2019-09-19T12:06:42.029Z] --- PASS: TestBuildWithSession (3.61s) [2019-09-19T12:06:42.029Z] === RUN TestBuildSquashParent [2019-09-19T12:06:42.141Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2019-09-19T12:06:42.141Z] === RUN TestHealthKillContainer [2019-09-19T12:06:44.174Z] --- PASS: TestConfigInspect (2.83s) [2019-09-19T12:06:44.174Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-19T12:06:44.174Z] daemon.go:336: [d4b06d255ecd4] waiting for daemon to start [2019-09-19T12:06:44.174Z] daemon.go:336: [d4b06d255ecd4] waiting for daemon to start [2019-09-19T12:06:44.174Z] daemon.go:364: [d4b06d255ecd4] daemon started [2019-09-19T12:06:44.174Z] daemon.go:472: [d4b06d255ecd4] Stopping daemon [2019-09-19T12:06:44.174Z] daemon.go:307: [d4b06d255ecd4] exiting daemon [2019-09-19T12:06:44.174Z] daemon.go:459: [d4b06d255ecd4] Daemon stopped [2019-09-19T12:06:44.174Z] === RUN TestConfigCreateWithLabels [2019-09-19T12:06:45.598Z] --- PASS: TestHealthKillContainer (2.92s) [2019-09-19T12:06:45.598Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-19T12:06:45.888Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2019-09-19T12:06:45.888Z] === RUN TestIpcModeNone [2019-09-19T12:06:46.640Z] --- PASS: TestConfigCreateWithLabels (2.96s) [2019-09-19T12:06:46.640Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-19T12:06:46.640Z] daemon.go:336: [d6735838b610b] waiting for daemon to start [2019-09-19T12:06:46.640Z] daemon.go:336: [d6735838b610b] waiting for daemon to start [2019-09-19T12:06:46.640Z] daemon.go:364: [d6735838b610b] daemon started [2019-09-19T12:06:46.640Z] daemon.go:472: [d6735838b610b] Stopping daemon [2019-09-19T12:06:46.640Z] daemon.go:307: [d6735838b610b] exiting daemon [2019-09-19T12:06:46.640Z] daemon.go:459: [d6735838b610b] Daemon stopped [2019-09-19T12:06:46.640Z] === RUN TestConfigCreateResolve [2019-09-19T12:06:46.902Z] --- PASS: TestIpcModeNone (0.91s) [2019-09-19T12:06:46.902Z] === RUN TestIpcModePrivate [2019-09-19T12:06:47.529Z] --- PASS: TestIpcModePrivate (0.86s) [2019-09-19T12:06:47.529Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-19T12:06:47.529Z] === RUN TestIpcModeShareable [2019-09-19T12:06:48.540Z] --- PASS: TestIpcModeShareable (0.92s) [2019-09-19T12:06:48.540Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-19T12:06:48.540Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-19T12:06:50.126Z] --- PASS: TestConfigCreateResolve (2.90s) [2019-09-19T12:06:50.126Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-19T12:06:50.126Z] daemon.go:336: [d565026dd7a9f] waiting for daemon to start [2019-09-19T12:06:50.126Z] daemon.go:336: [d565026dd7a9f] waiting for daemon to start [2019-09-19T12:06:50.126Z] daemon.go:364: [d565026dd7a9f] daemon started [2019-09-19T12:06:50.126Z] daemon.go:472: [d565026dd7a9f] Stopping daemon [2019-09-19T12:06:50.126Z] daemon.go:307: [d565026dd7a9f] exiting daemon [2019-09-19T12:06:50.126Z] daemon.go:459: [d565026dd7a9f] Daemon stopped [2019-09-19T12:06:50.126Z] === RUN TestConfigDaemonLibtrustID [2019-09-19T12:06:50.126Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-19T12:06:50.126Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-19T12:06:50.126Z] daemon.go:336: [db2b5fd66eec4] waiting for daemon to start [2019-09-19T12:06:50.126Z] daemon.go:336: [db2b5fd66eec4] waiting for daemon to start [2019-09-19T12:06:50.126Z] daemon.go:364: [db2b5fd66eec4] daemon started [2019-09-19T12:06:50.126Z] daemon.go:472: [db2b5fd66eec4] Stopping daemon [2019-09-19T12:06:50.126Z] daemon.go:307: [db2b5fd66eec4] exiting daemon [2019-09-19T12:06:50.126Z] daemon.go:459: [db2b5fd66eec4] Daemon stopped [2019-09-19T12:06:50.126Z] PASS [2019-09-19T12:06:50.126Z] [2019-09-19T12:06:50.126Z] DONE 8 tests in 21.105s [2019-09-19T12:06:50.126Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-19T12:06:50.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:50.126Z] ++ set -e [2019-09-19T12:06:50.126Z] ++ '[' -n 0 ']' [2019-09-19T12:06:50.126Z] ++ set -x [2019-09-19T12:06:50.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:06:50.495Z] INFO: Testing against a local daemon [2019-09-19T12:06:50.495Z] === RUN TestCheckpoint [2019-09-19T12:06:50.495Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-19T12:06:50.495Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:06:50.495Z] === RUN TestContainerInvalidJSON [2019-09-19T12:06:50.495Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:50.495Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:50.495Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:50.495Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:50.495Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:50.495Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:50.495Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:06:50.495Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:06:50.495Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:06:50.495Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-19T12:06:50.495Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-19T12:06:50.495Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-19T12:06:50.495Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-19T12:06:50.495Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-19T12:06:50.495Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-19T12:06:50.495Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-19T12:06:50.495Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-19T12:06:50.495Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-19T12:06:50.858Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-09-19T12:06:50.858Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-19T12:06:50.858Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-09-19T12:06:50.858Z] === RUN TestCopyFromContainer [2019-09-19T12:06:51.230Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.54s) [2019-09-19T12:06:51.230Z] === RUN TestAPIIpcModeHost [2019-09-19T12:06:51.852Z] --- PASS: TestAPIIpcModeHost (0.77s) [2019-09-19T12:06:51.852Z] === RUN TestDaemonIpcModeShareable [2019-09-19T12:06:52.053Z] --- PASS: TestBuildSquashParent (9.97s) [2019-09-19T12:06:52.053Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent [2019-09-19T12:06:52.053Z] daemon.go:336: [d88c519ffc21c] waiting for daemon to start [2019-09-19T12:06:52.053Z] daemon.go:336: [d88c519ffc21c] waiting for daemon to start [2019-09-19T12:06:52.053Z] daemon.go:364: [d88c519ffc21c] daemon started [2019-09-19T12:06:52.053Z] daemon.go:472: [d88c519ffc21c] Stopping daemon [2019-09-19T12:06:52.053Z] daemon.go:307: [d88c519ffc21c] exiting daemon [2019-09-19T12:06:52.053Z] daemon.go:459: [d88c519ffc21c] Daemon stopped [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:06:52.053Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:06:52.053Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:06:52.053Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-19T12:06:52.053Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-19T12:06:52.675Z] === RUN TestCopyFromContainer// [2019-09-19T12:06:53.204Z] === RUN TestCopyFromContainer//bar/root [2019-09-19T12:06:53.204Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-19T12:06:53.204Z] === RUN TestCopyFromContainer/bar/quux [2019-09-19T12:06:53.204Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-19T12:06:53.662Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-19T12:06:53.662Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-19T12:06:53.662Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-19T12:06:53.662Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-19T12:06:53.662Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer (2.88s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-19T12:06:53.662Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-19T12:06:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-19T12:06:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:53.662Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:06:53.662Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:06:53.662Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:06:53.662Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-19T12:06:53.662Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-19T12:06:53.662Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-19T12:06:53.662Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-19T12:06:53.662Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-19T12:06:53.891Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-09-19T12:06:53.891Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-19T12:06:53.891Z] daemon.go:336: [d748c112f02c0] waiting for daemon to start [2019-09-19T12:06:53.891Z] daemon.go:336: [d748c112f02c0] waiting for daemon to start [2019-09-19T12:06:53.891Z] daemon.go:364: [d748c112f02c0] daemon started [2019-09-19T12:06:53.891Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-19T12:06:53.891Z] daemon.go:472: [d748c112f02c0] Stopping daemon [2019-09-19T12:06:53.891Z] daemon.go:307: [d748c112f02c0] exiting daemon [2019-09-19T12:06:53.891Z] daemon.go:459: [d748c112f02c0] Daemon stopped [2019-09-19T12:06:53.891Z] === RUN TestDaemonIpcModePrivate [2019-09-19T12:06:54.032Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-19T12:06:54.032Z] === RUN TestCreateWithInvalidEnv [2019-09-19T12:06:54.032Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-19T12:06:54.032Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-19T12:06:54.032Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-19T12:06:54.032Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-19T12:06:54.032Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-19T12:06:54.032Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-19T12:06:54.032Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-19T12:06:54.032Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-19T12:06:54.032Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-19T12:06:54.032Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-19T12:06:54.032Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-19T12:06:54.032Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-19T12:06:54.032Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-19T12:06:54.032Z] === RUN TestCreateTmpfsMountsTarget [2019-09-19T12:06:54.032Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-19T12:06:54.032Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-19T12:06:54.580Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-19T12:06:54.580Z] Using test binary docker [2019-09-19T12:06:54.580Z] +++ /etc/init.d/apparmor start [2019-09-19T12:06:54.580Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T12:06:54.580Z] Starting AppArmor profiles:---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-19T12:06:54.580Z] Using test binary docker [2019-09-19T12:06:54.580Z] Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T12:06:54.580Z] Warning failed to create cache: (null) [2019-09-19T12:06:54.580Z] . [2019-09-19T12:06:54.580Z] INFO: Waiting for daemon to start... [2019-09-19T12:06:54.580Z] Starting dockerd [2019-09-19T12:06:54.580Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-19T12:06:54.580Z] .+++ /etc/init.d/apparmor start [2019-09-19T12:06:54.580Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-19T12:06:54.580Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-19T12:06:54.580Z] Warning failed to create cache: (null) [2019-09-19T12:06:54.580Z] . [2019-09-19T12:06:54.580Z] Starting dockerd [2019-09-19T12:06:54.580Z] INFO: Waiting for daemon to start... [2019-09-19T12:06:54.580Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-19T12:06:55.146Z] .=== CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-19T12:06:55.146Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-19T12:06:55.370Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-09-19T12:06:55.370Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-19T12:06:55.370Z] daemon.go:336: [d3a74f534a7f1] waiting for daemon to start [2019-09-19T12:06:55.370Z] daemon.go:336: [d3a74f534a7f1] waiting for daemon to start [2019-09-19T12:06:55.370Z] daemon.go:364: [d3a74f534a7f1] daemon started [2019-09-19T12:06:55.370Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-19T12:06:55.370Z] daemon.go:472: [d3a74f534a7f1] Stopping daemon [2019-09-19T12:06:55.370Z] daemon.go:307: [d3a74f534a7f1] exiting daemon [2019-09-19T12:06:55.370Z] daemon.go:459: [d3a74f534a7f1] Daemon stopped [2019-09-19T12:06:55.370Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-19T12:06:55.687Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-19T12:06:55.687Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-19T12:06:55.687Z] Cross building: bundles/cross/windows/amd64 [2019-09-19T12:06:55.687Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-19T12:06:55.687Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-19T12:06:56.204Z] ---> 51075cdb5761 [2019-09-19T12:06:56.204Z] Successfully built 51075cdb5761 [2019-09-19T12:06:56.204Z] Successfully tagged docker:latest [2019-09-19T12:06:56.204Z] INFO: Image build ended at 09/19/2019 12:06:54. Duration:00:03:34.0153863 [2019-09-19T12:06:56.204Z] [2019-09-19T12:06:56.204Z] [2019-09-19T12:06:56.204Z] INFO: Building the test binaries at 09/19/2019 12:06:54... [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s) [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:56.468Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:06:56.468Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2019-09-19T12:06:56.468Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2019-09-19T12:06:56.468Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-19T12:06:56.519Z] [2019-09-19T12:06:56.519Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-19T12:06:56.519Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-19T12:06:56.519Z] Error: No such image: emptyfs [2019-09-19T12:06:56.519Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-19T12:06:56.519Z] ++++ docker load [2019-09-19T12:06:56.519Z] [2019-09-19T12:06:56.519Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-19T12:06:56.519Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-19T12:06:56.519Z] Error: No such image: emptyfs [2019-09-19T12:06:56.519Z] ++++ docker load [2019-09-19T12:06:56.519Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-19T12:06:56.778Z] Running integration-test (iteration 1) [2019-09-19T12:06:56.778Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-19T12:06:56.778Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker ./test.main -test.v -test.timeout=360m -test.run '/(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-19T12:06:57.035Z] Running integration-test (iteration 1) [2019-09-19T12:06:57.035Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-19T12:06:57.036Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker ./test.main -test.v -test.timeout=360m -test.run '/(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-19T12:06:57.294Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-19T12:06:57.404Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2019-09-19T12:06:57.404Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-19T12:06:57.404Z] daemon.go:336: [d361e4b4e6d09] waiting for daemon to start [2019-09-19T12:06:57.404Z] daemon.go:336: [d361e4b4e6d09] waiting for daemon to start [2019-09-19T12:06:57.404Z] daemon.go:364: [d361e4b4e6d09] daemon started [2019-09-19T12:06:57.404Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-19T12:06:57.404Z] daemon.go:472: [d361e4b4e6d09] Stopping daemon [2019-09-19T12:06:57.404Z] daemon.go:307: [d361e4b4e6d09] exiting daemon [2019-09-19T12:06:57.404Z] daemon.go:459: [d361e4b4e6d09] Daemon stopped [2019-09-19T12:06:57.404Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-19T12:06:58.002Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-19T12:06:58.908Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2019-09-19T12:06:58.908Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-19T12:06:58.908Z] daemon.go:336: [df4c962e1315d] waiting for daemon to start [2019-09-19T12:06:58.908Z] daemon.go:336: [df4c962e1315d] waiting for daemon to start [2019-09-19T12:06:58.908Z] daemon.go:364: [df4c962e1315d] daemon started [2019-09-19T12:06:58.908Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-19T12:06:58.908Z] daemon.go:472: [df4c962e1315d] Stopping daemon [2019-09-19T12:06:58.908Z] daemon.go:307: [df4c962e1315d] exiting daemon [2019-09-19T12:06:58.908Z] daemon.go:459: [df4c962e1315d] Daemon stopped [2019-09-19T12:06:58.908Z] === RUN TestIpcModeOlderClient [2019-09-19T12:06:58.908Z] === PAUSE TestIpcModeOlderClient [2019-09-19T12:06:58.908Z] === RUN TestKillContainerInvalidSignal [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.49s) [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:58.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:58.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:58.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:58.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:58.993Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:58.993Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:58.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:06:58.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:06:58.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:06:58.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:06:58.993Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-09-19T12:06:58.993Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-19T12:06:58.993Z] === RUN TestContainerStartOnDaemonRestart [2019-09-19T12:06:58.993Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-19T12:06:58.993Z] === RUN TestDaemonRestartIpcMode [2019-09-19T12:06:58.993Z] === PAUSE TestDaemonRestartIpcMode [2019-09-19T12:06:58.993Z] === RUN TestDiff [2019-09-19T12:06:59.196Z] INFO: make.ps1 starting at 09/19/2019 12:06:58 [2019-09-19T12:06:59.197Z] INFO: Git commit (ce61a1ed9) assumed from DOCKER_GITCOMMIT environment variable [2019-09-19T12:06:59.197Z] INFO: Invoking autogen... [2019-09-19T12:06:59.654Z] INFO: Building daemon... [2019-09-19T12:06:59.820Z] --- PASS: TestDiff (0.76s) [2019-09-19T12:06:59.820Z] === RUN TestExecWithCloseStdin [2019-09-19T12:06:59.915Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2019-09-19T12:06:59.915Z] === RUN TestKillContainer [2019-09-19T12:06:59.915Z] === RUN TestKillContainer/no_signal [2019-09-19T12:07:00.541Z] === RUN TestKillContainer/non_killing_signal [2019-09-19T12:07:00.823Z] === RUN TestKillContainer/killing_signal [2019-09-19T12:07:01.134Z] --- PASS: TestExecWithCloseStdin (1.08s) [2019-09-19T12:07:01.135Z] === RUN TestExec [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.20s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.24s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.17s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.81s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (4.05s) [2019-09-19T12:07:01.282Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.41s) [2019-09-19T12:07:01.282Z] === RUN TestBuildMultiStageCopy [2019-09-19T12:07:01.282Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-19T12:07:01.832Z] --- PASS: TestKillContainer (2.19s) [2019-09-19T12:07:01.832Z] --- PASS: TestKillContainer/no_signal (0.70s) [2019-09-19T12:07:01.832Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2019-09-19T12:07:01.832Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2019-09-19T12:07:01.832Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-19T12:07:01.832Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-19T12:07:01.965Z] --- PASS: TestExec (1.09s) [2019-09-19T12:07:01.965Z] === RUN TestExecUser [2019-09-19T12:07:02.449Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-19T12:07:03.221Z] --- PASS: TestExecUser (0.99s) [2019-09-19T12:07:03.221Z] === RUN TestExportContainerAndImportImage [2019-09-19T12:07:03.458Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2019-09-19T12:07:03.458Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2019-09-19T12:07:03.458Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2019-09-19T12:07:03.458Z] === RUN TestKillStoppedContainer [2019-09-19T12:07:03.458Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-19T12:07:03.458Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-19T12:07:03.458Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-19T12:07:03.458Z] === RUN TestKillDifferentUserContainer [2019-09-19T12:07:04.472Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2019-09-19T12:07:04.472Z] === RUN TestInspectOomKilledTrue [2019-09-19T12:07:04.502Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2019-09-19T12:07:04.502Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-19T12:07:05.463Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-19T12:07:05.482Z] --- PASS: TestInspectOomKilledTrue (1.21s) [2019-09-19T12:07:05.482Z] === RUN TestInspectOomKilledFalse [2019-09-19T12:07:05.720Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-19T12:07:06.004Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-19T12:07:06.004Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-19T12:07:06.004Z] daemon.go:336: [d7b2ffa36b16c] waiting for daemon to start [2019-09-19T12:07:06.004Z] daemon.go:336: [d7b2ffa36b16c] waiting for daemon to start [2019-09-19T12:07:06.004Z] daemon.go:364: [d7b2ffa36b16c] daemon started [2019-09-19T12:07:06.004Z] daemon.go:472: [d7b2ffa36b16c] Stopping daemon [2019-09-19T12:07:06.004Z] daemon.go:307: [d7b2ffa36b16c] exiting daemon [2019-09-19T12:07:06.004Z] daemon.go:459: [d7b2ffa36b16c] Daemon stopped [2019-09-19T12:07:06.004Z] daemon.go:336: [d7b2ffa36b16c] waiting for daemon to start [2019-09-19T12:07:06.004Z] daemon.go:336: [d7b2ffa36b16c] waiting for daemon to start [2019-09-19T12:07:06.004Z] daemon.go:364: [d7b2ffa36b16c] daemon started [2019-09-19T12:07:06.004Z] daemon.go:472: [d7b2ffa36b16c] Stopping daemon [2019-09-19T12:07:06.004Z] daemon.go:307: [d7b2ffa36b16c] exiting daemon [2019-09-19T12:07:06.004Z] daemon.go:459: [d7b2ffa36b16c] Daemon stopped [2019-09-19T12:07:06.004Z] === RUN TestHealthCheckWorkdir [2019-09-19T12:07:06.103Z] --- PASS: TestInspectOomKilledFalse (0.71s) [2019-09-19T12:07:06.103Z] === RUN TestLinksEtcHostsContentMatch [2019-09-19T12:07:06.284Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-19T12:07:06.719Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2019-09-19T12:07:06.720Z] === RUN TestLinksContainerNames [2019-09-19T12:07:07.217Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-19T12:07:07.260Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2019-09-19T12:07:07.260Z] === RUN TestHealthKillContainer [2019-09-19T12:07:07.781Z] --- PASS: TestBuildMultiStageCopy (6.53s) [2019-09-19T12:07:07.782Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.69s) [2019-09-19T12:07:07.782Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s) [2019-09-19T12:07:07.782Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.70s) [2019-09-19T12:07:07.782Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.80s) [2019-09-19T12:07:07.782Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.77s) [2019-09-19T12:07:07.782Z] === RUN TestBuildMultiStageParentConfig [2019-09-19T12:07:08.203Z] --- PASS: TestLinksContainerNames (1.42s) [2019-09-19T12:07:08.204Z] === RUN TestLogsFollowTailEmpty [2019-09-19T12:07:09.214Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2019-09-19T12:07:09.214Z] === RUN TestContainerNetworkMountsNoChown [2019-09-19T12:07:09.675Z] --- PASS: TestBuildMultiStageParentConfig (1.85s) [2019-09-19T12:07:09.675Z] === RUN TestBuildLabelWithTargets [2019-09-19T12:07:09.831Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/default [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/default [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/private [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/private [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rprivate [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/slave [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/slave [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rslave [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/shared [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/shared [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rshared [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-19T12:07:09.831Z] === CONT TestMountDaemonRoot/default [2019-09-19T12:07:09.831Z] === CONT TestMountDaemonRoot/rshared [2019-09-19T12:07:09.831Z] === CONT TestMountDaemonRoot/rslave [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:09.831Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:09.831Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/slave [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rprivate [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/shared [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/private [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:09.832Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:09.832Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:09.832Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:10.114Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot (0.06s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-19T12:07:10.114Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-19T12:07:10.114Z] === RUN TestContainerBindMountNonRecursive [2019-09-19T12:07:10.404Z] --- PASS: TestHealthKillContainer (3.12s) [2019-09-19T12:07:10.404Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-19T12:07:10.770Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2019-09-19T12:07:10.770Z] === RUN TestIpcModeNone [2019-09-19T12:07:12.138Z] --- PASS: TestContainerBindMountNonRecursive (1.77s) [2019-09-19T12:07:12.138Z] === RUN TestNetworkNat [2019-09-19T12:07:12.172Z] --- PASS: TestIpcModeNone (1.17s) [2019-09-19T12:07:12.172Z] === RUN TestIpcModePrivate [2019-09-19T12:07:12.757Z] --- PASS: TestNetworkNat (0.81s) [2019-09-19T12:07:12.757Z] === RUN TestNetworkLocalhostTCPNat [2019-09-19T12:07:12.950Z] --- PASS: TestBuildLabelWithTargets (3.10s) [2019-09-19T12:07:12.950Z] === RUN TestBuildWithEmptyLayers [2019-09-19T12:07:13.378Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2019-09-19T12:07:13.378Z] === RUN TestNetworkLoopbackNat [2019-09-19T12:07:13.478Z] --- PASS: TestIpcModePrivate (1.28s) [2019-09-19T12:07:13.478Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-19T12:07:13.478Z] === RUN TestIpcModeShareable [2019-09-19T12:07:14.401Z] --- PASS: TestNetworkLoopbackNat (1.03s) [2019-09-19T12:07:14.401Z] === RUN TestPause [2019-09-19T12:07:14.744Z] --- PASS: TestIpcModeShareable (1.06s) [2019-09-19T12:07:14.744Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-19T12:07:14.744Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-19T12:07:14.845Z] --- PASS: TestBuildWithEmptyLayers (1.74s) [2019-09-19T12:07:14.845Z] === RUN TestBuildMultiStageOnBuild [2019-09-19T12:07:15.409Z] --- PASS: TestPause (0.78s) [2019-09-19T12:07:15.409Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-19T12:07:15.409Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-19T12:07:15.409Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:07:15.409Z] === RUN TestPauseStopPausedContainer [2019-09-19T12:07:16.029Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2019-09-19T12:07:16.029Z] === RUN TestPsFilter [2019-09-19T12:07:16.317Z] --- PASS: TestPsFilter (0.22s) [2019-09-19T12:07:16.317Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-19T12:07:16.934Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2019-09-19T12:07:16.934Z] === RUN TestRemoveContainerWithVolume [2019-09-19T12:07:17.548Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-09-19T12:07:17.548Z] === RUN TestRemoveContainerRunning [2019-09-19T12:07:17.930Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.18s) [2019-09-19T12:07:17.930Z] === RUN TestAPIIpcModeHost [2019-09-19T12:07:18.381Z] --- PASS: TestAPIIpcModeHost (0.81s) [2019-09-19T12:07:18.381Z] === RUN TestDaemonIpcModeShareable [2019-09-19T12:07:18.561Z] --- PASS: TestRemoveContainerRunning (0.71s) [2019-09-19T12:07:18.561Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-19T12:07:19.022Z] --- PASS: TestBuildMultiStageOnBuild (4.33s) [2019-09-19T12:07:19.022Z] === RUN TestBuildUncleanTarFilenames [2019-09-19T12:07:19.176Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2019-09-19T12:07:19.176Z] === RUN TestRemoveInvalidContainer [2019-09-19T12:07:19.176Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-19T12:07:19.176Z] === RUN TestRenameLinkedContainer [2019-09-19T12:07:20.332Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2019-09-19T12:07:20.332Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-19T12:07:20.332Z] daemon.go:336: [d8f4fb0473e23] waiting for daemon to start [2019-09-19T12:07:20.332Z] daemon.go:336: [d8f4fb0473e23] waiting for daemon to start [2019-09-19T12:07:20.332Z] daemon.go:364: [d8f4fb0473e23] daemon started [2019-09-19T12:07:20.332Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-19T12:07:20.332Z] daemon.go:472: [d8f4fb0473e23] Stopping daemon [2019-09-19T12:07:20.332Z] daemon.go:307: [d8f4fb0473e23] exiting daemon [2019-09-19T12:07:20.332Z] daemon.go:459: [d8f4fb0473e23] Daemon stopped [2019-09-19T12:07:20.332Z] === RUN TestDaemonIpcModePrivate [2019-09-19T12:07:20.925Z] --- PASS: TestBuildUncleanTarFilenames (1.70s) [2019-09-19T12:07:20.925Z] === RUN TestBuildMultiStageLayerLeak [2019-09-19T12:07:20.925Z] Loaded image: buildpack-deps:jessie [2019-09-19T12:07:20.925Z] Loaded image: busybox:latest [2019-09-19T12:07:21.497Z] Loaded image: busybox:glibc [2019-09-19T12:07:21.497Z] Loaded image: debian:jessie [2019-09-19T12:07:21.497Z] Loaded image: hello-world:latest [2019-09-19T12:07:21.497Z] Loaded image: buildpack-deps:jessie [2019-09-19T12:07:21.497Z] INFO: Testing against a local daemon [2019-09-19T12:07:21.497Z] === RUN Test [2019-09-19T12:07:21.497Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-19T12:07:21.497Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-19T12:07:21.755Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-19T12:07:21.755Z] Loaded image: busybox:latest [2019-09-19T12:07:21.859Z] --- PASS: TestRenameLinkedContainer (2.80s) [2019-09-19T12:07:21.859Z] === RUN TestRenameStoppedContainer [2019-09-19T12:07:22.012Z] Loaded image: busybox:glibc [2019-09-19T12:07:22.012Z] Loaded image: debian:jessie [2019-09-19T12:07:22.148Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2019-09-19T12:07:22.149Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-19T12:07:22.149Z] daemon.go:336: [df830cc72715f] waiting for daemon to start [2019-09-19T12:07:22.149Z] daemon.go:336: [df830cc72715f] waiting for daemon to start [2019-09-19T12:07:22.149Z] daemon.go:364: [df830cc72715f] daemon started [2019-09-19T12:07:22.149Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-19T12:07:22.149Z] daemon.go:472: [df830cc72715f] Stopping daemon [2019-09-19T12:07:22.149Z] daemon.go:307: [df830cc72715f] exiting daemon [2019-09-19T12:07:22.149Z] daemon.go:459: [df830cc72715f] Daemon stopped [2019-09-19T12:07:22.149Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-19T12:07:22.271Z] Loaded image: hello-world:latest [2019-09-19T12:07:22.271Z] INFO: Testing against a local daemon [2019-09-19T12:07:22.271Z] === RUN Test [2019-09-19T12:07:22.271Z] === RUN Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-19T12:07:22.529Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-19T12:07:22.529Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-19T12:07:22.786Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-19T12:07:22.869Z] --- PASS: TestRenameStoppedContainer (0.69s) [2019-09-19T12:07:22.869Z] === RUN TestRenameRunningContainerAndReuse [2019-09-19T12:07:23.047Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-19T12:07:23.611Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-19T12:07:23.869Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-19T12:07:23.869Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-19T12:07:23.949Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2019-09-19T12:07:23.949Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-19T12:07:23.949Z] daemon.go:336: [df1ea9cec2d64] waiting for daemon to start [2019-09-19T12:07:23.949Z] daemon.go:336: [df1ea9cec2d64] waiting for daemon to start [2019-09-19T12:07:23.949Z] daemon.go:364: [df1ea9cec2d64] daemon started [2019-09-19T12:07:23.949Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-19T12:07:23.949Z] daemon.go:472: [df1ea9cec2d64] Stopping daemon [2019-09-19T12:07:23.949Z] daemon.go:307: [df1ea9cec2d64] exiting daemon [2019-09-19T12:07:23.949Z] daemon.go:459: [df1ea9cec2d64] Daemon stopped [2019-09-19T12:07:23.949Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-19T12:07:24.126Z] --- PASS: TestBuildMultiStageLayerLeak (3.47s) [2019-09-19T12:07:24.126Z] === RUN TestBuildWithHugeFile [2019-09-19T12:07:24.345Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s) [2019-09-19T12:07:24.345Z] === RUN TestRenameInvalidName [2019-09-19T12:07:24.960Z] --- PASS: TestRenameInvalidName (0.76s) [2019-09-19T12:07:24.960Z] === RUN TestRenameAnonymousContainer [2019-09-19T12:07:25.499Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-19T12:07:25.757Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-19T12:07:25.757Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-19T12:07:25.757Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-19T12:07:25.863Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s) [2019-09-19T12:07:25.863Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-19T12:07:25.863Z] daemon.go:336: [d28d4cdb21238] waiting for daemon to start [2019-09-19T12:07:25.863Z] daemon.go:336: [d28d4cdb21238] waiting for daemon to start [2019-09-19T12:07:25.863Z] daemon.go:364: [d28d4cdb21238] daemon started [2019-09-19T12:07:25.863Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-19T12:07:25.863Z] daemon.go:472: [d28d4cdb21238] Stopping daemon [2019-09-19T12:07:25.863Z] daemon.go:307: [d28d4cdb21238] exiting daemon [2019-09-19T12:07:25.863Z] daemon.go:459: [d28d4cdb21238] Daemon stopped [2019-09-19T12:07:25.863Z] === RUN TestIpcModeOlderClient [2019-09-19T12:07:25.863Z] === PAUSE TestIpcModeOlderClient [2019-09-19T12:07:25.863Z] === RUN TestKillContainerInvalidSignal [2019-09-19T12:07:26.638Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2019-09-19T12:07:26.638Z] === RUN TestKillContainer [2019-09-19T12:07:26.638Z] === RUN TestKillContainer/no_signal [2019-09-19T12:07:26.693Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-19T12:07:26.950Z] === RUN Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-19T12:07:27.431Z] === RUN TestKillContainer/non_killing_signal [2019-09-19T12:07:27.661Z] --- PASS: TestRenameAnonymousContainer (2.59s) [2019-09-19T12:07:27.661Z] === RUN TestRenameContainerWithSameName [2019-09-19T12:07:28.200Z] === RUN TestKillContainer/killing_signal [2019-09-19T12:07:28.278Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2019-09-19T12:07:28.278Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-19T12:07:28.321Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-19T12:07:28.321Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-19T12:07:28.321Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-19T12:07:28.321Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-19T12:07:29.252Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-19T12:07:29.461Z] --- PASS: TestKillContainer (2.71s) [2019-09-19T12:07:29.461Z] --- PASS: TestKillContainer/no_signal (0.97s) [2019-09-19T12:07:29.461Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2019-09-19T12:07:29.461Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2019-09-19T12:07:29.461Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-19T12:07:29.461Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-19T12:07:29.765Z] --- PASS: TestRenameContainerWithLinkedContainer (1.44s) [2019-09-19T12:07:29.766Z] === RUN TestResize [2019-09-19T12:07:29.818Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-19T12:07:30.244Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-19T12:07:30.381Z] --- PASS: TestResize (0.74s) [2019-09-19T12:07:30.381Z] === RUN TestResizeWithInvalidSize [2019-09-19T12:07:30.998Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2019-09-19T12:07:30.998Z] === RUN TestResizeWhenContainerNotStarted [2019-09-19T12:07:31.197Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2019-09-19T12:07:31.197Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s) [2019-09-19T12:07:31.197Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2019-09-19T12:07:31.197Z] === RUN TestKillStoppedContainer [2019-09-19T12:07:31.197Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-09-19T12:07:31.197Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-19T12:07:31.197Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.13s) [2019-09-19T12:07:31.197Z] === RUN TestKillDifferentUserContainer [2019-09-19T12:07:31.620Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2019-09-19T12:07:31.620Z] === RUN TestDaemonRestartKillContainers [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:31.621Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:31.621Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:31.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:07:31.621Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:07:31.621Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:07:31.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:07:32.469Z] --- PASS: TestKillDifferentUserContainer (0.92s) [2019-09-19T12:07:32.469Z] === RUN TestInspectOomKilledTrue [2019-09-19T12:07:32.469Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-19T12:07:32.469Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:07:32.469Z] === RUN TestInspectOomKilledFalse [2019-09-19T12:07:32.469Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-19T12:07:32.469Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:07:32.469Z] === RUN TestLinksEtcHostsContentMatch [2019-09-19T12:07:32.837Z] --- PASS: TestLinksEtcHostsContentMatch (0.68s) [2019-09-19T12:07:32.837Z] === RUN TestLinksContainerNames [2019-09-19T12:07:33.102Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-19T12:07:33.363Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-19T12:07:34.652Z] --- PASS: TestLinksContainerNames (1.59s) [2019-09-19T12:07:34.652Z] === RUN TestLogsFollowTailEmpty [2019-09-19T12:07:35.105Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:07:35.105Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:35.105Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:35.446Z] --- PASS: TestLogsFollowTailEmpty (0.98s) [2019-09-19T12:07:35.446Z] === RUN TestContainerNetworkMountsNoChown [2019-09-19T12:07:36.268Z] --- PASS: TestContainerNetworkMountsNoChown (0.92s) [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/default [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/default [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/private [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/private [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rprivate [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/slave [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/slave [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rslave [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/shared [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/shared [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rshared [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-19T12:07:36.268Z] === CONT TestMountDaemonRoot/default [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:36.268Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-19T12:07:36.268Z] === CONT TestMountDaemonRoot/rshared [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:36.268Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:36.268Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:36.268Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:07:36.590Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:36.645Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-19T12:07:36.645Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/shared [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rslave [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/slave [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rprivate [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/private [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:36.764Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:36.764Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-19T12:07:36.764Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:07:37.161Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-19T12:07:37.227Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:07:37.227Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:37.558Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-19T12:07:37.559Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-09-19T12:07:37.559Z] === RUN TestContainerBindMountNonRecursive [2019-09-19T12:07:38.545Z] === RUN Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-19T12:07:38.716Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:07:39.336Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:07:39.376Z] --- PASS: TestContainerBindMountNonRecursive (1.98s) [2019-09-19T12:07:39.376Z] === RUN TestNetworkNat [2019-09-19T12:07:39.477Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-19T12:07:40.176Z] --- PASS: TestNetworkNat (0.88s) [2019-09-19T12:07:40.176Z] === RUN TestNetworkLocalhostTCPNat [2019-09-19T12:07:40.411Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-19T12:07:41.438Z] --- PASS: TestNetworkLocalhostTCPNat (0.98s) [2019-09-19T12:07:41.438Z] === RUN TestNetworkLoopbackNat [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.22s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d3489840c1333] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d3489840c1333] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d3489840c1333] daemon started [2019-09-19T12:07:42.063Z] daemon.go:336: [d3489840c1333] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:307: [d3489840c1333] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d3489840c1333] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d3489840c1333] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d3489840c1333] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d3489840c1333] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d3489840c1333] Daemon stopped [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.38s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [dcbe486ba2647] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [dcbe486ba2647] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [dcbe486ba2647] daemon started [2019-09-19T12:07:42.063Z] daemon.go:336: [dcbe486ba2647] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:307: [dcbe486ba2647] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [dcbe486ba2647] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [dcbe486ba2647] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [dcbe486ba2647] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [dcbe486ba2647] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [dcbe486ba2647] Daemon stopped [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.49s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d457acfe6c5cd] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d457acfe6c5cd] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d457acfe6c5cd] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d457acfe6c5cd] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d457acfe6c5cd] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d457acfe6c5cd] Daemon stopped [2019-09-19T12:07:42.063Z] daemon.go:336: [d457acfe6c5cd] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d457acfe6c5cd] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d457acfe6c5cd] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d457acfe6c5cd] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d457acfe6c5cd] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d457acfe6c5cd] Daemon stopped [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.90s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d914e11f3bb82] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d914e11f3bb82] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d914e11f3bb82] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d914e11f3bb82] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d914e11f3bb82] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d914e11f3bb82] Daemon stopped [2019-09-19T12:07:42.063Z] daemon.go:336: [d914e11f3bb82] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d914e11f3bb82] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d914e11f3bb82] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d914e11f3bb82] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d914e11f3bb82] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d914e11f3bb82] Daemon stopped [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.98s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d88776a047329] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d88776a047329] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d88776a047329] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d88776a047329] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d88776a047329] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d88776a047329] Daemon stopped [2019-09-19T12:07:42.063Z] daemon.go:336: [d88776a047329] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d88776a047329] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d88776a047329] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d88776a047329] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d88776a047329] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d88776a047329] Daemon stopped [2019-09-19T12:07:42.063Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.00s) [2019-09-19T12:07:42.063Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:07:42.063Z] daemon.go:336: [d149f15f27c40] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d149f15f27c40] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d149f15f27c40] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d149f15f27c40] Stopping daemon [2019-09-19T12:07:42.063Z] daemon.go:307: [d149f15f27c40] exiting daemon [2019-09-19T12:07:42.063Z] daemon.go:459: [d149f15f27c40] Daemon stopped [2019-09-19T12:07:42.063Z] daemon.go:336: [d149f15f27c40] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:336: [d149f15f27c40] waiting for daemon to start [2019-09-19T12:07:42.063Z] daemon.go:364: [d149f15f27c40] daemon started [2019-09-19T12:07:42.063Z] daemon.go:472: [d149f15f27c40] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d149f15f27c40] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d149f15f27c40] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.06s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [d41709b97dd62] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d41709b97dd62] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d41709b97dd62] daemon started [2019-09-19T12:07:42.064Z] daemon.go:307: [d41709b97dd62] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [d41709b97dd62] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d41709b97dd62] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d41709b97dd62] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [d41709b97dd62] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d41709b97dd62] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d41709b97dd62] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.06s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [dfce2c53a6034] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [dfce2c53a6034] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [dfce2c53a6034] daemon started [2019-09-19T12:07:42.064Z] daemon.go:307: [dfce2c53a6034] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [dfce2c53a6034] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [dfce2c53a6034] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [dfce2c53a6034] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [dfce2c53a6034] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [dfce2c53a6034] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [dfce2c53a6034] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.54s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [df88770a607ff] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [df88770a607ff] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [df88770a607ff] daemon started [2019-09-19T12:07:42.064Z] daemon.go:307: [df88770a607ff] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [df88770a607ff] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [df88770a607ff] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [df88770a607ff] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [df88770a607ff] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [df88770a607ff] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [df88770a607ff] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.18s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [dd03d8d9e927c] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [dd03d8d9e927c] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [dd03d8d9e927c] daemon started [2019-09-19T12:07:42.064Z] daemon.go:336: [dd03d8d9e927c] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:307: [dd03d8d9e927c] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [dd03d8d9e927c] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [dd03d8d9e927c] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [dd03d8d9e927c] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [dd03d8d9e927c] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [dd03d8d9e927c] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.59s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [d046271da0059] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d046271da0059] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d046271da0059] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [d046271da0059] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d046271da0059] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d046271da0059] Daemon stopped [2019-09-19T12:07:42.064Z] daemon.go:336: [d046271da0059] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d046271da0059] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d046271da0059] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [d046271da0059] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d046271da0059] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d046271da0059] Daemon stopped [2019-09-19T12:07:42.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.46s) [2019-09-19T12:07:42.064Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:07:42.064Z] daemon.go:336: [d8c82a12d25cb] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d8c82a12d25cb] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d8c82a12d25cb] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [d8c82a12d25cb] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d8c82a12d25cb] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d8c82a12d25cb] Daemon stopped [2019-09-19T12:07:42.064Z] daemon.go:336: [d8c82a12d25cb] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:336: [d8c82a12d25cb] waiting for daemon to start [2019-09-19T12:07:42.064Z] daemon.go:364: [d8c82a12d25cb] daemon started [2019-09-19T12:07:42.064Z] daemon.go:472: [d8c82a12d25cb] Stopping daemon [2019-09-19T12:07:42.064Z] daemon.go:307: [d8c82a12d25cb] exiting daemon [2019-09-19T12:07:42.064Z] daemon.go:459: [d8c82a12d25cb] Daemon stopped [2019-09-19T12:07:42.064Z] === RUN TestCgroupNamespacesRun [2019-09-19T12:07:42.310Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-19T12:07:42.788Z] --- PASS: TestNetworkLoopbackNat (1.29s) [2019-09-19T12:07:42.788Z] === RUN TestPause [2019-09-19T12:07:43.242Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-19T12:07:43.542Z] --- PASS: TestCgroupNamespacesRun (1.72s) [2019-09-19T12:07:43.542Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-19T12:07:43.542Z] daemon.go:336: [de6012e13e0af] waiting for daemon to start [2019-09-19T12:07:43.542Z] daemon.go:336: [de6012e13e0af] waiting for daemon to start [2019-09-19T12:07:43.542Z] daemon.go:364: [de6012e13e0af] daemon started [2019-09-19T12:07:43.542Z] daemon.go:472: [de6012e13e0af] Stopping daemon [2019-09-19T12:07:43.542Z] daemon.go:307: [de6012e13e0af] exiting daemon [2019-09-19T12:07:43.542Z] daemon.go:459: [de6012e13e0af] Daemon stopped [2019-09-19T12:07:43.542Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-19T12:07:43.576Z] --- PASS: TestPause (0.98s) [2019-09-19T12:07:43.576Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-19T12:07:43.576Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-19T12:07:43.576Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:07:43.576Z] === RUN TestPauseStopPausedContainer [2019-09-19T12:07:43.808Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-19T12:07:44.367Z] --- PASS: TestPauseStopPausedContainer (0.98s) [2019-09-19T12:07:44.367Z] === RUN TestPsFilter [2019-09-19T12:07:44.373Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-19T12:07:44.737Z] --- PASS: TestPsFilter (0.22s) [2019-09-19T12:07:44.737Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-19T12:07:45.511Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2019-09-19T12:07:45.511Z] === RUN TestRemoveContainerWithVolume [2019-09-19T12:07:45.568Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2019-09-19T12:07:45.568Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-19T12:07:45.568Z] daemon.go:336: [d27f33b6a6db7] waiting for daemon to start [2019-09-19T12:07:45.568Z] daemon.go:336: [d27f33b6a6db7] waiting for daemon to start [2019-09-19T12:07:45.568Z] daemon.go:364: [d27f33b6a6db7] daemon started [2019-09-19T12:07:45.568Z] daemon.go:472: [d27f33b6a6db7] Stopping daemon [2019-09-19T12:07:45.568Z] daemon.go:307: [d27f33b6a6db7] exiting daemon [2019-09-19T12:07:45.568Z] daemon.go:459: [d27f33b6a6db7] Daemon stopped [2019-09-19T12:07:45.568Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:07:45.745Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-19T12:07:46.317Z] --- PASS: TestRemoveContainerWithVolume (0.90s) [2019-09-19T12:07:46.317Z] === RUN TestRemoveContainerRunning [2019-09-19T12:07:46.676Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-19T12:07:46.936Z] === RUN Test/DockerSuite/TestAttachAfterDetach [2019-09-19T12:07:47.064Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2019-09-19T12:07:47.064Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:07:47.064Z] daemon.go:336: [d787206f3a5b9] waiting for daemon to start [2019-09-19T12:07:47.064Z] daemon.go:336: [d787206f3a5b9] waiting for daemon to start [2019-09-19T12:07:47.064Z] daemon.go:364: [d787206f3a5b9] daemon started [2019-09-19T12:07:47.064Z] daemon.go:472: [d787206f3a5b9] Stopping daemon [2019-09-19T12:07:47.064Z] daemon.go:307: [d787206f3a5b9] exiting daemon [2019-09-19T12:07:47.065Z] daemon.go:459: [d787206f3a5b9] Daemon stopped [2019-09-19T12:07:47.065Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-19T12:07:47.093Z] --- PASS: TestRemoveContainerRunning (0.87s) [2019-09-19T12:07:47.093Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-19T12:07:48.010Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2019-09-19T12:07:48.010Z] === RUN TestRemoveInvalidContainer [2019-09-19T12:07:48.010Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-19T12:07:48.010Z] === RUN TestRenameLinkedContainer [2019-09-19T12:07:49.094Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2019-09-19T12:07:49.094Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-19T12:07:49.094Z] daemon.go:336: [df1acacdefe49] waiting for daemon to start [2019-09-19T12:07:49.094Z] daemon.go:336: [df1acacdefe49] waiting for daemon to start [2019-09-19T12:07:49.094Z] daemon.go:364: [df1acacdefe49] daemon started [2019-09-19T12:07:49.094Z] daemon.go:472: [df1acacdefe49] Stopping daemon [2019-09-19T12:07:49.094Z] daemon.go:307: [df1acacdefe49] exiting daemon [2019-09-19T12:07:49.094Z] daemon.go:459: [df1acacdefe49] Daemon stopped [2019-09-19T12:07:49.094Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-19T12:07:49.464Z] === RUN Test/DockerSuite/TestAttachClosedOnContainerStop [2019-09-19T12:07:50.572Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2019-09-19T12:07:50.572Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-19T12:07:50.572Z] daemon.go:336: [d8b28732d0ec6] waiting for daemon to start [2019-09-19T12:07:50.572Z] daemon.go:336: [d8b28732d0ec6] waiting for daemon to start [2019-09-19T12:07:50.572Z] daemon.go:364: [d8b28732d0ec6] daemon started [2019-09-19T12:07:50.572Z] daemon.go:472: [d8b28732d0ec6] Stopping daemon [2019-09-19T12:07:50.572Z] daemon.go:307: [d8b28732d0ec6] exiting daemon [2019-09-19T12:07:50.572Z] daemon.go:459: [d8b28732d0ec6] Daemon stopped [2019-09-19T12:07:50.572Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:07:51.190Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-19T12:07:51.190Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:07:51.190Z] daemon.go:336: [df6430c654d5d] waiting for daemon to start [2019-09-19T12:07:51.190Z] daemon.go:336: [df6430c654d5d] waiting for daemon to start [2019-09-19T12:07:51.190Z] daemon.go:364: [df6430c654d5d] daemon started [2019-09-19T12:07:51.190Z] daemon.go:472: [df6430c654d5d] Stopping daemon [2019-09-19T12:07:51.190Z] daemon.go:307: [df6430c654d5d] exiting daemon [2019-09-19T12:07:51.190Z] daemon.go:459: [df6430c654d5d] Daemon stopped [2019-09-19T12:07:51.190Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-19T12:07:51.385Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-19T12:07:51.646Z] === RUN Test/DockerSuite/TestAttachDetach [2019-09-19T12:07:52.077Z] --- PASS: TestRenameLinkedContainer (3.51s) [2019-09-19T12:07:52.077Z] === RUN TestRenameStoppedContainer [2019-09-19T12:07:52.203Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2019-09-19T12:07:52.203Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-19T12:07:52.203Z] daemon.go:336: [dca7e490c98c1] waiting for daemon to start [2019-09-19T12:07:52.203Z] daemon.go:336: [dca7e490c98c1] waiting for daemon to start [2019-09-19T12:07:52.203Z] daemon.go:364: [dca7e490c98c1] daemon started [2019-09-19T12:07:52.203Z] daemon.go:472: [dca7e490c98c1] Stopping daemon [2019-09-19T12:07:52.203Z] daemon.go:307: [dca7e490c98c1] exiting daemon [2019-09-19T12:07:52.203Z] daemon.go:459: [dca7e490c98c1] Daemon stopped [2019-09-19T12:07:52.203Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-19T12:07:52.440Z] --- PASS: TestRenameStoppedContainer (0.85s) [2019-09-19T12:07:52.440Z] === RUN TestRenameRunningContainerAndReuse [2019-09-19T12:07:53.548Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-19T12:07:54.241Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2019-09-19T12:07:54.241Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-19T12:07:54.241Z] daemon.go:336: [d1bb432cf8b72] waiting for daemon to start [2019-09-19T12:07:54.241Z] daemon.go:336: [d1bb432cf8b72] waiting for daemon to start [2019-09-19T12:07:54.241Z] daemon.go:364: [d1bb432cf8b72] daemon started [2019-09-19T12:07:54.241Z] daemon.go:472: [d1bb432cf8b72] Stopping daemon [2019-09-19T12:07:54.241Z] daemon.go:307: [d1bb432cf8b72] exiting daemon [2019-09-19T12:07:54.241Z] daemon.go:459: [d1bb432cf8b72] Daemon stopped [2019-09-19T12:07:54.241Z] === RUN TestKernelTCPMemory [2019-09-19T12:07:54.243Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2019-09-19T12:07:54.243Z] === RUN TestRenameInvalidName [2019-09-19T12:07:54.865Z] --- PASS: TestKernelTCPMemory (0.94s) [2019-09-19T12:07:54.865Z] === RUN TestNISDomainname [2019-09-19T12:07:54.919Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-19T12:07:55.063Z] --- PASS: TestRenameInvalidName (0.90s) [2019-09-19T12:07:55.063Z] === RUN TestRenameAnonymousContainer [2019-09-19T12:07:55.850Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-19T12:07:56.341Z] --- PASS: TestNISDomainname (1.11s) [2019-09-19T12:07:56.341Z] === RUN TestHostnameDnsResolution [2019-09-19T12:07:56.781Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-19T12:07:57.353Z] --- PASS: TestHostnameDnsResolution (1.15s) [2019-09-19T12:07:57.353Z] === RUN TestStats [2019-09-19T12:07:58.330Z] --- PASS: TestRenameAnonymousContainer (2.96s) [2019-09-19T12:07:58.330Z] === RUN TestRenameContainerWithSameName [2019-09-19T12:07:58.677Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-19T12:07:59.122Z] --- PASS: TestRenameContainerWithSameName (0.88s) [2019-09-19T12:07:59.122Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-19T12:07:59.241Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-19T12:07:59.375Z] --- PASS: TestStats (1.91s) [2019-09-19T12:07:59.375Z] === RUN TestStopContainerWithTimeout [2019-09-19T12:07:59.375Z] === RUN TestStopContainerWithTimeout/0 [2019-09-19T12:07:59.375Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-19T12:07:59.375Z] === RUN TestStopContainerWithTimeout/1 [2019-09-19T12:07:59.375Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-19T12:07:59.375Z] === RUN TestStopContainerWithTimeout/3 [2019-09-19T12:07:59.375Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-19T12:07:59.375Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-19T12:07:59.375Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-19T12:07:59.375Z] === CONT TestStopContainerWithTimeout/0 [2019-09-19T12:07:59.375Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-19T12:07:59.375Z] === CONT TestStopContainerWithTimeout/1 [2019-09-19T12:07:59.375Z] === CONT TestStopContainerWithTimeout/3 [2019-09-19T12:08:00.173Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-19T12:08:00.941Z] --- PASS: TestRenameContainerWithLinkedContainer (1.88s) [2019-09-19T12:08:00.941Z] === RUN TestResize [2019-09-19T12:08:01.105Z] === RUN Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-19T12:08:01.785Z] --- PASS: TestResize (0.91s) [2019-09-19T12:08:01.785Z] === RUN TestResizeWithInvalidSize [2019-09-19T12:08:02.038Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-19T12:08:02.639Z] --- PASS: TestResizeWithInvalidSize (0.94s) [2019-09-19T12:08:02.639Z] === RUN TestResizeWhenContainerNotStarted [2019-09-19T12:08:02.862Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-19T12:08:02.862Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2019-09-19T12:08:02.862Z] --- PASS: TestStopContainerWithTimeout/1 (2.02s) [2019-09-19T12:08:02.862Z] --- PASS: TestStopContainerWithTimeout/3 (3.18s) [2019-09-19T12:08:02.862Z] --- PASS: TestStopContainerWithTimeout/-1 (3.26s) [2019-09-19T12:08:02.862Z] === RUN TestDeleteDevicemapper [2019-09-19T12:08:02.862Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-19T12:08:02.862Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:08:02.862Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-19T12:08:03.442Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:03.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:03.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:03.442Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:08:03.442Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:08:03.458Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-19T12:08:03.458Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-19T12:08:03.458Z] remote: Enumerating objects: 19, done. [2019-09-19T12:08:03.458Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-19T12:08:03.458Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-09-19T12:08:03.458Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-19T12:08:03.458Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-19T12:08:03.783Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/test/unit [2019-09-19T12:08:04.564Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-19T12:08:04.564Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-19T12:08:04.890Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.14s) [2019-09-19T12:08:04.890Z] === RUN TestUpdateMemory [2019-09-19T12:08:05.128Z] === RUN Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-19T12:08:05.128Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-19T12:08:05.507Z] --- PASS: TestUpdateMemory (1.08s) [2019-09-19T12:08:05.507Z] === RUN TestUpdateCPUQuota [2019-09-19T12:08:05.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:08:05.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:08:06.311Z] ? github.com/docker/docker/api [no test files] [2019-09-19T12:08:07.025Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-19T12:08:07.025Z] === RUN Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-19T12:08:07.533Z] --- PASS: TestUpdateCPUQuota (1.79s) [2019-09-19T12:08:07.534Z] === RUN TestUpdatePidsLimit [2019-09-19T12:08:07.534Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-19T12:08:07.590Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-19T12:08:07.817Z] === RUN TestUpdatePidsLimit/no_change [2019-09-19T12:08:08.432Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-19T12:08:08.522Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-19T12:08:08.522Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-19T12:08:08.571Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:08:08.718Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-19T12:08:09.001Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-19T12:08:09.026Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:08:09.628Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-19T12:08:09.911Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-19T12:08:10.423Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-19T12:08:10.681Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-19T12:08:10.897Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:08:11.244Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-19T12:08:11.272Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit (4.12s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-09-19T12:08:11.935Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2019-09-19T12:08:11.935Z] === RUN TestUpdateRestartPolicy [2019-09-19T12:08:12.598Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:12.618Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-19T12:08:12.961Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:14.394Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:14.839Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:08:15.897Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.04s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [dfcb87f3d0f68] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [dfcb87f3d0f68] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dfcb87f3d0f68] daemon started [2019-09-19T12:08:16.710Z] daemon.go:336: [dfcb87f3d0f68] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:307: [dfcb87f3d0f68] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [dfcb87f3d0f68] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dfcb87f3d0f68] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [dfcb87f3d0f68] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [dfcb87f3d0f68] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [dfcb87f3d0f68] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [d86847d3b62a6] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [d86847d3b62a6] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [d86847d3b62a6] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [d86847d3b62a6] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [d86847d3b62a6] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [d86847d3b62a6] Daemon stopped [2019-09-19T12:08:16.710Z] daemon.go:336: [d86847d3b62a6] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [d86847d3b62a6] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [d86847d3b62a6] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [d86847d3b62a6] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [d86847d3b62a6] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [d86847d3b62a6] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.94s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [df610e16adca3] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [df610e16adca3] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [df610e16adca3] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [df610e16adca3] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [df610e16adca3] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [df610e16adca3] Daemon stopped [2019-09-19T12:08:16.710Z] daemon.go:336: [df610e16adca3] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [df610e16adca3] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [df610e16adca3] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [df610e16adca3] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [df610e16adca3] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [df610e16adca3] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.13s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [dc9cc86f3594b] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [dc9cc86f3594b] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dc9cc86f3594b] daemon started [2019-09-19T12:08:16.710Z] daemon.go:336: [dc9cc86f3594b] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:307: [dc9cc86f3594b] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [dc9cc86f3594b] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dc9cc86f3594b] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [dc9cc86f3594b] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [dc9cc86f3594b] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [dc9cc86f3594b] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.30s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [dedf1948b2b37] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [dedf1948b2b37] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dedf1948b2b37] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [dedf1948b2b37] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [dedf1948b2b37] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [dedf1948b2b37] Daemon stopped [2019-09-19T12:08:16.710Z] daemon.go:336: [dedf1948b2b37] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [dedf1948b2b37] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [dedf1948b2b37] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [dedf1948b2b37] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [dedf1948b2b37] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [dedf1948b2b37] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.24s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [d37d2b03fe99a] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [d37d2b03fe99a] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [d37d2b03fe99a] daemon started [2019-09-19T12:08:16.710Z] daemon.go:336: [d37d2b03fe99a] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:307: [d37d2b03fe99a] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [d37d2b03fe99a] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [d37d2b03fe99a] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [d37d2b03fe99a] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [d37d2b03fe99a] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [d37d2b03fe99a] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [df7482f98fbd1] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [df7482f98fbd1] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [df7482f98fbd1] daemon started [2019-09-19T12:08:16.710Z] daemon.go:336: [df7482f98fbd1] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:307: [df7482f98fbd1] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [df7482f98fbd1] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [df7482f98fbd1] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [df7482f98fbd1] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [df7482f98fbd1] exiting daemon [2019-09-19T12:08:16.710Z] daemon.go:459: [df7482f98fbd1] Daemon stopped [2019-09-19T12:08:16.710Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.33s) [2019-09-19T12:08:16.710Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:08:16.710Z] daemon.go:336: [d7411a6603119] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:336: [d7411a6603119] waiting for daemon to start [2019-09-19T12:08:16.710Z] daemon.go:364: [d7411a6603119] daemon started [2019-09-19T12:08:16.710Z] daemon.go:472: [d7411a6603119] Stopping daemon [2019-09-19T12:08:16.710Z] daemon.go:307: [d7411a6603119] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [d7411a6603119] Daemon stopped [2019-09-19T12:08:16.711Z] daemon.go:336: [d7411a6603119] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [d7411a6603119] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [d7411a6603119] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [d7411a6603119] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [d7411a6603119] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [d7411a6603119] Daemon stopped [2019-09-19T12:08:16.711Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2019-09-19T12:08:16.711Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [df471dd0e3ba3] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [df471dd0e3ba3] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [df471dd0e3ba3] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [df471dd0e3ba3] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [df471dd0e3ba3] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [df471dd0e3ba3] Daemon stopped [2019-09-19T12:08:16.711Z] daemon.go:336: [df471dd0e3ba3] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [df471dd0e3ba3] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [df471dd0e3ba3] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [df471dd0e3ba3] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [df471dd0e3ba3] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [df471dd0e3ba3] Daemon stopped [2019-09-19T12:08:16.711Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2019-09-19T12:08:16.711Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [d9f1da1c0ff74] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [d9f1da1c0ff74] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [d9f1da1c0ff74] daemon started [2019-09-19T12:08:16.711Z] daemon.go:336: [d9f1da1c0ff74] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:307: [d9f1da1c0ff74] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [d9f1da1c0ff74] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [d9f1da1c0ff74] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [d9f1da1c0ff74] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [d9f1da1c0ff74] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [d9f1da1c0ff74] Daemon stopped [2019-09-19T12:08:16.711Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.55s) [2019-09-19T12:08:16.711Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [d3f6fbe5e8b43] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [d3f6fbe5e8b43] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [d3f6fbe5e8b43] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [d3f6fbe5e8b43] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [d3f6fbe5e8b43] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [d3f6fbe5e8b43] Daemon stopped [2019-09-19T12:08:16.711Z] daemon.go:336: [d3f6fbe5e8b43] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [d3f6fbe5e8b43] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [d3f6fbe5e8b43] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [d3f6fbe5e8b43] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [d3f6fbe5e8b43] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [d3f6fbe5e8b43] Daemon stopped [2019-09-19T12:08:16.711Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.19s) [2019-09-19T12:08:16.711Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [dd5d253e3a7a4] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:336: [dd5d253e3a7a4] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [dd5d253e3a7a4] daemon started [2019-09-19T12:08:16.711Z] daemon.go:336: [dd5d253e3a7a4] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:307: [dd5d253e3a7a4] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:336: [dd5d253e3a7a4] waiting for daemon to start [2019-09-19T12:08:16.711Z] daemon.go:364: [dd5d253e3a7a4] daemon started [2019-09-19T12:08:16.711Z] daemon.go:472: [dd5d253e3a7a4] Stopping daemon [2019-09-19T12:08:16.711Z] daemon.go:307: [dd5d253e3a7a4] exiting daemon [2019-09-19T12:08:16.711Z] daemon.go:459: [dd5d253e3a7a4] Daemon stopped [2019-09-19T12:08:16.711Z] === RUN TestCgroupNamespacesRun [2019-09-19T12:08:17.267Z] === RUN Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-19T12:08:17.831Z] === RUN Test/DockerDaemonSuite/TestDaemonEvents [2019-09-19T12:08:18.515Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2019-09-19T12:08:18.515Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-19T12:08:18.515Z] daemon.go:336: [da91721ea584f] waiting for daemon to start [2019-09-19T12:08:18.515Z] daemon.go:336: [da91721ea584f] waiting for daemon to start [2019-09-19T12:08:18.515Z] daemon.go:364: [da91721ea584f] daemon started [2019-09-19T12:08:18.515Z] daemon.go:472: [da91721ea584f] Stopping daemon [2019-09-19T12:08:18.515Z] daemon.go:307: [da91721ea584f] exiting daemon [2019-09-19T12:08:18.515Z] daemon.go:459: [da91721ea584f] Daemon stopped [2019-09-19T12:08:18.515Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-19T12:08:20.379Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-09-19T12:08:20.379Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-19T12:08:20.379Z] daemon.go:336: [d44fb826ed012] waiting for daemon to start [2019-09-19T12:08:20.379Z] daemon.go:336: [d44fb826ed012] waiting for daemon to start [2019-09-19T12:08:20.379Z] daemon.go:364: [d44fb826ed012] daemon started [2019-09-19T12:08:20.379Z] daemon.go:472: [d44fb826ed012] Stopping daemon [2019-09-19T12:08:20.379Z] daemon.go:307: [d44fb826ed012] exiting daemon [2019-09-19T12:08:20.379Z] daemon.go:459: [d44fb826ed012] Daemon stopped [2019-09-19T12:08:20.379Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:08:21.177Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2019-09-19T12:08:22.011Z] === RUN Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-19T12:08:22.346Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2019-09-19T12:08:22.346Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:08:22.346Z] daemon.go:336: [d99175d0bf6c9] waiting for daemon to start [2019-09-19T12:08:22.346Z] daemon.go:336: [d99175d0bf6c9] waiting for daemon to start [2019-09-19T12:08:22.346Z] daemon.go:364: [d99175d0bf6c9] daemon started [2019-09-19T12:08:22.346Z] daemon.go:472: [d99175d0bf6c9] Stopping daemon [2019-09-19T12:08:22.346Z] daemon.go:307: [d99175d0bf6c9] exiting daemon [2019-09-19T12:08:22.346Z] daemon.go:459: [d99175d0bf6c9] Daemon stopped [2019-09-19T12:08:22.346Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-19T12:08:24.143Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) [2019-09-19T12:08:24.143Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-19T12:08:24.143Z] daemon.go:336: [d8b6d06f70bc1] waiting for daemon to start [2019-09-19T12:08:24.143Z] daemon.go:336: [d8b6d06f70bc1] waiting for daemon to start [2019-09-19T12:08:24.143Z] daemon.go:364: [d8b6d06f70bc1] daemon started [2019-09-19T12:08:24.143Z] daemon.go:472: [d8b6d06f70bc1] Stopping daemon [2019-09-19T12:08:24.143Z] daemon.go:307: [d8b6d06f70bc1] exiting daemon [2019-09-19T12:08:24.143Z] daemon.go:459: [d8b6d06f70bc1] Daemon stopped [2019-09-19T12:08:24.143Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-19T12:08:24.443Z] --- PASS: TestUpdateRestartPolicy (12.15s) [2019-09-19T12:08:24.443Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-19T12:08:24.443Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2019-09-19T12:08:24.443Z] === RUN TestWaitNonBlocked [2019-09-19T12:08:24.443Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:08:24.443Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:08:24.443Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:08:24.443Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:08:24.443Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:08:24.443Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:08:25.287Z] === RUN Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-19T12:08:25.458Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-19T12:08:25.458Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2019-09-19T12:08:25.458Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.93s) [2019-09-19T12:08:25.458Z] === RUN TestWaitBlocked [2019-09-19T12:08:25.458Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:08:25.458Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:08:25.458Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:08:25.458Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:08:25.458Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:08:25.458Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:08:25.718Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-19T12:08:25.718Z] [2019-09-19T12:08:25.718Z] ________ ____ __. [2019-09-19T12:08:25.718Z] \_____ \ | |/ _| [2019-09-19T12:08:25.718Z] / | \| < [2019-09-19T12:08:25.718Z] / | \ | \ [2019-09-19T12:08:25.718Z] \_______ /____|__ \ [2019-09-19T12:08:25.718Z] \/ \/ [2019-09-19T12:08:25.718Z] [2019-09-19T12:08:25.718Z] INFO: make.ps1 ended at 09/19/2019 12:08:16 [2019-09-19T12:08:25.718Z] INFO: Binaries build ended at 09/19/2019 12:08:19. Duration:00:01:24.8386768 [2019-09-19T12:08:25.719Z] INFO: Copying the built daemon binary to d:\CI-4\CI-ce61a1ed9\binary\dockerd-ce61a1ed9.exe... [2019-09-19T12:08:25.719Z] INFO: Copying the built client binary to d:\CI-4\CI-ce61a1ed9\binary\docker-ce61a1ed9.exe... [2019-09-19T12:08:25.719Z] INFO: Copying dockerversion from the container... [2019-09-19T12:08:25.719Z] INFO: Copying the golang package from the container to d:\CI-4\CI-ce61a1ed9\installer\go.zip... [2019-09-19T12:08:25.719Z] INFO: Extracting go.zip to d:\CI-4\CI-ce61a1ed9\go [2019-09-19T12:08:25.852Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-19T12:08:25.970Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-09-19T12:08:25.970Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-19T12:08:25.970Z] daemon.go:336: [dcedb3544de0d] waiting for daemon to start [2019-09-19T12:08:25.970Z] daemon.go:336: [dcedb3544de0d] waiting for daemon to start [2019-09-19T12:08:25.970Z] daemon.go:364: [dcedb3544de0d] daemon started [2019-09-19T12:08:25.970Z] daemon.go:472: [dcedb3544de0d] Stopping daemon [2019-09-19T12:08:25.970Z] daemon.go:307: [dcedb3544de0d] exiting daemon [2019-09-19T12:08:25.970Z] daemon.go:459: [dcedb3544de0d] Daemon stopped [2019-09-19T12:08:25.970Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:08:26.418Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-19T12:08:26.475Z] --- PASS: TestWaitBlocked (0.04s) [2019-09-19T12:08:26.475Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2019-09-19T12:08:26.475Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2019-09-19T12:08:26.475Z] === CONT TestContainerStartOnDaemonRestart [2019-09-19T12:08:26.475Z] === CONT TestIpcModeOlderClient [2019-09-19T12:08:26.475Z] === CONT TestDaemonRestartIpcMode [2019-09-19T12:08:26.760Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-09-19T12:08:26.915Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.81s) [2019-09-19T12:08:26.915Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:08:26.915Z] daemon.go:336: [d7cdb5649d801] waiting for daemon to start [2019-09-19T12:08:26.915Z] daemon.go:336: [d7cdb5649d801] waiting for daemon to start [2019-09-19T12:08:26.915Z] daemon.go:364: [d7cdb5649d801] daemon started [2019-09-19T12:08:26.915Z] daemon.go:472: [d7cdb5649d801] Stopping daemon [2019-09-19T12:08:26.915Z] daemon.go:307: [d7cdb5649d801] exiting daemon [2019-09-19T12:08:26.915Z] daemon.go:459: [d7cdb5649d801] Daemon stopped [2019-09-19T12:08:26.915Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-19T12:08:26.982Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-19T12:08:27.548Z] === RUN Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-19T12:08:27.835Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2019-09-19T12:08:27.835Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-19T12:08:27.835Z] daemon.go:336: [db19307a08182] waiting for daemon to start [2019-09-19T12:08:27.835Z] daemon.go:336: [db19307a08182] waiting for daemon to start [2019-09-19T12:08:27.835Z] daemon.go:364: [db19307a08182] daemon started [2019-09-19T12:08:27.835Z] daemon.go:472: [db19307a08182] Stopping daemon [2019-09-19T12:08:27.835Z] daemon.go:307: [db19307a08182] exiting daemon [2019-09-19T12:08:27.835Z] daemon.go:459: [db19307a08182] Daemon stopped [2019-09-19T12:08:27.835Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-19T12:08:29.626Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-09-19T12:08:29.626Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-19T12:08:29.626Z] daemon.go:336: [dd2ab38b0af8d] waiting for daemon to start [2019-09-19T12:08:29.626Z] daemon.go:336: [dd2ab38b0af8d] waiting for daemon to start [2019-09-19T12:08:29.626Z] daemon.go:364: [dd2ab38b0af8d] daemon started [2019-09-19T12:08:29.626Z] daemon.go:472: [dd2ab38b0af8d] Stopping daemon [2019-09-19T12:08:29.626Z] daemon.go:307: [dd2ab38b0af8d] exiting daemon [2019-09-19T12:08:29.626Z] daemon.go:459: [dd2ab38b0af8d] Daemon stopped [2019-09-19T12:08:29.626Z] === RUN TestKernelTCPMemory [2019-09-19T12:08:30.229Z] --- PASS: TestContainerStartOnDaemonRestart (3.19s) [2019-09-19T12:08:30.229Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-19T12:08:30.229Z] daemon.go:336: [d5425adee3567] waiting for daemon to start [2019-09-19T12:08:30.229Z] daemon.go:336: [d5425adee3567] waiting for daemon to start [2019-09-19T12:08:30.229Z] daemon.go:364: [d5425adee3567] daemon started [2019-09-19T12:08:30.229Z] daemon.go:307: [d5425adee3567] exiting daemon [2019-09-19T12:08:30.229Z] daemon.go:336: [d5425adee3567] waiting for daemon to start [2019-09-19T12:08:30.229Z] daemon.go:336: [d5425adee3567] waiting for daemon to start [2019-09-19T12:08:30.229Z] daemon.go:364: [d5425adee3567] daemon started [2019-09-19T12:08:30.229Z] daemon.go:472: [d5425adee3567] Stopping daemon [2019-09-19T12:08:30.229Z] daemon.go:307: [d5425adee3567] exiting daemon [2019-09-19T12:08:30.229Z] daemon.go:459: [d5425adee3567] Daemon stopped [2019-09-19T12:08:30.414Z] --- PASS: TestKernelTCPMemory (1.03s) [2019-09-19T12:08:30.414Z] === RUN TestNISDomainname [2019-09-19T12:08:30.514Z] --- PASS: TestDaemonRestartIpcMode (3.94s) [2019-09-19T12:08:30.514Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-19T12:08:30.514Z] daemon.go:336: [ddeaf0d37bed2] waiting for daemon to start [2019-09-19T12:08:30.514Z] daemon.go:336: [ddeaf0d37bed2] waiting for daemon to start [2019-09-19T12:08:30.514Z] daemon.go:364: [ddeaf0d37bed2] daemon started [2019-09-19T12:08:30.514Z] daemon.go:472: [ddeaf0d37bed2] Stopping daemon [2019-09-19T12:08:30.514Z] daemon.go:307: [ddeaf0d37bed2] exiting daemon [2019-09-19T12:08:30.514Z] daemon.go:459: [ddeaf0d37bed2] Daemon stopped [2019-09-19T12:08:30.514Z] daemon.go:336: [ddeaf0d37bed2] waiting for daemon to start [2019-09-19T12:08:30.514Z] daemon.go:336: [ddeaf0d37bed2] waiting for daemon to start [2019-09-19T12:08:30.514Z] daemon.go:364: [ddeaf0d37bed2] daemon started [2019-09-19T12:08:30.514Z] daemon.go:472: [ddeaf0d37bed2] Stopping daemon [2019-09-19T12:08:30.514Z] daemon.go:307: [ddeaf0d37bed2] exiting daemon [2019-09-19T12:08:30.514Z] daemon.go:459: [ddeaf0d37bed2] Daemon stopped [2019-09-19T12:08:30.514Z] PASS [2019-09-19T12:08:30.514Z] [2019-09-19T12:08:30.514Z] === Skipped [2019-09-19T12:08:30.514Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-19T12:08:30.514Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:08:30.514Z] [2019-09-19T12:08:30.514Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-19T12:08:30.514Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:08:30.514Z] [2019-09-19T12:08:30.514Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-19T12:08:30.514Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:08:30.514Z] [2019-09-19T12:08:30.514Z] [2019-09-19T12:08:30.514Z] DONE 197 tests, 3 skipped in 122.545s [2019-09-19T12:08:30.514Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-19T12:08:30.514Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:08:30.514Z] ++ set -e [2019-09-19T12:08:30.514Z] ++ '[' -n 0 ']' [2019-09-19T12:08:30.514Z] ++ set -x [2019-09-19T12:08:30.514Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:08:30.514Z] INFO: Testing against a local daemon [2019-09-19T12:08:30.514Z] === RUN TestCommitInheritsEnv [2019-09-19T12:08:31.129Z] --- PASS: TestCommitInheritsEnv (0.43s) [2019-09-19T12:08:31.129Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-19T12:08:31.129Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-19T12:08:31.129Z] === RUN TestImagesFilterMultiReference [2019-09-19T12:08:31.129Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-19T12:08:31.129Z] === RUN TestImagePullPlatformInvalid [2019-09-19T12:08:31.129Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-09-19T12:08:31.129Z] === RUN TestRemoveImageOrphaning [2019-09-19T12:08:31.673Z] --- PASS: TestNISDomainname (1.14s) [2019-09-19T12:08:31.673Z] === RUN TestHostnameDnsResolution [2019-09-19T12:08:31.727Z] === RUN Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-19T12:08:31.727Z] === RUN Test/DockerDaemonSuite/TestDaemonIP [2019-09-19T12:08:31.749Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2019-09-19T12:08:31.749Z] === RUN TestRemoveImageGarbageCollector [2019-09-19T12:08:31.749Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-19T12:08:31.749Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:08:31.749Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-19T12:08:31.749Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-19T12:08:31.749Z] === RUN TestTagInvalidReference [2019-09-19T12:08:31.749Z] --- PASS: TestTagInvalidReference (0.05s) [2019-09-19T12:08:31.749Z] === RUN TestTagValidPrefixedRepo [2019-09-19T12:08:31.749Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-19T12:08:31.749Z] === RUN TestTagExistedNameWithoutForce [2019-09-19T12:08:31.749Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2019-09-19T12:08:31.749Z] === RUN TestTagOfficialNames [2019-09-19T12:08:32.034Z] --- PASS: TestTagOfficialNames (0.07s) [2019-09-19T12:08:32.034Z] === RUN TestTagMatchesDigest [2019-09-19T12:08:32.034Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-19T12:08:32.034Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-19T12:08:33.035Z] --- PASS: TestHostnameDnsResolution (1.30s) [2019-09-19T12:08:33.035Z] === RUN TestStats [2019-09-19T12:08:35.005Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-19T12:08:35.006Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-19T12:08:36.215Z] --- PASS: TestStats (2.91s) [2019-09-19T12:08:36.215Z] === RUN TestStopContainerWithTimeout [2019-09-19T12:08:36.215Z] === RUN TestStopContainerWithTimeout/0 [2019-09-19T12:08:36.215Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-19T12:08:36.215Z] === RUN TestStopContainerWithTimeout/1 [2019-09-19T12:08:36.215Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-19T12:08:36.215Z] === RUN TestStopContainerWithTimeout/3 [2019-09-19T12:08:36.215Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-19T12:08:36.215Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-19T12:08:36.215Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-19T12:08:36.215Z] === CONT TestStopContainerWithTimeout/0 [2019-09-19T12:08:36.215Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-19T12:08:37.007Z] === CONT TestStopContainerWithTimeout/3 [2019-09-19T12:08:38.282Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-19T12:08:38.783Z] === CONT TestStopContainerWithTimeout/1 [2019-09-19T12:08:39.654Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-19T12:08:40.589Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-19T12:08:40.701Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-19T12:08:40.701Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2019-09-19T12:08:40.701Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2019-09-19T12:08:40.701Z] --- PASS: TestStopContainerWithTimeout/3 (2.91s) [2019-09-19T12:08:40.701Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-09-19T12:08:40.701Z] === RUN TestDeleteDevicemapper [2019-09-19T12:08:40.701Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-19T12:08:40.701Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:08:40.701Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-19T12:08:40.846Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-19T12:08:42.744Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-19T12:08:42.744Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-19T12:08:43.002Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-19T12:08:44.373Z] --- PASS: TestBuildWithHugeFile (80.08s) [2019-09-19T12:08:44.373Z] === RUN TestBuildWithEmptyDockerfile [2019-09-19T12:08:44.373Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:08:44.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:08:44.373Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:08:44.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:08:44.373Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:08:44.373Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:08:44.373Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:08:44.373Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:08:44.373Z] === RUN Test/DockerSuite/TestBuildAddChangeOwnership [2019-09-19T12:08:44.373Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:08:44.373Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-09-19T12:08:44.373Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2019-09-19T12:08:44.373Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-09-19T12:08:44.373Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2019-09-19T12:08:44.373Z] === RUN TestBuildPreserveOwnership [2019-09-19T12:08:44.373Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-19T12:08:44.766Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.39s) [2019-09-19T12:08:44.766Z] === RUN TestUpdateMemory [2019-09-19T12:08:44.766Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-19T12:08:44.766Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:08:44.766Z] === RUN TestUpdateCPUQuota [2019-09-19T12:08:44.937Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-19T12:08:45.555Z] --- PASS: TestUpdateCPUQuota (1.60s) [2019-09-19T12:08:45.555Z] === RUN TestUpdatePidsLimit [2019-09-19T12:08:45.555Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-19T12:08:46.454Z] === RUN TestUpdatePidsLimit/no_change [2019-09-19T12:08:46.832Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-19T12:08:46.916Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-19T12:08:47.312Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-19T12:08:47.684Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-19T12:08:48.057Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-19T12:08:48.202Z] === RUN Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-19T12:08:48.425Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-19T12:08:48.458Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-19T12:08:48.715Z] === RUN Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-19T12:08:49.280Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-19T12:08:50.210Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit (4.27s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/no_change (0.50s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-09-19T12:08:50.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-09-19T12:08:50.250Z] === RUN TestUpdateRestartPolicy [2019-09-19T12:08:50.468Z] --- PASS: TestBuildPreserveOwnership (5.87s) [2019-09-19T12:08:50.468Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.88s) [2019-09-19T12:08:50.468Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.98s) [2019-09-19T12:08:50.468Z] === RUN TestBuildPlatformInvalid [2019-09-19T12:08:50.468Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-19T12:08:50.468Z] PASS [2019-09-19T12:08:50.468Z] [2019-09-19T12:08:50.468Z] DONE 32 tests in 166.478s [2019-09-19T12:08:50.725Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-19T12:08:50.725Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:08:50.725Z] ++ set -e [2019-09-19T12:08:50.725Z] ++ '[' -n 0 ']' [2019-09-19T12:08:50.725Z] ++ set -x [2019-09-19T12:08:50.725Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:08:50.981Z] INFO: Testing against a local daemon [2019-09-19T12:08:50.981Z] === RUN TestConfigList [2019-09-19T12:08:52.900Z] === RUN Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-19T12:08:54.805Z] --- PASS: TestConfigList (3.79s) [2019-09-19T12:08:54.805Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-19T12:08:54.805Z] daemon.go:336: [de94b61fa9cf9] waiting for daemon to start [2019-09-19T12:08:54.805Z] daemon.go:336: [de94b61fa9cf9] waiting for daemon to start [2019-09-19T12:08:54.805Z] daemon.go:364: [de94b61fa9cf9] daemon started [2019-09-19T12:08:54.805Z] daemon.go:472: [de94b61fa9cf9] Stopping daemon [2019-09-19T12:08:54.805Z] daemon.go:307: [de94b61fa9cf9] exiting daemon [2019-09-19T12:08:54.805Z] daemon.go:459: [de94b61fa9cf9] Daemon stopped [2019-09-19T12:08:54.805Z] === RUN TestConfigsCreateAndDelete [2019-09-19T12:08:55.669Z] INFO: Extraction ended at 09/19/2019 12:08:51. Duration:00:00:25.9016406 [2019-09-19T12:08:55.669Z] INFO: Updating the golang and path environment variables [2019-09-19T12:08:55.669Z] INFO: GOPATH=d:\gopath [2019-09-19T12:08:55.669Z] INFO: go version go1.12.9 windows/amd64 [2019-09-19T12:08:55.669Z] INFO: Running the daemon under test in debug mode [2019-09-19T12:08:55.669Z] INFO: Starting a daemon under test... [2019-09-19T12:08:55.669Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-4\CI-ce61a1ed9\daemon --pidfile d:\CI-4\CI-ce61a1ed9\docker.pid -D [2019-09-19T12:08:55.669Z] INFO: Process started successfully. [2019-09-19T12:08:55.669Z] INFO: Start tailing logs of the daemon under tests [2019-09-19T12:08:55.669Z] INFO: Waiting for the daemon under test to start... [2019-09-19T12:08:55.669Z] INFO: Daemon under test started and replied! [2019-09-19T12:08:55.669Z] INFO: Docker version of the daemon under test [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] Client: [2019-09-19T12:08:55.669Z] Version: 17.06.2-ce [2019-09-19T12:08:55.669Z] API version: 1.30 [2019-09-19T12:08:55.669Z] Go version: go1.8.3 [2019-09-19T12:08:55.669Z] Git commit: cec0b72 [2019-09-19T12:08:55.669Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-19T12:08:55.669Z] OS/Arch: windows/amd64 [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] Server: [2019-09-19T12:08:55.669Z] Version: 0.0.0-dev [2019-09-19T12:08:55.669Z] API version: 1.41 (minimum version 1.24) [2019-09-19T12:08:55.669Z] Go version: go1.12.9 [2019-09-19T12:08:55.669Z] Git commit: ce61a1ed9 [2019-09-19T12:08:55.669Z] Built: 09/19/2019 12:06:59 [2019-09-19T12:08:55.669Z] OS/Arch: windows/amd64 [2019-09-19T12:08:55.669Z] Experimental: false [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] INFO: Docker info of the daemon under test [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] Containers: 0 [2019-09-19T12:08:55.669Z] Running: 0 [2019-09-19T12:08:55.669Z] Paused: 0 [2019-09-19T12:08:55.669Z] Stopped: 0 [2019-09-19T12:08:55.669Z] Images: 0 [2019-09-19T12:08:55.669Z] Server Version: 0.0.0-dev [2019-09-19T12:08:55.669Z] Storage Driver: windowsfilter [2019-09-19T12:08:55.669Z] Windows: [2019-09-19T12:08:55.669Z] Logging Driver: json-file [2019-09-19T12:08:55.669Z] Plugins: [2019-09-19T12:08:55.669Z] Volume: local [2019-09-19T12:08:55.669Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-19T12:08:55.669Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-19T12:08:55.669Z] Swarm: inactive [2019-09-19T12:08:55.669Z] Default Isolation: process [2019-09-19T12:08:55.669Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-19T12:08:55.669Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-19T12:08:55.669Z] OSType: windows [2019-09-19T12:08:55.669Z] Architecture: x86_64 [2019-09-19T12:08:55.669Z] CPUs: 4 [2019-09-19T12:08:55.669Z] Total Memory: 32GiB [2019-09-19T12:08:55.669Z] Name: azwin-2-b690c0 [2019-09-19T12:08:55.669Z] ID: G5OH:7DB2:6GPB:GMVM:S6ET:DKIW:BGR7:DVAS:5OM2:L4WS:TEX4:S3B2 [2019-09-19T12:08:55.669Z] Docker Root Dir: D:\CI-4\CI-ce61a1ed9\daemon [2019-09-19T12:08:55.669Z] Debug Mode (client): false [2019-09-19T12:08:55.669Z] Debug Mode (server): true [2019-09-19T12:08:55.669Z] File Descriptors: -1 [2019-09-19T12:08:55.669Z] Goroutines: 17 [2019-09-19T12:08:55.669Z] System Time: 2019-09-19T12:08:54.9533971Z [2019-09-19T12:08:55.669Z] EventsListeners: 0 [2019-09-19T12:08:55.669Z] Registry: https://index.docker.io/v1/ [2019-09-19T12:08:55.669Z] Labels: [2019-09-19T12:08:55.669Z] Experimental: false [2019-09-19T12:08:55.669Z] Insecure Registries: [2019-09-19T12:08:55.669Z] 127.0.0.0/8 [2019-09-19T12:08:55.669Z] Live Restore Enabled: false [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] INFO: Docker images of the daemon under test [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-19T12:08:55.669Z] [2019-09-19T12:08:55.669Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-19T12:08:55.669Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-19T12:08:55.669Z] ltsc2019: Pulling from windows/servercore [2019-09-19T12:08:55.669Z] 65014b3c3121: Pulling fs layer [2019-09-19T12:08:55.669Z] 2945147eda09: Pulling fs layer [2019-09-19T12:08:56.702Z] === RUN Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-19T12:08:58.072Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2019-09-19T12:08:58.072Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-19T12:08:58.072Z] daemon.go:336: [dca8b58e748cc] waiting for daemon to start [2019-09-19T12:08:58.072Z] daemon.go:336: [dca8b58e748cc] waiting for daemon to start [2019-09-19T12:08:58.072Z] daemon.go:364: [dca8b58e748cc] daemon started [2019-09-19T12:08:58.072Z] daemon.go:472: [dca8b58e748cc] Stopping daemon [2019-09-19T12:08:58.072Z] daemon.go:307: [dca8b58e748cc] exiting daemon [2019-09-19T12:08:58.072Z] daemon.go:459: [dca8b58e748cc] Daemon stopped [2019-09-19T12:08:58.072Z] === RUN TestConfigsUpdate [2019-09-19T12:08:59.444Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-19T12:09:00.376Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-19T12:09:00.376Z] --- PASS: TestConfigsUpdate (2.57s) [2019-09-19T12:09:00.376Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-19T12:09:00.376Z] daemon.go:336: [dfcb17e972eb1] waiting for daemon to start [2019-09-19T12:09:00.376Z] daemon.go:336: [dfcb17e972eb1] waiting for daemon to start [2019-09-19T12:09:00.376Z] daemon.go:364: [dfcb17e972eb1] daemon started [2019-09-19T12:09:00.376Z] daemon.go:472: [dfcb17e972eb1] Stopping daemon [2019-09-19T12:09:00.376Z] daemon.go:307: [dfcb17e972eb1] exiting daemon [2019-09-19T12:09:00.376Z] daemon.go:459: [dfcb17e972eb1] Daemon stopped [2019-09-19T12:09:00.376Z] === RUN TestTemplatedConfig [2019-09-19T12:09:00.940Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-19T12:09:01.506Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-19T12:09:02.072Z] === RUN Test/DockerDaemonSuite/TestDaemonLogOptions [2019-09-19T12:09:03.883Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2019-09-19T12:09:03.883Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-19T12:09:03.883Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-09-19T12:09:03.883Z] === RUN TestWaitNonBlocked [2019-09-19T12:09:03.883Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:09:03.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:09:03.883Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:09:03.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:09:03.883Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:09:03.883Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:09:03.971Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-19T12:09:03.971Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-19T12:09:03.971Z] --- PASS: TestTemplatedConfig (3.55s) [2019-09-19T12:09:03.971Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-19T12:09:03.971Z] daemon.go:336: [d6cd8e22abcdd] waiting for daemon to start [2019-09-19T12:09:03.971Z] daemon.go:336: [d6cd8e22abcdd] waiting for daemon to start [2019-09-19T12:09:03.971Z] daemon.go:364: [d6cd8e22abcdd] daemon started [2019-09-19T12:09:03.971Z] daemon.go:472: [d6cd8e22abcdd] Stopping daemon [2019-09-19T12:09:03.971Z] daemon.go:307: [d6cd8e22abcdd] exiting daemon [2019-09-19T12:09:03.971Z] daemon.go:459: [d6cd8e22abcdd] Daemon stopped [2019-09-19T12:09:03.971Z] === RUN TestConfigInspect [2019-09-19T12:09:03.971Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-19T12:09:04.249Z] 2945147eda09: Verifying Checksum [2019-09-19T12:09:04.249Z] 2945147eda09: Download complete [2019-09-19T12:09:04.685Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-19T12:09:04.685Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2019-09-19T12:09:04.685Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s) [2019-09-19T12:09:04.685Z] === RUN TestWaitBlocked [2019-09-19T12:09:04.685Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:09:04.685Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:09:04.685Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:09:04.685Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:09:04.685Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:09:04.685Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:09:05.867Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-19T12:09:05.867Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-19T12:09:06.533Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-19T12:09:06.533Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.41s) [2019-09-19T12:09:06.533Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.47s) [2019-09-19T12:09:06.533Z] === CONT TestContainerStartOnDaemonRestart [2019-09-19T12:09:06.533Z] === CONT TestIpcModeOlderClient [2019-09-19T12:09:06.533Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-09-19T12:09:06.533Z] === CONT TestDaemonRestartIpcMode [2019-09-19T12:09:07.762Z] --- PASS: TestConfigInspect (3.37s) [2019-09-19T12:09:07.763Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-19T12:09:07.763Z] daemon.go:336: [d9c1255d87ccb] waiting for daemon to start [2019-09-19T12:09:07.763Z] daemon.go:336: [d9c1255d87ccb] waiting for daemon to start [2019-09-19T12:09:07.763Z] daemon.go:364: [d9c1255d87ccb] daemon started [2019-09-19T12:09:07.763Z] daemon.go:472: [d9c1255d87ccb] Stopping daemon [2019-09-19T12:09:07.763Z] daemon.go:307: [d9c1255d87ccb] exiting daemon [2019-09-19T12:09:07.763Z] daemon.go:459: [d9c1255d87ccb] Daemon stopped [2019-09-19T12:09:07.763Z] === RUN TestConfigCreateWithLabels [2019-09-19T12:09:07.763Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-19T12:09:09.659Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-19T12:09:09.659Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-19T12:09:10.593Z] --- PASS: TestConfigCreateWithLabels (3.01s) [2019-09-19T12:09:10.593Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-19T12:09:10.593Z] daemon.go:336: [db6e22b497f7f] waiting for daemon to start [2019-09-19T12:09:10.593Z] daemon.go:336: [db6e22b497f7f] waiting for daemon to start [2019-09-19T12:09:10.593Z] daemon.go:364: [db6e22b497f7f] daemon started [2019-09-19T12:09:10.593Z] daemon.go:472: [db6e22b497f7f] Stopping daemon [2019-09-19T12:09:10.593Z] daemon.go:307: [db6e22b497f7f] exiting daemon [2019-09-19T12:09:10.593Z] daemon.go:459: [db6e22b497f7f] Daemon stopped [2019-09-19T12:09:10.593Z] === RUN TestConfigCreateResolve [2019-09-19T12:09:10.617Z] --- PASS: TestContainerStartOnDaemonRestart (3.71s) [2019-09-19T12:09:10.617Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-19T12:09:10.617Z] daemon.go:336: [d383067c289f4] waiting for daemon to start [2019-09-19T12:09:10.617Z] daemon.go:336: [d383067c289f4] waiting for daemon to start [2019-09-19T12:09:10.617Z] daemon.go:364: [d383067c289f4] daemon started [2019-09-19T12:09:10.617Z] daemon.go:307: [d383067c289f4] exiting daemon [2019-09-19T12:09:10.617Z] daemon.go:336: [d383067c289f4] waiting for daemon to start [2019-09-19T12:09:10.617Z] daemon.go:336: [d383067c289f4] waiting for daemon to start [2019-09-19T12:09:10.617Z] daemon.go:364: [d383067c289f4] daemon started [2019-09-19T12:09:10.617Z] daemon.go:472: [d383067c289f4] Stopping daemon [2019-09-19T12:09:10.617Z] daemon.go:307: [d383067c289f4] exiting daemon [2019-09-19T12:09:10.617Z] daemon.go:459: [d383067c289f4] Daemon stopped [2019-09-19T12:09:11.158Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-19T12:09:11.415Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-19T12:09:11.673Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-19T12:09:12.428Z] --- PASS: TestDaemonRestartIpcMode (5.77s) [2019-09-19T12:09:12.428Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-19T12:09:12.428Z] daemon.go:336: [d6d6d98a34642] waiting for daemon to start [2019-09-19T12:09:12.428Z] daemon.go:336: [d6d6d98a34642] waiting for daemon to start [2019-09-19T12:09:12.428Z] daemon.go:364: [d6d6d98a34642] daemon started [2019-09-19T12:09:12.428Z] daemon.go:472: [d6d6d98a34642] Stopping daemon [2019-09-19T12:09:12.428Z] daemon.go:307: [d6d6d98a34642] exiting daemon [2019-09-19T12:09:12.428Z] daemon.go:459: [d6d6d98a34642] Daemon stopped [2019-09-19T12:09:12.428Z] daemon.go:336: [d6d6d98a34642] waiting for daemon to start [2019-09-19T12:09:12.428Z] daemon.go:336: [d6d6d98a34642] waiting for daemon to start [2019-09-19T12:09:12.428Z] daemon.go:364: [d6d6d98a34642] daemon started [2019-09-19T12:09:12.428Z] daemon.go:472: [d6d6d98a34642] Stopping daemon [2019-09-19T12:09:12.428Z] daemon.go:307: [d6d6d98a34642] exiting daemon [2019-09-19T12:09:12.428Z] daemon.go:459: [d6d6d98a34642] Daemon stopped [2019-09-19T12:09:12.428Z] PASS [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === Skipped [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-19T12:09:12.428Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-19T12:09:12.428Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-19T12:09:12.428Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-19T12:09:12.428Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-19T12:09:12.428Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-19T12:09:12.428Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] [2019-09-19T12:09:12.428Z] DONE 197 tests, 6 skipped in 141.975s [2019-09-19T12:09:12.428Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-19T12:09:12.428Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:09:12.428Z] ++ set -e [2019-09-19T12:09:12.428Z] ++ '[' -n 0 ']' [2019-09-19T12:09:12.428Z] ++ set -x [2019-09-19T12:09:12.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:09:12.803Z] INFO: Testing against a local daemon [2019-09-19T12:09:12.803Z] === RUN TestCommitInheritsEnv [2019-09-19T12:09:13.235Z] --- PASS: TestCommitInheritsEnv (0.55s) [2019-09-19T12:09:13.235Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-19T12:09:13.235Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-19T12:09:13.235Z] === RUN TestImagesFilterMultiReference [2019-09-19T12:09:13.235Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-19T12:09:13.235Z] === RUN TestImagePullPlatformInvalid [2019-09-19T12:09:13.235Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-19T12:09:13.235Z] === RUN TestRemoveImageOrphaning [2019-09-19T12:09:13.571Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-19T12:09:13.571Z] --- PASS: TestConfigCreateResolve (2.98s) [2019-09-19T12:09:13.571Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-19T12:09:13.571Z] daemon.go:336: [d3445e4ac18ce] waiting for daemon to start [2019-09-19T12:09:13.571Z] daemon.go:336: [d3445e4ac18ce] waiting for daemon to start [2019-09-19T12:09:13.571Z] daemon.go:364: [d3445e4ac18ce] daemon started [2019-09-19T12:09:13.571Z] daemon.go:472: [d3445e4ac18ce] Stopping daemon [2019-09-19T12:09:13.571Z] daemon.go:307: [d3445e4ac18ce] exiting daemon [2019-09-19T12:09:13.571Z] daemon.go:459: [d3445e4ac18ce] Daemon stopped [2019-09-19T12:09:13.571Z] === RUN TestConfigDaemonLibtrustID [2019-09-19T12:09:13.670Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2019-09-19T12:09:13.670Z] === RUN TestRemoveImageGarbageCollector [2019-09-19T12:09:13.670Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-19T12:09:13.670Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:09:13.670Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-19T12:09:13.670Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-19T12:09:13.670Z] === RUN TestTagInvalidReference [2019-09-19T12:09:13.829Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-19T12:09:13.829Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-19T12:09:13.829Z] daemon.go:336: [d7a01c673380c] waiting for daemon to start [2019-09-19T12:09:13.829Z] daemon.go:336: [d7a01c673380c] waiting for daemon to start [2019-09-19T12:09:13.829Z] daemon.go:364: [d7a01c673380c] daemon started [2019-09-19T12:09:13.829Z] daemon.go:472: [d7a01c673380c] Stopping daemon [2019-09-19T12:09:13.829Z] daemon.go:307: [d7a01c673380c] exiting daemon [2019-09-19T12:09:13.829Z] daemon.go:459: [d7a01c673380c] Daemon stopped [2019-09-19T12:09:13.829Z] PASS [2019-09-19T12:09:13.829Z] [2019-09-19T12:09:13.829Z] DONE 8 tests in 23.300s [2019-09-19T12:09:14.063Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-19T12:09:14.063Z] === RUN TestTagValidPrefixedRepo [2019-09-19T12:09:14.063Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-19T12:09:14.063Z] === RUN TestTagExistedNameWithoutForce [2019-09-19T12:09:14.063Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-09-19T12:09:14.063Z] === RUN TestTagOfficialNames [2019-09-19T12:09:14.063Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-19T12:09:14.063Z] === RUN TestTagMatchesDigest [2019-09-19T12:09:14.063Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-19T12:09:14.063Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-19T12:09:14.085Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-19T12:09:14.086Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:09:14.086Z] ++ set -e [2019-09-19T12:09:14.086Z] ++ '[' -n 0 ']' [2019-09-19T12:09:14.086Z] ++ set -x [2019-09-19T12:09:14.086Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:09:14.342Z] INFO: Testing against a local daemon [2019-09-19T12:09:14.342Z] === RUN TestCheckpoint [2019-09-19T12:09:14.342Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-19T12:09:14.342Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:09:14.342Z] === RUN TestContainerInvalidJSON [2019-09-19T12:09:14.342Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:09:14.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:09:14.342Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:09:14.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:09:14.342Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:09:14.342Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:09:14.342Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:09:14.342Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:09:14.342Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:09:14.342Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-19T12:09:14.342Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-19T12:09:14.342Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-19T12:09:14.342Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-19T12:09:14.342Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-19T12:09:14.342Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-19T12:09:14.342Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-19T12:09:14.599Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-19T12:09:14.599Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-19T12:09:14.599Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-09-19T12:09:14.599Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-19T12:09:14.857Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-09-19T12:09:14.857Z] === RUN TestCopyFromContainer [2019-09-19T12:09:15.114Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-19T12:09:15.372Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-19T12:09:15.629Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-19T12:09:16.635Z] 65014b3c3121: Verifying Checksum [2019-09-19T12:09:16.635Z] 65014b3c3121: Download complete [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer// [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer//bar/root [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer/bar/quux [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-19T12:09:17.000Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-19T12:09:17.257Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-19T12:09:17.257Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-19T12:09:17.257Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer (2.66s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-09-19T12:09:17.513Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-19T12:09:17.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-19T12:09:17.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:09:17.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:09:17.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:09:17.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:09:17.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:09:17.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:09:17.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:09:17.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:09:17.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:09:17.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-19T12:09:17.514Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-19T12:09:17.514Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-19T12:09:17.514Z] === RUN TestCreateWithInvalidEnv [2019-09-19T12:09:17.514Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-19T12:09:17.514Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-19T12:09:17.514Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-19T12:09:17.514Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-19T12:09:17.514Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-19T12:09:17.514Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-19T12:09:17.514Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-19T12:09:17.514Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-19T12:09:17.514Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-19T12:09:17.514Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-19T12:09:17.514Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-19T12:09:17.514Z] === RUN TestCreateTmpfsMountsTarget [2019-09-19T12:09:17.514Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2019-09-19T12:09:17.514Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-19T12:09:18.444Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-19T12:09:19.377Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-19T12:09:19.377Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-19T12:09:19.941Z] --- PASS: TestCreateWithCustomMaskedPaths (2.49s) [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-19T12:09:19.941Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:09:19.941Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:09:19.941Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:09:19.941Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:09:19.941Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:09:19.941Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:09:19.942Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-19T12:09:19.942Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:09:19.942Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:09:19.942Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:09:19.942Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:09:19.942Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:09:19.942Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-19T12:09:19.942Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-19T12:09:20.198Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-19T12:09:20.198Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-19T12:09:20.198Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-19T12:09:20.199Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-19T12:09:20.199Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-19T12:09:20.456Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s) [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:09:22.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:09:22.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:09:22.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:09:22.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:09:22.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:09:22.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:09:22.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:09:22.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:09:22.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:09:22.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:09:22.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-19T12:09:22.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-19T12:09:22.981Z] === RUN TestContainerStartOnDaemonRestart [2019-09-19T12:09:22.981Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-19T12:09:22.981Z] === RUN TestDaemonRestartIpcMode [2019-09-19T12:09:22.981Z] === PAUSE TestDaemonRestartIpcMode [2019-09-19T12:09:22.981Z] === RUN TestDiff [2019-09-19T12:09:23.238Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-19T12:09:23.496Z] --- PASS: TestDiff (0.74s) [2019-09-19T12:09:23.496Z] === RUN TestExecWithCloseStdin [2019-09-19T12:09:24.431Z] --- PASS: TestExecWithCloseStdin (1.00s) [2019-09-19T12:09:24.431Z] === RUN TestExec [2019-09-19T12:09:25.364Z] --- PASS: TestExec (0.99s) [2019-09-19T12:09:25.364Z] === RUN TestExecUser [2019-09-19T12:09:25.929Z] === RUN Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-19T12:09:26.495Z] --- PASS: TestExecUser (0.97s) [2019-09-19T12:09:26.495Z] === RUN TestExportContainerAndImportImage [2019-09-19T12:09:27.427Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2019-09-19T12:09:27.427Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-19T12:09:28.852Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-19T12:09:28.852Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-19T12:09:29.325Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-19T12:09:29.325Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-19T12:09:29.325Z] daemon.go:336: [d763ede2c1b88] waiting for daemon to start [2019-09-19T12:09:29.325Z] daemon.go:336: [d763ede2c1b88] waiting for daemon to start [2019-09-19T12:09:29.325Z] daemon.go:364: [d763ede2c1b88] daemon started [2019-09-19T12:09:29.325Z] daemon.go:472: [d763ede2c1b88] Stopping daemon [2019-09-19T12:09:29.325Z] daemon.go:307: [d763ede2c1b88] exiting daemon [2019-09-19T12:09:29.325Z] daemon.go:459: [d763ede2c1b88] Daemon stopped [2019-09-19T12:09:29.325Z] daemon.go:336: [d763ede2c1b88] waiting for daemon to start [2019-09-19T12:09:29.325Z] daemon.go:336: [d763ede2c1b88] waiting for daemon to start [2019-09-19T12:09:29.325Z] daemon.go:364: [d763ede2c1b88] daemon started [2019-09-19T12:09:29.325Z] daemon.go:472: [d763ede2c1b88] Stopping daemon [2019-09-19T12:09:29.325Z] daemon.go:307: [d763ede2c1b88] exiting daemon [2019-09-19T12:09:29.325Z] daemon.go:459: [d763ede2c1b88] Daemon stopped [2019-09-19T12:09:29.325Z] === RUN TestHealthCheckWorkdir [2019-09-19T12:09:30.225Z] ok github.com/docker/docker/builder/fscache 0.115s coverage: 69.2% of statements [2019-09-19T12:09:30.483Z] ok github.com/docker/docker/builder/dockerfile 0.628s coverage: 45.1% of statements [2019-09-19T12:09:30.696Z] --- PASS: TestHealthCheckWorkdir (1.58s) [2019-09-19T12:09:30.697Z] === RUN TestHealthKillContainer [2019-09-19T12:09:32.068Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-19T12:09:32.068Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-19T12:09:33.027Z] ok github.com/docker/docker/builder/remotecontext 0.175s coverage: 13.6% of statements [2019-09-19T12:09:33.027Z] ok github.com/docker/docker/builder/remotecontext/git 0.815s coverage: 85.1% of statements [2019-09-19T12:09:33.284Z] ? github.com/docker/docker/cli [no test files] [2019-09-19T12:09:33.284Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-19T12:09:33.284Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-19T12:09:33.964Z] --- PASS: TestHealthKillContainer (3.30s) [2019-09-19T12:09:33.964Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-19T12:09:34.529Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-19T12:09:34.787Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2019-09-19T12:09:34.787Z] === RUN TestIpcModeNone [2019-09-19T12:09:36.684Z] --- PASS: TestIpcModeNone (1.49s) [2019-09-19T12:09:36.684Z] === RUN TestIpcModePrivate [2019-09-19T12:09:38.579Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-19T12:09:38.579Z] --- PASS: TestIpcModePrivate (2.03s) [2019-09-19T12:09:38.579Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:298, shared: false, mustBeShared: false [2019-09-19T12:09:38.579Z] === RUN TestIpcModeShareable [2019-09-19T12:09:39.513Z] --- PASS: TestIpcModeShareable (1.13s) [2019-09-19T12:09:39.513Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:294, shared: true, mustBeShared: true [2019-09-19T12:09:39.513Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-19T12:09:39.840Z] ok github.com/docker/docker/client 0.247s coverage: 75.8% of statements [2019-09-19T12:09:42.040Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-19T12:09:42.606Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-19T12:09:43.172Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.64s) [2019-09-19T12:09:43.172Z] === RUN TestAPIIpcModeHost [2019-09-19T12:09:45.069Z] --- PASS: TestAPIIpcModeHost (1.80s) [2019-09-19T12:09:45.069Z] === RUN TestDaemonIpcModeShareable [2019-09-19T12:09:47.596Z] --- PASS: TestDaemonIpcModeShareable (2.60s) [2019-09-19T12:09:47.596Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-19T12:09:47.596Z] daemon.go:336: [daf84c6903579] waiting for daemon to start [2019-09-19T12:09:47.596Z] daemon.go:336: [daf84c6903579] waiting for daemon to start [2019-09-19T12:09:47.596Z] daemon.go:364: [daf84c6903579] daemon started [2019-09-19T12:09:47.596Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:350, shared: true, mustBeShared: true [2019-09-19T12:09:47.596Z] daemon.go:472: [daf84c6903579] Stopping daemon [2019-09-19T12:09:47.596Z] daemon.go:307: [daf84c6903579] exiting daemon [2019-09-19T12:09:47.596Z] daemon.go:459: [daf84c6903579] Daemon stopped [2019-09-19T12:09:47.596Z] === RUN TestDaemonIpcModePrivate [2019-09-19T12:09:47.853Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-19T12:09:49.332Z] --- PASS: TestDaemonIpcModePrivate (1.87s) [2019-09-19T12:09:49.332Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-19T12:09:49.332Z] daemon.go:336: [de6399e00cd44] waiting for daemon to start [2019-09-19T12:09:49.332Z] daemon.go:336: [de6399e00cd44] waiting for daemon to start [2019-09-19T12:09:49.332Z] daemon.go:364: [de6399e00cd44] daemon started [2019-09-19T12:09:49.332Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false [2019-09-19T12:09:49.332Z] daemon.go:472: [de6399e00cd44] Stopping daemon [2019-09-19T12:09:49.332Z] daemon.go:307: [de6399e00cd44] exiting daemon [2019-09-19T12:09:49.332Z] daemon.go:459: [de6399e00cd44] Daemon stopped [2019-09-19T12:09:49.332Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-19T12:09:50.280Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-19T12:09:51.652Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.97s) [2019-09-19T12:09:51.652Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-19T12:09:51.652Z] daemon.go:336: [d61aa6ae58eb0] waiting for daemon to start [2019-09-19T12:09:51.652Z] daemon.go:336: [d61aa6ae58eb0] waiting for daemon to start [2019-09-19T12:09:51.652Z] daemon.go:364: [d61aa6ae58eb0] daemon started [2019-09-19T12:09:51.652Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:201, shared: false, mustBeShared: false [2019-09-19T12:09:51.652Z] daemon.go:472: [d61aa6ae58eb0] Stopping daemon [2019-09-19T12:09:51.652Z] daemon.go:307: [d61aa6ae58eb0] exiting daemon [2019-09-19T12:09:51.652Z] daemon.go:459: [d61aa6ae58eb0] Daemon stopped [2019-09-19T12:09:51.652Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-19T12:09:51.652Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-19T12:09:53.023Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-19T12:09:53.588Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.10s) [2019-09-19T12:09:53.588Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-19T12:09:53.588Z] daemon.go:336: [ddb61f8b37dde] waiting for daemon to start [2019-09-19T12:09:53.588Z] daemon.go:336: [ddb61f8b37dde] waiting for daemon to start [2019-09-19T12:09:53.588Z] daemon.go:364: [ddb61f8b37dde] daemon started [2019-09-19T12:09:53.588Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: true, mustBeShared: true [2019-09-19T12:09:53.588Z] daemon.go:472: [ddb61f8b37dde] Stopping daemon [2019-09-19T12:09:53.588Z] daemon.go:307: [ddb61f8b37dde] exiting daemon [2019-09-19T12:09:53.588Z] daemon.go:459: [ddb61f8b37dde] Daemon stopped [2019-09-19T12:09:53.588Z] === RUN TestIpcModeOlderClient [2019-09-19T12:09:53.588Z] === PAUSE TestIpcModeOlderClient [2019-09-19T12:09:53.588Z] === RUN TestKillContainerInvalidSignal [2019-09-19T12:09:54.155Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-19T12:09:54.412Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2019-09-19T12:09:54.412Z] === RUN TestKillContainer [2019-09-19T12:09:54.412Z] === RUN TestKillContainer/no_signal [2019-09-19T12:09:55.343Z] === RUN TestKillContainer/non_killing_signal [2019-09-19T12:09:55.601Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-19T12:09:56.165Z] === RUN TestKillContainer/killing_signal [2019-09-19T12:09:56.422Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-19T12:09:57.353Z] --- PASS: TestKillContainer (2.94s) [2019-09-19T12:09:57.353Z] --- PASS: TestKillContainer/no_signal (0.98s) [2019-09-19T12:09:57.353Z] --- PASS: TestKillContainer/non_killing_signal (0.73s) [2019-09-19T12:09:57.353Z] --- PASS: TestKillContainer/killing_signal (0.92s) [2019-09-19T12:09:57.353Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-19T12:09:57.353Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-19T12:09:58.284Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-19T12:09:59.219Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.99s) [2019-09-19T12:09:59.219Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.92s) [2019-09-19T12:09:59.219Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.83s) [2019-09-19T12:09:59.219Z] === RUN TestKillStoppedContainer [2019-09-19T12:09:59.476Z] --- PASS: TestKillStoppedContainer (0.12s) [2019-09-19T12:09:59.476Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-19T12:09:59.476Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-19T12:09:59.476Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-19T12:09:59.476Z] === RUN TestKillDifferentUserContainer [2019-09-19T12:10:00.408Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-19T12:10:00.408Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-09-19T12:10:00.408Z] === RUN TestInspectOomKilledTrue [2019-09-19T12:10:00.408Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-19T12:10:00.408Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:10:00.408Z] === RUN TestInspectOomKilledFalse [2019-09-19T12:10:00.408Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-19T12:10:00.408Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:10:00.408Z] === RUN TestLinksEtcHostsContentMatch [2019-09-19T12:10:01.341Z] --- PASS: TestLinksEtcHostsContentMatch (0.74s) [2019-09-19T12:10:01.341Z] === RUN TestLinksContainerNames [2019-09-19T12:10:03.238Z] --- PASS: TestLinksContainerNames (1.94s) [2019-09-19T12:10:03.238Z] === RUN TestLogsFollowTailEmpty [2019-09-19T12:10:04.182Z] --- PASS: TestLogsFollowTailEmpty (1.01s) [2019-09-19T12:10:04.182Z] === RUN TestContainerNetworkMountsNoChown [2019-09-19T12:10:05.114Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot [2019-09-19T12:10:05.114Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/default [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/default [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/private [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/private [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rprivate [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/slave [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/slave [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rslave [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/shared [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/shared [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rshared [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/default [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rshared [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/shared [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rslave [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/slave [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rprivate [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/private [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-19T12:10:05.114Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:10:05.114Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-19T12:10:05.114Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-19T12:10:05.372Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-19T12:10:05.630Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-19T12:10:05.887Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-19T12:10:05.887Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot (0.06s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.08s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2019-09-19T12:10:05.887Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-19T12:10:05.887Z] === RUN TestContainerBindMountNonRecursive [2019-09-19T12:10:06.452Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-19T12:10:08.346Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-19T12:10:08.346Z] --- PASS: TestContainerBindMountNonRecursive (2.61s) [2019-09-19T12:10:08.346Z] === RUN TestNetworkNat [2019-09-19T12:10:08.604Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-19T12:10:08.862Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-19T12:10:09.427Z] --- PASS: TestNetworkNat (1.08s) [2019-09-19T12:10:09.427Z] === RUN TestNetworkLocalhostTCPNat [2019-09-19T12:10:10.806Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2019-09-19T12:10:10.806Z] === RUN TestNetworkLoopbackNat [2019-09-19T12:10:11.063Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-19T12:10:11.903Z] ok github.com/docker/docker/cmd/dockerd 0.066s coverage: 30.1% of statements [2019-09-19T12:10:11.997Z] --- PASS: TestNetworkLoopbackNat (1.20s) [2019-09-19T12:10:11.997Z] === RUN TestPause [2019-09-19T12:10:12.930Z] --- PASS: TestPause (0.96s) [2019-09-19T12:10:12.930Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-19T12:10:12.930Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2019-09-19T12:10:12.930Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:10:12.930Z] === RUN TestPauseStopPausedContainer [2019-09-19T12:10:13.187Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-19T12:10:13.752Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2019-09-19T12:10:13.752Z] === RUN TestPsFilter [2019-09-19T12:10:13.802Z] ok github.com/docker/docker/container 0.123s coverage: 35.3% of statements [2019-09-19T12:10:13.802Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-19T12:10:13.802Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-19T12:10:13.802Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-19T12:10:13.802Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-19T12:10:14.010Z] --- PASS: TestPsFilter (0.26s) [2019-09-19T12:10:14.010Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-19T12:10:14.574Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-19T12:10:15.145Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2019-09-19T12:10:15.145Z] === RUN TestRemoveContainerWithVolume [2019-09-19T12:10:16.077Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2019-09-19T12:10:16.077Z] === RUN TestRemoveContainerRunning [2019-09-19T12:10:17.447Z] --- PASS: TestRemoveContainerRunning (1.23s) [2019-09-19T12:10:17.447Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-19T12:10:17.447Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-19T12:10:18.012Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2019-09-19T12:10:18.012Z] === RUN TestRemoveInvalidContainer [2019-09-19T12:10:18.012Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-19T12:10:18.012Z] === RUN TestRenameLinkedContainer [2019-09-19T12:10:19.907Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-19T12:10:20.165Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-19T12:10:22.060Z] --- PASS: TestRenameLinkedContainer (3.69s) [2019-09-19T12:10:22.060Z] === RUN TestRenameStoppedContainer [2019-09-19T12:10:22.992Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-19T12:10:22.992Z] --- PASS: TestRenameStoppedContainer (0.98s) [2019-09-19T12:10:22.992Z] === RUN TestRenameRunningContainerAndReuse [2019-09-19T12:10:22.992Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-19T12:10:23.763Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2019-09-19T12:10:23.926Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-19T12:10:24.490Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-19T12:10:24.747Z] --- PASS: TestRenameRunningContainerAndReuse (1.89s) [2019-09-19T12:10:24.747Z] === RUN TestRenameInvalidName [2019-09-19T12:10:25.134Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-19T12:10:25.679Z] --- PASS: TestRenameInvalidName (0.97s) [2019-09-19T12:10:25.679Z] === RUN TestRenameAnonymousContainer [2019-09-19T12:10:27.030Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-09-19T12:10:27.054Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-19T12:10:27.986Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-19T12:10:29.357Z] --- PASS: TestRenameAnonymousContainer (3.74s) [2019-09-19T12:10:29.357Z] === RUN TestRenameContainerWithSameName [2019-09-19T12:10:30.291Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-19T12:10:30.291Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-19T12:10:30.291Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-19T12:10:30.549Z] --- PASS: TestRenameContainerWithSameName (1.12s) [2019-09-19T12:10:30.549Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-19T12:10:32.444Z] --- PASS: TestRenameContainerWithLinkedContainer (1.80s) [2019-09-19T12:10:32.444Z] === RUN TestResize [2019-09-19T12:10:33.376Z] --- PASS: TestResize (0.89s) [2019-09-19T12:10:33.376Z] === RUN TestResizeWithInvalidSize [2019-09-19T12:10:34.308Z] --- PASS: TestResizeWithInvalidSize (0.97s) [2019-09-19T12:10:34.308Z] === RUN TestResizeWhenContainerNotStarted [2019-09-19T12:10:34.308Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-19T12:10:35.134Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-09-19T12:10:35.239Z] --- PASS: TestResizeWhenContainerNotStarted (0.94s) [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:35.239Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:35.239Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:35.239Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:10:35.239Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:10:36.065Z] ok github.com/docker/docker/daemon 12.204s coverage: 17.6% of statements [2019-09-19T12:10:36.065Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-19T12:10:36.065Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-19T12:10:37.766Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:37.963Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-09-19T12:10:37.963Z] ok github.com/docker/docker/daemon/config 0.066s coverage: 84.6% of statements [2019-09-19T12:10:38.024Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:38.908Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2019-09-19T12:10:38.908Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-19T12:10:38.908Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-19T12:10:39.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:39.657Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:39.844Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-09-19T12:10:39.915Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-19T12:10:40.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:10:41.105Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:10:41.392Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-19T12:10:42.372Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2019-09-19T12:10:43.304Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.241s coverage: 57.0% of statements [2019-09-19T12:10:43.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:10:43.953Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-19T12:10:43.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:10:45.324Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-19T12:10:46.584Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.384s coverage: 72.5% of statements [2019-09-19T12:10:46.584Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.478s coverage: 45.9% of statements [2019-09-19T12:10:46.584Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-19T12:10:46.697Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:10:47.630Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-19T12:10:47.887Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:10:48.451Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-19T12:10:49.016Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-19T12:10:49.110Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.993s coverage: 50.8% of statements [2019-09-19T12:10:49.948Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-19T12:10:50.485Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.320s coverage: 76.1% of statements [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.56s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [da488ecb2cebd] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [da488ecb2cebd] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [da488ecb2cebd] daemon started [2019-09-19T12:10:50.512Z] daemon.go:307: [da488ecb2cebd] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [da488ecb2cebd] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [da488ecb2cebd] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [da488ecb2cebd] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [da488ecb2cebd] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [da488ecb2cebd] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [da488ecb2cebd] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.85s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d24782e858fab] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d24782e858fab] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d24782e858fab] daemon started [2019-09-19T12:10:50.512Z] daemon.go:336: [d24782e858fab] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:307: [d24782e858fab] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d24782e858fab] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d24782e858fab] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d24782e858fab] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d24782e858fab] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d24782e858fab] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d41dcfafbd8bc] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d41dcfafbd8bc] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d41dcfafbd8bc] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d41dcfafbd8bc] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d41dcfafbd8bc] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d41dcfafbd8bc] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [d41dcfafbd8bc] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d41dcfafbd8bc] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d41dcfafbd8bc] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d41dcfafbd8bc] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d41dcfafbd8bc] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d41dcfafbd8bc] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [dd57ec53c67bf] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [dd57ec53c67bf] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [dd57ec53c67bf] daemon started [2019-09-19T12:10:50.512Z] daemon.go:307: [dd57ec53c67bf] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [dd57ec53c67bf] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [dd57ec53c67bf] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [dd57ec53c67bf] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [dd57ec53c67bf] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [dd57ec53c67bf] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [dd57ec53c67bf] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d99881873e61a] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d99881873e61a] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d99881873e61a] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d99881873e61a] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d99881873e61a] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d99881873e61a] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [d99881873e61a] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d99881873e61a] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d99881873e61a] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d99881873e61a] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d99881873e61a] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d99881873e61a] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [db1e8264684e2] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [db1e8264684e2] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [db1e8264684e2] daemon started [2019-09-19T12:10:50.512Z] daemon.go:336: [db1e8264684e2] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:307: [db1e8264684e2] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [db1e8264684e2] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [db1e8264684e2] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [db1e8264684e2] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [db1e8264684e2] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [db1e8264684e2] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.86s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d2ebc84122838] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d2ebc84122838] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d2ebc84122838] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d2ebc84122838] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d2ebc84122838] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d2ebc84122838] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [d2ebc84122838] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d2ebc84122838] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d2ebc84122838] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d2ebc84122838] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d2ebc84122838] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d2ebc84122838] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.92s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d7fb97d60aca4] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d7fb97d60aca4] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d7fb97d60aca4] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d7fb97d60aca4] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d7fb97d60aca4] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d7fb97d60aca4] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [d7fb97d60aca4] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d7fb97d60aca4] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d7fb97d60aca4] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d7fb97d60aca4] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d7fb97d60aca4] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d7fb97d60aca4] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.21s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d8da869dd1494] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d8da869dd1494] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d8da869dd1494] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d8da869dd1494] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d8da869dd1494] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d8da869dd1494] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [d8da869dd1494] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d8da869dd1494] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d8da869dd1494] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d8da869dd1494] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d8da869dd1494] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d8da869dd1494] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.91s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d070bf7f1c396] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d070bf7f1c396] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d070bf7f1c396] daemon started [2019-09-19T12:10:50.512Z] daemon.go:336: [d070bf7f1c396] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:307: [d070bf7f1c396] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d070bf7f1c396] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d070bf7f1c396] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d070bf7f1c396] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d070bf7f1c396] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d070bf7f1c396] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.69s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [da423fdd3c96c] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [da423fdd3c96c] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [da423fdd3c96c] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [da423fdd3c96c] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [da423fdd3c96c] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [da423fdd3c96c] Daemon stopped [2019-09-19T12:10:50.512Z] daemon.go:336: [da423fdd3c96c] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [da423fdd3c96c] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [da423fdd3c96c] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [da423fdd3c96c] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [da423fdd3c96c] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [da423fdd3c96c] Daemon stopped [2019-09-19T12:10:50.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2019-09-19T12:10:50.512Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d974b65da40ef] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d974b65da40ef] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d974b65da40ef] daemon started [2019-09-19T12:10:50.512Z] daemon.go:307: [d974b65da40ef] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:336: [d974b65da40ef] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:336: [d974b65da40ef] waiting for daemon to start [2019-09-19T12:10:50.512Z] daemon.go:364: [d974b65da40ef] daemon started [2019-09-19T12:10:50.512Z] daemon.go:472: [d974b65da40ef] Stopping daemon [2019-09-19T12:10:50.512Z] daemon.go:307: [d974b65da40ef] exiting daemon [2019-09-19T12:10:50.512Z] daemon.go:459: [d974b65da40ef] Daemon stopped [2019-09-19T12:10:50.512Z] === RUN TestCgroupNamespacesRun [2019-09-19T12:10:51.418Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.091s coverage: 57.2% of statements [2019-09-19T12:10:51.418Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-19T12:10:51.418Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-19T12:10:51.418Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-19T12:10:51.443Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-19T12:10:52.374Z] --- PASS: TestCgroupNamespacesRun (1.85s) [2019-09-19T12:10:52.374Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-19T12:10:52.374Z] daemon.go:336: [d03a0e6186942] waiting for daemon to start [2019-09-19T12:10:52.374Z] daemon.go:336: [d03a0e6186942] waiting for daemon to start [2019-09-19T12:10:52.374Z] daemon.go:364: [d03a0e6186942] daemon started [2019-09-19T12:10:52.374Z] daemon.go:472: [d03a0e6186942] Stopping daemon [2019-09-19T12:10:52.374Z] daemon.go:307: [d03a0e6186942] exiting daemon [2019-09-19T12:10:52.374Z] daemon.go:459: [d03a0e6186942] Daemon stopped [2019-09-19T12:10:52.374Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-19T12:10:53.318Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2019-09-19T12:10:53.397Z] --- PASS: TestImportExtremelyLargeImageWorks (94.80s) [2019-09-19T12:10:53.397Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-19T12:10:53.397Z] daemon.go:336: [dada50ef1d409] waiting for daemon to start [2019-09-19T12:10:53.397Z] daemon.go:336: [dada50ef1d409] waiting for daemon to start [2019-09-19T12:10:53.397Z] daemon.go:364: [dada50ef1d409] daemon started [2019-09-19T12:10:53.397Z] daemon.go:472: [dada50ef1d409] Stopping daemon [2019-09-19T12:10:53.397Z] daemon.go:307: [dada50ef1d409] exiting daemon [2019-09-19T12:10:53.397Z] daemon.go:459: [dada50ef1d409] Daemon stopped [2019-09-19T12:10:53.397Z] PASS [2019-09-19T12:10:53.397Z] [2019-09-19T12:10:53.397Z] === Skipped [2019-09-19T12:10:53.397Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-19T12:10:53.397Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:10:53.397Z] [2019-09-19T12:10:53.397Z] [2019-09-19T12:10:53.397Z] DONE 12 tests, 1 skipped in 96.557s [2019-09-19T12:10:53.397Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-19T12:10:53.397Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:10:53.397Z] ++ set -e [2019-09-19T12:10:53.397Z] ++ '[' -n 0 ']' [2019-09-19T12:10:53.397Z] ++ set -x [2019-09-19T12:10:53.397Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:10:53.397Z] INFO: Testing against a local daemon [2019-09-19T12:10:53.397Z] === RUN TestNetworkCreateDelete [2019-09-19T12:10:53.397Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-19T12:10:53.397Z] === RUN TestDockerNetworkDeletePreferID [2019-09-19T12:10:53.397Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2019-09-19T12:10:53.397Z] === RUN TestInspectNetwork [2019-09-19T12:10:53.397Z] === RUN TestInspectNetwork/full_network_id [2019-09-19T12:10:53.397Z] === RUN TestInspectNetwork/partial_network_id [2019-09-19T12:10:53.397Z] === RUN TestInspectNetwork/network_name [2019-09-19T12:10:53.397Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-19T12:10:53.884Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2019-09-19T12:10:54.270Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-19T12:10:54.270Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-19T12:10:54.270Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.00s) [2019-09-19T12:10:54.270Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-19T12:10:54.270Z] daemon.go:336: [df27e3c8bdd3e] waiting for daemon to start [2019-09-19T12:10:54.270Z] daemon.go:336: [df27e3c8bdd3e] waiting for daemon to start [2019-09-19T12:10:54.270Z] daemon.go:364: [df27e3c8bdd3e] daemon started [2019-09-19T12:10:54.270Z] daemon.go:472: [df27e3c8bdd3e] Stopping daemon [2019-09-19T12:10:54.270Z] daemon.go:307: [df27e3c8bdd3e] exiting daemon [2019-09-19T12:10:54.270Z] daemon.go:459: [df27e3c8bdd3e] Daemon stopped [2019-09-19T12:10:54.270Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:10:55.258Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2019-09-19T12:10:55.258Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-19T12:10:55.258Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-19T12:10:56.166Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.04s) [2019-09-19T12:10:56.166Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-19T12:10:56.191Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 42.7% of statements [2019-09-19T12:10:56.423Z] daemon.go:336: [dbca170b95df2] waiting for daemon to start [2019-09-19T12:10:56.423Z] daemon.go:336: [dbca170b95df2] waiting for daemon to start [2019-09-19T12:10:56.423Z] daemon.go:364: [dbca170b95df2] daemon started [2019-09-19T12:10:56.423Z] daemon.go:472: [dbca170b95df2] Stopping daemon [2019-09-19T12:10:56.423Z] daemon.go:307: [dbca170b95df2] exiting daemon [2019-09-19T12:10:56.423Z] daemon.go:459: [dbca170b95df2] Daemon stopped [2019-09-19T12:10:56.423Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-19T12:10:57.565Z] ok github.com/docker/docker/daemon/logger/awslogs 0.140s coverage: 77.4% of statements [2019-09-19T12:10:57.565Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-19T12:10:57.565Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-19T12:10:57.566Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 68.2% of statements [2019-09-19T12:10:58.320Z] --- PASS: TestCgroupNamespacesRunHostMode (2.04s) [2019-09-19T12:10:58.320Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-19T12:10:58.320Z] daemon.go:336: [d3bc48b45aa6f] waiting for daemon to start [2019-09-19T12:10:58.320Z] daemon.go:336: [d3bc48b45aa6f] waiting for daemon to start [2019-09-19T12:10:58.320Z] daemon.go:364: [d3bc48b45aa6f] daemon started [2019-09-19T12:10:58.320Z] daemon.go:472: [d3bc48b45aa6f] Stopping daemon [2019-09-19T12:10:58.320Z] daemon.go:307: [d3bc48b45aa6f] exiting daemon [2019-09-19T12:10:58.320Z] daemon.go:459: [d3bc48b45aa6f] Daemon stopped [2019-09-19T12:10:58.320Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-19T12:10:58.520Z] --- PASS: TestInspectNetwork (8.78s) [2019-09-19T12:10:58.521Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-19T12:10:58.521Z] daemon.go:336: [dd933d4302ea1] waiting for daemon to start [2019-09-19T12:10:58.521Z] daemon.go:336: [dd933d4302ea1] waiting for daemon to start [2019-09-19T12:10:58.521Z] daemon.go:364: [dd933d4302ea1] daemon started [2019-09-19T12:10:58.521Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-19T12:10:58.521Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-19T12:10:58.521Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-19T12:10:58.521Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-19T12:10:58.521Z] daemon.go:472: [dd933d4302ea1] Stopping daemon [2019-09-19T12:10:58.521Z] daemon.go:307: [dd933d4302ea1] exiting daemon [2019-09-19T12:10:58.521Z] daemon.go:459: [dd933d4302ea1] Daemon stopped [2019-09-19T12:10:58.521Z] === RUN TestRunContainerWithBridgeNone [2019-09-19T12:10:58.577Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-19T12:10:58.941Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 26.2% of statements [2019-09-19T12:10:58.941Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2019-09-19T12:10:59.507Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-09-19T12:11:00.441Z] ok github.com/docker/docker/daemon/logger/local 0.021s coverage: 74.7% of statements [2019-09-19T12:11:00.441Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-19T12:11:00.475Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-19T12:11:00.475Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.01s) [2019-09-19T12:11:00.475Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-19T12:11:00.475Z] daemon.go:336: [de741e9e7e69a] waiting for daemon to start [2019-09-19T12:11:00.475Z] daemon.go:336: [de741e9e7e69a] waiting for daemon to start [2019-09-19T12:11:00.475Z] daemon.go:364: [de741e9e7e69a] daemon started [2019-09-19T12:11:00.475Z] daemon.go:472: [de741e9e7e69a] Stopping daemon [2019-09-19T12:11:00.475Z] daemon.go:307: [de741e9e7e69a] exiting daemon [2019-09-19T12:11:00.475Z] daemon.go:459: [de741e9e7e69a] Daemon stopped [2019-09-19T12:11:00.475Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:11:01.005Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 18.6% of statements [2019-09-19T12:11:01.407Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2019-09-19T12:11:01.407Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-19T12:11:01.407Z] daemon.go:336: [d5787357dd785] waiting for daemon to start [2019-09-19T12:11:01.407Z] daemon.go:336: [d5787357dd785] waiting for daemon to start [2019-09-19T12:11:01.407Z] daemon.go:364: [d5787357dd785] daemon started [2019-09-19T12:11:01.407Z] daemon.go:472: [d5787357dd785] Stopping daemon [2019-09-19T12:11:01.407Z] daemon.go:307: [d5787357dd785] exiting daemon [2019-09-19T12:11:01.407Z] daemon.go:459: [d5787357dd785] Daemon stopped [2019-09-19T12:11:01.407Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-19T12:11:01.665Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-19T12:11:01.723Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2019-09-19T12:11:01.723Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-19T12:11:01.723Z] daemon.go:336: [d63aff7bbdbbc] waiting for daemon to start [2019-09-19T12:11:01.723Z] daemon.go:336: [d63aff7bbdbbc] waiting for daemon to start [2019-09-19T12:11:01.723Z] daemon.go:364: [d63aff7bbdbbc] daemon started [2019-09-19T12:11:01.723Z] daemon.go:472: [d63aff7bbdbbc] Stopping daemon [2019-09-19T12:11:01.723Z] daemon.go:307: [d63aff7bbdbbc] exiting daemon [2019-09-19T12:11:01.723Z] daemon.go:459: [d63aff7bbdbbc] Daemon stopped [2019-09-19T12:11:01.723Z] === RUN TestNetworkInvalidJSON [2019-09-19T12:11:01.723Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-19T12:11:01.723Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-19T12:11:01.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:11:01.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:11:01.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:11:01.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:11:01.723Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-19T12:11:01.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:11:01.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:11:01.723Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-09-19T12:11:01.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-19T12:11:01.723Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-19T12:11:01.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-19T12:11:01.723Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-19T12:11:02.230Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2019-09-19T12:11:02.230Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-19T12:11:02.230Z] daemon.go:336: [dc00869705c2a] waiting for daemon to start [2019-09-19T12:11:02.230Z] daemon.go:336: [dc00869705c2a] waiting for daemon to start [2019-09-19T12:11:02.230Z] daemon.go:364: [dc00869705c2a] daemon started [2019-09-19T12:11:02.230Z] daemon.go:472: [dc00869705c2a] Stopping daemon [2019-09-19T12:11:02.230Z] daemon.go:307: [dc00869705c2a] exiting daemon [2019-09-19T12:11:02.230Z] daemon.go:459: [dc00869705c2a] Daemon stopped [2019-09-19T12:11:02.230Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-19T12:11:02.584Z] --- PASS: TestDaemonRestartWithLiveRestore (1.13s) [2019-09-19T12:11:02.584Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-19T12:11:02.584Z] daemon.go:336: [dfdc5d8eac465] waiting for daemon to start [2019-09-19T12:11:02.584Z] daemon.go:336: [dfdc5d8eac465] waiting for daemon to start [2019-09-19T12:11:02.584Z] daemon.go:364: [dfdc5d8eac465] daemon started [2019-09-19T12:11:02.584Z] daemon.go:472: [dfdc5d8eac465] Stopping daemon [2019-09-19T12:11:02.584Z] daemon.go:307: [dfdc5d8eac465] exiting daemon [2019-09-19T12:11:02.584Z] daemon.go:459: [dfdc5d8eac465] Daemon stopped [2019-09-19T12:11:02.584Z] daemon.go:336: [dfdc5d8eac465] waiting for daemon to start [2019-09-19T12:11:02.584Z] daemon.go:336: [dfdc5d8eac465] waiting for daemon to start [2019-09-19T12:11:02.584Z] daemon.go:364: [dfdc5d8eac465] daemon started [2019-09-19T12:11:02.584Z] daemon.go:472: [dfdc5d8eac465] Stopping daemon [2019-09-19T12:11:02.584Z] daemon.go:307: [dfdc5d8eac465] exiting daemon [2019-09-19T12:11:02.584Z] daemon.go:459: [dfdc5d8eac465] Daemon stopped [2019-09-19T12:11:02.584Z] === RUN TestDaemonDefaultNetworkPools [2019-09-19T12:11:02.902Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-09-19T12:11:03.160Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-09-19T12:11:03.161Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-19T12:11:03.476Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-09-19T12:11:03.476Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-19T12:11:03.476Z] daemon.go:336: [d867d3e2d9dde] waiting for daemon to start [2019-09-19T12:11:03.476Z] daemon.go:336: [d867d3e2d9dde] waiting for daemon to start [2019-09-19T12:11:03.476Z] daemon.go:364: [d867d3e2d9dde] daemon started [2019-09-19T12:11:03.476Z] daemon.go:472: [d867d3e2d9dde] Stopping daemon [2019-09-19T12:11:03.476Z] daemon.go:307: [d867d3e2d9dde] exiting daemon [2019-09-19T12:11:03.476Z] daemon.go:459: [d867d3e2d9dde] Daemon stopped [2019-09-19T12:11:03.476Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-19T12:11:03.726Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-19T12:11:03.726Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-19T12:11:03.984Z] ok github.com/docker/docker/daemon/logger/splunk 1.648s coverage: 84.5% of statements [2019-09-19T12:11:03.984Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-19T12:11:03.984Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-19T12:11:03.985Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-19T12:11:03.985Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s) [2019-09-19T12:11:03.985Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-19T12:11:03.985Z] daemon.go:336: [d21ad4d2e3a68] waiting for daemon to start [2019-09-19T12:11:03.985Z] daemon.go:336: [d21ad4d2e3a68] waiting for daemon to start [2019-09-19T12:11:03.985Z] daemon.go:364: [d21ad4d2e3a68] daemon started [2019-09-19T12:11:03.985Z] daemon.go:472: [d21ad4d2e3a68] Stopping daemon [2019-09-19T12:11:03.985Z] daemon.go:307: [d21ad4d2e3a68] exiting daemon [2019-09-19T12:11:03.985Z] daemon.go:459: [d21ad4d2e3a68] Daemon stopped [2019-09-19T12:11:03.985Z] === RUN TestKernelTCPMemory [2019-09-19T12:11:04.774Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2019-09-19T12:11:04.774Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-19T12:11:04.774Z] daemon.go:336: [d0db01847285a] waiting for daemon to start [2019-09-19T12:11:04.774Z] daemon.go:336: [d0db01847285a] waiting for daemon to start [2019-09-19T12:11:04.774Z] daemon.go:364: [d0db01847285a] daemon started [2019-09-19T12:11:04.774Z] daemon.go:472: [d0db01847285a] Stopping daemon [2019-09-19T12:11:04.774Z] daemon.go:307: [d0db01847285a] exiting daemon [2019-09-19T12:11:04.774Z] daemon.go:459: [d0db01847285a] Daemon stopped [2019-09-19T12:11:04.774Z] daemon.go:336: [d0db01847285a] waiting for daemon to start [2019-09-19T12:11:04.774Z] daemon.go:336: [d0db01847285a] waiting for daemon to start [2019-09-19T12:11:04.774Z] daemon.go:364: [d0db01847285a] daemon started [2019-09-19T12:11:04.774Z] daemon.go:472: [d0db01847285a] Stopping daemon [2019-09-19T12:11:04.774Z] daemon.go:307: [d0db01847285a] exiting daemon [2019-09-19T12:11:04.774Z] daemon.go:459: [d0db01847285a] Daemon stopped [2019-09-19T12:11:04.774Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:11:04.918Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-19T12:11:05.175Z] --- PASS: TestKernelTCPMemory (1.25s) [2019-09-19T12:11:05.175Z] === RUN TestNISDomainname [2019-09-19T12:11:06.031Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2019-09-19T12:11:06.031Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:11:06.031Z] daemon.go:336: [d7e8b4d500b90] waiting for daemon to start [2019-09-19T12:11:06.031Z] daemon.go:336: [d7e8b4d500b90] waiting for daemon to start [2019-09-19T12:11:06.031Z] daemon.go:364: [d7e8b4d500b90] daemon started [2019-09-19T12:11:06.031Z] daemon.go:472: [d7e8b4d500b90] Stopping daemon [2019-09-19T12:11:06.031Z] daemon.go:307: [d7e8b4d500b90] exiting daemon [2019-09-19T12:11:06.031Z] daemon.go:459: [d7e8b4d500b90] Daemon stopped [2019-09-19T12:11:06.031Z] daemon.go:336: [d7e8b4d500b90] waiting for daemon to start [2019-09-19T12:11:06.031Z] daemon.go:336: [d7e8b4d500b90] waiting for daemon to start [2019-09-19T12:11:06.031Z] daemon.go:364: [d7e8b4d500b90] daemon started [2019-09-19T12:11:06.031Z] daemon.go:472: [d7e8b4d500b90] Stopping daemon [2019-09-19T12:11:06.031Z] daemon.go:307: [d7e8b4d500b90] exiting daemon [2019-09-19T12:11:06.031Z] daemon.go:459: [d7e8b4d500b90] Daemon stopped [2019-09-19T12:11:06.031Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:11:06.397Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-19T12:11:06.397Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:11:06.397Z] daemon.go:336: [d7a0eade99e32] waiting for daemon to start [2019-09-19T12:11:06.397Z] daemon.go:336: [d7a0eade99e32] waiting for daemon to start [2019-09-19T12:11:06.397Z] daemon.go:364: [d7a0eade99e32] daemon started [2019-09-19T12:11:06.397Z] daemon.go:472: [d7a0eade99e32] Stopping daemon [2019-09-19T12:11:06.397Z] daemon.go:307: [d7a0eade99e32] exiting daemon [2019-09-19T12:11:06.397Z] daemon.go:459: [d7a0eade99e32] Daemon stopped [2019-09-19T12:11:06.397Z] === RUN TestServiceWithPredefinedNetwork [2019-09-19T12:11:06.525Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2019-09-19T12:11:06.525Z] ok github.com/docker/docker/distribution 0.214s coverage: 22.6% of statements [2019-09-19T12:11:06.525Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-19T12:11:06.547Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-19T12:11:06.547Z] --- PASS: TestNISDomainname (1.38s) [2019-09-19T12:11:06.547Z] === RUN TestHostnameDnsResolution [2019-09-19T12:11:07.902Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2019-09-19T12:11:08.445Z] --- PASS: TestHostnameDnsResolution (1.85s) [2019-09-19T12:11:08.445Z] === RUN TestStats [2019-09-19T12:11:09.278Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-09-19T12:11:09.804Z] --- PASS: TestServiceWithPredefinedNetwork (3.05s) [2019-09-19T12:11:09.804Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-19T12:11:09.804Z] daemon.go:336: [dff42b322f816] waiting for daemon to start [2019-09-19T12:11:09.804Z] daemon.go:336: [dff42b322f816] waiting for daemon to start [2019-09-19T12:11:09.804Z] daemon.go:364: [dff42b322f816] daemon started [2019-09-19T12:11:09.804Z] daemon.go:472: [dff42b322f816] Stopping daemon [2019-09-19T12:11:09.804Z] daemon.go:307: [dff42b322f816] exiting daemon [2019-09-19T12:11:09.804Z] daemon.go:459: [dff42b322f816] Daemon stopped [2019-09-19T12:11:09.804Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-19T12:11:09.804Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:11:09.804Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:11:09.804Z] === RUN TestServiceWithDataPathPortInit [2019-09-19T12:11:09.816Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-19T12:11:10.212Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-09-19T12:11:10.212Z] ok github.com/docker/docker/distribution/xfer 1.888s coverage: 85.6% of statements [2019-09-19T12:11:10.212Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-19T12:11:10.212Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-19T12:11:10.750Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-19T12:11:11.316Z] --- PASS: TestStats (2.74s) [2019-09-19T12:11:11.316Z] === RUN TestStopContainerWithTimeout [2019-09-19T12:11:11.316Z] === RUN TestStopContainerWithTimeout/0 [2019-09-19T12:11:11.316Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-19T12:11:11.316Z] === RUN TestStopContainerWithTimeout/1 [2019-09-19T12:11:11.316Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-19T12:11:11.316Z] === RUN TestStopContainerWithTimeout/3 [2019-09-19T12:11:11.316Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-19T12:11:11.316Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-19T12:11:11.316Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-19T12:11:11.316Z] === CONT TestStopContainerWithTimeout/0 [2019-09-19T12:11:11.316Z] === CONT TestStopContainerWithTimeout/3 [2019-09-19T12:11:11.585Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-09-19T12:11:11.585Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-19T12:11:12.248Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-19T12:11:12.505Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-19T12:11:12.518Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2019-09-19T12:11:13.070Z] === RUN Test/DockerSuite/TestBuildCancellationKillsSleep [2019-09-19T12:11:13.328Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-19T12:11:13.451Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-09-19T12:11:13.451Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-19T12:11:14.258Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-19T12:11:14.259Z] === CONT TestStopContainerWithTimeout/1 [2019-09-19T12:11:15.189Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-19T12:11:15.348Z] ok github.com/docker/docker/pkg/archive 0.447s coverage: 77.0% of statements [2019-09-19T12:11:16.558Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-19T12:11:16.559Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2019-09-19T12:11:16.559Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2019-09-19T12:11:16.559Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2019-09-19T12:11:16.559Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2019-09-19T12:11:16.559Z] === RUN TestDeleteDevicemapper [2019-09-19T12:11:16.559Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-19T12:11:16.559Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:11:16.559Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-19T12:11:16.720Z] ok github.com/docker/docker/pkg/authorization 0.345s coverage: 66.7% of statements [2019-09-19T12:11:16.720Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-19T12:11:16.978Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-19T12:11:18.455Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-19T12:11:19.388Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.13s) [2019-09-19T12:11:19.388Z] === RUN TestUpdateMemory [2019-09-19T12:11:19.388Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-19T12:11:19.388Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:11:19.388Z] === RUN TestUpdateCPUQuota [2019-09-19T12:11:20.255Z] ok github.com/docker/docker/layer 7.770s coverage: 68.8% of statements [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/oci [no test files] [2019-09-19T12:11:20.255Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-19T12:11:20.321Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-19T12:11:20.512Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-19T12:11:20.512Z] ok github.com/docker/docker/pkg/chrootarchive 3.001s coverage: 43.2% of statements [2019-09-19T12:11:20.512Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-19T12:11:20.512Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-19T12:11:21.077Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-19T12:11:21.334Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2019-09-19T12:11:21.695Z] --- PASS: TestUpdateCPUQuota (2.06s) [2019-09-19T12:11:21.695Z] === RUN TestUpdatePidsLimit [2019-09-19T12:11:21.695Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-19T12:11:21.952Z] === RUN TestUpdatePidsLimit/no_change [2019-09-19T12:11:22.267Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2019-09-19T12:11:22.518Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-19T12:11:22.776Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-19T12:11:22.832Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-09-19T12:11:23.033Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-19T12:11:23.089Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-09-19T12:11:23.292Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-19T12:11:23.857Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-19T12:11:24.114Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-19T12:11:24.114Z] === RUN Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-19T12:11:24.372Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-19T12:11:24.460Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-09-19T12:11:24.629Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-19T12:11:25.024Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 89.5% of statements [2019-09-19T12:11:25.194Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-19T12:11:25.452Z] === RUN Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-19T12:11:25.589Z] ok github.com/docker/docker/pkg/discovery/kv 3.112s coverage: 84.1% of statements [2019-09-19T12:11:25.589Z] ok github.com/docker/docker/pkg/fsutils 0.177s coverage: 85.1% of statements [2019-09-19T12:11:25.709Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-19T12:11:25.967Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-19T12:11:25.967Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-19T12:11:25.967Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-19T12:11:26.155Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 10.2% of statements [2019-09-19T12:11:26.194Z] --- PASS: TestServiceWithDataPathPortInit (16.52s) [2019-09-19T12:11:26.194Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:11:26.194Z] daemon.go:336: [d635fe90740b0] waiting for daemon to start [2019-09-19T12:11:26.194Z] daemon.go:336: [d635fe90740b0] waiting for daemon to start [2019-09-19T12:11:26.194Z] daemon.go:364: [d635fe90740b0] daemon started [2019-09-19T12:11:26.194Z] daemon.go:472: [d635fe90740b0] Stopping daemon [2019-09-19T12:11:26.194Z] daemon.go:307: [d635fe90740b0] exiting daemon [2019-09-19T12:11:26.194Z] daemon.go:459: [d635fe90740b0] Daemon stopped [2019-09-19T12:11:26.194Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:11:26.194Z] daemon.go:336: [dd5aa89e0e28d] waiting for daemon to start [2019-09-19T12:11:26.194Z] daemon.go:336: [dd5aa89e0e28d] waiting for daemon to start [2019-09-19T12:11:26.194Z] daemon.go:364: [dd5aa89e0e28d] daemon started [2019-09-19T12:11:26.194Z] daemon.go:472: [dd5aa89e0e28d] Stopping daemon [2019-09-19T12:11:26.194Z] daemon.go:307: [dd5aa89e0e28d] exiting daemon [2019-09-19T12:11:26.194Z] daemon.go:459: [dd5aa89e0e28d] Daemon stopped [2019-09-19T12:11:26.194Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit (4.76s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/update_lower (0.52s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.48s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.57s) [2019-09-19T12:11:26.224Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.69s) [2019-09-19T12:11:26.224Z] === RUN TestUpdateRestartPolicy [2019-09-19T12:11:26.482Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:11:27.089Z] ok github.com/docker/docker/pkg/idtools 0.475s coverage: 70.1% of statements [2019-09-19T12:11:27.347Z] ok github.com/docker/docker/pkg/ioutils 0.527s coverage: 69.3% of statements [2019-09-19T12:11:27.414Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-19T12:11:27.912Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2019-09-19T12:11:27.912Z] ok github.com/docker/docker/pkg/locker 0.020s coverage: 88.9% of statements [2019-09-19T12:11:28.170Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-09-19T12:11:28.170Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-19T12:11:28.741Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2019-09-19T12:11:28.999Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-19T12:11:29.257Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-09-19T12:11:29.515Z] ok github.com/docker/docker/pkg/mount 0.585s coverage: 69.6% of statements [2019-09-19T12:11:29.515Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-19T12:11:29.773Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-09-19T12:11:30.031Z] ok github.com/docker/docker/pkg/pidfile 0.017s coverage: 82.4% of statements [2019-09-19T12:11:30.031Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-19T12:11:30.031Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-19T12:11:30.964Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2019-09-19T12:11:31.529Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-19T12:11:31.654Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-19T12:11:32.098Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-19T12:11:32.355Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-19T12:11:32.585Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-19T12:11:33.150Z] === RUN Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-19T12:11:33.408Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-19T12:11:33.666Z] === RUN Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-19T12:11:33.726Z] ok github.com/docker/docker/pkg/pubsub 1.030s coverage: 73.9% of statements [2019-09-19T12:11:33.726Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-19T12:11:34.230Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-19T12:11:35.546Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.78s) [2019-09-19T12:11:35.546Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-19T12:11:35.546Z] daemon.go:336: [dd6260d13203d] waiting for daemon to start [2019-09-19T12:11:35.546Z] daemon.go:336: [dd6260d13203d] waiting for daemon to start [2019-09-19T12:11:35.546Z] daemon.go:364: [dd6260d13203d] daemon started [2019-09-19T12:11:35.547Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:81srdv91nte8y2llvxic0zuti Created:2019-09-19 12:11:27.411434212 +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[ab6459ac6b8eef69dfadab2aa5d350e7248aeb7bc79266a4b514c373e2866bfd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fo3cc48l9gf2gu2yvvhew5ipq EndpointID:93e588cbd5348ecb7e324164777d762461da35d718148861e38f2a876d32c67d MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:62b3fc7fe8cd9c925c6c62c58f3da542dabf9efb8216520b9ef22038cec0550e 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:f94bd7f206de IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fo3cc48l9gf2gu2yvvhew5ipq EndpointID:93e588cbd5348ecb7e324164777d762461da35d718148861e38f2a876d32c67d EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-19T12:11:35.547Z] daemon.go:472: [dd6260d13203d] Stopping daemon [2019-09-19T12:11:35.547Z] daemon.go:307: [dd6260d13203d] exiting daemon [2019-09-19T12:11:35.547Z] daemon.go:459: [dd6260d13203d] Daemon stopped [2019-09-19T12:11:35.547Z] PASS [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] === Skipped [2019-09-19T12:11:35.547Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:11:35.547Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] DONE 21 tests, 1 skipped in 45.980s [2019-09-19T12:11:35.547Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] ++ set -e [2019-09-19T12:11:35.547Z] ++ '[' -n 0 ']' [2019-09-19T12:11:35.547Z] ++ set -x [2019-09-19T12:11:35.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] INFO: Testing against a local daemon [2019-09-19T12:11:35.547Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-19T12:11:35.547Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-19T12:11:35.547Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:11:35.547Z] === RUN TestDockerNetworkIpvlan [2019-09-19T12:11:35.547Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-19T12:11:35.547Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:11:35.547Z] PASS [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] === Skipped [2019-09-19T12:11:35.547Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-19T12:11:35.547Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-19T12:11:35.547Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] [2019-09-19T12:11:35.547Z] DONE 2 tests, 2 skipped in 0.131s [2019-09-19T12:11:35.547Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] ++ set -e [2019-09-19T12:11:35.547Z] ++ '[' -n 0 ']' [2019-09-19T12:11:35.547Z] ++ set -x [2019-09-19T12:11:35.547Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:35.547Z] INFO: Testing against a local daemon [2019-09-19T12:11:35.547Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-19T12:11:36.529Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2019-09-19T12:11:36.529Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-19T12:11:36.529Z] daemon.go:336: [dd6960761f256] waiting for daemon to start [2019-09-19T12:11:36.529Z] daemon.go:336: [dd6960761f256] waiting for daemon to start [2019-09-19T12:11:36.529Z] daemon.go:364: [dd6960761f256] daemon started [2019-09-19T12:11:36.529Z] daemon.go:472: [dd6960761f256] Stopping daemon [2019-09-19T12:11:36.529Z] daemon.go:307: [dd6960761f256] exiting daemon [2019-09-19T12:11:36.529Z] daemon.go:459: [dd6960761f256] Daemon stopped [2019-09-19T12:11:36.529Z] daemon.go:336: [dd6960761f256] waiting for daemon to start [2019-09-19T12:11:36.529Z] daemon.go:336: [dd6960761f256] waiting for daemon to start [2019-09-19T12:11:36.529Z] daemon.go:364: [dd6960761f256] daemon started [2019-09-19T12:11:36.529Z] daemon.go:472: [dd6960761f256] Stopping daemon [2019-09-19T12:11:36.529Z] daemon.go:307: [dd6960761f256] exiting daemon [2019-09-19T12:11:36.529Z] daemon.go:459: [dd6960761f256] Daemon stopped [2019-09-19T12:11:36.529Z] === RUN TestDockerNetworkMacvlan [2019-09-19T12:11:36.812Z] === RUN Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-19T12:11:37.003Z] ok github.com/docker/docker/pkg/signal 2.402s coverage: 61.0% of statements [2019-09-19T12:11:37.003Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-19T12:11:37.332Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-19T12:11:37.387Z] === RUN Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-19T12:11:37.569Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-19T12:11:37.569Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2019-09-19T12:11:37.644Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-19T12:11:38.135Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-19T12:11:38.142Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-19T12:11:38.394Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-09-19T12:11:38.576Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-19T12:11:38.960Z] ok github.com/docker/docker/pkg/system 0.023s coverage: 36.9% of statements [2019-09-19T12:11:39.143Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-19T12:11:39.411Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-19T12:11:39.527Z] ok github.com/docker/docker/pkg/tailfile 0.057s coverage: 88.6% of statements [2019-09-19T12:11:40.078Z] --- PASS: TestUpdateRestartPolicy (13.57s) [2019-09-19T12:11:40.078Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-19T12:11:40.078Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-19T12:11:40.078Z] === RUN Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-19T12:11:40.092Z] ok github.com/docker/docker/pkg/tarsum 0.069s coverage: 89.3% of statements [2019-09-19T12:11:40.350Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-19T12:11:40.609Z] testing: warning: no tests to run [2019-09-19T12:11:40.609Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [2019-09-19T12:11:40.644Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-19T12:11:40.901Z] --- PASS: TestUpdateRestartWithAutoRemove (0.98s) [2019-09-19T12:11:40.901Z] === RUN TestWaitNonBlocked [2019-09-19T12:11:40.901Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:11:40.901Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:11:40.901Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:11:40.901Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:11:40.901Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:11:40.901Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:11:40.901Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-19T12:11:41.174Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-19T12:11:41.174Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-19T12:11:41.432Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-19T12:11:41.889Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-19T12:11:42.276Z] === RUN Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-19T12:11:42.276Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-19T12:11:42.276Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2019-09-19T12:11:42.276Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.36s) [2019-09-19T12:11:42.276Z] === RUN TestWaitBlocked [2019-09-19T12:11:42.276Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:11:42.276Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:11:42.276Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:11:42.276Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:11:42.276Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-19T12:11:42.276Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-19T12:11:43.649Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-19T12:11:43.650Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.34s) [2019-09-19T12:11:43.650Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.50s) [2019-09-19T12:11:43.650Z] === CONT TestContainerStartOnDaemonRestart [2019-09-19T12:11:43.650Z] === CONT TestIpcModeOlderClient [2019-09-19T12:11:43.693Z] 65014b3c3121: Pull complete [2019-09-19T12:11:43.908Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-09-19T12:11:43.908Z] === CONT TestDaemonRestartIpcMode [2019-09-19T12:11:43.958Z] ok github.com/docker/docker/plugin 0.535s coverage: 27.1% of statements [2019-09-19T12:11:44.216Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-19T12:11:45.205Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-09-19T12:11:45.462Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-19T12:11:46.149Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-19T12:11:46.436Z] === RUN Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-19T12:11:46.833Z] ok github.com/docker/docker/registry 0.087s coverage: 56.5% of statements [2019-09-19T12:11:47.001Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2019-09-19T12:11:47.001Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-19T12:11:47.001Z] daemon.go:336: [dab7ebff8fc4a] waiting for daemon to start [2019-09-19T12:11:47.001Z] daemon.go:336: [dab7ebff8fc4a] waiting for daemon to start [2019-09-19T12:11:47.001Z] daemon.go:364: [dab7ebff8fc4a] daemon started [2019-09-19T12:11:47.001Z] daemon.go:307: [dab7ebff8fc4a] exiting daemon [2019-09-19T12:11:47.001Z] daemon.go:336: [dab7ebff8fc4a] waiting for daemon to start [2019-09-19T12:11:47.001Z] daemon.go:336: [dab7ebff8fc4a] waiting for daemon to start [2019-09-19T12:11:47.001Z] daemon.go:364: [dab7ebff8fc4a] daemon started [2019-09-19T12:11:47.001Z] daemon.go:472: [dab7ebff8fc4a] Stopping daemon [2019-09-19T12:11:47.001Z] daemon.go:307: [dab7ebff8fc4a] exiting daemon [2019-09-19T12:11:47.001Z] daemon.go:459: [dab7ebff8fc4a] Daemon stopped [2019-09-19T12:11:47.566Z] === RUN Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-19T12:11:47.764Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-19T12:11:47.764Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-09-19T12:11:48.499Z] --- PASS: TestDaemonRestartIpcMode (4.37s) [2019-09-19T12:11:48.499Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-19T12:11:48.499Z] daemon.go:336: [d9273296950d9] waiting for daemon to start [2019-09-19T12:11:48.499Z] daemon.go:336: [d9273296950d9] waiting for daemon to start [2019-09-19T12:11:48.499Z] daemon.go:364: [d9273296950d9] daemon started [2019-09-19T12:11:48.499Z] daemon.go:472: [d9273296950d9] Stopping daemon [2019-09-19T12:11:48.499Z] daemon.go:307: [d9273296950d9] exiting daemon [2019-09-19T12:11:48.499Z] daemon.go:459: [d9273296950d9] Daemon stopped [2019-09-19T12:11:48.499Z] daemon.go:336: [d9273296950d9] waiting for daemon to start [2019-09-19T12:11:48.499Z] daemon.go:336: [d9273296950d9] waiting for daemon to start [2019-09-19T12:11:48.499Z] daemon.go:364: [d9273296950d9] daemon started [2019-09-19T12:11:48.499Z] daemon.go:472: [d9273296950d9] Stopping daemon [2019-09-19T12:11:48.499Z] daemon.go:307: [d9273296950d9] exiting daemon [2019-09-19T12:11:48.499Z] daemon.go:459: [d9273296950d9] Daemon stopped [2019-09-19T12:11:48.499Z] PASS [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === Skipped [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-19T12:11:48.499Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-19T12:11:48.499Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-19T12:11:48.499Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2019-09-19T12:11:48.499Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-19T12:11:48.499Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-19T12:11:48.499Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] [2019-09-19T12:11:48.499Z] DONE 197 tests, 6 skipped in 154.284s [2019-09-19T12:11:48.499Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-19T12:11:48.499Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:48.499Z] ++ set -e [2019-09-19T12:11:48.499Z] ++ '[' -n 0 ']' [2019-09-19T12:11:48.499Z] ++ set -x [2019-09-19T12:11:48.499Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:48.696Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-19T12:11:48.756Z] INFO: Testing against a local daemon [2019-09-19T12:11:48.756Z] === RUN TestCommitInheritsEnv [2019-09-19T12:11:48.954Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-19T12:11:49.321Z] --- PASS: TestCommitInheritsEnv (0.54s) [2019-09-19T12:11:49.322Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-19T12:11:49.322Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-19T12:11:49.322Z] === RUN TestImagesFilterMultiReference [2019-09-19T12:11:49.322Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-09-19T12:11:49.322Z] === RUN TestImagePullPlatformInvalid [2019-09-19T12:11:49.580Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-09-19T12:11:49.580Z] === RUN TestRemoveImageOrphaning [2019-09-19T12:11:50.144Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2019-09-19T12:11:50.144Z] === RUN TestRemoveImageGarbageCollector [2019-09-19T12:11:51.241Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-19T12:11:51.480Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-19T12:11:52.044Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [2019-09-19T12:11:52.667Z] --- PASS: TestRemoveImageGarbageCollector (2.41s) [2019-09-19T12:11:52.668Z] remove_unix_test.go:34: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector [2019-09-19T12:11:52.668Z] daemon.go:336: [d64b4c9816a15] waiting for daemon to start [2019-09-19T12:11:52.668Z] daemon.go:336: [d64b4c9816a15] waiting for daemon to start [2019-09-19T12:11:52.668Z] daemon.go:364: [d64b4c9816a15] daemon started [2019-09-19T12:11:52.668Z] daemon.go:472: [d64b4c9816a15] Stopping daemon [2019-09-19T12:11:52.668Z] daemon.go:307: [d64b4c9816a15] exiting daemon [2019-09-19T12:11:52.668Z] daemon.go:459: [d64b4c9816a15] Daemon stopped [2019-09-19T12:11:52.668Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-19T12:11:52.668Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-09-19T12:11:52.668Z] === RUN TestTagInvalidReference [2019-09-19T12:11:52.668Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-19T12:11:52.668Z] === RUN TestTagValidPrefixedRepo [2019-09-19T12:11:52.668Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-19T12:11:52.668Z] === RUN TestTagExistedNameWithoutForce [2019-09-19T12:11:52.668Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-19T12:11:52.668Z] === RUN TestTagOfficialNames [2019-09-19T12:11:52.668Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-19T12:11:52.668Z] --- PASS: TestTagOfficialNames (0.08s) [2019-09-19T12:11:52.668Z] === RUN TestTagMatchesDigest [2019-09-19T12:11:52.668Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-19T12:11:52.668Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-19T12:11:52.976Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan (16.33s) [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [d7477d4910239] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [d7477d4910239] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [d7477d4910239] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-19T12:11:53.079Z] daemon.go:472: [d7477d4910239] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [d7477d4910239] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [d7477d4910239] Daemon stopped [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [df3640d33edd6] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [df3640d33edd6] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [df3640d33edd6] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-09-19T12:11:53.079Z] daemon.go:472: [df3640d33edd6] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [df3640d33edd6] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [df3640d33edd6] Daemon stopped [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [db32135784b6a] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [db32135784b6a] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [db32135784b6a] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.27s) [2019-09-19T12:11:53.079Z] daemon.go:472: [db32135784b6a] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [db32135784b6a] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [db32135784b6a] Daemon stopped [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [db04483f8e08b] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [db04483f8e08b] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [db04483f8e08b] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.30s) [2019-09-19T12:11:53.079Z] daemon.go:472: [db04483f8e08b] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [db04483f8e08b] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [db04483f8e08b] Daemon stopped [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [d557d22ba81ef] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [d557d22ba81ef] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [d557d22ba81ef] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.59s) [2019-09-19T12:11:53.079Z] daemon.go:472: [d557d22ba81ef] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [d557d22ba81ef] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [d557d22ba81ef] Daemon stopped [2019-09-19T12:11:53.079Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:11:53.079Z] daemon.go:336: [dd5758c76b517] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:336: [dd5758c76b517] waiting for daemon to start [2019-09-19T12:11:53.079Z] daemon.go:364: [dd5758c76b517] daemon started [2019-09-19T12:11:53.079Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.11s) [2019-09-19T12:11:53.079Z] daemon.go:472: [dd5758c76b517] Stopping daemon [2019-09-19T12:11:53.079Z] daemon.go:307: [dd5758c76b517] exiting daemon [2019-09-19T12:11:53.079Z] daemon.go:459: [dd5758c76b517] Daemon stopped [2019-09-19T12:11:53.079Z] PASS [2019-09-19T12:11:53.079Z] [2019-09-19T12:11:53.079Z] DONE 8 tests in 17.896s [2019-09-19T12:11:53.079Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] ++ set -e [2019-09-19T12:11:53.079Z] ++ '[' -n 0 ']' [2019-09-19T12:11:53.079Z] ++ set -x [2019-09-19T12:11:53.079Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] testing: warning: no tests to run [2019-09-19T12:11:53.079Z] PASS [2019-09-19T12:11:53.079Z] [2019-09-19T12:11:53.079Z] DONE 0 tests in 0.036s [2019-09-19T12:11:53.079Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] ++ set -e [2019-09-19T12:11:53.079Z] ++ '[' -n 0 ']' [2019-09-19T12:11:53.079Z] ++ set -x [2019-09-19T12:11:53.079Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:11:53.079Z] INFO: Testing against a local daemon [2019-09-19T12:11:53.079Z] === RUN TestAuthZPluginAllowRequest [2019-09-19T12:11:53.908Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-09-19T12:11:55.192Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-19T12:11:55.519Z] --- PASS: TestAuthZPluginAllowRequest (2.40s) [2019-09-19T12:11:55.520Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-19T12:11:55.520Z] daemon.go:336: [d729bf2c1be33] waiting for daemon to start [2019-09-19T12:11:55.520Z] daemon.go:336: [d729bf2c1be33] waiting for daemon to start [2019-09-19T12:11:55.520Z] daemon.go:364: [d729bf2c1be33] daemon started [2019-09-19T12:11:55.520Z] daemon.go:472: [d729bf2c1be33] Stopping daemon [2019-09-19T12:11:55.520Z] daemon.go:307: [d729bf2c1be33] exiting daemon [2019-09-19T12:11:55.520Z] daemon.go:459: [d729bf2c1be33] Daemon stopped [2019-09-19T12:11:55.520Z] === RUN TestAuthZPluginTLS [2019-09-19T12:11:55.913Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-19T12:11:55.913Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-19T12:11:55.913Z] daemon.go:336: [dbb76b471da4b] waiting for daemon to start [2019-09-19T12:11:55.913Z] daemon.go:336: [dbb76b471da4b] waiting for daemon to start [2019-09-19T12:11:55.913Z] daemon.go:364: [dbb76b471da4b] daemon started [2019-09-19T12:11:55.913Z] daemon.go:472: [dbb76b471da4b] Stopping daemon [2019-09-19T12:11:55.913Z] daemon.go:307: [dbb76b471da4b] exiting daemon [2019-09-19T12:11:55.913Z] daemon.go:459: [dbb76b471da4b] Daemon stopped [2019-09-19T12:11:55.913Z] === RUN TestAuthZPluginDenyRequest [2019-09-19T12:11:56.563Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-19T12:11:56.563Z] === RUN Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-19T12:11:56.701Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-19T12:11:56.701Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-19T12:11:56.701Z] daemon.go:336: [debb1eab00bd5] waiting for daemon to start [2019-09-19T12:11:56.701Z] daemon.go:336: [debb1eab00bd5] waiting for daemon to start [2019-09-19T12:11:56.701Z] daemon.go:364: [debb1eab00bd5] daemon started [2019-09-19T12:11:56.701Z] daemon.go:472: [debb1eab00bd5] Stopping daemon [2019-09-19T12:11:56.701Z] daemon.go:307: [debb1eab00bd5] exiting daemon [2019-09-19T12:11:56.701Z] daemon.go:459: [debb1eab00bd5] Daemon stopped [2019-09-19T12:11:56.701Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-19T12:11:56.820Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-19T12:11:57.173Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-09-19T12:11:57.173Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-19T12:11:57.173Z] daemon.go:336: [d79beb463db6f] waiting for daemon to start [2019-09-19T12:11:57.173Z] daemon.go:336: [d79beb463db6f] waiting for daemon to start [2019-09-19T12:11:57.173Z] daemon.go:364: [d79beb463db6f] daemon started [2019-09-19T12:11:57.173Z] daemon.go:472: [d79beb463db6f] Stopping daemon [2019-09-19T12:11:57.173Z] daemon.go:307: [d79beb463db6f] exiting daemon [2019-09-19T12:11:57.173Z] daemon.go:459: [d79beb463db6f] Daemon stopped [2019-09-19T12:11:57.173Z] === RUN TestAuthZPluginDenyResponse [2019-09-19T12:11:57.621Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-09-19T12:11:57.621Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-19T12:11:57.621Z] daemon.go:336: [deeeeef4666b6] waiting for daemon to start [2019-09-19T12:11:57.621Z] daemon.go:336: [deeeeef4666b6] waiting for daemon to start [2019-09-19T12:11:57.621Z] daemon.go:364: [deeeeef4666b6] daemon started [2019-09-19T12:11:57.621Z] daemon.go:472: [deeeeef4666b6] Stopping daemon [2019-09-19T12:11:57.621Z] daemon.go:307: [deeeeef4666b6] exiting daemon [2019-09-19T12:11:57.621Z] daemon.go:459: [deeeeef4666b6] Daemon stopped [2019-09-19T12:11:57.621Z] === RUN TestAuthZPluginAllowEventStream [2019-09-19T12:11:59.466Z] --- PASS: TestAuthZPluginAllowEventStream (1.95s) [2019-09-19T12:11:59.466Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-19T12:11:59.466Z] daemon.go:336: [d70663f9aa66d] waiting for daemon to start [2019-09-19T12:11:59.466Z] daemon.go:336: [d70663f9aa66d] waiting for daemon to start [2019-09-19T12:11:59.466Z] daemon.go:364: [d70663f9aa66d] daemon started [2019-09-19T12:11:59.466Z] daemon.go:472: [d70663f9aa66d] Stopping daemon [2019-09-19T12:11:59.466Z] daemon.go:307: [d70663f9aa66d] exiting daemon [2019-09-19T12:11:59.466Z] daemon.go:459: [d70663f9aa66d] Daemon stopped [2019-09-19T12:11:59.466Z] === RUN TestAuthZPluginErrorResponse [2019-09-19T12:12:00.096Z] === RUN Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-19T12:12:00.248Z] --- PASS: TestAuthZPluginErrorResponse (0.70s) [2019-09-19T12:12:00.248Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-19T12:12:00.248Z] daemon.go:336: [dc8448b7e9146] waiting for daemon to start [2019-09-19T12:12:00.248Z] daemon.go:336: [dc8448b7e9146] waiting for daemon to start [2019-09-19T12:12:00.248Z] daemon.go:364: [dc8448b7e9146] daemon started [2019-09-19T12:12:00.248Z] daemon.go:472: [dc8448b7e9146] Stopping daemon [2019-09-19T12:12:00.248Z] daemon.go:307: [dc8448b7e9146] exiting daemon [2019-09-19T12:12:00.248Z] daemon.go:459: [dc8448b7e9146] Daemon stopped [2019-09-19T12:12:00.248Z] === RUN TestAuthZPluginErrorRequest [2019-09-19T12:12:01.028Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-19T12:12:01.041Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-19T12:12:01.041Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-19T12:12:01.041Z] daemon.go:336: [d10a28fd518a2] waiting for daemon to start [2019-09-19T12:12:01.041Z] daemon.go:336: [d10a28fd518a2] waiting for daemon to start [2019-09-19T12:12:01.041Z] daemon.go:364: [d10a28fd518a2] daemon started [2019-09-19T12:12:01.041Z] daemon.go:472: [d10a28fd518a2] Stopping daemon [2019-09-19T12:12:01.041Z] daemon.go:307: [d10a28fd518a2] exiting daemon [2019-09-19T12:12:01.041Z] daemon.go:459: [d10a28fd518a2] Daemon stopped [2019-09-19T12:12:01.041Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:12:01.408Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-09-19T12:12:01.408Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:12:01.408Z] daemon.go:336: [d5a08b91153d8] waiting for daemon to start [2019-09-19T12:12:01.408Z] daemon.go:336: [d5a08b91153d8] waiting for daemon to start [2019-09-19T12:12:01.408Z] daemon.go:364: [d5a08b91153d8] daemon started [2019-09-19T12:12:01.408Z] daemon.go:472: [d5a08b91153d8] Stopping daemon [2019-09-19T12:12:01.408Z] daemon.go:307: [d5a08b91153d8] exiting daemon [2019-09-19T12:12:01.408Z] daemon.go:459: [d5a08b91153d8] Daemon stopped [2019-09-19T12:12:01.408Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:12:02.398Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-19T12:12:02.655Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-19T12:12:03.219Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-19T12:12:03.784Z] === RUN Test/DockerDaemonSuite/TestHTTPSRun [2019-09-19T12:12:04.131Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2019-09-19T12:12:04.131Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:12:04.131Z] daemon.go:336: [dc00cac97c6d6] waiting for daemon to start [2019-09-19T12:12:04.131Z] daemon.go:336: [dc00cac97c6d6] waiting for daemon to start [2019-09-19T12:12:04.131Z] daemon.go:364: [dc00cac97c6d6] daemon started [2019-09-19T12:12:04.131Z] daemon.go:472: [dc00cac97c6d6] Stopping daemon [2019-09-19T12:12:04.131Z] daemon.go:307: [dc00cac97c6d6] exiting daemon [2019-09-19T12:12:04.131Z] daemon.go:459: [dc00cac97c6d6] Daemon stopped [2019-09-19T12:12:04.131Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:12:06.090Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-09-19T12:12:06.090Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/rootless [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/volume [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-19T12:12:06.091Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === Skipped [2019-09-19T12:12:06.091Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-19T12:12:06.091Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-19T12:12:06.091Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:73: No driver to put! [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-19T12:12:06.091Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-19T12:12:06.091Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-19T12:12:06.091Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-19T12:12:06.091Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-19T12:12:06.091Z] graphtest_unix.go:73: No driver to put! [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-19T12:12:06.091Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-19T12:12:06.091Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] [2019-09-19T12:12:06.091Z] DONE 2109 tests, 20 skipped in 239.598s Post stage [Pipeline] junit [2019-09-19T12:12:06.114Z] Recording test results [2019-09-19T12:12:06.312Z] === RUN Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-19T12:12:06.312Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-19T12:12:06.312Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-19T12:12:06.596Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.75s) [2019-09-19T12:12:06.596Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:12:06.596Z] daemon.go:336: [d249ed2d48734] waiting for daemon to start [2019-09-19T12:12:06.596Z] daemon.go:336: [d249ed2d48734] waiting for daemon to start [2019-09-19T12:12:06.596Z] daemon.go:364: [d249ed2d48734] daemon started [2019-09-19T12:12:06.596Z] daemon.go:472: [d249ed2d48734] Stopping daemon [2019-09-19T12:12:06.596Z] daemon.go:307: [d249ed2d48734] exiting daemon [2019-09-19T12:12:06.596Z] daemon.go:459: [d249ed2d48734] Daemon stopped [2019-09-19T12:12:06.596Z] === RUN TestAuthZPluginHeader [2019-09-19T12:12:06.743Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39949/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -e DOCKER_GRAPHDRIVER docker:ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 hack/validate/vendor [2019-09-19T12:12:07.378Z] --- PASS: TestAuthZPluginHeader (0.90s) [2019-09-19T12:12:07.378Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-19T12:12:07.378Z] daemon.go:336: [d666044a1cbfb] waiting for daemon to start [2019-09-19T12:12:07.378Z] daemon.go:336: [d666044a1cbfb] waiting for daemon to start [2019-09-19T12:12:07.378Z] daemon.go:364: [d666044a1cbfb] daemon started [2019-09-19T12:12:07.378Z] daemon.go:472: [d666044a1cbfb] Stopping daemon [2019-09-19T12:12:07.378Z] daemon.go:307: [d666044a1cbfb] exiting daemon [2019-09-19T12:12:07.378Z] daemon.go:459: [d666044a1cbfb] Daemon stopped [2019-09-19T12:12:07.378Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-19T12:12:07.378Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-19T12:12:07.378Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:07.378Z] === RUN TestAuthZPluginV2Disable [2019-09-19T12:12:07.378Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-19T12:12:07.378Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:07.378Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-19T12:12:07.378Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-19T12:12:07.378Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:07.378Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-19T12:12:07.378Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-19T12:12:07.378Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:07.378Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:12:07.675Z] No vendor changes in diff. [2019-09-19T12:12:08.208Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-19T12:12:08.465Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-19T12:12:08.465Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-19T12:12:08.465Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-19T12:12:08.465Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-19T12:12:08.465Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-19T12:12:08.929Z] + echo Building e2e image [2019-09-19T12:12:08.929Z] Building e2e image [2019-09-19T12:12:08.929Z] + docker build --build-arg DOCKER_GITCOMMIT=ce61a1ed98119fa723b0f49fb5d1dc654fd793c6 -t moby-e2e-test -f Dockerfile.e2e . [2019-09-19T12:12:08.929Z] #2 [internal] load .dockerignore [2019-09-19T12:12:08.929Z] #2 transferring context: 34B done [2019-09-19T12:12:08.929Z] #2 DONE 0.0s [2019-09-19T12:12:08.929Z] [2019-09-19T12:12:08.929Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-19T12:12:08.929Z] #1 transferring dockerfile: 3.19kB done [2019-09-19T12:12:08.929Z] #1 DONE 0.0s [2019-09-19T12:12:08.929Z] [2019-09-19T12:12:08.929Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-19T12:12:09.186Z] #4 DONE 0.1s [2019-09-19T12:12:09.186Z] [2019-09-19T12:12:09.186Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-19T12:12:09.186Z] #3 DONE 0.1s [2019-09-19T12:12:09.186Z] [2019-09-19T12:12:09.186Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-19T12:12:09.186Z] #14 DONE 0.0s [2019-09-19T12:12:09.186Z] [2019-09-19T12:12:09.186Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-19T12:12:09.186Z] #5 DONE 0.0s [2019-09-19T12:12:09.186Z] [2019-09-19T12:12:09.186Z] #8 [internal] load build context [2019-09-19T12:12:09.443Z] #8 transferring context: 793.56kB 0.2s done [2019-09-19T12:12:09.443Z] #8 DONE 0.3s [2019-09-19T12:12:09.443Z] [2019-09-19T12:12:09.443Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-19T12:12:09.443Z] #17 CACHED [2019-09-19T12:12:09.443Z] [2019-09-19T12:12:09.443Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-19T12:12:09.443Z] #15 CACHED [2019-09-19T12:12:09.443Z] [2019-09-19T12:12:09.443Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-19T12:12:09.443Z] #16 CACHED [2019-09-19T12:12:09.443Z] [2019-09-19T12:12:09.443Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-19T12:12:09.443Z] #18 CACHED [2019-09-19T12:12:09.443Z] [2019-09-19T12:12:09.443Z] #31 [builder 1/4] COPY . . [2019-09-19T12:12:09.836Z] === RUN Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-19T12:12:14.015Z] === RUN Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-19T12:12:14.015Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-19T12:12:14.699Z] #31 DONE 5.1s [2019-09-19T12:12:14.699Z] [2019-09-19T12:12:14.699Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-19T12:12:15.264Z] #32 DONE 1.0s [2019-09-19T12:12:15.264Z] [2019-09-19T12:12:15.264Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-19T12:12:15.390Z] === RUN Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-19T12:12:16.196Z] #33 0.677 [2019-09-19T12:12:16.453Z] #33 1.018 Removing bundles/ [2019-09-19T12:12:16.453Z] #33 1.019 [2019-09-19T12:12:16.453Z] #33 1.022 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-19T12:12:17.287Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-19T12:12:17.853Z] === RUN Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-19T12:12:18.348Z] #33 2.677 Building test suite binary ./integration-cli/test.main [2019-09-19T12:12:20.380Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-19T12:12:21.312Z] === RUN Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-19T12:12:24.591Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-19T12:12:24.849Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-19T12:12:25.107Z] === RUN Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-19T12:12:27.123Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.27s) [2019-09-19T12:12:27.123Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:364: [d093b3e0906b4] daemon started [2019-09-19T12:12:27.123Z] daemon.go:472: [d093b3e0906b4] Stopping daemon [2019-09-19T12:12:27.123Z] daemon.go:307: [d093b3e0906b4] exiting daemon [2019-09-19T12:12:27.123Z] daemon.go:459: [d093b3e0906b4] Daemon stopped [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:350: [d093b3e0906b4] error pinging daemon on start: Get http://d093b3e0906b4.sock/_ping: context deadline exceeded [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:350: [d093b3e0906b4] error pinging daemon on start: Get http://d093b3e0906b4.sock/_ping: context deadline exceeded [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:350: [d093b3e0906b4] error pinging daemon on start: Get http://d093b3e0906b4.sock/_ping: context deadline exceeded [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:350: [d093b3e0906b4] error pinging daemon on start: Get http://d093b3e0906b4.sock/_ping: context deadline exceeded [2019-09-19T12:12:27.123Z] daemon.go:307: [d093b3e0906b4] exiting daemon [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:336: [d093b3e0906b4] waiting for daemon to start [2019-09-19T12:12:27.123Z] daemon.go:364: [d093b3e0906b4] daemon started [2019-09-19T12:12:27.123Z] daemon.go:472: [d093b3e0906b4] Stopping daemon [2019-09-19T12:12:27.123Z] daemon.go:307: [d093b3e0906b4] exiting daemon [2019-09-19T12:12:27.123Z] daemon.go:459: [d093b3e0906b4] Daemon stopped [2019-09-19T12:12:27.123Z] PASS [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] === Skipped [2019-09-19T12:12:27.123Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-19T12:12:27.123Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-19T12:12:27.123Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-19T12:12:27.123Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-19T12:12:27.123Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] [2019-09-19T12:12:27.123Z] DONE 17 tests, 4 skipped in 31.611s [2019-09-19T12:12:27.124Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] ++ set -e [2019-09-19T12:12:27.124Z] ++ '[' -n 0 ']' [2019-09-19T12:12:27.124Z] ++ set -x [2019-09-19T12:12:27.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] INFO: Testing against a local daemon [2019-09-19T12:12:27.124Z] === RUN TestPluginInvalidJSON [2019-09-19T12:12:27.124Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:12:27.124Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:12:27.124Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:12:27.124Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-19T12:12:27.124Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-19T12:12:27.124Z] PASS [2019-09-19T12:12:27.124Z] [2019-09-19T12:12:27.124Z] DONE 2 tests in 0.129s [2019-09-19T12:12:27.124Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] ++ set -e [2019-09-19T12:12:27.124Z] ++ '[' -n 0 ']' [2019-09-19T12:12:27.124Z] ++ set -x [2019-09-19T12:12:27.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:27.124Z] INFO: Testing against a local daemon [2019-09-19T12:12:27.124Z] === RUN TestExternalGraphDriver [2019-09-19T12:12:27.124Z] === RUN TestExternalGraphDriver/json [2019-09-19T12:12:27.124Z] === RUN TestExternalGraphDriver/spec [2019-09-19T12:12:29.010Z] === RUN TestExternalGraphDriver/pull [2019-09-19T12:12:30.362Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-19T12:12:31.494Z] --- PASS: TestExternalGraphDriver (6.33s) [2019-09-19T12:12:31.494Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:364: [d9a7ec0218cc7] daemon started [2019-09-19T12:12:31.494Z] daemon.go:472: [d9a7ec0218cc7] Stopping daemon [2019-09-19T12:12:31.494Z] daemon.go:307: [d9a7ec0218cc7] exiting daemon [2019-09-19T12:12:31.494Z] daemon.go:459: [d9a7ec0218cc7] Daemon stopped [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:364: [d9a7ec0218cc7] daemon started [2019-09-19T12:12:31.494Z] daemon.go:472: [d9a7ec0218cc7] Stopping daemon [2019-09-19T12:12:31.494Z] daemon.go:307: [d9a7ec0218cc7] exiting daemon [2019-09-19T12:12:31.494Z] daemon.go:459: [d9a7ec0218cc7] Daemon stopped [2019-09-19T12:12:31.494Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:364: [d9a7ec0218cc7] daemon started [2019-09-19T12:12:31.494Z] daemon.go:472: [d9a7ec0218cc7] Stopping daemon [2019-09-19T12:12:31.494Z] daemon.go:307: [d9a7ec0218cc7] exiting daemon [2019-09-19T12:12:31.494Z] daemon.go:459: [d9a7ec0218cc7] Daemon stopped [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:364: [d9a7ec0218cc7] daemon started [2019-09-19T12:12:31.494Z] daemon.go:472: [d9a7ec0218cc7] Stopping daemon [2019-09-19T12:12:31.494Z] daemon.go:307: [d9a7ec0218cc7] exiting daemon [2019-09-19T12:12:31.494Z] daemon.go:459: [d9a7ec0218cc7] Daemon stopped [2019-09-19T12:12:31.494Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:336: [d9a7ec0218cc7] waiting for daemon to start [2019-09-19T12:12:31.494Z] daemon.go:364: [d9a7ec0218cc7] daemon started [2019-09-19T12:12:31.494Z] daemon.go:472: [d9a7ec0218cc7] Stopping daemon [2019-09-19T12:12:31.494Z] daemon.go:307: [d9a7ec0218cc7] exiting daemon [2019-09-19T12:12:31.494Z] daemon.go:459: [d9a7ec0218cc7] Daemon stopped [2019-09-19T12:12:31.494Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2019-09-19T12:12:31.494Z] === RUN TestGraphdriverPluginV2 [2019-09-19T12:12:31.494Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-19T12:12:31.494Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:31.494Z] PASS [2019-09-19T12:12:31.494Z] [2019-09-19T12:12:31.494Z] === Skipped [2019-09-19T12:12:31.494Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-09-19T12:12:31.494Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:12:31.494Z] [2019-09-19T12:12:31.494Z] [2019-09-19T12:12:31.494Z] DONE 5 tests, 1 skipped in 6.519s [2019-09-19T12:12:31.494Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-19T12:12:31.494Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:31.494Z] ++ set -e [2019-09-19T12:12:31.494Z] ++ '[' -n 0 ']' [2019-09-19T12:12:31.494Z] ++ set -x [2019-09-19T12:12:31.494Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:31.494Z] INFO: Testing against a local daemon [2019-09-19T12:12:31.494Z] === RUN TestContinueAfterPluginCrash [2019-09-19T12:12:31.494Z] === PAUSE TestContinueAfterPluginCrash [2019-09-19T12:12:31.494Z] === RUN TestDaemonStartWithLogOpt [2019-09-19T12:12:31.494Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-19T12:12:31.494Z] === CONT TestContinueAfterPluginCrash [2019-09-19T12:12:31.494Z] === CONT TestDaemonStartWithLogOpt [2019-09-19T12:12:32.257Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-19T12:12:32.257Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-19T12:12:33.187Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-19T12:12:34.558Z] === RUN Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-19T12:12:38.735Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-19T12:12:40.134Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-19T12:12:40.713Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-19T12:12:42.616Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-19T12:12:42.908Z] --- PASS: TestDaemonStartWithLogOpt (11.11s) [2019-09-19T12:12:42.908Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-19T12:12:42.908Z] daemon.go:336: [d787c78d6e974] waiting for daemon to start [2019-09-19T12:12:42.908Z] daemon.go:336: [d787c78d6e974] waiting for daemon to start [2019-09-19T12:12:42.908Z] daemon.go:364: [d787c78d6e974] daemon started [2019-09-19T12:12:42.908Z] daemon.go:472: [d787c78d6e974] Stopping daemon [2019-09-19T12:12:42.908Z] daemon.go:307: [d787c78d6e974] exiting daemon [2019-09-19T12:12:42.908Z] daemon.go:459: [d787c78d6e974] Daemon stopped [2019-09-19T12:12:42.908Z] daemon.go:336: [d787c78d6e974] waiting for daemon to start [2019-09-19T12:12:42.908Z] daemon.go:336: [d787c78d6e974] waiting for daemon to start [2019-09-19T12:12:42.908Z] daemon.go:364: [d787c78d6e974] daemon started [2019-09-19T12:12:42.908Z] daemon.go:472: [d787c78d6e974] Stopping daemon [2019-09-19T12:12:42.908Z] daemon.go:307: [d787c78d6e974] exiting daemon [2019-09-19T12:12:42.908Z] daemon.go:459: [d787c78d6e974] Daemon stopped [2019-09-19T12:12:47.871Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-19T12:12:47.871Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-19T12:12:47.906Z] --- PASS: TestContinueAfterPluginCrash (15.99s) [2019-09-19T12:12:47.906Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-19T12:12:47.906Z] daemon.go:336: [da78da0ef4204] waiting for daemon to start [2019-09-19T12:12:47.906Z] daemon.go:336: [da78da0ef4204] waiting for daemon to start [2019-09-19T12:12:47.906Z] daemon.go:364: [da78da0ef4204] daemon started [2019-09-19T12:12:47.906Z] daemon.go:472: [da78da0ef4204] Stopping daemon [2019-09-19T12:12:47.906Z] daemon.go:307: [da78da0ef4204] exiting daemon [2019-09-19T12:12:47.906Z] daemon.go:459: [da78da0ef4204] Daemon stopped [2019-09-19T12:12:47.906Z] PASS [2019-09-19T12:12:47.906Z] [2019-09-19T12:12:47.906Z] DONE 2 tests in 16.127s [2019-09-19T12:12:47.906Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-19T12:12:47.906Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:47.906Z] ++ set -e [2019-09-19T12:12:47.906Z] ++ '[' -n 0 ']' [2019-09-19T12:12:47.906Z] ++ set -x [2019-09-19T12:12:47.906Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:47.906Z] INFO: Testing against a local daemon [2019-09-19T12:12:47.906Z] === RUN TestPluginWithDevMounts [2019-09-19T12:12:47.906Z] === PAUSE TestPluginWithDevMounts [2019-09-19T12:12:47.906Z] === CONT TestPluginWithDevMounts [2019-09-19T12:12:48.128Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-19T12:12:48.387Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-19T12:12:49.744Z] --- PASS: TestPluginWithDevMounts (2.01s) [2019-09-19T12:12:49.744Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-19T12:12:49.744Z] daemon.go:336: [db54d00b16033] waiting for daemon to start [2019-09-19T12:12:49.744Z] daemon.go:336: [db54d00b16033] waiting for daemon to start [2019-09-19T12:12:49.744Z] daemon.go:364: [db54d00b16033] daemon started [2019-09-19T12:12:49.744Z] daemon.go:472: [db54d00b16033] Stopping daemon [2019-09-19T12:12:49.744Z] daemon.go:307: [db54d00b16033] exiting daemon [2019-09-19T12:12:49.744Z] daemon.go:459: [db54d00b16033] Daemon stopped [2019-09-19T12:12:49.744Z] PASS [2019-09-19T12:12:49.744Z] [2019-09-19T12:12:49.744Z] DONE 1 tests in 2.143s [2019-09-19T12:12:49.744Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-19T12:12:49.744Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:49.744Z] ++ set -e [2019-09-19T12:12:49.744Z] ++ '[' -n 0 ']' [2019-09-19T12:12:49.744Z] ++ set -x [2019-09-19T12:12:49.744Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:12:49.744Z] INFO: Testing against a local daemon [2019-09-19T12:12:49.744Z] === RUN TestSecretInspect [2019-09-19T12:12:50.282Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-19T12:12:51.652Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-19T12:12:52.198Z] --- PASS: TestSecretInspect (2.46s) [2019-09-19T12:12:52.198Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-19T12:12:52.198Z] daemon.go:336: [d22f7fb91a123] waiting for daemon to start [2019-09-19T12:12:52.198Z] daemon.go:336: [d22f7fb91a123] waiting for daemon to start [2019-09-19T12:12:52.198Z] daemon.go:364: [d22f7fb91a123] daemon started [2019-09-19T12:12:52.198Z] daemon.go:472: [d22f7fb91a123] Stopping daemon [2019-09-19T12:12:52.198Z] daemon.go:307: [d22f7fb91a123] exiting daemon [2019-09-19T12:12:52.198Z] daemon.go:459: [d22f7fb91a123] Daemon stopped [2019-09-19T12:12:52.198Z] === RUN TestSecretList [2019-09-19T12:12:53.023Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-19T12:12:54.642Z] --- PASS: TestSecretList (2.40s) [2019-09-19T12:12:54.642Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-19T12:12:54.642Z] daemon.go:336: [dab426b9dfdf6] waiting for daemon to start [2019-09-19T12:12:54.642Z] daemon.go:336: [dab426b9dfdf6] waiting for daemon to start [2019-09-19T12:12:54.642Z] daemon.go:364: [dab426b9dfdf6] daemon started [2019-09-19T12:12:54.642Z] daemon.go:472: [dab426b9dfdf6] Stopping daemon [2019-09-19T12:12:54.642Z] daemon.go:307: [dab426b9dfdf6] exiting daemon [2019-09-19T12:12:54.642Z] daemon.go:459: [dab426b9dfdf6] Daemon stopped [2019-09-19T12:12:54.642Z] === RUN TestSecretsCreateAndDelete [2019-09-19T12:12:57.977Z] --- PASS: TestSecretsCreateAndDelete (3.03s) [2019-09-19T12:12:57.977Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-19T12:12:57.977Z] daemon.go:336: [db11679b9dd84] waiting for daemon to start [2019-09-19T12:12:57.977Z] daemon.go:336: [db11679b9dd84] waiting for daemon to start [2019-09-19T12:12:57.977Z] daemon.go:364: [db11679b9dd84] daemon started [2019-09-19T12:12:57.977Z] daemon.go:472: [db11679b9dd84] Stopping daemon [2019-09-19T12:12:57.977Z] daemon.go:307: [db11679b9dd84] exiting daemon [2019-09-19T12:12:57.977Z] daemon.go:459: [db11679b9dd84] Daemon stopped [2019-09-19T12:12:57.977Z] === RUN TestSecretsUpdate [2019-09-19T12:12:58.382Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-19T12:13:00.404Z] --- PASS: TestSecretsUpdate (2.80s) [2019-09-19T12:13:00.404Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-19T12:13:00.404Z] daemon.go:336: [da8e33a37e2f2] waiting for daemon to start [2019-09-19T12:13:00.404Z] daemon.go:336: [da8e33a37e2f2] waiting for daemon to start [2019-09-19T12:13:00.404Z] daemon.go:364: [da8e33a37e2f2] daemon started [2019-09-19T12:13:00.404Z] daemon.go:472: [da8e33a37e2f2] Stopping daemon [2019-09-19T12:13:00.404Z] daemon.go:307: [da8e33a37e2f2] exiting daemon [2019-09-19T12:13:00.404Z] daemon.go:459: [da8e33a37e2f2] Daemon stopped [2019-09-19T12:13:00.404Z] === RUN TestTemplatedSecret [2019-09-19T12:13:00.905Z] === RUN Test/DockerDaemonSuite/TestShmSize [2019-09-19T12:13:02.801Z] === RUN Test/DockerDaemonSuite/TestShmSizeReload [2019-09-19T12:13:04.576Z] --- PASS: TestTemplatedSecret (3.79s) [2019-09-19T12:13:04.576Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-19T12:13:04.576Z] daemon.go:336: [d23717588d392] waiting for daemon to start [2019-09-19T12:13:04.576Z] daemon.go:336: [d23717588d392] waiting for daemon to start [2019-09-19T12:13:04.576Z] daemon.go:364: [d23717588d392] daemon started [2019-09-19T12:13:04.576Z] daemon.go:472: [d23717588d392] Stopping daemon [2019-09-19T12:13:04.576Z] daemon.go:307: [d23717588d392] exiting daemon [2019-09-19T12:13:04.576Z] daemon.go:459: [d23717588d392] Daemon stopped [2019-09-19T12:13:04.576Z] === RUN TestSecretCreateResolve [2019-09-19T12:13:06.980Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-19T12:13:06.980Z] === RUN Test/DockerDaemonSuite/TestTLSVerify [2019-09-19T12:13:06.980Z] === RUN Test/DockerDaemonSuite/TestVolumePlugin [2019-09-19T12:13:07.016Z] --- PASS: TestSecretCreateResolve (2.93s) [2019-09-19T12:13:07.016Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-19T12:13:07.016Z] daemon.go:336: [d07eb61654fb7] waiting for daemon to start [2019-09-19T12:13:07.016Z] daemon.go:336: [d07eb61654fb7] waiting for daemon to start [2019-09-19T12:13:07.016Z] daemon.go:364: [d07eb61654fb7] daemon started [2019-09-19T12:13:07.016Z] daemon.go:472: [d07eb61654fb7] Stopping daemon [2019-09-19T12:13:07.016Z] daemon.go:307: [d07eb61654fb7] exiting daemon [2019-09-19T12:13:07.016Z] daemon.go:459: [d07eb61654fb7] Daemon stopped [2019-09-19T12:13:07.016Z] PASS [2019-09-19T12:13:07.016Z] [2019-09-19T12:13:07.016Z] DONE 6 tests in 17.540s [2019-09-19T12:13:07.016Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-19T12:13:07.016Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:13:07.016Z] ++ set -e [2019-09-19T12:13:07.016Z] ++ '[' -n 0 ']' [2019-09-19T12:13:07.016Z] ++ set -x [2019-09-19T12:13:07.016Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:13:07.385Z] INFO: Testing against a local daemon [2019-09-19T12:13:07.385Z] === RUN TestServiceCreateInit [2019-09-19T12:13:07.385Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:13:07.911Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-19T12:13:12.092Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-19T12:13:12.350Z] === RUN Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-19T12:13:12.645Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:13:16.529Z] === RUN Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-19T12:13:17.697Z] --- PASS: TestServiceCreateInit (9.57s) [2019-09-19T12:13:17.697Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.80s) [2019-09-19T12:13:17.697Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:13:17.697Z] daemon.go:336: [d1246a1563784] waiting for daemon to start [2019-09-19T12:13:17.697Z] daemon.go:336: [d1246a1563784] waiting for daemon to start [2019-09-19T12:13:17.697Z] daemon.go:364: [d1246a1563784] daemon started [2019-09-19T12:13:17.697Z] daemon.go:472: [d1246a1563784] Stopping daemon [2019-09-19T12:13:17.697Z] daemon.go:307: [d1246a1563784] exiting daemon [2019-09-19T12:13:17.697Z] daemon.go:459: [d1246a1563784] Daemon stopped [2019-09-19T12:13:17.697Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.72s) [2019-09-19T12:13:17.697Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:13:17.697Z] daemon.go:336: [d6508b934e469] waiting for daemon to start [2019-09-19T12:13:17.697Z] daemon.go:336: [d6508b934e469] waiting for daemon to start [2019-09-19T12:13:17.697Z] daemon.go:364: [d6508b934e469] daemon started [2019-09-19T12:13:17.697Z] daemon.go:472: [d6508b934e469] Stopping daemon [2019-09-19T12:13:17.697Z] daemon.go:307: [d6508b934e469] exiting daemon [2019-09-19T12:13:17.697Z] daemon.go:459: [d6508b934e469] Daemon stopped [2019-09-19T12:13:17.697Z] === RUN TestCreateServiceMultipleTimes [2019-09-19T12:13:19.804Z] === RUN Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-19T12:13:26.353Z] === RUN Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-19T12:13:26.610Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-19T12:13:27.981Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-19T12:13:27.981Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-19T12:13:33.238Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-19T12:13:34.098Z] --- PASS: TestCreateServiceMultipleTimes (16.91s) [2019-09-19T12:13:34.098Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-19T12:13:34.098Z] daemon.go:336: [d3a9399c81221] waiting for daemon to start [2019-09-19T12:13:34.098Z] daemon.go:336: [d3a9399c81221] waiting for daemon to start [2019-09-19T12:13:34.098Z] daemon.go:364: [d3a9399c81221] daemon started [2019-09-19T12:13:34.098Z] daemon.go:472: [d3a9399c81221] Stopping daemon [2019-09-19T12:13:34.098Z] daemon.go:307: [d3a9399c81221] exiting daemon [2019-09-19T12:13:34.098Z] daemon.go:459: [d3a9399c81221] Daemon stopped [2019-09-19T12:13:34.098Z] === RUN TestCreateServiceConflict [2019-09-19T12:13:36.520Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-19T12:13:36.631Z] --- PASS: TestCreateServiceConflict (2.89s) [2019-09-19T12:13:36.631Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-19T12:13:36.631Z] daemon.go:336: [df1ccc283e46e] waiting for daemon to start [2019-09-19T12:13:36.631Z] daemon.go:336: [df1ccc283e46e] waiting for daemon to start [2019-09-19T12:13:36.631Z] daemon.go:364: [df1ccc283e46e] daemon started [2019-09-19T12:13:36.631Z] daemon.go:472: [df1ccc283e46e] Stopping daemon [2019-09-19T12:13:36.631Z] daemon.go:307: [df1ccc283e46e] exiting daemon [2019-09-19T12:13:36.631Z] daemon.go:459: [df1ccc283e46e] Daemon stopped [2019-09-19T12:13:36.631Z] === RUN TestCreateServiceMaxReplicas [2019-09-19T12:13:39.043Z] === RUN Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-19T12:13:39.043Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-19T12:13:39.607Z] === RUN Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-19T12:13:40.160Z] 2945147eda09: Pull complete [2019-09-19T12:13:40.160Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-19T12:13:40.160Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:13:40.160Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-19T12:13:40.160Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-19T12:13:40.160Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-19T12:13:40.160Z] WARN: Skipping validation tests [2019-09-19T12:13:40.160Z] INFO: Running unit tests at 09/19/2019 12:13:28... [2019-09-19T12:13:40.160Z] INFO: make.ps1 starting at 09/19/2019 12:13:32 [2019-09-19T12:13:40.160Z] INFO: Git commit (ce61a1ed9) assumed from DOCKER_GITCOMMIT environment variable [2019-09-19T12:13:40.160Z] INFO: Invoking autogen... [2019-09-19T12:13:40.160Z] INFO: Running unit tests... [2019-09-19T12:13:40.687Z] --- PASS: TestCreateServiceMaxReplicas (3.74s) [2019-09-19T12:13:40.687Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-19T12:13:40.687Z] daemon.go:336: [d2b7ab37e4156] waiting for daemon to start [2019-09-19T12:13:40.687Z] daemon.go:336: [d2b7ab37e4156] waiting for daemon to start [2019-09-19T12:13:40.687Z] daemon.go:364: [d2b7ab37e4156] daemon started [2019-09-19T12:13:40.687Z] daemon.go:472: [d2b7ab37e4156] Stopping daemon [2019-09-19T12:13:40.687Z] daemon.go:307: [d2b7ab37e4156] exiting daemon [2019-09-19T12:13:40.687Z] daemon.go:459: [d2b7ab37e4156] Daemon stopped [2019-09-19T12:13:40.687Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-19T12:13:47.707Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-19T12:13:49.077Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-19T12:13:51.599Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-19T12:13:54.601Z] --- PASS: TestImportExtremelyLargeImageWorks (313.75s) [2019-09-19T12:13:54.601Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-19T12:13:54.601Z] daemon.go:336: [d75a176247d56] waiting for daemon to start [2019-09-19T12:13:54.601Z] daemon.go:336: [d75a176247d56] waiting for daemon to start [2019-09-19T12:13:54.601Z] daemon.go:364: [d75a176247d56] daemon started [2019-09-19T12:13:54.601Z] daemon.go:472: [d75a176247d56] Stopping daemon [2019-09-19T12:13:54.601Z] daemon.go:307: [d75a176247d56] exiting daemon [2019-09-19T12:13:54.601Z] daemon.go:459: [d75a176247d56] Daemon stopped [2019-09-19T12:13:54.601Z] PASS [2019-09-19T12:13:54.601Z] [2019-09-19T12:13:54.601Z] === Skipped [2019-09-19T12:13:54.601Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-19T12:13:54.601Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:13:54.601Z] [2019-09-19T12:13:54.601Z] [2019-09-19T12:13:54.601Z] DONE 12 tests, 1 skipped in 315.190s [2019-09-19T12:13:54.601Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-19T12:13:54.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:13:54.601Z] ++ set -e [2019-09-19T12:13:54.601Z] ++ '[' -n 0 ']' [2019-09-19T12:13:54.601Z] ++ set -x [2019-09-19T12:13:54.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:13:54.601Z] INFO: Testing against a local daemon [2019-09-19T12:13:54.601Z] === RUN TestNetworkCreateDelete [2019-09-19T12:13:54.601Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-19T12:13:54.601Z] === RUN TestDockerNetworkDeletePreferID [2019-09-19T12:13:54.601Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s) [2019-09-19T12:13:54.601Z] === RUN TestInspectNetwork [2019-09-19T12:13:54.601Z] === RUN TestInspectNetwork/full_network_id [2019-09-19T12:13:54.601Z] === RUN TestInspectNetwork/partial_network_id [2019-09-19T12:13:54.601Z] === RUN TestInspectNetwork/network_name [2019-09-19T12:13:54.601Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-19T12:13:55.216Z] --- PASS: TestInspectNetwork (8.44s) [2019-09-19T12:13:55.216Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-19T12:13:55.216Z] daemon.go:336: [da51383427053] waiting for daemon to start [2019-09-19T12:13:55.216Z] daemon.go:336: [da51383427053] waiting for daemon to start [2019-09-19T12:13:55.216Z] daemon.go:364: [da51383427053] daemon started [2019-09-19T12:13:55.216Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-19T12:13:55.216Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-19T12:13:55.216Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-19T12:13:55.216Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-19T12:13:55.216Z] daemon.go:472: [da51383427053] Stopping daemon [2019-09-19T12:13:55.216Z] daemon.go:307: [da51383427053] exiting daemon [2019-09-19T12:13:55.216Z] daemon.go:459: [da51383427053] Daemon stopped [2019-09-19T12:13:55.216Z] === RUN TestRunContainerWithBridgeNone [2019-09-19T12:13:57.103Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.08s) [2019-09-19T12:13:57.103Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-19T12:13:57.103Z] daemon.go:336: [d2d44817eda96] waiting for daemon to start [2019-09-19T12:13:57.103Z] daemon.go:336: [d2d44817eda96] waiting for daemon to start [2019-09-19T12:13:57.103Z] daemon.go:364: [d2d44817eda96] daemon started [2019-09-19T12:13:57.103Z] daemon.go:472: [d2d44817eda96] Stopping daemon [2019-09-19T12:13:57.103Z] daemon.go:307: [d2d44817eda96] exiting daemon [2019-09-19T12:13:57.103Z] daemon.go:459: [d2d44817eda96] Daemon stopped [2019-09-19T12:13:57.103Z] === RUN TestCreateServiceSecretFileMode [2019-09-19T12:13:57.827Z] ? github.com/docker/docker/api [no test files] [2019-09-19T12:13:57.874Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2019-09-19T12:13:57.874Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-19T12:13:57.874Z] daemon.go:336: [da8816fd211d2] waiting for daemon to start [2019-09-19T12:13:57.874Z] daemon.go:336: [da8816fd211d2] waiting for daemon to start [2019-09-19T12:13:57.874Z] daemon.go:364: [da8816fd211d2] daemon started [2019-09-19T12:13:57.874Z] daemon.go:472: [da8816fd211d2] Stopping daemon [2019-09-19T12:13:57.874Z] daemon.go:307: [da8816fd211d2] exiting daemon [2019-09-19T12:13:57.874Z] daemon.go:459: [da8816fd211d2] Daemon stopped [2019-09-19T12:13:57.874Z] === RUN TestCreateServiceConfigFileMode [2019-09-19T12:13:57.912Z] --- PASS: TestRunContainerWithBridgeNone (2.66s) [2019-09-19T12:13:57.912Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-19T12:13:57.912Z] daemon.go:336: [dd63fea397b0e] waiting for daemon to start [2019-09-19T12:13:57.912Z] daemon.go:336: [dd63fea397b0e] waiting for daemon to start [2019-09-19T12:13:57.912Z] daemon.go:364: [dd63fea397b0e] daemon started [2019-09-19T12:13:57.912Z] daemon.go:472: [dd63fea397b0e] Stopping daemon [2019-09-19T12:13:57.912Z] daemon.go:307: [dd63fea397b0e] exiting daemon [2019-09-19T12:13:57.912Z] daemon.go:459: [dd63fea397b0e] Daemon stopped [2019-09-19T12:13:57.912Z] === RUN TestNetworkInvalidJSON [2019-09-19T12:13:57.912Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-19T12:13:57.912Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-19T12:13:57.912Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:13:57.912Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:13:57.912Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:13:57.912Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:13:57.912Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-19T12:13:57.912Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:13:57.912Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:13:57.912Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2019-09-19T12:13:57.912Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-19T12:13:57.912Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-19T12:13:57.912Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-19T12:13:57.912Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-19T12:13:58.924Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-19T12:13:58.924Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-19T12:13:58.924Z] daemon.go:336: [d04be46b9e0c6] waiting for daemon to start [2019-09-19T12:13:58.924Z] daemon.go:336: [d04be46b9e0c6] waiting for daemon to start [2019-09-19T12:13:58.924Z] daemon.go:364: [d04be46b9e0c6] daemon started [2019-09-19T12:13:58.924Z] daemon.go:472: [d04be46b9e0c6] Stopping daemon [2019-09-19T12:13:58.924Z] daemon.go:307: [d04be46b9e0c6] exiting daemon [2019-09-19T12:13:58.924Z] daemon.go:459: [d04be46b9e0c6] Daemon stopped [2019-09-19T12:13:58.924Z] daemon.go:336: [d04be46b9e0c6] waiting for daemon to start [2019-09-19T12:13:58.924Z] daemon.go:336: [d04be46b9e0c6] waiting for daemon to start [2019-09-19T12:13:58.924Z] daemon.go:364: [d04be46b9e0c6] daemon started [2019-09-19T12:13:58.924Z] daemon.go:472: [d04be46b9e0c6] Stopping daemon [2019-09-19T12:13:58.924Z] daemon.go:307: [d04be46b9e0c6] exiting daemon [2019-09-19T12:13:58.924Z] daemon.go:459: [d04be46b9e0c6] Daemon stopped [2019-09-19T12:13:58.924Z] === RUN TestDaemonDefaultNetworkPools [2019-09-19T12:13:59.949Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2019-09-19T12:13:59.949Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-19T12:13:59.949Z] daemon.go:336: [de5716ef9f27b] waiting for daemon to start [2019-09-19T12:13:59.949Z] daemon.go:336: [de5716ef9f27b] waiting for daemon to start [2019-09-19T12:13:59.949Z] daemon.go:364: [de5716ef9f27b] daemon started [2019-09-19T12:13:59.949Z] daemon.go:472: [de5716ef9f27b] Stopping daemon [2019-09-19T12:13:59.949Z] daemon.go:307: [de5716ef9f27b] exiting daemon [2019-09-19T12:13:59.949Z] daemon.go:459: [de5716ef9f27b] Daemon stopped [2019-09-19T12:13:59.949Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-19T12:14:00.961Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2019-09-19T12:14:00.961Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-19T12:14:00.961Z] daemon.go:336: [d2359503c8538] waiting for daemon to start [2019-09-19T12:14:00.961Z] daemon.go:336: [d2359503c8538] waiting for daemon to start [2019-09-19T12:14:00.961Z] daemon.go:364: [d2359503c8538] daemon started [2019-09-19T12:14:00.961Z] daemon.go:472: [d2359503c8538] Stopping daemon [2019-09-19T12:14:00.961Z] daemon.go:307: [d2359503c8538] exiting daemon [2019-09-19T12:14:00.961Z] daemon.go:459: [d2359503c8538] Daemon stopped [2019-09-19T12:14:00.961Z] daemon.go:336: [d2359503c8538] waiting for daemon to start [2019-09-19T12:14:00.961Z] daemon.go:336: [d2359503c8538] waiting for daemon to start [2019-09-19T12:14:00.961Z] daemon.go:364: [d2359503c8538] daemon started [2019-09-19T12:14:00.961Z] daemon.go:472: [d2359503c8538] Stopping daemon [2019-09-19T12:14:00.961Z] daemon.go:307: [d2359503c8538] exiting daemon [2019-09-19T12:14:00.961Z] daemon.go:459: [d2359503c8538] Daemon stopped [2019-09-19T12:14:00.961Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:14:01.086Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2019-09-19T12:14:01.086Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-19T12:14:01.086Z] daemon.go:336: [d2aa4a18978b0] waiting for daemon to start [2019-09-19T12:14:01.086Z] daemon.go:336: [d2aa4a18978b0] waiting for daemon to start [2019-09-19T12:14:01.086Z] daemon.go:364: [d2aa4a18978b0] daemon started [2019-09-19T12:14:01.086Z] daemon.go:472: [d2aa4a18978b0] Stopping daemon [2019-09-19T12:14:01.086Z] daemon.go:307: [d2aa4a18978b0] exiting daemon [2019-09-19T12:14:01.086Z] daemon.go:459: [d2aa4a18978b0] Daemon stopped [2019-09-19T12:14:01.086Z] === RUN TestCreateServiceSysctls [2019-09-19T12:14:02.435Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.41s) [2019-09-19T12:14:02.436Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:14:02.436Z] daemon.go:336: [de8ee2815c33f] waiting for daemon to start [2019-09-19T12:14:02.436Z] daemon.go:336: [de8ee2815c33f] waiting for daemon to start [2019-09-19T12:14:02.436Z] daemon.go:364: [de8ee2815c33f] daemon started [2019-09-19T12:14:02.436Z] daemon.go:472: [de8ee2815c33f] Stopping daemon [2019-09-19T12:14:02.436Z] daemon.go:307: [de8ee2815c33f] exiting daemon [2019-09-19T12:14:02.436Z] daemon.go:459: [de8ee2815c33f] Daemon stopped [2019-09-19T12:14:02.436Z] daemon.go:336: [de8ee2815c33f] waiting for daemon to start [2019-09-19T12:14:02.436Z] daemon.go:336: [de8ee2815c33f] waiting for daemon to start [2019-09-19T12:14:02.436Z] daemon.go:364: [de8ee2815c33f] daemon started [2019-09-19T12:14:02.436Z] daemon.go:472: [de8ee2815c33f] Stopping daemon [2019-09-19T12:14:02.436Z] daemon.go:307: [de8ee2815c33f] exiting daemon [2019-09-19T12:14:02.436Z] daemon.go:459: [de8ee2815c33f] Daemon stopped [2019-09-19T12:14:02.436Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:14:03.050Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-19T12:14:03.050Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:14:03.050Z] daemon.go:336: [d01916c4f402b] waiting for daemon to start [2019-09-19T12:14:03.050Z] daemon.go:336: [d01916c4f402b] waiting for daemon to start [2019-09-19T12:14:03.050Z] daemon.go:364: [d01916c4f402b] daemon started [2019-09-19T12:14:03.050Z] daemon.go:472: [d01916c4f402b] Stopping daemon [2019-09-19T12:14:03.050Z] daemon.go:307: [d01916c4f402b] exiting daemon [2019-09-19T12:14:03.050Z] daemon.go:459: [d01916c4f402b] Daemon stopped [2019-09-19T12:14:03.050Z] === RUN TestServiceWithPredefinedNetwork [2019-09-19T12:14:05.144Z] --- PASS: TestCreateServiceSysctls (3.69s) [2019-09-19T12:14:05.144Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-19T12:14:05.144Z] daemon.go:336: [d78305131713e] waiting for daemon to start [2019-09-19T12:14:05.144Z] daemon.go:336: [d78305131713e] waiting for daemon to start [2019-09-19T12:14:05.144Z] daemon.go:364: [d78305131713e] daemon started [2019-09-19T12:14:05.144Z] daemon.go:472: [d78305131713e] Stopping daemon [2019-09-19T12:14:05.144Z] daemon.go:307: [d78305131713e] exiting daemon [2019-09-19T12:14:05.144Z] daemon.go:459: [d78305131713e] Daemon stopped [2019-09-19T12:14:05.144Z] === RUN TestCreateServiceCapabilities [2019-09-19T12:14:05.743Z] --- PASS: TestServiceWithPredefinedNetwork (2.37s) [2019-09-19T12:14:05.743Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-19T12:14:05.743Z] daemon.go:336: [d87e5e2f96088] waiting for daemon to start [2019-09-19T12:14:05.743Z] daemon.go:336: [d87e5e2f96088] waiting for daemon to start [2019-09-19T12:14:05.743Z] daemon.go:364: [d87e5e2f96088] daemon started [2019-09-19T12:14:05.743Z] daemon.go:472: [d87e5e2f96088] Stopping daemon [2019-09-19T12:14:05.743Z] daemon.go:307: [d87e5e2f96088] exiting daemon [2019-09-19T12:14:05.743Z] daemon.go:459: [d87e5e2f96088] Daemon stopped [2019-09-19T12:14:05.743Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-19T12:14:05.743Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:14:05.743Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:14:05.743Z] === RUN TestServiceWithDataPathPortInit [2019-09-19T12:14:08.346Z] --- PASS: TestCreateServiceCapabilities (3.42s) [2019-09-19T12:14:08.346Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-19T12:14:08.346Z] daemon.go:336: [d2cb118f277f4] waiting for daemon to start [2019-09-19T12:14:08.346Z] daemon.go:336: [d2cb118f277f4] waiting for daemon to start [2019-09-19T12:14:08.346Z] daemon.go:364: [d2cb118f277f4] daemon started [2019-09-19T12:14:08.346Z] daemon.go:472: [d2cb118f277f4] Stopping daemon [2019-09-19T12:14:08.346Z] daemon.go:307: [d2cb118f277f4] exiting daemon [2019-09-19T12:14:08.346Z] daemon.go:459: [d2cb118f277f4] Daemon stopped [2019-09-19T12:14:08.346Z] === RUN TestInspect [2019-09-19T12:14:09.666Z] === RUN Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-19T12:14:09.666Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-19T12:14:09.778Z] #33 109.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-19T12:14:09.778Z] #33 112.2 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-19T12:14:10.344Z] #33 114.9 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-19T12:14:11.562Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-19T12:14:11.562Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-19T12:14:12.387Z] --- PASS: TestInspect (3.54s) [2019-09-19T12:14:12.387Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-19T12:14:12.387Z] daemon.go:336: [d0db930d0ee70] waiting for daemon to start [2019-09-19T12:14:12.387Z] daemon.go:336: [d0db930d0ee70] waiting for daemon to start [2019-09-19T12:14:12.387Z] daemon.go:364: [d0db930d0ee70] daemon started [2019-09-19T12:14:12.387Z] daemon.go:472: [d0db930d0ee70] Stopping daemon [2019-09-19T12:14:12.387Z] daemon.go:307: [d0db930d0ee70] exiting daemon [2019-09-19T12:14:12.387Z] daemon.go:459: [d0db930d0ee70] Daemon stopped [2019-09-19T12:14:12.387Z] === RUN TestDockerNetworkConnectAlias [2019-09-19T12:14:13.623Z] #33 118.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-19T12:14:15.510Z] ok github.com/docker/docker/api/server 0.202s coverage: 9.0% of statements [2019-09-19T12:14:16.150Z] #33 120.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-19T12:14:18.174Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-19T12:14:18.174Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-19T12:14:18.431Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-19T12:14:18.677Z] #33 123.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-19T12:14:18.703Z] --- PASS: TestDockerNetworkConnectAlias (6.19s) [2019-09-19T12:14:18.703Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-19T12:14:18.703Z] daemon.go:336: [de9d1612c935a] waiting for daemon to start [2019-09-19T12:14:18.703Z] daemon.go:336: [de9d1612c935a] waiting for daemon to start [2019-09-19T12:14:18.703Z] daemon.go:364: [de9d1612c935a] daemon started [2019-09-19T12:14:18.703Z] daemon.go:472: [de9d1612c935a] Stopping daemon [2019-09-19T12:14:18.703Z] daemon.go:307: [de9d1612c935a] exiting daemon [2019-09-19T12:14:18.703Z] daemon.go:459: [de9d1612c935a] Daemon stopped [2019-09-19T12:14:18.703Z] === RUN TestDockerNetworkReConnect [2019-09-19T12:14:19.362Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-19T12:14:19.362Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-19T12:14:19.926Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-19T12:14:20.183Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-19T12:14:20.970Z] --- PASS: TestServiceWithDataPathPortInit (15.53s) [2019-09-19T12:14:20.971Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:14:20.971Z] daemon.go:336: [df6eda72c448d] waiting for daemon to start [2019-09-19T12:14:20.971Z] daemon.go:336: [df6eda72c448d] waiting for daemon to start [2019-09-19T12:14:20.971Z] daemon.go:364: [df6eda72c448d] daemon started [2019-09-19T12:14:20.971Z] daemon.go:472: [df6eda72c448d] Stopping daemon [2019-09-19T12:14:20.971Z] daemon.go:307: [df6eda72c448d] exiting daemon [2019-09-19T12:14:20.971Z] daemon.go:459: [df6eda72c448d] Daemon stopped [2019-09-19T12:14:20.971Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:14:20.971Z] daemon.go:336: [da65cb2e8833d] waiting for daemon to start [2019-09-19T12:14:20.971Z] daemon.go:336: [da65cb2e8833d] waiting for daemon to start [2019-09-19T12:14:20.971Z] daemon.go:364: [da65cb2e8833d] daemon started [2019-09-19T12:14:20.971Z] daemon.go:472: [da65cb2e8833d] Stopping daemon [2019-09-19T12:14:20.971Z] daemon.go:307: [da65cb2e8833d] exiting daemon [2019-09-19T12:14:20.971Z] daemon.go:459: [da65cb2e8833d] Daemon stopped [2019-09-19T12:14:20.971Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-19T12:14:21.208Z] #33 125.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-19T12:14:23.457Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-19T12:14:23.735Z] #33 128.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-19T12:14:23.745Z] --- PASS: TestDockerNetworkReConnect (4.99s) [2019-09-19T12:14:23.745Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-19T12:14:23.745Z] daemon.go:336: [d6eeb80271571] waiting for daemon to start [2019-09-19T12:14:23.745Z] daemon.go:336: [d6eeb80271571] waiting for daemon to start [2019-09-19T12:14:23.745Z] daemon.go:364: [d6eeb80271571] daemon started [2019-09-19T12:14:23.745Z] daemon.go:472: [d6eeb80271571] Stopping daemon [2019-09-19T12:14:23.745Z] daemon.go:307: [d6eeb80271571] exiting daemon [2019-09-19T12:14:23.745Z] daemon.go:459: [d6eeb80271571] Daemon stopped [2019-09-19T12:14:23.745Z] === RUN TestServicePlugin [2019-09-19T12:14:23.745Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-19T12:14:23.745Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:14:23.745Z] === RUN TestServiceUpdateLabel [2019-09-19T12:14:23.993Z] #33 128.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-19T12:14:25.359Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-19T12:14:25.671Z] --- PASS: TestServiceUpdateLabel (2.60s) [2019-09-19T12:14:25.671Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-19T12:14:25.671Z] daemon.go:336: [de843d7873d03] waiting for daemon to start [2019-09-19T12:14:25.671Z] daemon.go:336: [de843d7873d03] waiting for daemon to start [2019-09-19T12:14:25.671Z] daemon.go:364: [de843d7873d03] daemon started [2019-09-19T12:14:25.671Z] daemon.go:472: [de843d7873d03] Stopping daemon [2019-09-19T12:14:25.671Z] daemon.go:307: [de843d7873d03] exiting daemon [2019-09-19T12:14:25.671Z] daemon.go:459: [de843d7873d03] Daemon stopped [2019-09-19T12:14:25.671Z] === RUN TestServiceUpdateSecrets [2019-09-19T12:14:26.520Z] #33 131.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-19T12:14:27.255Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-19T12:14:27.893Z] #33 132.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-19T12:14:28.627Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-19T12:14:29.369Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.34s) [2019-09-19T12:14:29.369Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-19T12:14:29.369Z] daemon.go:336: [dfa31790665d1] waiting for daemon to start [2019-09-19T12:14:29.369Z] daemon.go:336: [dfa31790665d1] waiting for daemon to start [2019-09-19T12:14:29.369Z] daemon.go:364: [dfa31790665d1] daemon started [2019-09-19T12:14:29.369Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gdrsi1zivzlpp3d15utte7cx0 Created:2019-09-19 12:14:21.911803909 +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[289e55e7e0a0c54b34a4d7b283d3e588a743629ff3b388680efed805e3310f29:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.639a2xdhbgifo4jk1ftp3m40b EndpointID:76780bc7fcba49d9efb517b859360a20b8e102c3dcd6604ad45af752916e8089 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:77fee7e5f9f6f587ff6d7eb8e407a15f0e5c98ee231fe94fe0e6efa336c3bd15 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:863ac49c59d7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.639a2xdhbgifo4jk1ftp3m40b EndpointID:76780bc7fcba49d9efb517b859360a20b8e102c3dcd6604ad45af752916e8089 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-19T12:14:29.369Z] daemon.go:472: [dfa31790665d1] Stopping daemon [2019-09-19T12:14:29.369Z] daemon.go:307: [dfa31790665d1] exiting daemon [2019-09-19T12:14:29.369Z] daemon.go:459: [dfa31790665d1] Daemon stopped [2019-09-19T12:14:29.369Z] PASS [2019-09-19T12:14:29.369Z] [2019-09-19T12:14:29.369Z] === Skipped [2019-09-19T12:14:29.369Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:14:29.369Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:14:29.369Z] [2019-09-19T12:14:29.369Z] [2019-09-19T12:14:29.369Z] DONE 21 tests, 1 skipped in 42.389s [2019-09-19T12:14:29.369Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:14:29.369Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:14:29.369Z] ++ set -e [2019-09-19T12:14:29.369Z] ++ '[' -n 0 ']' [2019-09-19T12:14:29.369Z] ++ set -x [2019-09-19T12:14:29.369Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:14:29.369Z] INFO: Testing against a local daemon [2019-09-19T12:14:29.369Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-19T12:14:29.986Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.51s) [2019-09-19T12:14:29.986Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-19T12:14:29.986Z] daemon.go:336: [d9d8240e81e63] waiting for daemon to start [2019-09-19T12:14:29.986Z] daemon.go:336: [d9d8240e81e63] waiting for daemon to start [2019-09-19T12:14:29.986Z] daemon.go:364: [d9d8240e81e63] daemon started [2019-09-19T12:14:29.986Z] daemon.go:472: [d9d8240e81e63] Stopping daemon [2019-09-19T12:14:29.986Z] daemon.go:307: [d9d8240e81e63] exiting daemon [2019-09-19T12:14:29.986Z] daemon.go:459: [d9d8240e81e63] Daemon stopped [2019-09-19T12:14:29.986Z] daemon.go:336: [d9d8240e81e63] waiting for daemon to start [2019-09-19T12:14:29.986Z] daemon.go:336: [d9d8240e81e63] waiting for daemon to start [2019-09-19T12:14:29.986Z] daemon.go:364: [d9d8240e81e63] daemon started [2019-09-19T12:14:29.986Z] daemon.go:472: [d9d8240e81e63] Stopping daemon [2019-09-19T12:14:29.986Z] daemon.go:307: [d9d8240e81e63] exiting daemon [2019-09-19T12:14:29.986Z] daemon.go:459: [d9d8240e81e63] Daemon stopped [2019-09-19T12:14:29.986Z] === RUN TestDockerNetworkIpvlan [2019-09-19T12:14:30.420Z] #33 134.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-19T12:14:30.522Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-19T12:14:30.603Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-19T12:14:31.087Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-19T12:14:31.613Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-19T12:14:31.653Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-19T12:14:32.217Z] === RUN Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-19T12:14:32.627Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-19T12:14:32.947Z] #33 137.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-19T12:14:35.312Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-19T12:14:35.476Z] #33 139.8 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-19T12:14:38.003Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-19T12:14:38.788Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-19T12:14:40.316Z] --- PASS: TestImportExtremelyLargeImageWorks (167.43s) [2019-09-19T12:14:40.316Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-19T12:14:40.316Z] daemon.go:336: [d11f8e44fb410] waiting for daemon to start [2019-09-19T12:14:40.316Z] daemon.go:336: [d11f8e44fb410] waiting for daemon to start [2019-09-19T12:14:40.316Z] daemon.go:364: [d11f8e44fb410] daemon started [2019-09-19T12:14:40.316Z] daemon.go:472: [d11f8e44fb410] Stopping daemon [2019-09-19T12:14:40.316Z] daemon.go:307: [d11f8e44fb410] exiting daemon [2019-09-19T12:14:40.316Z] daemon.go:459: [d11f8e44fb410] Daemon stopped [2019-09-19T12:14:40.316Z] PASS [2019-09-19T12:14:40.316Z] [2019-09-19T12:14:40.316Z] DONE 12 tests in 171.774s [2019-09-19T12:14:40.316Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-19T12:14:40.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:14:40.316Z] ++ set -e [2019-09-19T12:14:40.316Z] ++ '[' -n 0 ']' [2019-09-19T12:14:40.316Z] ++ set -x [2019-09-19T12:14:40.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:14:40.316Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-19T12:14:40.573Z] INFO: Testing against a local daemon [2019-09-19T12:14:40.573Z] === RUN TestNetworkCreateDelete [2019-09-19T12:14:40.573Z] --- PASS: TestNetworkCreateDelete (0.11s) [2019-09-19T12:14:40.573Z] === RUN TestDockerNetworkDeletePreferID [2019-09-19T12:14:40.595Z] #33 144.9 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-19T12:14:40.831Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-09-19T12:14:40.831Z] === RUN TestInspectNetwork [2019-09-19T12:14:41.521Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-19T12:14:41.528Z] #33 146.0 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-19T12:14:42.005Z] --- PASS: TestServiceUpdateSecrets (15.37s) [2019-09-19T12:14:42.005Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-19T12:14:42.005Z] daemon.go:336: [d63c635a2ebcf] waiting for daemon to start [2019-09-19T12:14:42.005Z] daemon.go:336: [d63c635a2ebcf] waiting for daemon to start [2019-09-19T12:14:42.005Z] daemon.go:364: [d63c635a2ebcf] daemon started [2019-09-19T12:14:42.005Z] daemon.go:472: [d63c635a2ebcf] Stopping daemon [2019-09-19T12:14:42.005Z] daemon.go:307: [d63c635a2ebcf] exiting daemon [2019-09-19T12:14:42.005Z] daemon.go:459: [d63c635a2ebcf] Daemon stopped [2019-09-19T12:14:42.005Z] === RUN TestServiceUpdateConfigs [2019-09-19T12:14:44.060Z] #33 148.7 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-19T12:14:44.992Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-19T12:14:45.430Z] #33 149.9 [2019-09-19T12:14:46.801Z] #33 DONE 151.1s [2019-09-19T12:14:46.801Z] [2019-09-19T12:14:46.801Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-19T12:14:47.380Z] === RUN TestInspectNetwork/full_network_id [2019-09-19T12:14:47.380Z] === RUN TestInspectNetwork/partial_network_id [2019-09-19T12:14:47.380Z] === RUN TestInspectNetwork/network_name [2019-09-19T12:14:47.380Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-19T12:14:49.323Z] #34 DONE 2.4s [2019-09-19T12:14:50.505Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-19T12:14:51.222Z] #12 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-19T12:14:51.222Z] #11 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-19T12:14:51.222Z] #29 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-19T12:14:51.222Z] #25 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-19T12:14:51.222Z] #7 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-19T12:14:51.222Z] #21 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-19T12:14:51.222Z] #13 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-19T12:14:51.222Z] #22 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-19T12:14:51.222Z] #27 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-19T12:14:51.222Z] #23 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-19T12:14:51.222Z] #28 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-19T12:14:51.222Z] #20 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-19T12:14:51.222Z] #19 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-19T12:14:51.222Z] #24 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-19T12:14:51.222Z] #10 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-19T12:14:51.222Z] #9 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-19T12:14:51.222Z] #26 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-19T12:14:51.222Z] #6 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-19T12:14:51.222Z] #30 CACHED [2019-09-19T12:14:51.222Z] [2019-09-19T12:14:51.222Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-19T12:14:52.632Z] --- PASS: TestInspectNetwork (10.99s) [2019-09-19T12:14:52.632Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-19T12:14:52.632Z] daemon.go:336: [d7f8d1ea2ab26] waiting for daemon to start [2019-09-19T12:14:52.632Z] daemon.go:336: [d7f8d1ea2ab26] waiting for daemon to start [2019-09-19T12:14:52.632Z] daemon.go:364: [d7f8d1ea2ab26] daemon started [2019-09-19T12:14:52.632Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-19T12:14:52.632Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-19T12:14:52.632Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-19T12:14:52.632Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-19T12:14:52.632Z] daemon.go:472: [d7f8d1ea2ab26] Stopping daemon [2019-09-19T12:14:52.632Z] daemon.go:307: [d7f8d1ea2ab26] exiting daemon [2019-09-19T12:14:52.632Z] daemon.go:459: [d7f8d1ea2ab26] Daemon stopped [2019-09-19T12:14:52.632Z] === RUN TestRunContainerWithBridgeNone [2019-09-19T12:14:53.116Z] #35 DONE 1.7s [2019-09-19T12:14:53.116Z] [2019-09-19T12:14:53.116Z] #36 exporting to image [2019-09-19T12:14:53.116Z] #36 exporting layers [2019-09-19T12:14:54.900Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-19T12:14:55.010Z] #36 exporting layers 2.1s done [2019-09-19T12:14:55.010Z] #36 writing image sha256:fa697dadd36381deacafbbc98c3a0aecf76811f5cdd1acddc28d199a29a200bc done [2019-09-19T12:14:55.010Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-19T12:14:55.010Z] #36 DONE 2.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-19T12:14:55.157Z] --- PASS: TestRunContainerWithBridgeNone (2.73s) [2019-09-19T12:14:55.157Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-19T12:14:55.157Z] daemon.go:336: [d457e303498c6] waiting for daemon to start [2019-09-19T12:14:55.157Z] daemon.go:336: [d457e303498c6] waiting for daemon to start [2019-09-19T12:14:55.157Z] daemon.go:364: [d457e303498c6] daemon started [2019-09-19T12:14:55.157Z] daemon.go:472: [d457e303498c6] Stopping daemon [2019-09-19T12:14:55.157Z] daemon.go:307: [d457e303498c6] exiting daemon [2019-09-19T12:14:55.157Z] daemon.go:459: [d457e303498c6] Daemon stopped [2019-09-19T12:14:55.157Z] === RUN TestNetworkInvalidJSON [2019-09-19T12:14:55.157Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-19T12:14:55.157Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-19T12:14:55.157Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:14:55.157Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:14:55.157Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:14:55.157Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:14:55.157Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-19T12:14:55.157Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:14:55.157Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:14:55.157Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-19T12:14:55.157Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-19T12:14:55.157Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-19T12:14:55.157Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-19T12:14:55.157Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-19T12:14:55.317Z] + echo Ensuring container killed. [2019-09-19T12:14:55.317Z] Ensuring container killed. [2019-09-19T12:14:55.317Z] + docker rm -vf docker-pr4 [2019-09-19T12:14:55.317Z] Error: No such container: docker-pr4 [2019-09-19T12:14:55.317Z] + true [Pipeline] sh [2019-09-19T12:14:55.600Z] + echo Chowning /workspace to jenkins user [2019-09-19T12:14:55.600Z] Chowning /workspace to jenkins user [2019-09-19T12:14:55.600Z] + id -u [2019-09-19T12:14:55.600Z] + id -g [2019-09-19T12:14:55.600Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39949:/workspace busybox chown -R 1000:1000 /workspace [2019-09-19T12:14:55.721Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-19T12:14:55.721Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-19T12:14:55.721Z] daemon.go:336: [dbb5e3709abff] waiting for daemon to start [2019-09-19T12:14:55.721Z] daemon.go:336: [dbb5e3709abff] waiting for daemon to start [2019-09-19T12:14:55.721Z] daemon.go:364: [dbb5e3709abff] daemon started [2019-09-19T12:14:55.721Z] daemon.go:472: [dbb5e3709abff] Stopping daemon [2019-09-19T12:14:55.721Z] daemon.go:307: [dbb5e3709abff] exiting daemon [2019-09-19T12:14:55.721Z] daemon.go:459: [dbb5e3709abff] Daemon stopped [2019-09-19T12:14:55.721Z] daemon.go:336: [dbb5e3709abff] waiting for daemon to start [2019-09-19T12:14:55.721Z] daemon.go:336: [dbb5e3709abff] waiting for daemon to start [2019-09-19T12:14:55.721Z] daemon.go:364: [dbb5e3709abff] daemon started [2019-09-19T12:14:55.721Z] daemon.go:472: [dbb5e3709abff] Stopping daemon [2019-09-19T12:14:55.721Z] daemon.go:307: [dbb5e3709abff] exiting daemon [2019-09-19T12:14:55.721Z] daemon.go:459: [dbb5e3709abff] Daemon stopped [2019-09-19T12:14:55.721Z] === RUN TestDaemonDefaultNetworkPools [2019-09-19T12:14:56.286Z] --- PASS: TestDaemonDefaultNetworkPools (0.67s) [2019-09-19T12:14:56.286Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-19T12:14:56.286Z] daemon.go:336: [d211991cb33b4] waiting for daemon to start [2019-09-19T12:14:56.286Z] daemon.go:336: [d211991cb33b4] waiting for daemon to start [2019-09-19T12:14:56.286Z] daemon.go:364: [d211991cb33b4] daemon started [2019-09-19T12:14:56.286Z] daemon.go:472: [d211991cb33b4] Stopping daemon [2019-09-19T12:14:56.286Z] daemon.go:307: [d211991cb33b4] exiting daemon [2019-09-19T12:14:56.286Z] daemon.go:459: [d211991cb33b4] Daemon stopped [2019-09-19T12:14:56.286Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan (27.16s) [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [dd7c7ca8cbfbd] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [dd7c7ca8cbfbd] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [dd7c7ca8cbfbd] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-09-19T12:14:56.929Z] daemon.go:472: [dd7c7ca8cbfbd] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [dd7c7ca8cbfbd] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [dd7c7ca8cbfbd] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [d997f4ea4ea99] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [d997f4ea4ea99] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [d997f4ea4ea99] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-19T12:14:56.929Z] daemon.go:472: [d997f4ea4ea99] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [d997f4ea4ea99] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [d997f4ea4ea99] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [d0feb5768012a] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [d0feb5768012a] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [d0feb5768012a] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s) [2019-09-19T12:14:56.929Z] daemon.go:472: [d0feb5768012a] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [d0feb5768012a] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [d0feb5768012a] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [db10ae93c54fe] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [db10ae93c54fe] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [db10ae93c54fe] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.21s) [2019-09-19T12:14:56.929Z] daemon.go:472: [db10ae93c54fe] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [db10ae93c54fe] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [db10ae93c54fe] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [dcff16bec232e] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [dcff16bec232e] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [dcff16bec232e] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.21s) [2019-09-19T12:14:56.929Z] daemon.go:472: [dcff16bec232e] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [dcff16bec232e] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [dcff16bec232e] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [d64b4cf6014df] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [d64b4cf6014df] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [d64b4cf6014df] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.19s) [2019-09-19T12:14:56.929Z] daemon.go:472: [d64b4cf6014df] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [d64b4cf6014df] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [d64b4cf6014df] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [d3cb7bb288221] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [d3cb7bb288221] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [d3cb7bb288221] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.29s) [2019-09-19T12:14:56.929Z] daemon.go:472: [d3cb7bb288221] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [d3cb7bb288221] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [d3cb7bb288221] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [d2ed1a7849563] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [d2ed1a7849563] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [d2ed1a7849563] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.28s) [2019-09-19T12:14:56.929Z] daemon.go:472: [d2ed1a7849563] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [d2ed1a7849563] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [d2ed1a7849563] Daemon stopped [2019-09-19T12:14:56.929Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-19T12:14:56.929Z] daemon.go:336: [db6872abb72b8] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:336: [db6872abb72b8] waiting for daemon to start [2019-09-19T12:14:56.929Z] daemon.go:364: [db6872abb72b8] daemon started [2019-09-19T12:14:56.929Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.96s) [2019-09-19T12:14:56.929Z] daemon.go:472: [db6872abb72b8] Stopping daemon [2019-09-19T12:14:56.929Z] daemon.go:307: [db6872abb72b8] exiting daemon [2019-09-19T12:14:56.929Z] daemon.go:459: [db6872abb72b8] Daemon stopped [2019-09-19T12:14:56.929Z] PASS [2019-09-19T12:14:56.929Z] [2019-09-19T12:14:56.929Z] DONE 11 tests in 28.802s [2019-09-19T12:14:56.929Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:14:56.929Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:14:56.929Z] ++ set -e [2019-09-19T12:14:56.929Z] ++ '[' -n 0 ']' [2019-09-19T12:14:56.929Z] ++ set -x [2019-09-19T12:14:56.929Z] ++ 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 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-19T12:14:57.217Z] INFO: Testing against a local daemon [2019-09-19T12:14:57.217Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-19T12:14:57.267Z] + bundleName=unit [2019-09-19T12:14:57.267Z] + echo Creating unit-bundles.tar.gz [2019-09-19T12:14:57.267Z] Creating unit-bundles.tar.gz [2019-09-19T12:14:57.267Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-19T12:14:57.267Z] bundles/junit-report.xml [2019-09-19T12:14:57.267Z] bundles/go-test-report.json [2019-09-19T12:14:57.267Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-19T12:14:57.278Z] Archiving artifacts [2019-09-19T12:14:57.657Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-09-19T12:14:57.657Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-19T12:14:57.657Z] daemon.go:336: [d682b09a10b5b] waiting for daemon to start [2019-09-19T12:14:57.657Z] daemon.go:336: [d682b09a10b5b] waiting for daemon to start [2019-09-19T12:14:57.657Z] daemon.go:364: [d682b09a10b5b] daemon started [2019-09-19T12:14:57.657Z] daemon.go:472: [d682b09a10b5b] Stopping daemon [2019-09-19T12:14:57.657Z] daemon.go:307: [d682b09a10b5b] exiting daemon [2019-09-19T12:14:57.657Z] daemon.go:459: [d682b09a10b5b] Daemon stopped [2019-09-19T12:14:57.657Z] daemon.go:336: [d682b09a10b5b] waiting for daemon to start [2019-09-19T12:14:57.657Z] daemon.go:336: [d682b09a10b5b] waiting for daemon to start [2019-09-19T12:14:57.657Z] daemon.go:364: [d682b09a10b5b] daemon started [2019-09-19T12:14:57.657Z] daemon.go:472: [d682b09a10b5b] Stopping daemon [2019-09-19T12:14:57.657Z] daemon.go:307: [d682b09a10b5b] exiting daemon [2019-09-19T12:14:57.657Z] daemon.go:459: [d682b09a10b5b] Daemon stopped [2019-09-19T12:14:57.657Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:14:58.003Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-19T12:14:58.310Z] + make clean [2019-09-19T12:14:58.397Z] --- PASS: TestServiceUpdateConfigs (15.64s) [2019-09-19T12:14:58.397Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-19T12:14:58.397Z] daemon.go:336: [d258e43740438] waiting for daemon to start [2019-09-19T12:14:58.397Z] daemon.go:336: [d258e43740438] waiting for daemon to start [2019-09-19T12:14:58.397Z] daemon.go:364: [d258e43740438] daemon started [2019-09-19T12:14:58.397Z] daemon.go:472: [d258e43740438] Stopping daemon [2019-09-19T12:14:58.397Z] daemon.go:307: [d258e43740438] exiting daemon [2019-09-19T12:14:58.397Z] daemon.go:459: [d258e43740438] Daemon stopped [2019-09-19T12:14:58.397Z] === RUN TestServiceUpdateNetwork [2019-09-19T12:14:58.567Z] docker volume rm -f docker-dev-cache [2019-09-19T12:14:58.568Z] docker-dev-cache [Pipeline] deleteDir [2019-09-19T12:14:58.700Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.49s) [2019-09-19T12:14:58.700Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-19T12:14:58.700Z] daemon.go:336: [d75df3d3ec91c] waiting for daemon to start [2019-09-19T12:14:58.700Z] daemon.go:336: [d75df3d3ec91c] waiting for daemon to start [2019-09-19T12:14:58.700Z] daemon.go:364: [d75df3d3ec91c] daemon started [2019-09-19T12:14:58.700Z] daemon.go:472: [d75df3d3ec91c] Stopping daemon [2019-09-19T12:14:58.700Z] daemon.go:307: [d75df3d3ec91c] exiting daemon [2019-09-19T12:14:58.700Z] daemon.go:459: [d75df3d3ec91c] Daemon stopped [2019-09-19T12:14:58.700Z] daemon.go:336: [d75df3d3ec91c] waiting for daemon to start [2019-09-19T12:14:58.700Z] daemon.go:336: [d75df3d3ec91c] waiting for daemon to start [2019-09-19T12:14:58.701Z] daemon.go:364: [d75df3d3ec91c] daemon started [2019-09-19T12:14:58.701Z] daemon.go:472: [d75df3d3ec91c] Stopping daemon [2019-09-19T12:14:58.701Z] daemon.go:307: [d75df3d3ec91c] exiting daemon [2019-09-19T12:14:58.701Z] daemon.go:459: [d75df3d3ec91c] Daemon stopped [2019-09-19T12:14:58.701Z] === RUN TestDockerNetworkMacvlan [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-19T12:14:59.026Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2019-09-19T12:14:59.027Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:14:59.027Z] daemon.go:336: [d9d839a39f1d9] waiting for daemon to start [2019-09-19T12:14:59.027Z] daemon.go:336: [d9d839a39f1d9] waiting for daemon to start [2019-09-19T12:14:59.027Z] daemon.go:364: [d9d839a39f1d9] daemon started [2019-09-19T12:14:59.027Z] daemon.go:472: [d9d839a39f1d9] Stopping daemon [2019-09-19T12:14:59.027Z] daemon.go:307: [d9d839a39f1d9] exiting daemon [2019-09-19T12:14:59.027Z] daemon.go:459: [d9d839a39f1d9] Daemon stopped [2019-09-19T12:14:59.027Z] daemon.go:336: [d9d839a39f1d9] waiting for daemon to start [2019-09-19T12:14:59.027Z] daemon.go:336: [d9d839a39f1d9] waiting for daemon to start [2019-09-19T12:14:59.027Z] daemon.go:364: [d9d839a39f1d9] daemon started [2019-09-19T12:14:59.027Z] daemon.go:472: [d9d839a39f1d9] Stopping daemon [2019-09-19T12:14:59.027Z] daemon.go:307: [d9d839a39f1d9] exiting daemon [2019-09-19T12:14:59.027Z] daemon.go:459: [d9d839a39f1d9] Daemon stopped [2019-09-19T12:14:59.027Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:14:59.284Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-09-19T12:14:59.284Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:14:59.284Z] daemon.go:336: [d17fe8afaa38e] waiting for daemon to start [2019-09-19T12:14:59.284Z] daemon.go:336: [d17fe8afaa38e] waiting for daemon to start [2019-09-19T12:14:59.284Z] daemon.go:364: [d17fe8afaa38e] daemon started [2019-09-19T12:14:59.284Z] daemon.go:472: [d17fe8afaa38e] Stopping daemon [2019-09-19T12:14:59.284Z] daemon.go:307: [d17fe8afaa38e] exiting daemon [2019-09-19T12:14:59.284Z] daemon.go:459: [d17fe8afaa38e] Daemon stopped [2019-09-19T12:14:59.284Z] === RUN TestServiceWithPredefinedNetwork [2019-09-19T12:14:59.710Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-19T12:15:00.720Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-19T12:15:01.734Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-19T12:15:02.557Z] --- PASS: TestServiceWithPredefinedNetwork (2.90s) [2019-09-19T12:15:02.557Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-19T12:15:02.557Z] daemon.go:336: [d0e92cec3bd38] waiting for daemon to start [2019-09-19T12:15:02.557Z] daemon.go:336: [d0e92cec3bd38] waiting for daemon to start [2019-09-19T12:15:02.557Z] daemon.go:364: [d0e92cec3bd38] daemon started [2019-09-19T12:15:02.557Z] daemon.go:472: [d0e92cec3bd38] Stopping daemon [2019-09-19T12:15:02.557Z] daemon.go:307: [d0e92cec3bd38] exiting daemon [2019-09-19T12:15:02.557Z] daemon.go:459: [d0e92cec3bd38] Daemon stopped [2019-09-19T12:15:02.557Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-19T12:15:02.557Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:15:02.557Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:15:02.557Z] === RUN TestServiceWithDataPathPortInit [2019-09-19T12:15:02.814Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-19T12:15:04.436Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-19T12:15:04.709Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-19T12:15:06.188Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-19T12:15:06.188Z] ok github.com/docker/docker/api/server/httputils 0.105s coverage: 14.7% of statements [2019-09-19T12:15:07.155Z] ok github.com/docker/docker/api/server/middleware 0.173s coverage: 37.7% of statements [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-19T12:15:07.155Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-19T12:15:07.894Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-19T12:15:09.333Z] ok github.com/docker/docker/api/server/router/swarm 0.123s coverage: 4.0% of statements [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-19T12:15:09.333Z] ok github.com/docker/docker/api/types/filters 0.245s coverage: 95.2% of statements [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-19T12:15:09.333Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-19T12:15:09.333Z] ok github.com/docker/docker/api/types/time 0.347s coverage: 100.0% of statements [2019-09-19T12:15:09.333Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 75.0% of statements [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-19T12:15:09.333Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-19T12:15:11.995Z] --- PASS: TestServiceUpdateNetwork (14.28s) [2019-09-19T12:15:11.995Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-19T12:15:11.995Z] daemon.go:336: [d468eebdf69a0] waiting for daemon to start [2019-09-19T12:15:11.995Z] daemon.go:336: [d468eebdf69a0] waiting for daemon to start [2019-09-19T12:15:11.995Z] daemon.go:364: [d468eebdf69a0] daemon started [2019-09-19T12:15:11.995Z] daemon.go:472: [d468eebdf69a0] Stopping daemon [2019-09-19T12:15:11.995Z] daemon.go:307: [d468eebdf69a0] exiting daemon [2019-09-19T12:15:11.995Z] daemon.go:459: [d468eebdf69a0] Daemon stopped [2019-09-19T12:15:11.995Z] PASS [2019-09-19T12:15:11.995Z] [2019-09-19T12:15:11.995Z] === Skipped [2019-09-19T12:15:11.995Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-09-19T12:15:11.995Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:11.995Z] [2019-09-19T12:15:11.995Z] [2019-09-19T12:15:11.995Z] DONE 19 tests, 1 skipped in 123.657s [2019-09-19T12:15:11.995Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] ++ set -e [2019-09-19T12:15:11.995Z] ++ '[' -n 0 ']' [2019-09-19T12:15:11.995Z] ++ set -x [2019-09-19T12:15:11.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] INFO: Testing against a local daemon [2019-09-19T12:15:11.995Z] === RUN TestSessionCreate [2019-09-19T12:15:11.995Z] --- PASS: TestSessionCreate (0.03s) [2019-09-19T12:15:11.995Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-19T12:15:11.995Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-09-19T12:15:11.995Z] PASS [2019-09-19T12:15:11.995Z] [2019-09-19T12:15:11.995Z] DONE 2 tests in 0.179s [2019-09-19T12:15:11.995Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] ++ set -e [2019-09-19T12:15:11.995Z] ++ '[' -n 0 ']' [2019-09-19T12:15:11.995Z] ++ set -x [2019-09-19T12:15:11.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:11.995Z] INFO: Testing against a local daemon [2019-09-19T12:15:11.995Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-19T12:15:11.995Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-19T12:15:11.995Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:15:11.995Z] === RUN TestEventsExecDie [2019-09-19T12:15:11.995Z] --- PASS: TestEventsExecDie (0.97s) [2019-09-19T12:15:11.995Z] === RUN TestEventsBackwardsCompatible [2019-09-19T12:15:12.363Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-19T12:15:12.363Z] === RUN TestInfoBinaryCommits [2019-09-19T12:15:12.363Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-19T12:15:12.363Z] === RUN TestInfoAPIVersioned [2019-09-19T12:15:12.363Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-19T12:15:12.363Z] === RUN TestInfoAPI [2019-09-19T12:15:12.363Z] --- PASS: TestInfoAPI (0.02s) [2019-09-19T12:15:12.363Z] === RUN TestInfoAPIWarnings [2019-09-19T12:15:13.163Z] --- PASS: TestInfoAPIWarnings (0.85s) [2019-09-19T12:15:13.163Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-19T12:15:13.163Z] daemon.go:336: [d50797db46733] waiting for daemon to start [2019-09-19T12:15:13.163Z] daemon.go:336: [d50797db46733] waiting for daemon to start [2019-09-19T12:15:13.163Z] daemon.go:364: [d50797db46733] daemon started [2019-09-19T12:15:13.163Z] daemon.go:472: [d50797db46733] Stopping daemon [2019-09-19T12:15:13.163Z] daemon.go:307: [d50797db46733] exiting daemon [2019-09-19T12:15:13.163Z] daemon.go:459: [d50797db46733] Daemon stopped [2019-09-19T12:15:13.163Z] === RUN TestLoginFailsWithBadCredentials [2019-09-19T12:15:13.403Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-19T12:15:13.552Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-09-19T12:15:13.552Z] === RUN TestPingCacheHeaders [2019-09-19T12:15:13.552Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-19T12:15:13.552Z] === RUN TestPingGet [2019-09-19T12:15:13.552Z] --- PASS: TestPingGet (0.01s) [2019-09-19T12:15:13.552Z] === RUN TestPingHead [2019-09-19T12:15:13.552Z] --- PASS: TestPingHead (0.02s) [2019-09-19T12:15:13.552Z] === RUN TestVersion [2019-09-19T12:15:13.552Z] --- PASS: TestVersion (0.02s) [2019-09-19T12:15:13.552Z] PASS [2019-09-19T12:15:13.552Z] [2019-09-19T12:15:13.552Z] === Skipped [2019-09-19T12:15:13.552Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-19T12:15:13.552Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:15:13.552Z] [2019-09-19T12:15:13.552Z] [2019-09-19T12:15:13.552Z] DONE 12 tests, 1 skipped in 2.578s [2019-09-19T12:15:13.552Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-19T12:15:13.552Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:13.552Z] ++ set -e [2019-09-19T12:15:13.552Z] ++ '[' -n 0 ']' [2019-09-19T12:15:13.552Z] ++ set -x [2019-09-19T12:15:13.552Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:13.939Z] INFO: Testing against a local daemon [2019-09-19T12:15:13.939Z] === RUN TestVolumesCreateAndList [2019-09-19T12:15:13.939Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-19T12:15:13.939Z] === RUN TestVolumesRemove [2019-09-19T12:15:13.939Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-19T12:15:13.939Z] === RUN TestVolumesInspect [2019-09-19T12:15:13.939Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-19T12:15:13.939Z] === RUN TestVolumesInvalidJSON [2019-09-19T12:15:13.939Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-19T12:15:13.939Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-19T12:15:13.939Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-19T12:15:13.939Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-19T12:15:13.939Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-19T12:15:13.939Z] PASS [2019-09-19T12:15:13.939Z] [2019-09-19T12:15:13.939Z] DONE 5 tests in 0.297s [2019-09-19T12:15:13.939Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-19T12:15:13.939Z] ++++ cat bundles/test-integration/docker.pid [2019-09-19T12:15:13.939Z] +++ kill 9980 [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan (15.31s) [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [d73b8a39ecdbc] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [d73b8a39ecdbc] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [d73b8a39ecdbc] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-19T12:15:14.021Z] daemon.go:472: [d73b8a39ecdbc] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [d73b8a39ecdbc] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [d73b8a39ecdbc] Daemon stopped [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [d391107755f45] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [d391107755f45] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [d391107755f45] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-19T12:15:14.021Z] daemon.go:472: [d391107755f45] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [d391107755f45] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [d391107755f45] Daemon stopped [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [d14707ff1dcc5] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [d14707ff1dcc5] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [d14707ff1dcc5] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-09-19T12:15:14.021Z] daemon.go:472: [d14707ff1dcc5] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [d14707ff1dcc5] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [d14707ff1dcc5] Daemon stopped [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [df14c28949e7d] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [df14c28949e7d] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [df14c28949e7d] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.23s) [2019-09-19T12:15:14.021Z] daemon.go:472: [df14c28949e7d] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [df14c28949e7d] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [df14c28949e7d] Daemon stopped [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [d1eaa11c94d4b] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [d1eaa11c94d4b] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [d1eaa11c94d4b] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.30s) [2019-09-19T12:15:14.021Z] daemon.go:472: [d1eaa11c94d4b] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [d1eaa11c94d4b] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [d1eaa11c94d4b] Daemon stopped [2019-09-19T12:15:14.021Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:14.021Z] daemon.go:336: [d4bc6bc6f9a4c] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:336: [d4bc6bc6f9a4c] waiting for daemon to start [2019-09-19T12:15:14.021Z] daemon.go:364: [d4bc6bc6f9a4c] daemon started [2019-09-19T12:15:14.021Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.01s) [2019-09-19T12:15:14.021Z] daemon.go:472: [d4bc6bc6f9a4c] Stopping daemon [2019-09-19T12:15:14.021Z] daemon.go:307: [d4bc6bc6f9a4c] exiting daemon [2019-09-19T12:15:14.021Z] daemon.go:459: [d4bc6bc6f9a4c] Daemon stopped [2019-09-19T12:15:14.021Z] PASS [2019-09-19T12:15:14.021Z] [2019-09-19T12:15:14.021Z] DONE 8 tests in 16.916s [2019-09-19T12:15:14.021Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-19T12:15:14.021Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:14.021Z] ++ set -e [2019-09-19T12:15:14.021Z] ++ '[' -n 0 ']' [2019-09-19T12:15:14.021Z] ++ set -x [2019-09-19T12:15:14.022Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:14.022Z] testing: warning: no tests to run [2019-09-19T12:15:14.022Z] PASS [2019-09-19T12:15:14.022Z] [2019-09-19T12:15:14.022Z] DONE 0 tests in 0.024s [2019-09-19T12:15:14.022Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-19T12:15:14.022Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:14.022Z] ++ set -e [2019-09-19T12:15:14.022Z] ++ '[' -n 0 ']' [2019-09-19T12:15:14.022Z] ++ set -x [2019-09-19T12:15:14.022Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:14.022Z] INFO: Testing against a local daemon [2019-09-19T12:15:14.022Z] === RUN TestAuthZPluginAllowRequest [2019-09-19T12:15:14.663Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-19T12:15:14.663Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-19T12:15:14.920Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-19T12:15:15.483Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-19T12:15:15.742Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-19T12:15:15.742Z] +++ /etc/init.d/apparmor stop [2019-09-19T12:15:15.742Z] Clearing AppArmor profiles cache:. [2019-09-19T12:15:15.742Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:15:15.742Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:15:15.742Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:15:15.742Z] [2019-09-19T12:15:15.742Z] To set a process to complain mode, use the command line tool [2019-09-19T12:15:15.742Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:15:15.742Z] with the 'teardown' option." [2019-09-19T12:15:15.742Z] [2019-09-19T12:15:16.051Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-09-19T12:15:16.051Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-19T12:15:16.051Z] daemon.go:336: [d2cbcd59c878e] waiting for daemon to start [2019-09-19T12:15:16.051Z] daemon.go:336: [d2cbcd59c878e] waiting for daemon to start [2019-09-19T12:15:16.051Z] daemon.go:364: [d2cbcd59c878e] daemon started [2019-09-19T12:15:16.051Z] daemon.go:472: [d2cbcd59c878e] Stopping daemon [2019-09-19T12:15:16.051Z] daemon.go:307: [d2cbcd59c878e] exiting daemon [2019-09-19T12:15:16.051Z] daemon.go:459: [d2cbcd59c878e] Daemon stopped [2019-09-19T12:15:16.051Z] === RUN TestAuthZPluginTLS [2019-09-19T12:15:16.340Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-09-19T12:15:16.340Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-19T12:15:16.340Z] daemon.go:336: [d49e6efbbb321] waiting for daemon to start [2019-09-19T12:15:16.340Z] daemon.go:336: [d49e6efbbb321] waiting for daemon to start [2019-09-19T12:15:16.340Z] daemon.go:364: [d49e6efbbb321] daemon started [2019-09-19T12:15:16.340Z] daemon.go:472: [d49e6efbbb321] Stopping daemon [2019-09-19T12:15:16.340Z] daemon.go:307: [d49e6efbbb321] exiting daemon [2019-09-19T12:15:16.340Z] daemon.go:459: [d49e6efbbb321] Daemon stopped [2019-09-19T12:15:16.340Z] === RUN TestAuthZPluginDenyRequest [2019-09-19T12:15:16.399Z] ok github.com/docker/docker/builder/dockerfile 0.433s coverage: 43.2% of statements [2019-09-19T12:15:16.399Z] ok github.com/docker/docker/builder/dockerignore 0.049s coverage: 96.8% of statements [2019-09-19T12:15:16.399Z] ok github.com/docker/docker/builder/fscache 1.202s coverage: 69.2% of statements [2019-09-19T12:15:16.399Z] ok github.com/docker/docker/builder/remotecontext 0.638s coverage: 9.2% of statements [2019-09-19T12:15:16.852Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-19T12:15:16.852Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-19T12:15:16.958Z] --- PASS: TestAuthZPluginDenyRequest (0.59s) [2019-09-19T12:15:16.958Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-19T12:15:16.958Z] daemon.go:336: [d4da536179a80] waiting for daemon to start [2019-09-19T12:15:16.958Z] daemon.go:336: [d4da536179a80] waiting for daemon to start [2019-09-19T12:15:16.958Z] daemon.go:364: [d4da536179a80] daemon started [2019-09-19T12:15:16.958Z] daemon.go:472: [d4da536179a80] Stopping daemon [2019-09-19T12:15:16.958Z] daemon.go:307: [d4da536179a80] exiting daemon [2019-09-19T12:15:16.958Z] daemon.go:459: [d4da536179a80] Daemon stopped [2019-09-19T12:15:16.958Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-19T12:15:17.415Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-19T12:15:17.575Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-19T12:15:17.575Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-19T12:15:17.575Z] daemon.go:336: [d588cd6a51bc5] waiting for daemon to start [2019-09-19T12:15:17.575Z] daemon.go:336: [d588cd6a51bc5] waiting for daemon to start [2019-09-19T12:15:17.575Z] daemon.go:364: [d588cd6a51bc5] daemon started [2019-09-19T12:15:17.575Z] daemon.go:472: [d588cd6a51bc5] Stopping daemon [2019-09-19T12:15:17.575Z] daemon.go:307: [d588cd6a51bc5] exiting daemon [2019-09-19T12:15:17.575Z] daemon.go:459: [d588cd6a51bc5] Daemon stopped [2019-09-19T12:15:17.575Z] === RUN TestAuthZPluginDenyResponse Post stage [Pipeline] junit [2019-09-19T12:15:17.751Z] Recording test results [2019-09-19T12:15:18.201Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-19T12:15:18.201Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-19T12:15:18.201Z] daemon.go:336: [da4fdebe7d127] waiting for daemon to start [2019-09-19T12:15:18.201Z] daemon.go:336: [da4fdebe7d127] waiting for daemon to start [2019-09-19T12:15:18.201Z] daemon.go:364: [da4fdebe7d127] daemon started [2019-09-19T12:15:18.201Z] daemon.go:472: [da4fdebe7d127] Stopping daemon [2019-09-19T12:15:18.201Z] daemon.go:307: [da4fdebe7d127] exiting daemon [2019-09-19T12:15:18.201Z] daemon.go:459: [da4fdebe7d127] Daemon stopped [2019-09-19T12:15:18.201Z] === RUN TestAuthZPluginAllowEventStream [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-19T12:15:19.385Z] + echo Ensuring container killed. [2019-09-19T12:15:19.386Z] Ensuring container killed. [2019-09-19T12:15:19.386Z] + docker rm -vf docker-pr4 [2019-09-19T12:15:19.386Z] Error: No such container: docker-pr4 [2019-09-19T12:15:19.386Z] + true [Pipeline] sh [2019-09-19T12:15:19.677Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-09-19T12:15:19.677Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-19T12:15:19.677Z] daemon.go:336: [d12e7363f984b] waiting for daemon to start [2019-09-19T12:15:19.677Z] daemon.go:336: [d12e7363f984b] waiting for daemon to start [2019-09-19T12:15:19.677Z] daemon.go:364: [d12e7363f984b] daemon started [2019-09-19T12:15:19.677Z] daemon.go:472: [d12e7363f984b] Stopping daemon [2019-09-19T12:15:19.677Z] daemon.go:307: [d12e7363f984b] exiting daemon [2019-09-19T12:15:19.677Z] daemon.go:459: [d12e7363f984b] Daemon stopped [2019-09-19T12:15:19.677Z] === RUN TestAuthZPluginErrorResponse [2019-09-19T12:15:20.206Z] + echo Chowning /workspace to jenkins user [2019-09-19T12:15:20.206Z] Chowning /workspace to jenkins user [2019-09-19T12:15:20.206Z] + id -u [2019-09-19T12:15:20.206Z] + id -g [2019-09-19T12:15:20.206Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39949:/workspace busybox chown -R 1001:1001 /workspace [2019-09-19T12:15:20.206Z] Unable to find image 'busybox:latest' locally [2019-09-19T12:15:20.206Z] latest: Pulling from library/busybox [2019-09-19T12:15:20.295Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-19T12:15:20.296Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-19T12:15:20.296Z] daemon.go:336: [db61469919144] waiting for daemon to start [2019-09-19T12:15:20.296Z] daemon.go:336: [db61469919144] waiting for daemon to start [2019-09-19T12:15:20.296Z] daemon.go:364: [db61469919144] daemon started [2019-09-19T12:15:20.296Z] daemon.go:472: [db61469919144] Stopping daemon [2019-09-19T12:15:20.296Z] daemon.go:307: [db61469919144] exiting daemon [2019-09-19T12:15:20.296Z] daemon.go:459: [db61469919144] Daemon stopped [2019-09-19T12:15:20.296Z] === RUN TestAuthZPluginErrorRequest [2019-09-19T12:15:20.580Z] 6d4c3d9fc915: Pulling fs layer [2019-09-19T12:15:20.580Z] 6d4c3d9fc915: Verifying Checksum [2019-09-19T12:15:20.580Z] 6d4c3d9fc915: Download complete [2019-09-19T12:15:20.914Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2019-09-19T12:15:20.914Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-19T12:15:20.914Z] daemon.go:336: [db56e96d61d72] waiting for daemon to start [2019-09-19T12:15:20.914Z] daemon.go:336: [db56e96d61d72] waiting for daemon to start [2019-09-19T12:15:20.914Z] daemon.go:364: [db56e96d61d72] daemon started [2019-09-19T12:15:20.914Z] daemon.go:472: [db56e96d61d72] Stopping daemon [2019-09-19T12:15:20.914Z] daemon.go:307: [db56e96d61d72] exiting daemon [2019-09-19T12:15:20.914Z] daemon.go:459: [db56e96d61d72] Daemon stopped [2019-09-19T12:15:20.914Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:15:21.376Z] 6d4c3d9fc915: Pull complete [2019-09-19T12:15:21.376Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-19T12:15:21.376Z] Status: Downloaded newer image for busybox:latest [2019-09-19T12:15:21.531Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-09-19T12:15:21.531Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:15:21.531Z] daemon.go:336: [d4b7ba76bfc57] waiting for daemon to start [2019-09-19T12:15:21.531Z] daemon.go:336: [d4b7ba76bfc57] waiting for daemon to start [2019-09-19T12:15:21.531Z] daemon.go:364: [d4b7ba76bfc57] daemon started [2019-09-19T12:15:21.531Z] daemon.go:472: [d4b7ba76bfc57] Stopping daemon [2019-09-19T12:15:21.531Z] daemon.go:307: [d4b7ba76bfc57] exiting daemon [2019-09-19T12:15:21.531Z] daemon.go:459: [d4b7ba76bfc57] Daemon stopped [2019-09-19T12:15:21.531Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:15:21.592Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-19T12:15:21.592Z] --- PASS: TestServiceWithDataPathPortInit (18.79s) [2019-09-19T12:15:21.592Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:15:21.592Z] daemon.go:336: [dddc5345419c1] waiting for daemon to start [2019-09-19T12:15:21.592Z] daemon.go:336: [dddc5345419c1] waiting for daemon to start [2019-09-19T12:15:21.592Z] daemon.go:364: [dddc5345419c1] daemon started [2019-09-19T12:15:21.592Z] daemon.go:472: [dddc5345419c1] Stopping daemon [2019-09-19T12:15:21.592Z] daemon.go:307: [dddc5345419c1] exiting daemon [2019-09-19T12:15:21.592Z] daemon.go:459: [dddc5345419c1] Daemon stopped [2019-09-19T12:15:21.592Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-19T12:15:21.592Z] daemon.go:336: [df4aec8e851f6] waiting for daemon to start [2019-09-19T12:15:21.592Z] daemon.go:336: [df4aec8e851f6] waiting for daemon to start [2019-09-19T12:15:21.592Z] daemon.go:364: [df4aec8e851f6] daemon started [2019-09-19T12:15:21.592Z] daemon.go:472: [df4aec8e851f6] Stopping daemon [2019-09-19T12:15:21.592Z] daemon.go:307: [df4aec8e851f6] exiting daemon [2019-09-19T12:15:21.592Z] daemon.go:459: [df4aec8e851f6] Daemon stopped [2019-09-19T12:15:21.592Z] === RUN TestServiceWithDefaultAddressPoolInit [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-19T12:15:24.224Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.24s) [2019-09-19T12:15:24.224Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:15:24.224Z] daemon.go:336: [de74f74a70eae] waiting for daemon to start [2019-09-19T12:15:24.224Z] daemon.go:336: [de74f74a70eae] waiting for daemon to start [2019-09-19T12:15:24.224Z] daemon.go:364: [de74f74a70eae] daemon started [2019-09-19T12:15:24.224Z] daemon.go:472: [de74f74a70eae] Stopping daemon [2019-09-19T12:15:24.224Z] daemon.go:307: [de74f74a70eae] exiting daemon [2019-09-19T12:15:24.224Z] daemon.go:459: [de74f74a70eae] Daemon stopped [2019-09-19T12:15:24.224Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:15:24.228Z] + bundleName=s390x-integration [2019-09-19T12:15:24.228Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-19T12:15:24.228Z] Creating s390x-integration-bundles.tar.gz [2019-09-19T12:15:24.228Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-19T12:15:24.228Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-19T12:15:24.366Z] Archiving artifacts [2019-09-19T12:15:25.489Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-19T12:15:26.252Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2019-09-19T12:15:26.252Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:15:26.252Z] daemon.go:336: [df8a83b4f7e20] waiting for daemon to start [2019-09-19T12:15:26.252Z] daemon.go:336: [df8a83b4f7e20] waiting for daemon to start [2019-09-19T12:15:26.252Z] daemon.go:364: [df8a83b4f7e20] daemon started [2019-09-19T12:15:26.252Z] daemon.go:472: [df8a83b4f7e20] Stopping daemon [2019-09-19T12:15:26.252Z] daemon.go:307: [df8a83b4f7e20] exiting daemon [2019-09-19T12:15:26.252Z] daemon.go:459: [df8a83b4f7e20] Daemon stopped [2019-09-19T12:15:26.252Z] === RUN TestAuthZPluginHeader [2019-09-19T12:15:26.275Z] + make clean [2019-09-19T12:15:26.635Z] docker volume rm -f docker-dev-cache [2019-09-19T12:15:26.635Z] docker-dev-cache [Pipeline] deleteDir [2019-09-19T12:15:26.869Z] --- PASS: TestAuthZPluginHeader (0.98s) [2019-09-19T12:15:26.869Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-19T12:15:26.869Z] daemon.go:336: [df51f58add432] waiting for daemon to start [2019-09-19T12:15:26.869Z] daemon.go:336: [df51f58add432] waiting for daemon to start [2019-09-19T12:15:26.869Z] daemon.go:364: [df51f58add432] daemon started [2019-09-19T12:15:26.869Z] daemon.go:472: [df51f58add432] Stopping daemon [2019-09-19T12:15:26.869Z] daemon.go:307: [df51f58add432] exiting daemon [2019-09-19T12:15:26.869Z] daemon.go:459: [df51f58add432] Daemon stopped [2019-09-19T12:15:26.869Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-19T12:15:26.869Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-19T12:15:26.869Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:26.869Z] === RUN TestAuthZPluginV2Disable [2019-09-19T12:15:26.869Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-19T12:15:26.869Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:26.869Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-19T12:15:26.869Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-19T12:15:26.869Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:26.869Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-19T12:15:26.869Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-19T12:15:26.869Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:26.869Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:15:29.694Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-19T12:15:29.694Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-19T12:15:30.258Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-19T12:15:30.515Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-19T12:15:30.771Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-19T12:15:31.335Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.17s) [2019-09-19T12:15:31.335Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-19T12:15:31.335Z] daemon.go:336: [deaf06c721d7e] waiting for daemon to start [2019-09-19T12:15:31.335Z] daemon.go:336: [deaf06c721d7e] waiting for daemon to start [2019-09-19T12:15:31.335Z] daemon.go:364: [deaf06c721d7e] daemon started [2019-09-19T12:15:31.335Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:woo4z2nz0z7i2besjg0tqva9n Created:2019-09-19 12:15:22.841995768 +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[2d8d35eaa540c18da03d5e992f84f08dbc1d2790dc0b5610424dbc391e4111d5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bukzttwiza0rghrifjxtnri75 EndpointID:2b901725b3298d73d2a96836396a6285ae2b333b6fd01c0cb64d574bbc6167e4 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:55ffb0a32eace25b78799c0069a71df4c786cf92da9c093ab8b1c450ff97237b 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:0d4130be8103 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bukzttwiza0rghrifjxtnri75 EndpointID:2b901725b3298d73d2a96836396a6285ae2b333b6fd01c0cb64d574bbc6167e4 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-19T12:15:31.335Z] daemon.go:472: [deaf06c721d7e] Stopping daemon [2019-09-19T12:15:31.335Z] daemon.go:307: [deaf06c721d7e] exiting daemon [2019-09-19T12:15:31.335Z] daemon.go:459: [deaf06c721d7e] Daemon stopped [2019-09-19T12:15:31.335Z] PASS [2019-09-19T12:15:31.335Z] [2019-09-19T12:15:31.335Z] === Skipped [2019-09-19T12:15:31.335Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:15:31.335Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:15:31.335Z] [2019-09-19T12:15:31.335Z] [2019-09-19T12:15:31.335Z] DONE 21 tests, 1 skipped in 51.045s [2019-09-19T12:15:31.335Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:15:31.335Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:31.335Z] ++ set -e [2019-09-19T12:15:31.335Z] ++ '[' -n 0 ']' [2019-09-19T12:15:31.335Z] ++ set -x [2019-09-19T12:15:31.335Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:31.593Z] INFO: Testing against a local daemon [2019-09-19T12:15:31.593Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-19T12:15:31.593Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-19T12:15:31.593Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:15:31.593Z] === RUN TestDockerNetworkIpvlan [2019-09-19T12:15:31.593Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-19T12:15:31.593Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:15:31.593Z] PASS [2019-09-19T12:15:31.593Z] [2019-09-19T12:15:31.593Z] === Skipped [2019-09-19T12:15:31.593Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-19T12:15:31.593Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:15:31.593Z] [2019-09-19T12:15:31.593Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-19T12:15:31.593Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-19T12:15:31.593Z] [2019-09-19T12:15:31.593Z] [2019-09-19T12:15:31.593Z] DONE 2 tests, 2 skipped in 0.253s [2019-09-19T12:15:31.593Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-19T12:15:31.593Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:31.593Z] ++ set -e [2019-09-19T12:15:31.593Z] ++ '[' -n 0 ']' [2019-09-19T12:15:31.593Z] ++ set -x [2019-09-19T12:15:31.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:31.849Z] INFO: Testing against a local daemon [2019-09-19T12:15:31.849Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-19T12:15:31.849Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-19T12:15:31.849Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-19T12:15:33.221Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) [2019-09-19T12:15:33.221Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-19T12:15:33.221Z] daemon.go:336: [dca3273993797] waiting for daemon to start [2019-09-19T12:15:33.221Z] daemon.go:336: [dca3273993797] waiting for daemon to start [2019-09-19T12:15:33.221Z] daemon.go:364: [dca3273993797] daemon started [2019-09-19T12:15:33.221Z] daemon.go:472: [dca3273993797] Stopping daemon [2019-09-19T12:15:33.221Z] daemon.go:307: [dca3273993797] exiting daemon [2019-09-19T12:15:33.221Z] daemon.go:459: [dca3273993797] Daemon stopped [2019-09-19T12:15:33.221Z] daemon.go:336: [dca3273993797] waiting for daemon to start [2019-09-19T12:15:33.221Z] daemon.go:336: [dca3273993797] waiting for daemon to start [2019-09-19T12:15:33.221Z] daemon.go:364: [dca3273993797] daemon started [2019-09-19T12:15:33.221Z] daemon.go:472: [dca3273993797] Stopping daemon [2019-09-19T12:15:33.221Z] daemon.go:307: [dca3273993797] exiting daemon [2019-09-19T12:15:33.221Z] daemon.go:459: [dca3273993797] Daemon stopped [2019-09-19T12:15:33.221Z] === RUN TestDockerNetworkMacvlan [2019-09-19T12:15:33.785Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-19T12:15:34.350Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-19T12:15:34.915Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-19T12:15:35.847Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-19T12:15:36.780Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-19T12:15:38.716Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-19T12:15:38.716Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-19T12:15:40.611Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-19T12:15:40.868Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-19T12:15:41.800Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-19T12:15:43.173Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-19T12:15:43.737Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-19T12:15:44.669Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-19T12:15:44.927Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-19T12:15:45.314Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2019-09-19T12:15:45.314Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:364: [de664dfba1db2] daemon started [2019-09-19T12:15:45.314Z] daemon.go:472: [de664dfba1db2] Stopping daemon [2019-09-19T12:15:45.314Z] daemon.go:307: [de664dfba1db2] exiting daemon [2019-09-19T12:15:45.314Z] daemon.go:459: [de664dfba1db2] Daemon stopped [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:350: [de664dfba1db2] error pinging daemon on start: Get http://de664dfba1db2.sock/_ping: context deadline exceeded [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:350: [de664dfba1db2] error pinging daemon on start: Get http://de664dfba1db2.sock/_ping: context deadline exceeded [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:350: [de664dfba1db2] error pinging daemon on start: Get http://de664dfba1db2.sock/_ping: context deadline exceeded [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:350: [de664dfba1db2] error pinging daemon on start: Get http://de664dfba1db2.sock/_ping: context deadline exceeded [2019-09-19T12:15:45.314Z] daemon.go:307: [de664dfba1db2] exiting daemon [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:336: [de664dfba1db2] waiting for daemon to start [2019-09-19T12:15:45.314Z] daemon.go:364: [de664dfba1db2] daemon started [2019-09-19T12:15:45.314Z] daemon.go:472: [de664dfba1db2] Stopping daemon [2019-09-19T12:15:45.314Z] daemon.go:307: [de664dfba1db2] exiting daemon [2019-09-19T12:15:45.314Z] daemon.go:459: [de664dfba1db2] Daemon stopped [2019-09-19T12:15:45.314Z] PASS [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] === Skipped [2019-09-19T12:15:45.314Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-19T12:15:45.314Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-19T12:15:45.314Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-19T12:15:45.314Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-19T12:15:45.314Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] DONE 17 tests, 4 skipped in 29.794s [2019-09-19T12:15:45.314Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] ++ set -e [2019-09-19T12:15:45.314Z] ++ '[' -n 0 ']' [2019-09-19T12:15:45.314Z] ++ set -x [2019-09-19T12:15:45.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] INFO: Testing against a local daemon [2019-09-19T12:15:45.314Z] === RUN TestPluginInvalidJSON [2019-09-19T12:15:45.314Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:15:45.314Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:15:45.314Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:15:45.314Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-19T12:15:45.314Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-19T12:15:45.314Z] PASS [2019-09-19T12:15:45.314Z] [2019-09-19T12:15:45.314Z] DONE 2 tests in 0.142s [2019-09-19T12:15:45.314Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] ++ set -e [2019-09-19T12:15:45.314Z] ++ '[' -n 0 ']' [2019-09-19T12:15:45.314Z] ++ set -x [2019-09-19T12:15:45.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:45.314Z] INFO: Testing against a local daemon [2019-09-19T12:15:45.314Z] === RUN TestExternalGraphDriver [2019-09-19T12:15:45.314Z] === RUN TestExternalGraphDriver/json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-19T12:15:46.339Z] ok github.com/docker/docker/builder/remotecontext/git 32.507s coverage: 85.1% of statements [2019-09-19T12:15:46.339Z] ? github.com/docker/docker/cli [no test files] [2019-09-19T12:15:46.339Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-19T12:15:46.339Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2019-09-19T12:15:46.339Z] ok github.com/docker/docker/client 0.533s coverage: 75.3% of statements [2019-09-19T12:15:46.796Z] === RUN TestExternalGraphDriver/spec [2019-09-19T12:15:47.450Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-19T12:15:48.834Z] === RUN TestExternalGraphDriver/pull [2019-09-19T12:15:49.344Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-19T12:15:49.601Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan (17.42s) [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [d08c982d6ef6d] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [d08c982d6ef6d] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [d08c982d6ef6d] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2019-09-19T12:15:50.532Z] daemon.go:472: [d08c982d6ef6d] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [d08c982d6ef6d] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [d08c982d6ef6d] Daemon stopped [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [dbc7c26efadb3] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [dbc7c26efadb3] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [dbc7c26efadb3] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-09-19T12:15:50.532Z] daemon.go:472: [dbc7c26efadb3] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [dbc7c26efadb3] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [dbc7c26efadb3] Daemon stopped [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [da2b89daa7126] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [da2b89daa7126] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [da2b89daa7126] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s) [2019-09-19T12:15:50.532Z] daemon.go:472: [da2b89daa7126] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [da2b89daa7126] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [da2b89daa7126] Daemon stopped [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [dc82662012ae9] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [dc82662012ae9] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [dc82662012ae9] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.04s) [2019-09-19T12:15:50.532Z] daemon.go:472: [dc82662012ae9] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [dc82662012ae9] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [dc82662012ae9] Daemon stopped [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [d4404aa90d077] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [d4404aa90d077] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [d4404aa90d077] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.52s) [2019-09-19T12:15:50.532Z] daemon.go:472: [d4404aa90d077] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [d4404aa90d077] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [d4404aa90d077] Daemon stopped [2019-09-19T12:15:50.532Z] macvlan_test.go:70: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-19T12:15:50.532Z] daemon.go:336: [da5e7c450ceb7] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:336: [da5e7c450ceb7] waiting for daemon to start [2019-09-19T12:15:50.532Z] daemon.go:364: [da5e7c450ceb7] daemon started [2019-09-19T12:15:50.532Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.17s) [2019-09-19T12:15:50.532Z] daemon.go:472: [da5e7c450ceb7] Stopping daemon [2019-09-19T12:15:50.532Z] daemon.go:307: [da5e7c450ceb7] exiting daemon [2019-09-19T12:15:50.532Z] daemon.go:459: [da5e7c450ceb7] Daemon stopped [2019-09-19T12:15:50.532Z] PASS [2019-09-19T12:15:50.532Z] [2019-09-19T12:15:50.532Z] DONE 8 tests in 19.004s [2019-09-19T12:15:50.532Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-19T12:15:50.532Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:50.532Z] ++ set -e [2019-09-19T12:15:50.532Z] ++ '[' -n 0 ']' [2019-09-19T12:15:50.532Z] ++ set -x [2019-09-19T12:15:50.532Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:50.532Z] testing: warning: no tests to run [2019-09-19T12:15:50.532Z] PASS [2019-09-19T12:15:50.532Z] [2019-09-19T12:15:50.532Z] DONE 0 tests in 0.029s [2019-09-19T12:15:50.532Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-19T12:15:50.532Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:50.532Z] ++ set -e [2019-09-19T12:15:50.532Z] ++ '[' -n 0 ']' [2019-09-19T12:15:50.532Z] ++ set -x [2019-09-19T12:15:50.532Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:50.789Z] INFO: Testing against a local daemon [2019-09-19T12:15:50.789Z] === RUN TestAuthZPluginAllowRequest [2019-09-19T12:15:50.862Z] --- PASS: TestExternalGraphDriver (6.73s) [2019-09-19T12:15:50.862Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:364: [d1a587d156cfa] daemon started [2019-09-19T12:15:50.862Z] daemon.go:472: [d1a587d156cfa] Stopping daemon [2019-09-19T12:15:50.862Z] daemon.go:307: [d1a587d156cfa] exiting daemon [2019-09-19T12:15:50.862Z] daemon.go:459: [d1a587d156cfa] Daemon stopped [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:364: [d1a587d156cfa] daemon started [2019-09-19T12:15:50.862Z] daemon.go:472: [d1a587d156cfa] Stopping daemon [2019-09-19T12:15:50.862Z] daemon.go:307: [d1a587d156cfa] exiting daemon [2019-09-19T12:15:50.862Z] daemon.go:459: [d1a587d156cfa] Daemon stopped [2019-09-19T12:15:50.862Z] --- PASS: TestExternalGraphDriver/json (2.17s) [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:364: [d1a587d156cfa] daemon started [2019-09-19T12:15:50.862Z] daemon.go:472: [d1a587d156cfa] Stopping daemon [2019-09-19T12:15:50.862Z] daemon.go:307: [d1a587d156cfa] exiting daemon [2019-09-19T12:15:50.862Z] daemon.go:459: [d1a587d156cfa] Daemon stopped [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:364: [d1a587d156cfa] daemon started [2019-09-19T12:15:50.862Z] daemon.go:472: [d1a587d156cfa] Stopping daemon [2019-09-19T12:15:50.862Z] daemon.go:307: [d1a587d156cfa] exiting daemon [2019-09-19T12:15:50.862Z] daemon.go:459: [d1a587d156cfa] Daemon stopped [2019-09-19T12:15:50.862Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:336: [d1a587d156cfa] waiting for daemon to start [2019-09-19T12:15:50.862Z] daemon.go:364: [d1a587d156cfa] daemon started [2019-09-19T12:15:50.862Z] daemon.go:472: [d1a587d156cfa] Stopping daemon [2019-09-19T12:15:50.862Z] daemon.go:307: [d1a587d156cfa] exiting daemon [2019-09-19T12:15:50.862Z] daemon.go:459: [d1a587d156cfa] Daemon stopped [2019-09-19T12:15:50.862Z] --- PASS: TestExternalGraphDriver/pull (2.23s) [2019-09-19T12:15:50.862Z] === RUN TestGraphdriverPluginV2 [2019-09-19T12:15:50.862Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-09-19T12:15:50.862Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:50.862Z] PASS [2019-09-19T12:15:50.862Z] [2019-09-19T12:15:50.862Z] === Skipped [2019-09-19T12:15:50.862Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-09-19T12:15:50.862Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:15:50.862Z] [2019-09-19T12:15:50.862Z] [2019-09-19T12:15:50.862Z] DONE 5 tests, 1 skipped in 6.918s [2019-09-19T12:15:50.862Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-19T12:15:50.862Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:50.862Z] ++ set -e [2019-09-19T12:15:50.862Z] ++ '[' -n 0 ']' [2019-09-19T12:15:50.862Z] ++ set -x [2019-09-19T12:15:50.862Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:15:51.146Z] INFO: Testing against a local daemon [2019-09-19T12:15:51.146Z] === RUN TestContinueAfterPluginCrash [2019-09-19T12:15:51.146Z] === PAUSE TestContinueAfterPluginCrash [2019-09-19T12:15:51.146Z] === RUN TestDaemonStartWithLogOpt [2019-09-19T12:15:51.146Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-19T12:15:51.146Z] === CONT TestContinueAfterPluginCrash [2019-09-19T12:15:51.146Z] === CONT TestDaemonStartWithLogOpt [2019-09-19T12:15:51.353Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-19T12:15:52.726Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2019-09-19T12:15:52.726Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-19T12:15:52.726Z] daemon.go:336: [db17f8ac285c0] waiting for daemon to start [2019-09-19T12:15:52.726Z] daemon.go:336: [db17f8ac285c0] waiting for daemon to start [2019-09-19T12:15:52.726Z] daemon.go:364: [db17f8ac285c0] daemon started [2019-09-19T12:15:52.726Z] daemon.go:472: [db17f8ac285c0] Stopping daemon [2019-09-19T12:15:52.726Z] daemon.go:307: [db17f8ac285c0] exiting daemon [2019-09-19T12:15:52.726Z] daemon.go:459: [db17f8ac285c0] Daemon stopped [2019-09-19T12:15:52.726Z] === RUN TestAuthZPluginTLS [2019-09-19T12:15:52.982Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-19T12:15:52.982Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-19T12:15:52.982Z] daemon.go:336: [d99dd77525acf] waiting for daemon to start [2019-09-19T12:15:52.982Z] daemon.go:336: [d99dd77525acf] waiting for daemon to start [2019-09-19T12:15:52.982Z] daemon.go:364: [d99dd77525acf] daemon started [2019-09-19T12:15:52.982Z] daemon.go:472: [d99dd77525acf] Stopping daemon [2019-09-19T12:15:52.982Z] daemon.go:307: [d99dd77525acf] exiting daemon [2019-09-19T12:15:52.982Z] daemon.go:459: [d99dd77525acf] Daemon stopped [2019-09-19T12:15:52.982Z] === RUN TestAuthZPluginDenyRequest [2019-09-19T12:15:53.408Z] ok github.com/docker/docker/cmd/dockerd 0.703s coverage: 18.9% of statements [2019-09-19T12:15:53.547Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-19T12:15:53.547Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-19T12:15:53.547Z] daemon.go:336: [d544283614ef2] waiting for daemon to start [2019-09-19T12:15:53.547Z] daemon.go:336: [d544283614ef2] waiting for daemon to start [2019-09-19T12:15:53.547Z] daemon.go:364: [d544283614ef2] daemon started [2019-09-19T12:15:53.547Z] daemon.go:472: [d544283614ef2] Stopping daemon [2019-09-19T12:15:53.547Z] daemon.go:307: [d544283614ef2] exiting daemon [2019-09-19T12:15:53.547Z] daemon.go:459: [d544283614ef2] Daemon stopped [2019-09-19T12:15:53.547Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-19T12:15:54.113Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-19T12:15:54.113Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-09-19T12:15:54.113Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-19T12:15:54.113Z] daemon.go:336: [db042638d6a25] waiting for daemon to start [2019-09-19T12:15:54.113Z] daemon.go:336: [db042638d6a25] waiting for daemon to start [2019-09-19T12:15:54.113Z] daemon.go:364: [db042638d6a25] daemon started [2019-09-19T12:15:54.113Z] daemon.go:472: [db042638d6a25] Stopping daemon [2019-09-19T12:15:54.113Z] daemon.go:307: [db042638d6a25] exiting daemon [2019-09-19T12:15:54.113Z] daemon.go:459: [db042638d6a25] Daemon stopped [2019-09-19T12:15:54.113Z] === RUN TestAuthZPluginDenyResponse [2019-09-19T12:15:54.677Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-09-19T12:15:54.677Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-19T12:15:54.677Z] daemon.go:336: [d88e99ce7c6ba] waiting for daemon to start [2019-09-19T12:15:54.677Z] daemon.go:336: [d88e99ce7c6ba] waiting for daemon to start [2019-09-19T12:15:54.677Z] daemon.go:364: [d88e99ce7c6ba] daemon started [2019-09-19T12:15:54.677Z] daemon.go:472: [d88e99ce7c6ba] Stopping daemon [2019-09-19T12:15:54.677Z] daemon.go:307: [d88e99ce7c6ba] exiting daemon [2019-09-19T12:15:54.677Z] daemon.go:459: [d88e99ce7c6ba] Daemon stopped [2019-09-19T12:15:54.677Z] === RUN TestAuthZPluginAllowEventStream [2019-09-19T12:15:56.051Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-19T12:15:56.312Z] ok github.com/docker/docker/container 0.482s coverage: 42.5% of statements [2019-09-19T12:15:56.312Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-19T12:15:56.312Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-19T12:15:56.312Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-19T12:15:56.312Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-19T12:15:56.618Z] --- PASS: TestAuthZPluginAllowEventStream (1.83s) [2019-09-19T12:15:56.618Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-19T12:15:56.618Z] daemon.go:336: [d805591adbdcc] waiting for daemon to start [2019-09-19T12:15:56.618Z] daemon.go:336: [d805591adbdcc] waiting for daemon to start [2019-09-19T12:15:56.618Z] daemon.go:364: [d805591adbdcc] daemon started [2019-09-19T12:15:56.618Z] daemon.go:472: [d805591adbdcc] Stopping daemon [2019-09-19T12:15:56.618Z] daemon.go:307: [d805591adbdcc] exiting daemon [2019-09-19T12:15:56.618Z] daemon.go:459: [d805591adbdcc] Daemon stopped [2019-09-19T12:15:56.618Z] === RUN TestAuthZPluginErrorResponse [2019-09-19T12:15:56.618Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-19T12:15:57.184Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-19T12:15:57.184Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-19T12:15:57.184Z] daemon.go:336: [dd3ffa3bb49d7] waiting for daemon to start [2019-09-19T12:15:57.184Z] daemon.go:336: [dd3ffa3bb49d7] waiting for daemon to start [2019-09-19T12:15:57.184Z] daemon.go:364: [dd3ffa3bb49d7] daemon started [2019-09-19T12:15:57.184Z] daemon.go:472: [dd3ffa3bb49d7] Stopping daemon [2019-09-19T12:15:57.184Z] daemon.go:307: [dd3ffa3bb49d7] exiting daemon [2019-09-19T12:15:57.184Z] daemon.go:459: [dd3ffa3bb49d7] Daemon stopped [2019-09-19T12:15:57.184Z] === RUN TestAuthZPluginErrorRequest [2019-09-19T12:15:57.441Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-19T12:15:57.699Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-19T12:15:57.699Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-19T12:15:57.699Z] daemon.go:336: [d2bcd5c7cad41] waiting for daemon to start [2019-09-19T12:15:57.699Z] daemon.go:336: [d2bcd5c7cad41] waiting for daemon to start [2019-09-19T12:15:57.699Z] daemon.go:364: [d2bcd5c7cad41] daemon started [2019-09-19T12:15:57.699Z] daemon.go:472: [d2bcd5c7cad41] Stopping daemon [2019-09-19T12:15:57.699Z] daemon.go:307: [d2bcd5c7cad41] exiting daemon [2019-09-19T12:15:57.699Z] daemon.go:459: [d2bcd5c7cad41] Daemon stopped [2019-09-19T12:15:57.699Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:15:58.264Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2019-09-19T12:15:58.264Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-19T12:15:58.264Z] daemon.go:336: [d6b8bb30d7bd5] waiting for daemon to start [2019-09-19T12:15:58.264Z] daemon.go:336: [d6b8bb30d7bd5] waiting for daemon to start [2019-09-19T12:15:58.264Z] daemon.go:364: [d6b8bb30d7bd5] daemon started [2019-09-19T12:15:58.264Z] daemon.go:472: [d6b8bb30d7bd5] Stopping daemon [2019-09-19T12:15:58.264Z] daemon.go:307: [d6b8bb30d7bd5] exiting daemon [2019-09-19T12:15:58.264Z] daemon.go:459: [d6b8bb30d7bd5] Daemon stopped [2019-09-19T12:15:58.264Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:15:58.264Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-19T12:15:58.828Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-19T12:15:58.828Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-19T12:15:59.762Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-19T12:16:00.329Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.11s) [2019-09-19T12:16:00.329Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-19T12:16:00.329Z] daemon.go:336: [dbb61e5d1c3c3] waiting for daemon to start [2019-09-19T12:16:00.329Z] daemon.go:336: [dbb61e5d1c3c3] waiting for daemon to start [2019-09-19T12:16:00.329Z] daemon.go:364: [dbb61e5d1c3c3] daemon started [2019-09-19T12:16:00.329Z] daemon.go:472: [dbb61e5d1c3c3] Stopping daemon [2019-09-19T12:16:00.329Z] daemon.go:307: [dbb61e5d1c3c3] exiting daemon [2019-09-19T12:16:00.329Z] daemon.go:459: [dbb61e5d1c3c3] Daemon stopped [2019-09-19T12:16:00.329Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:16:00.329Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-19T12:16:00.894Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-19T12:16:01.460Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-19T12:16:01.717Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-19T12:16:02.282Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-19T12:16:02.540Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.15s) [2019-09-19T12:16:02.540Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-19T12:16:02.540Z] daemon.go:336: [ddeb95ae14d79] waiting for daemon to start [2019-09-19T12:16:02.540Z] daemon.go:336: [ddeb95ae14d79] waiting for daemon to start [2019-09-19T12:16:02.540Z] daemon.go:364: [ddeb95ae14d79] daemon started [2019-09-19T12:16:02.540Z] daemon.go:472: [ddeb95ae14d79] Stopping daemon [2019-09-19T12:16:02.540Z] daemon.go:307: [ddeb95ae14d79] exiting daemon [2019-09-19T12:16:02.540Z] daemon.go:459: [ddeb95ae14d79] Daemon stopped [2019-09-19T12:16:02.540Z] === RUN TestAuthZPluginHeader [2019-09-19T12:16:03.472Z] --- PASS: TestAuthZPluginHeader (0.86s) [2019-09-19T12:16:03.472Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-19T12:16:03.472Z] daemon.go:336: [dbce8eff93e8e] waiting for daemon to start [2019-09-19T12:16:03.472Z] daemon.go:336: [dbce8eff93e8e] waiting for daemon to start [2019-09-19T12:16:03.472Z] daemon.go:364: [dbce8eff93e8e] daemon started [2019-09-19T12:16:03.472Z] daemon.go:472: [dbce8eff93e8e] Stopping daemon [2019-09-19T12:16:03.472Z] daemon.go:307: [dbce8eff93e8e] exiting daemon [2019-09-19T12:16:03.472Z] daemon.go:459: [dbce8eff93e8e] Daemon stopped [2019-09-19T12:16:03.472Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-19T12:16:03.472Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-19T12:16:06.751Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-19T12:16:08.249Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.57s) [2019-09-19T12:16:08.249Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest [2019-09-19T12:16:08.249Z] daemon.go:336: [d149b0099bda1] waiting for daemon to start [2019-09-19T12:16:08.249Z] daemon.go:336: [d149b0099bda1] waiting for daemon to start [2019-09-19T12:16:08.249Z] daemon.go:364: [d149b0099bda1] daemon started [2019-09-19T12:16:08.249Z] daemon.go:472: [d149b0099bda1] Stopping daemon [2019-09-19T12:16:08.249Z] daemon.go:307: [d149b0099bda1] exiting daemon [2019-09-19T12:16:08.249Z] daemon.go:459: [d149b0099bda1] Daemon stopped [2019-09-19T12:16:08.249Z] daemon.go:336: [d149b0099bda1] waiting for daemon to start [2019-09-19T12:16:08.249Z] daemon.go:336: [d149b0099bda1] waiting for daemon to start [2019-09-19T12:16:08.249Z] daemon.go:364: [d149b0099bda1] daemon started [2019-09-19T12:16:08.249Z] daemon.go:472: [d149b0099bda1] Stopping daemon [2019-09-19T12:16:08.249Z] daemon.go:307: [d149b0099bda1] exiting daemon [2019-09-19T12:16:08.249Z] daemon.go:459: [d149b0099bda1] Daemon stopped [2019-09-19T12:16:08.249Z] === RUN TestAuthZPluginV2Disable [2019-09-19T12:16:09.688Z] --- PASS: TestDaemonStartWithLogOpt (16.25s) [2019-09-19T12:16:09.688Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-19T12:16:09.688Z] daemon.go:336: [df9a16e926f56] waiting for daemon to start [2019-09-19T12:16:09.688Z] daemon.go:336: [df9a16e926f56] waiting for daemon to start [2019-09-19T12:16:09.688Z] daemon.go:364: [df9a16e926f56] daemon started [2019-09-19T12:16:09.688Z] daemon.go:472: [df9a16e926f56] Stopping daemon [2019-09-19T12:16:09.688Z] daemon.go:307: [df9a16e926f56] exiting daemon [2019-09-19T12:16:09.688Z] daemon.go:459: [df9a16e926f56] Daemon stopped [2019-09-19T12:16:09.688Z] daemon.go:336: [df9a16e926f56] waiting for daemon to start [2019-09-19T12:16:09.688Z] daemon.go:336: [df9a16e926f56] waiting for daemon to start [2019-09-19T12:16:09.688Z] daemon.go:364: [df9a16e926f56] daemon started [2019-09-19T12:16:09.688Z] daemon.go:472: [df9a16e926f56] Stopping daemon [2019-09-19T12:16:09.688Z] daemon.go:307: [df9a16e926f56] exiting daemon [2019-09-19T12:16:09.688Z] daemon.go:459: [df9a16e926f56] Daemon stopped [2019-09-19T12:16:11.523Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2019-09-19T12:16:11.523Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable [2019-09-19T12:16:11.523Z] daemon.go:336: [df09ee0b0f137] waiting for daemon to start [2019-09-19T12:16:11.523Z] daemon.go:336: [df09ee0b0f137] waiting for daemon to start [2019-09-19T12:16:11.523Z] daemon.go:364: [df09ee0b0f137] daemon started [2019-09-19T12:16:11.523Z] daemon.go:472: [df09ee0b0f137] Stopping daemon [2019-09-19T12:16:11.523Z] daemon.go:307: [df09ee0b0f137] exiting daemon [2019-09-19T12:16:11.523Z] daemon.go:459: [df09ee0b0f137] Daemon stopped [2019-09-19T12:16:11.523Z] daemon.go:336: [df09ee0b0f137] waiting for daemon to start [2019-09-19T12:16:11.523Z] daemon.go:336: [df09ee0b0f137] waiting for daemon to start [2019-09-19T12:16:11.523Z] daemon.go:364: [df09ee0b0f137] daemon started [2019-09-19T12:16:11.523Z] daemon.go:472: [df09ee0b0f137] Stopping daemon [2019-09-19T12:16:11.523Z] daemon.go:307: [df09ee0b0f137] exiting daemon [2019-09-19T12:16:11.523Z] daemon.go:459: [df09ee0b0f137] Daemon stopped [2019-09-19T12:16:11.523Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-19T12:16:11.781Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-19T12:16:12.361Z] --- PASS: TestContinueAfterPluginCrash (21.03s) [2019-09-19T12:16:12.361Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-19T12:16:12.361Z] daemon.go:336: [d58140a0fdd14] waiting for daemon to start [2019-09-19T12:16:12.361Z] daemon.go:336: [d58140a0fdd14] waiting for daemon to start [2019-09-19T12:16:12.361Z] daemon.go:364: [d58140a0fdd14] daemon started [2019-09-19T12:16:12.361Z] daemon.go:472: [d58140a0fdd14] Stopping daemon [2019-09-19T12:16:12.361Z] daemon.go:307: [d58140a0fdd14] exiting daemon [2019-09-19T12:16:12.361Z] daemon.go:459: [d58140a0fdd14] Daemon stopped [2019-09-19T12:16:12.361Z] PASS [2019-09-19T12:16:12.361Z] [2019-09-19T12:16:12.361Z] DONE 2 tests in 21.162s [2019-09-19T12:16:12.361Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-19T12:16:12.361Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:12.361Z] ++ set -e [2019-09-19T12:16:12.361Z] ++ '[' -n 0 ']' [2019-09-19T12:16:12.361Z] ++ set -x [2019-09-19T12:16:12.361Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:12.361Z] INFO: Testing against a local daemon [2019-09-19T12:16:12.361Z] === RUN TestPluginWithDevMounts [2019-09-19T12:16:12.361Z] === PAUSE TestPluginWithDevMounts [2019-09-19T12:16:12.361Z] === CONT TestPluginWithDevMounts [2019-09-19T12:16:15.046Z] --- PASS: TestPluginWithDevMounts (2.38s) [2019-09-19T12:16:15.046Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-19T12:16:15.046Z] daemon.go:336: [df13df2e756fb] waiting for daemon to start [2019-09-19T12:16:15.046Z] daemon.go:336: [df13df2e756fb] waiting for daemon to start [2019-09-19T12:16:15.046Z] daemon.go:364: [df13df2e756fb] daemon started [2019-09-19T12:16:15.046Z] daemon.go:472: [df13df2e756fb] Stopping daemon [2019-09-19T12:16:15.046Z] daemon.go:307: [df13df2e756fb] exiting daemon [2019-09-19T12:16:15.046Z] daemon.go:459: [df13df2e756fb] Daemon stopped [2019-09-19T12:16:15.046Z] PASS [2019-09-19T12:16:15.046Z] [2019-09-19T12:16:15.046Z] DONE 1 tests in 2.506s [2019-09-19T12:16:15.046Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-19T12:16:15.046Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:15.046Z] ++ set -e [2019-09-19T12:16:15.046Z] ++ '[' -n 0 ']' [2019-09-19T12:16:15.046Z] ++ set -x [2019-09-19T12:16:15.046Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:15.046Z] INFO: Testing against a local daemon [2019-09-19T12:16:15.046Z] === RUN TestSecretInspect [2019-09-19T12:16:15.055Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.46s) [2019-09-19T12:16:15.055Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests [2019-09-19T12:16:15.055Z] daemon.go:336: [d9036dfcb03d7] waiting for daemon to start [2019-09-19T12:16:15.055Z] daemon.go:336: [d9036dfcb03d7] waiting for daemon to start [2019-09-19T12:16:15.055Z] daemon.go:364: [d9036dfcb03d7] daemon started [2019-09-19T12:16:15.055Z] daemon.go:472: [d9036dfcb03d7] Stopping daemon [2019-09-19T12:16:15.055Z] daemon.go:307: [d9036dfcb03d7] exiting daemon [2019-09-19T12:16:15.055Z] daemon.go:459: [d9036dfcb03d7] Daemon stopped [2019-09-19T12:16:15.055Z] daemon.go:336: [d9036dfcb03d7] waiting for daemon to start [2019-09-19T12:16:15.055Z] daemon.go:336: [d9036dfcb03d7] waiting for daemon to start [2019-09-19T12:16:15.055Z] daemon.go:364: [d9036dfcb03d7] daemon started [2019-09-19T12:16:15.055Z] daemon.go:472: [d9036dfcb03d7] Stopping daemon [2019-09-19T12:16:15.055Z] daemon.go:307: [d9036dfcb03d7] exiting daemon [2019-09-19T12:16:15.055Z] daemon.go:459: [d9036dfcb03d7] Daemon stopped [2019-09-19T12:16:15.055Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-19T12:16:15.620Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-19T12:16:15.877Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-19T12:16:15.878Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-19T12:16:16.135Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-19T12:16:16.392Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-19T12:16:16.957Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-19T12:16:17.105Z] --- PASS: TestSecretInspect (2.21s) [2019-09-19T12:16:17.105Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-19T12:16:17.105Z] daemon.go:336: [d5b2b04246e8f] waiting for daemon to start [2019-09-19T12:16:17.105Z] daemon.go:336: [d5b2b04246e8f] waiting for daemon to start [2019-09-19T12:16:17.105Z] daemon.go:364: [d5b2b04246e8f] daemon started [2019-09-19T12:16:17.105Z] daemon.go:472: [d5b2b04246e8f] Stopping daemon [2019-09-19T12:16:17.105Z] daemon.go:307: [d5b2b04246e8f] exiting daemon [2019-09-19T12:16:17.105Z] daemon.go:459: [d5b2b04246e8f] Daemon stopped [2019-09-19T12:16:17.105Z] === RUN TestSecretList [2019-09-19T12:16:17.213Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon 3.503s coverage: 9.2% of statements [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/cluster 1.892s coverage: 0.5% of statements [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.283s coverage: 65.3% of statements [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/cluster/convert 0.636s coverage: 35.8% of statements [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.074s coverage: 10.9% of statements [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/config 1.069s coverage: 82.8% of statements [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/discovery 0.522s coverage: 30.0% of statements [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/events 0.423s coverage: 50.0% of statements [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-19T12:16:17.405Z] ok github.com/docker/docker/daemon/graphdriver 0.455s coverage: 2.3% of statements [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-19T12:16:17.405Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-19T12:16:18.940Z] ok github.com/docker/docker/daemon/images 0.457s coverage: 4.9% of statements [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-19T12:16:18.940Z] ok github.com/docker/docker/daemon/links 0.035s coverage: 93.0% of statements [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-19T12:16:18.940Z] ok github.com/docker/docker/daemon/logger 0.665s coverage: 43.0% of statements [2019-09-19T12:16:18.940Z] ok github.com/docker/docker/daemon/logger/awslogs 0.620s coverage: 77.8% of statements [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-19T12:16:18.940Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-19T12:16:19.739Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-19T12:16:19.784Z] --- PASS: TestSecretList (2.27s) [2019-09-19T12:16:19.784Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-19T12:16:19.784Z] daemon.go:336: [d1b6203c3a2e9] waiting for daemon to start [2019-09-19T12:16:19.784Z] daemon.go:336: [d1b6203c3a2e9] waiting for daemon to start [2019-09-19T12:16:19.784Z] daemon.go:364: [d1b6203c3a2e9] daemon started [2019-09-19T12:16:19.784Z] daemon.go:472: [d1b6203c3a2e9] Stopping daemon [2019-09-19T12:16:19.784Z] daemon.go:307: [d1b6203c3a2e9] exiting daemon [2019-09-19T12:16:19.784Z] daemon.go:459: [d1b6203c3a2e9] Daemon stopped [2019-09-19T12:16:19.785Z] === RUN TestSecretsCreateAndDelete [2019-09-19T12:16:19.906Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.540s coverage: 62.1% of statements [2019-09-19T12:16:19.906Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.530s coverage: 88.3% of statements [2019-09-19T12:16:21.441Z] ok github.com/docker/docker/daemon/logger/local 0.348s coverage: 74.7% of statements [2019-09-19T12:16:21.441Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-19T12:16:21.814Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2019-09-19T12:16:21.814Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-19T12:16:21.814Z] daemon.go:336: [d2d5529af068d] waiting for daemon to start [2019-09-19T12:16:21.814Z] daemon.go:336: [d2d5529af068d] waiting for daemon to start [2019-09-19T12:16:21.814Z] daemon.go:364: [d2d5529af068d] daemon started [2019-09-19T12:16:21.814Z] daemon.go:472: [d2d5529af068d] Stopping daemon [2019-09-19T12:16:21.814Z] daemon.go:307: [d2d5529af068d] exiting daemon [2019-09-19T12:16:21.814Z] daemon.go:459: [d2d5529af068d] Daemon stopped [2019-09-19T12:16:21.814Z] === RUN TestSecretsUpdate [2019-09-19T12:16:21.899Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.388s coverage: 18.1% of statements [2019-09-19T12:16:22.263Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-19T12:16:23.856Z] --- PASS: TestSecretsUpdate (2.23s) [2019-09-19T12:16:23.856Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-19T12:16:23.856Z] daemon.go:336: [d1946081655b1] waiting for daemon to start [2019-09-19T12:16:23.856Z] daemon.go:336: [d1946081655b1] waiting for daemon to start [2019-09-19T12:16:23.856Z] daemon.go:364: [d1946081655b1] daemon started [2019-09-19T12:16:23.856Z] daemon.go:472: [d1946081655b1] Stopping daemon [2019-09-19T12:16:23.856Z] daemon.go:307: [d1946081655b1] exiting daemon [2019-09-19T12:16:23.856Z] daemon.go:459: [d1946081655b1] Daemon stopped [2019-09-19T12:16:23.856Z] === RUN TestTemplatedSecret [2019-09-19T12:16:24.801Z] ok github.com/docker/docker/daemon/logger/splunk 2.427s coverage: 84.5% of statements [2019-09-19T12:16:24.801Z] ok github.com/docker/docker/daemon/logger/syslog 0.274s coverage: 47.8% of statements [2019-09-19T12:16:24.801Z] ok github.com/docker/docker/daemon/logger/templates 0.074s coverage: 8.3% of statements [2019-09-19T12:16:24.801Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-19T12:16:24.801Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-19T12:16:24.801Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-19T12:16:26.976Z] ok github.com/docker/docker/distribution 1.515s coverage: 20.8% of statements [2019-09-19T12:16:26.976Z] ok github.com/docker/docker/distribution/metadata 1.383s coverage: 48.2% of statements [2019-09-19T12:16:26.976Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-19T12:16:27.318Z] --- PASS: TestTemplatedSecret (2.93s) [2019-09-19T12:16:27.318Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-19T12:16:27.318Z] daemon.go:336: [d759746b0d530] waiting for daemon to start [2019-09-19T12:16:27.318Z] daemon.go:336: [d759746b0d530] waiting for daemon to start [2019-09-19T12:16:27.318Z] daemon.go:364: [d759746b0d530] daemon started [2019-09-19T12:16:27.318Z] daemon.go:472: [d759746b0d530] Stopping daemon [2019-09-19T12:16:27.318Z] daemon.go:307: [d759746b0d530] exiting daemon [2019-09-19T12:16:27.318Z] daemon.go:459: [d759746b0d530] Daemon stopped [2019-09-19T12:16:27.318Z] === RUN TestSecretCreateResolve [2019-09-19T12:16:27.519Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-19T12:16:27.519Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-19T12:16:27.776Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-19T12:16:27.776Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.04s) [2019-09-19T12:16:27.776Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:364: [d59b6e85bdcc2] daemon started [2019-09-19T12:16:27.776Z] daemon.go:472: [d59b6e85bdcc2] Stopping daemon [2019-09-19T12:16:27.776Z] daemon.go:307: [d59b6e85bdcc2] exiting daemon [2019-09-19T12:16:27.776Z] daemon.go:459: [d59b6e85bdcc2] Daemon stopped [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:307: [d59b6e85bdcc2] exiting daemon [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:336: [d59b6e85bdcc2] waiting for daemon to start [2019-09-19T12:16:27.776Z] daemon.go:364: [d59b6e85bdcc2] daemon started [2019-09-19T12:16:27.776Z] daemon.go:472: [d59b6e85bdcc2] Stopping daemon [2019-09-19T12:16:27.776Z] daemon.go:307: [d59b6e85bdcc2] exiting daemon [2019-09-19T12:16:27.776Z] daemon.go:459: [d59b6e85bdcc2] Daemon stopped [2019-09-19T12:16:27.776Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:16:27.944Z] ok github.com/docker/docker/distribution/xfer 2.258s coverage: 76.8% of statements [2019-09-19T12:16:27.944Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-19T12:16:27.944Z] ok github.com/docker/docker/errdefs 0.144s coverage: 49.4% of statements [2019-09-19T12:16:29.342Z] --- PASS: TestSecretCreateResolve (2.23s) [2019-09-19T12:16:29.342Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-19T12:16:29.342Z] daemon.go:336: [dcf8a9fef25a2] waiting for daemon to start [2019-09-19T12:16:29.342Z] daemon.go:336: [dcf8a9fef25a2] waiting for daemon to start [2019-09-19T12:16:29.342Z] daemon.go:364: [dcf8a9fef25a2] daemon started [2019-09-19T12:16:29.342Z] daemon.go:472: [dcf8a9fef25a2] Stopping daemon [2019-09-19T12:16:29.342Z] daemon.go:307: [dcf8a9fef25a2] exiting daemon [2019-09-19T12:16:29.342Z] daemon.go:459: [dcf8a9fef25a2] Daemon stopped [2019-09-19T12:16:29.342Z] PASS [2019-09-19T12:16:29.342Z] [2019-09-19T12:16:29.342Z] DONE 6 tests in 14.240s [2019-09-19T12:16:29.342Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-19T12:16:29.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:29.342Z] ++ set -e [2019-09-19T12:16:29.342Z] ++ '[' -n 0 ']' [2019-09-19T12:16:29.342Z] ++ set -x [2019-09-19T12:16:29.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:29.342Z] INFO: Testing against a local daemon [2019-09-19T12:16:29.342Z] === RUN TestServiceCreateInit [2019-09-19T12:16:29.342Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:16:30.124Z] ok github.com/docker/docker/image 0.912s coverage: 86.4% of statements [2019-09-19T12:16:30.124Z] ok github.com/docker/docker/image/cache 0.155s coverage: 19.2% of statements [2019-09-19T12:16:30.124Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-19T12:16:30.124Z] ok github.com/docker/docker/image/v1 0.169s coverage: 25.0% of statements [2019-09-19T12:16:30.124Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-19T12:16:33.027Z] ok github.com/docker/docker/layer 0.458s coverage: 30.0% of statements [2019-09-19T12:16:33.027Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-19T12:16:33.831Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:16:34.563Z] ok github.com/docker/docker/libcontainerd/local 0.314s coverage: 1.0% of statements [2019-09-19T12:16:34.563Z] ok github.com/docker/docker/libcontainerd/queue 0.122s coverage: 100.0% of statements [2019-09-19T12:16:34.563Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-19T12:16:34.563Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-19T12:16:34.563Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-19T12:16:34.563Z] ? github.com/docker/docker/oci [no test files] [2019-09-19T12:16:34.563Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-19T12:16:34.563Z] ok github.com/docker/docker/opts 0.289s coverage: 67.3% of statements [2019-09-19T12:16:34.563Z] ok github.com/docker/docker/pkg/aaparser 0.157s coverage: 50.0% of statements [2019-09-19T12:16:38.233Z] --- PASS: TestServiceCreateInit (9.04s) [2019-09-19T12:16:38.233Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.76s) [2019-09-19T12:16:38.233Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:16:38.233Z] daemon.go:336: [d7a8c618c3fc7] waiting for daemon to start [2019-09-19T12:16:38.233Z] daemon.go:336: [d7a8c618c3fc7] waiting for daemon to start [2019-09-19T12:16:38.233Z] daemon.go:364: [d7a8c618c3fc7] daemon started [2019-09-19T12:16:38.233Z] daemon.go:472: [d7a8c618c3fc7] Stopping daemon [2019-09-19T12:16:38.233Z] daemon.go:307: [d7a8c618c3fc7] exiting daemon [2019-09-19T12:16:38.233Z] daemon.go:459: [d7a8c618c3fc7] Daemon stopped [2019-09-19T12:16:38.233Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.24s) [2019-09-19T12:16:38.233Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:16:38.233Z] daemon.go:336: [d052f3e83e6f3] waiting for daemon to start [2019-09-19T12:16:38.233Z] daemon.go:336: [d052f3e83e6f3] waiting for daemon to start [2019-09-19T12:16:38.233Z] daemon.go:364: [d052f3e83e6f3] daemon started [2019-09-19T12:16:38.233Z] daemon.go:472: [d052f3e83e6f3] Stopping daemon [2019-09-19T12:16:38.233Z] daemon.go:307: [d052f3e83e6f3] exiting daemon [2019-09-19T12:16:38.233Z] daemon.go:459: [d052f3e83e6f3] Daemon stopped [2019-09-19T12:16:38.233Z] === RUN TestCreateServiceMultipleTimes [2019-09-19T12:16:39.960Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-19T12:16:41.856Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-19T12:16:41.856Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-19T12:16:43.226Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-19T12:16:44.598Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2019-09-19T12:16:44.598Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:364: [ded5af80f3999] daemon started [2019-09-19T12:16:44.598Z] daemon.go:472: [ded5af80f3999] Stopping daemon [2019-09-19T12:16:44.598Z] daemon.go:307: [ded5af80f3999] exiting daemon [2019-09-19T12:16:44.598Z] daemon.go:459: [ded5af80f3999] Daemon stopped [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:350: [ded5af80f3999] error pinging daemon on start: Get http://ded5af80f3999.sock/_ping: context deadline exceeded [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:350: [ded5af80f3999] error pinging daemon on start: Get http://ded5af80f3999.sock/_ping: context deadline exceeded [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:350: [ded5af80f3999] error pinging daemon on start: Get http://ded5af80f3999.sock/_ping: context deadline exceeded [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:350: [ded5af80f3999] error pinging daemon on start: Get http://ded5af80f3999.sock/_ping: context deadline exceeded [2019-09-19T12:16:44.598Z] daemon.go:307: [ded5af80f3999] exiting daemon [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:336: [ded5af80f3999] waiting for daemon to start [2019-09-19T12:16:44.598Z] daemon.go:364: [ded5af80f3999] daemon started [2019-09-19T12:16:44.598Z] daemon.go:472: [ded5af80f3999] Stopping daemon [2019-09-19T12:16:44.598Z] daemon.go:307: [ded5af80f3999] exiting daemon [2019-09-19T12:16:44.598Z] daemon.go:459: [ded5af80f3999] Daemon stopped [2019-09-19T12:16:44.598Z] PASS [2019-09-19T12:16:44.598Z] [2019-09-19T12:16:44.598Z] DONE 17 tests in 53.887s [2019-09-19T12:16:44.598Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-19T12:16:44.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:44.598Z] ++ set -e [2019-09-19T12:16:44.598Z] ++ '[' -n 0 ']' [2019-09-19T12:16:44.598Z] ++ set -x [2019-09-19T12:16:44.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:44.598Z] INFO: Testing against a local daemon [2019-09-19T12:16:44.598Z] === RUN TestPluginInvalidJSON [2019-09-19T12:16:44.856Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:16:44.856Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:16:44.856Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:16:44.856Z] --- PASS: TestPluginInvalidJSON (0.06s) [2019-09-19T12:16:44.856Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-19T12:16:44.856Z] PASS [2019-09-19T12:16:44.856Z] [2019-09-19T12:16:44.856Z] DONE 2 tests in 0.245s [2019-09-19T12:16:44.856Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-19T12:16:44.857Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:44.857Z] ++ set -e [2019-09-19T12:16:44.857Z] ++ '[' -n 0 ']' [2019-09-19T12:16:44.857Z] ++ set -x [2019-09-19T12:16:44.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:45.114Z] INFO: Testing against a local daemon [2019-09-19T12:16:45.114Z] === RUN TestExternalGraphDriver [2019-09-19T12:16:45.372Z] === RUN TestExternalGraphDriver/json [2019-09-19T12:16:46.301Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-19T12:16:46.301Z] === RUN Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-19T12:16:46.301Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-19T12:16:47.700Z] === RUN TestExternalGraphDriver/spec [2019-09-19T12:16:50.230Z] === RUN TestExternalGraphDriver/pull [2019-09-19T12:16:51.599Z] --- PASS: TestExternalGraphDriver (6.64s) [2019-09-19T12:16:51.600Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:364: [d1e797d822d0d] daemon started [2019-09-19T12:16:51.600Z] daemon.go:472: [d1e797d822d0d] Stopping daemon [2019-09-19T12:16:51.600Z] daemon.go:307: [d1e797d822d0d] exiting daemon [2019-09-19T12:16:51.600Z] daemon.go:459: [d1e797d822d0d] Daemon stopped [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:364: [d1e797d822d0d] daemon started [2019-09-19T12:16:51.600Z] daemon.go:472: [d1e797d822d0d] Stopping daemon [2019-09-19T12:16:51.600Z] daemon.go:307: [d1e797d822d0d] exiting daemon [2019-09-19T12:16:51.600Z] daemon.go:459: [d1e797d822d0d] Daemon stopped [2019-09-19T12:16:51.600Z] --- PASS: TestExternalGraphDriver/json (2.22s) [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:364: [d1e797d822d0d] daemon started [2019-09-19T12:16:51.600Z] daemon.go:472: [d1e797d822d0d] Stopping daemon [2019-09-19T12:16:51.600Z] daemon.go:307: [d1e797d822d0d] exiting daemon [2019-09-19T12:16:51.600Z] daemon.go:459: [d1e797d822d0d] Daemon stopped [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:364: [d1e797d822d0d] daemon started [2019-09-19T12:16:51.600Z] daemon.go:472: [d1e797d822d0d] Stopping daemon [2019-09-19T12:16:51.600Z] daemon.go:307: [d1e797d822d0d] exiting daemon [2019-09-19T12:16:51.600Z] daemon.go:459: [d1e797d822d0d] Daemon stopped [2019-09-19T12:16:51.600Z] --- PASS: TestExternalGraphDriver/spec (2.48s) [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:336: [d1e797d822d0d] waiting for daemon to start [2019-09-19T12:16:51.600Z] daemon.go:364: [d1e797d822d0d] daemon started [2019-09-19T12:16:51.600Z] daemon.go:472: [d1e797d822d0d] Stopping daemon [2019-09-19T12:16:51.600Z] daemon.go:307: [d1e797d822d0d] exiting daemon [2019-09-19T12:16:51.600Z] daemon.go:459: [d1e797d822d0d] Daemon stopped [2019-09-19T12:16:51.600Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2019-09-19T12:16:51.600Z] === RUN TestGraphdriverPluginV2 [2019-09-19T12:16:52.164Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-19T12:16:52.728Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-19T12:16:55.256Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-19T12:16:55.513Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-19T12:16:56.721Z] --- PASS: TestCreateServiceMultipleTimes (17.84s) [2019-09-19T12:16:56.721Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-19T12:16:56.721Z] daemon.go:336: [d9c1eb07e9329] waiting for daemon to start [2019-09-19T12:16:56.721Z] daemon.go:336: [d9c1eb07e9329] waiting for daemon to start [2019-09-19T12:16:56.721Z] daemon.go:364: [d9c1eb07e9329] daemon started [2019-09-19T12:16:56.721Z] daemon.go:472: [d9c1eb07e9329] Stopping daemon [2019-09-19T12:16:56.721Z] daemon.go:307: [d9c1eb07e9329] exiting daemon [2019-09-19T12:16:56.721Z] daemon.go:459: [d9c1eb07e9329] Daemon stopped [2019-09-19T12:16:56.721Z] === RUN TestCreateServiceConflict [2019-09-19T12:16:56.885Z] --- PASS: TestGraphdriverPluginV2 (4.97s) [2019-09-19T12:16:56.885Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2 [2019-09-19T12:16:56.885Z] daemon.go:336: [d3a51b55fc423] waiting for daemon to start [2019-09-19T12:16:56.885Z] daemon.go:336: [d3a51b55fc423] waiting for daemon to start [2019-09-19T12:16:56.885Z] daemon.go:364: [d3a51b55fc423] daemon started [2019-09-19T12:16:56.885Z] daemon.go:472: [d3a51b55fc423] Stopping daemon [2019-09-19T12:16:56.885Z] daemon.go:307: [d3a51b55fc423] exiting daemon [2019-09-19T12:16:56.885Z] daemon.go:459: [d3a51b55fc423] Daemon stopped [2019-09-19T12:16:56.885Z] daemon.go:336: [d3a51b55fc423] waiting for daemon to start [2019-09-19T12:16:56.885Z] daemon.go:336: [d3a51b55fc423] waiting for daemon to start [2019-09-19T12:16:56.885Z] daemon.go:364: [d3a51b55fc423] daemon started [2019-09-19T12:16:56.885Z] daemon.go:472: [d3a51b55fc423] Stopping daemon [2019-09-19T12:16:56.885Z] daemon.go:307: [d3a51b55fc423] exiting daemon [2019-09-19T12:16:56.885Z] daemon.go:459: [d3a51b55fc423] Daemon stopped [2019-09-19T12:16:56.885Z] PASS [2019-09-19T12:16:56.885Z] [2019-09-19T12:16:56.885Z] DONE 5 tests in 11.890s [2019-09-19T12:16:56.885Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-19T12:16:56.885Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:56.885Z] ++ set -e [2019-09-19T12:16:56.885Z] ++ '[' -n 0 ']' [2019-09-19T12:16:56.885Z] ++ set -x [2019-09-19T12:16:56.885Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:16:56.885Z] INFO: Testing against a local daemon [2019-09-19T12:16:56.885Z] === RUN TestContinueAfterPluginCrash [2019-09-19T12:16:56.885Z] === PAUSE TestContinueAfterPluginCrash [2019-09-19T12:16:56.885Z] === RUN TestDaemonStartWithLogOpt [2019-09-19T12:16:56.885Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-19T12:16:56.885Z] === CONT TestContinueAfterPluginCrash [2019-09-19T12:16:56.885Z] === CONT TestDaemonStartWithLogOpt [2019-09-19T12:16:58.206Z] --- PASS: TestCreateServiceConflict (2.27s) [2019-09-19T12:16:58.206Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-19T12:16:58.206Z] daemon.go:336: [d3f6936eec120] waiting for daemon to start [2019-09-19T12:16:58.206Z] daemon.go:336: [d3f6936eec120] waiting for daemon to start [2019-09-19T12:16:58.206Z] daemon.go:364: [d3f6936eec120] daemon started [2019-09-19T12:16:58.206Z] daemon.go:472: [d3f6936eec120] Stopping daemon [2019-09-19T12:16:58.207Z] daemon.go:307: [d3f6936eec120] exiting daemon [2019-09-19T12:16:58.207Z] daemon.go:459: [d3f6936eec120] Daemon stopped [2019-09-19T12:16:58.207Z] === RUN TestCreateServiceMaxReplicas [2019-09-19T12:16:58.258Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-19T12:16:59.189Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-19T12:17:00.562Z] === RUN Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-19T12:17:00.562Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-19T12:17:01.667Z] --- PASS: TestCreateServiceMaxReplicas (3.12s) [2019-09-19T12:17:01.667Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-19T12:17:01.667Z] daemon.go:336: [d4c5f401b9494] waiting for daemon to start [2019-09-19T12:17:01.667Z] daemon.go:336: [d4c5f401b9494] waiting for daemon to start [2019-09-19T12:17:01.667Z] daemon.go:364: [d4c5f401b9494] daemon started [2019-09-19T12:17:01.667Z] daemon.go:472: [d4c5f401b9494] Stopping daemon [2019-09-19T12:17:01.667Z] daemon.go:307: [d4c5f401b9494] exiting daemon [2019-09-19T12:17:01.667Z] daemon.go:459: [d4c5f401b9494] Daemon stopped [2019-09-19T12:17:01.667Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-19T12:17:01.935Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/archive 9.934s coverage: 62.0% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/authorization 1.466s coverage: 26.2% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/capabilities 0.068s coverage: 87.5% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/chrootarchive 0.149s coverage: 15.4% of statements [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/directory 0.105s coverage: 80.0% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/discovery 0.128s coverage: 58.3% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/discovery/file 0.225s coverage: 92.9% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/discovery/kv 3.429s coverage: 84.1% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/discovery/memory 0.064s coverage: 92.3% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/discovery/nodes 0.205s coverage: 93.8% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/fileutils 0.094s coverage: 87.7% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/homedir 0.068s coverage: 37.5% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/idtools 0.131s coverage: 6.3% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/ioutils 0.732s coverage: 68.8% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/jsonmessage 0.248s coverage: 91.7% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/locker 0.057s coverage: 88.9% of statements [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/longpath 0.064s coverage: 100.0% of statements [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/parsers 0.191s coverage: 97.0% of statements [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-19T12:17:04.507Z] ok github.com/docker/docker/pkg/pidfile 0.044s coverage: 82.6% of statements [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-19T12:17:04.507Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-19T12:17:05.217Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-19T12:17:05.783Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-19T12:17:05.783Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-19T12:17:06.349Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-19T12:17:07.280Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-19T12:17:08.651Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-19T12:17:11.928Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-19T12:17:12.492Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-19T12:17:15.018Z] --- PASS: TestDaemonStartWithLogOpt (17.59s) [2019-09-19T12:17:15.018Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-19T12:17:15.018Z] daemon.go:336: [d1feeb9f2a947] waiting for daemon to start [2019-09-19T12:17:15.018Z] daemon.go:336: [d1feeb9f2a947] waiting for daemon to start [2019-09-19T12:17:15.018Z] daemon.go:364: [d1feeb9f2a947] daemon started [2019-09-19T12:17:15.018Z] daemon.go:472: [d1feeb9f2a947] Stopping daemon [2019-09-19T12:17:15.018Z] daemon.go:307: [d1feeb9f2a947] exiting daemon [2019-09-19T12:17:15.018Z] daemon.go:459: [d1feeb9f2a947] Daemon stopped [2019-09-19T12:17:15.018Z] daemon.go:336: [d1feeb9f2a947] waiting for daemon to start [2019-09-19T12:17:15.018Z] daemon.go:336: [d1feeb9f2a947] waiting for daemon to start [2019-09-19T12:17:15.019Z] daemon.go:364: [d1feeb9f2a947] daemon started [2019-09-19T12:17:15.019Z] daemon.go:472: [d1feeb9f2a947] Stopping daemon [2019-09-19T12:17:15.019Z] daemon.go:307: [d1feeb9f2a947] exiting daemon [2019-09-19T12:17:15.019Z] daemon.go:459: [d1feeb9f2a947] Daemon stopped [2019-09-19T12:17:15.275Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-19T12:17:16.896Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s) [2019-09-19T12:17:16.896Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-19T12:17:16.896Z] daemon.go:336: [d5b7517a9ff82] waiting for daemon to start [2019-09-19T12:17:16.896Z] daemon.go:336: [d5b7517a9ff82] waiting for daemon to start [2019-09-19T12:17:16.896Z] daemon.go:364: [d5b7517a9ff82] daemon started [2019-09-19T12:17:16.896Z] daemon.go:472: [d5b7517a9ff82] Stopping daemon [2019-09-19T12:17:16.896Z] daemon.go:307: [d5b7517a9ff82] exiting daemon [2019-09-19T12:17:16.896Z] daemon.go:459: [d5b7517a9ff82] Daemon stopped [2019-09-19T12:17:16.896Z] === RUN TestCreateServiceSecretFileMode [2019-09-19T12:17:17.170Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-19T12:17:17.180Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2019-09-19T12:17:17.180Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-19T12:17:17.180Z] daemon.go:336: [d907306d9bef9] waiting for daemon to start [2019-09-19T12:17:17.180Z] daemon.go:336: [d907306d9bef9] waiting for daemon to start [2019-09-19T12:17:17.180Z] daemon.go:364: [d907306d9bef9] daemon started [2019-09-19T12:17:17.180Z] daemon.go:472: [d907306d9bef9] Stopping daemon [2019-09-19T12:17:17.180Z] daemon.go:307: [d907306d9bef9] exiting daemon [2019-09-19T12:17:17.180Z] daemon.go:459: [d907306d9bef9] Daemon stopped [2019-09-19T12:17:17.180Z] === RUN TestCreateServiceConfigFileMode [2019-09-19T12:17:19.065Z] --- PASS: TestContinueAfterPluginCrash (22.26s) [2019-09-19T12:17:19.065Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-19T12:17:19.065Z] daemon.go:336: [d19b95fe36b68] waiting for daemon to start [2019-09-19T12:17:19.065Z] daemon.go:336: [d19b95fe36b68] waiting for daemon to start [2019-09-19T12:17:19.065Z] daemon.go:364: [d19b95fe36b68] daemon started [2019-09-19T12:17:19.065Z] daemon.go:472: [d19b95fe36b68] Stopping daemon [2019-09-19T12:17:19.065Z] daemon.go:307: [d19b95fe36b68] exiting daemon [2019-09-19T12:17:19.065Z] daemon.go:459: [d19b95fe36b68] Daemon stopped [2019-09-19T12:17:19.065Z] PASS [2019-09-19T12:17:19.065Z] [2019-09-19T12:17:19.065Z] DONE 2 tests in 22.462s [2019-09-19T12:17:19.322Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-19T12:17:19.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:19.322Z] ++ set -e [2019-09-19T12:17:19.322Z] ++ '[' -n 0 ']' [2019-09-19T12:17:19.322Z] ++ set -x [2019-09-19T12:17:19.322Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:19.322Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-19T12:17:19.322Z] INFO: Testing against a local daemon [2019-09-19T12:17:19.322Z] === RUN TestPluginWithDevMounts [2019-09-19T12:17:19.322Z] === PAUSE TestPluginWithDevMounts [2019-09-19T12:17:19.322Z] === CONT TestPluginWithDevMounts [2019-09-19T12:17:19.860Z] --- PASS: TestCreateServiceConfigFileMode (2.64s) [2019-09-19T12:17:19.860Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-19T12:17:19.860Z] daemon.go:336: [d240ddcf45733] waiting for daemon to start [2019-09-19T12:17:19.860Z] daemon.go:336: [d240ddcf45733] waiting for daemon to start [2019-09-19T12:17:19.860Z] daemon.go:364: [d240ddcf45733] daemon started [2019-09-19T12:17:19.860Z] daemon.go:472: [d240ddcf45733] Stopping daemon [2019-09-19T12:17:19.860Z] daemon.go:307: [d240ddcf45733] exiting daemon [2019-09-19T12:17:19.860Z] daemon.go:459: [d240ddcf45733] Daemon stopped [2019-09-19T12:17:19.860Z] === RUN TestCreateServiceSysctls [2019-09-19T12:17:20.692Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-19T12:17:21.624Z] --- PASS: TestPluginWithDevMounts (1.99s) [2019-09-19T12:17:21.624Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-19T12:17:21.624Z] daemon.go:336: [d31700b1cf376] waiting for daemon to start [2019-09-19T12:17:21.624Z] daemon.go:336: [d31700b1cf376] waiting for daemon to start [2019-09-19T12:17:21.624Z] daemon.go:364: [d31700b1cf376] daemon started [2019-09-19T12:17:21.624Z] daemon.go:472: [d31700b1cf376] Stopping daemon [2019-09-19T12:17:21.624Z] daemon.go:307: [d31700b1cf376] exiting daemon [2019-09-19T12:17:21.624Z] daemon.go:459: [d31700b1cf376] Daemon stopped [2019-09-19T12:17:21.624Z] PASS [2019-09-19T12:17:21.624Z] [2019-09-19T12:17:21.624Z] DONE 1 tests in 2.193s [2019-09-19T12:17:21.624Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-19T12:17:21.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:21.624Z] ++ set -e [2019-09-19T12:17:21.624Z] ++ '[' -n 0 ']' [2019-09-19T12:17:21.624Z] ++ set -x [2019-09-19T12:17:21.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-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/plugins 35.261s coverage: 73.4% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.082s coverage: 56.8% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/plugins/transport 0.121s coverage: 85.7% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/pools 0.117s coverage: 87.9% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/progress 0.060s coverage: 75.9% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 73.9% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/reexec 0.150s coverage: 82.4% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/signal 0.034s coverage: 20.3% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/streamformatter 0.085s coverage: 66.2% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 38.2% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/system 0.066s coverage: 12.7% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/tarsum 0.220s coverage: 89.3% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/term 0.164s coverage: 30.8% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: 0.0% of statements [no tests to run] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/urlutil 0.083s coverage: 100.0% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/pkg/useragent 0.051s coverage: 88.9% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/plugin 0.338s coverage: 11.6% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/plugin/v2 0.176s coverage: 20.1% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/reference 0.201s coverage: 83.7% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/registry 0.380s coverage: 52.3% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/registry/resumable 0.409s coverage: 100.0% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 45.3% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/rootless [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/runconfig 0.094s coverage: 54.5% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/testutil 0.089s coverage: 62.5% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/volume [no test files] [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/volume/drivers 0.167s coverage: 36.1% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/volume/local 0.213s coverage: 37.7% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/volume/mounts 0.113s coverage: 66.2% of statements [2019-09-19T12:17:22.176Z] ok github.com/docker/docker/volume/service 0.424s coverage: 70.3% of statements [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-19T12:17:22.176Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-19T12:17:22.188Z] INFO: Testing against a local daemon [2019-09-19T12:17:22.188Z] === RUN TestSecretInspect [2019-09-19T12:17:22.188Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-19T12:17:22.752Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-19T12:17:24.253Z] --- PASS: TestCreateServiceSysctls (3.60s) [2019-09-19T12:17:24.253Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-19T12:17:24.253Z] daemon.go:336: [d3ead1b27b478] waiting for daemon to start [2019-09-19T12:17:24.253Z] daemon.go:336: [d3ead1b27b478] waiting for daemon to start [2019-09-19T12:17:24.253Z] daemon.go:364: [d3ead1b27b478] daemon started [2019-09-19T12:17:24.253Z] daemon.go:472: [d3ead1b27b478] Stopping daemon [2019-09-19T12:17:24.253Z] daemon.go:307: [d3ead1b27b478] exiting daemon [2019-09-19T12:17:24.253Z] daemon.go:459: [d3ead1b27b478] Daemon stopped [2019-09-19T12:17:24.253Z] === RUN TestCreateServiceCapabilities [2019-09-19T12:17:24.351Z] INFO: make.ps1 ended at 09/19/2019 12:17:23 [2019-09-19T12:17:25.277Z] --- PASS: TestSecretInspect (3.04s) [2019-09-19T12:17:25.277Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-19T12:17:25.277Z] daemon.go:336: [d20f53085e3b8] waiting for daemon to start [2019-09-19T12:17:25.277Z] daemon.go:336: [d20f53085e3b8] waiting for daemon to start [2019-09-19T12:17:25.277Z] daemon.go:364: [d20f53085e3b8] daemon started [2019-09-19T12:17:25.277Z] daemon.go:472: [d20f53085e3b8] Stopping daemon [2019-09-19T12:17:25.277Z] daemon.go:307: [d20f53085e3b8] exiting daemon [2019-09-19T12:17:25.277Z] daemon.go:459: [d20f53085e3b8] Daemon stopped [2019-09-19T12:17:25.277Z] === RUN TestSecretList [2019-09-19T12:17:25.317Z] INFO: Unit tests ended at 09/19/2019 12:17:25. Duration:00:03:56.4049792 [2019-09-19T12:17:25.317Z] INFO: Building busybox [2019-09-19T12:17:25.775Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-19T12:17:25.775Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-19T12:17:25.775Z] [2019-09-19T12:17:25.775Z] Sending build context to Docker daemon 2.56kB [2019-09-19T12:17:25.775Z] [2019-09-19T12:17:25.775Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-19T12:17:25.775Z] ---> 1ddfa8bee56a [2019-09-19T12:17:25.775Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-19T12:17:25.775Z] ---> Running in 46ac9f5f7a7a [2019-09-19T12:17:26.285Z] --- PASS: TestCreateServiceCapabilities (2.75s) [2019-09-19T12:17:26.285Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-19T12:17:26.285Z] daemon.go:336: [d623e70d405cb] waiting for daemon to start [2019-09-19T12:17:26.285Z] daemon.go:336: [d623e70d405cb] waiting for daemon to start [2019-09-19T12:17:26.285Z] daemon.go:364: [d623e70d405cb] daemon started [2019-09-19T12:17:26.285Z] daemon.go:472: [d623e70d405cb] Stopping daemon [2019-09-19T12:17:26.285Z] daemon.go:307: [d623e70d405cb] exiting daemon [2019-09-19T12:17:26.285Z] daemon.go:459: [d623e70d405cb] Daemon stopped [2019-09-19T12:17:26.285Z] === RUN TestInspect [2019-09-19T12:17:26.647Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-19T12:17:28.540Z] --- PASS: TestSecretList (3.11s) [2019-09-19T12:17:28.540Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-19T12:17:28.540Z] daemon.go:336: [d52fa1024eae0] waiting for daemon to start [2019-09-19T12:17:28.540Z] daemon.go:336: [d52fa1024eae0] waiting for daemon to start [2019-09-19T12:17:28.540Z] daemon.go:364: [d52fa1024eae0] daemon started [2019-09-19T12:17:28.540Z] daemon.go:472: [d52fa1024eae0] Stopping daemon [2019-09-19T12:17:28.540Z] daemon.go:307: [d52fa1024eae0] exiting daemon [2019-09-19T12:17:28.540Z] daemon.go:459: [d52fa1024eae0] Daemon stopped [2019-09-19T12:17:28.540Z] === RUN TestSecretsCreateAndDelete [2019-09-19T12:17:29.105Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-19T12:17:29.752Z] --- PASS: TestInspect (3.42s) [2019-09-19T12:17:29.752Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-19T12:17:29.752Z] daemon.go:336: [d1641f44faf20] waiting for daemon to start [2019-09-19T12:17:29.752Z] daemon.go:336: [d1641f44faf20] waiting for daemon to start [2019-09-19T12:17:29.752Z] daemon.go:364: [d1641f44faf20] daemon started [2019-09-19T12:17:29.752Z] daemon.go:472: [d1641f44faf20] Stopping daemon [2019-09-19T12:17:29.752Z] daemon.go:307: [d1641f44faf20] exiting daemon [2019-09-19T12:17:29.752Z] daemon.go:459: [d1641f44faf20] Daemon stopped [2019-09-19T12:17:29.752Z] === RUN TestDockerNetworkConnectAlias [2019-09-19T12:17:30.035Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-19T12:17:30.967Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-19T12:17:31.530Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2019-09-19T12:17:31.530Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-19T12:17:31.530Z] daemon.go:336: [d3cebf0714497] waiting for daemon to start [2019-09-19T12:17:31.530Z] daemon.go:336: [d3cebf0714497] waiting for daemon to start [2019-09-19T12:17:31.530Z] daemon.go:364: [d3cebf0714497] daemon started [2019-09-19T12:17:31.530Z] daemon.go:472: [d3cebf0714497] Stopping daemon [2019-09-19T12:17:31.530Z] daemon.go:307: [d3cebf0714497] exiting daemon [2019-09-19T12:17:31.530Z] daemon.go:459: [d3cebf0714497] Daemon stopped [2019-09-19T12:17:31.530Z] === RUN TestSecretsUpdate [2019-09-19T12:17:31.557Z] Removing intermediate container 46ac9f5f7a7a [2019-09-19T12:17:31.557Z] ---> bf32731a4bbb [2019-09-19T12:17:31.557Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-19T12:17:32.015Z] [2019-09-19T12:17:32.473Z] ---> e5e2e2c56696 [2019-09-19T12:17:32.473Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-19T12:17:32.473Z] ---> Running in 5f1f57a69bfb [2019-09-19T12:17:33.439Z] [2019-09-19T12:17:33.439Z] SUCCESS: Specified value was saved. [2019-09-19T12:17:34.802Z] --- PASS: TestSecretsUpdate (2.99s) [2019-09-19T12:17:34.802Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-19T12:17:34.802Z] daemon.go:336: [dd96d9e85d25f] waiting for daemon to start [2019-09-19T12:17:34.802Z] daemon.go:336: [dd96d9e85d25f] waiting for daemon to start [2019-09-19T12:17:34.802Z] daemon.go:364: [dd96d9e85d25f] daemon started [2019-09-19T12:17:34.802Z] daemon.go:472: [dd96d9e85d25f] Stopping daemon [2019-09-19T12:17:34.802Z] daemon.go:307: [dd96d9e85d25f] exiting daemon [2019-09-19T12:17:34.802Z] daemon.go:459: [dd96d9e85d25f] Daemon stopped [2019-09-19T12:17:34.802Z] === RUN TestTemplatedSecret [2019-09-19T12:17:35.245Z] --- PASS: TestDockerNetworkConnectAlias (4.59s) [2019-09-19T12:17:35.245Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-19T12:17:35.245Z] daemon.go:336: [d2a3fd024e1d8] waiting for daemon to start [2019-09-19T12:17:35.245Z] daemon.go:336: [d2a3fd024e1d8] waiting for daemon to start [2019-09-19T12:17:35.245Z] daemon.go:364: [d2a3fd024e1d8] daemon started [2019-09-19T12:17:35.245Z] daemon.go:472: [d2a3fd024e1d8] Stopping daemon [2019-09-19T12:17:35.245Z] daemon.go:307: [d2a3fd024e1d8] exiting daemon [2019-09-19T12:17:35.245Z] daemon.go:459: [d2a3fd024e1d8] Daemon stopped [2019-09-19T12:17:35.245Z] === RUN TestDockerNetworkReConnect [2019-09-19T12:17:36.339Z] Removing intermediate container 5f1f57a69bfb [2019-09-19T12:17:36.340Z] ---> 54a055bbc16c [2019-09-19T12:17:36.340Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-19T12:17:36.340Z] ---> Running in fa592852d27e [2019-09-19T12:17:37.941Z] --- PASS: TestDockerNetworkReConnect (3.73s) [2019-09-19T12:17:37.941Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-19T12:17:37.941Z] daemon.go:336: [d4c6608bed5ca] waiting for daemon to start [2019-09-19T12:17:37.941Z] daemon.go:336: [d4c6608bed5ca] waiting for daemon to start [2019-09-19T12:17:37.941Z] daemon.go:364: [d4c6608bed5ca] daemon started [2019-09-19T12:17:37.941Z] daemon.go:472: [d4c6608bed5ca] Stopping daemon [2019-09-19T12:17:37.941Z] daemon.go:307: [d4c6608bed5ca] exiting daemon [2019-09-19T12:17:37.941Z] daemon.go:459: [d4c6608bed5ca] Daemon stopped [2019-09-19T12:17:37.941Z] === RUN TestServicePlugin [2019-09-19T12:17:37.941Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-19T12:17:37.941Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:17:37.941Z] === RUN TestServiceUpdateLabel [2019-09-19T12:17:38.076Z] --- PASS: TestTemplatedSecret (3.48s) [2019-09-19T12:17:38.076Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-19T12:17:38.076Z] daemon.go:336: [d0ede8f5482c9] waiting for daemon to start [2019-09-19T12:17:38.076Z] daemon.go:336: [d0ede8f5482c9] waiting for daemon to start [2019-09-19T12:17:38.076Z] daemon.go:364: [d0ede8f5482c9] daemon started [2019-09-19T12:17:38.076Z] daemon.go:472: [d0ede8f5482c9] Stopping daemon [2019-09-19T12:17:38.076Z] daemon.go:307: [d0ede8f5482c9] exiting daemon [2019-09-19T12:17:38.076Z] daemon.go:459: [d0ede8f5482c9] Daemon stopped [2019-09-19T12:17:38.076Z] === RUN TestSecretCreateResolve [2019-09-19T12:17:40.599Z] --- PASS: TestSecretCreateResolve (2.63s) [2019-09-19T12:17:40.599Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-19T12:17:40.599Z] daemon.go:336: [dc477ee227095] waiting for daemon to start [2019-09-19T12:17:40.599Z] daemon.go:336: [dc477ee227095] waiting for daemon to start [2019-09-19T12:17:40.599Z] daemon.go:364: [dc477ee227095] daemon started [2019-09-19T12:17:40.599Z] daemon.go:472: [dc477ee227095] Stopping daemon [2019-09-19T12:17:40.599Z] daemon.go:307: [dc477ee227095] exiting daemon [2019-09-19T12:17:40.599Z] daemon.go:459: [dc477ee227095] Daemon stopped [2019-09-19T12:17:40.599Z] PASS [2019-09-19T12:17:40.599Z] [2019-09-19T12:17:40.599Z] DONE 6 tests in 19.117s [2019-09-19T12:17:40.599Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-19T12:17:40.599Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:40.599Z] ++ set -e [2019-09-19T12:17:40.599Z] ++ '[' -n 0 ']' [2019-09-19T12:17:40.599Z] ++ set -x [2019-09-19T12:17:40.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:17:40.622Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-09-19T12:17:40.622Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-19T12:17:40.622Z] daemon.go:336: [d5f092b77240c] waiting for daemon to start [2019-09-19T12:17:40.622Z] daemon.go:336: [d5f092b77240c] waiting for daemon to start [2019-09-19T12:17:40.622Z] daemon.go:364: [d5f092b77240c] daemon started [2019-09-19T12:17:40.622Z] daemon.go:472: [d5f092b77240c] Stopping daemon [2019-09-19T12:17:40.622Z] daemon.go:307: [d5f092b77240c] exiting daemon [2019-09-19T12:17:40.622Z] daemon.go:459: [d5f092b77240c] Daemon stopped [2019-09-19T12:17:40.622Z] === RUN TestServiceUpdateSecrets [2019-09-19T12:17:40.856Z] INFO: Testing against a local daemon [2019-09-19T12:17:40.856Z] === RUN TestServiceCreateInit [2019-09-19T12:17:40.856Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:17:40.856Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-19T12:17:43.407Z] Cannot create a file when that file already exists. [2019-09-19T12:17:46.107Z] === RUN Test/DockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-19T12:17:46.107Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:17:48.013Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-19T12:17:49.192Z] Removing intermediate container fa592852d27e [2019-09-19T12:17:49.192Z] ---> 7e6c3be8a525 [2019-09-19T12:17:49.192Z] Step 6/6 : CMD ["sh"] [2019-09-19T12:17:49.192Z] ---> Running in 177ec4b605b0 [2019-09-19T12:17:49.192Z] Removing intermediate container 177ec4b605b0 [2019-09-19T12:17:49.192Z] ---> 44dd32ea8281 [2019-09-19T12:17:49.192Z] Successfully built 44dd32ea8281 [2019-09-19T12:17:49.192Z] Successfully tagged busybox:latest [2019-09-19T12:17:49.192Z] INFO: Docker images of the daemon under test [2019-09-19T12:17:49.192Z] [2019-09-19T12:17:49.192Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-19T12:17:49.192Z] busybox latest 44dd32ea8281 Less than a second ago 4.75GB [2019-09-19T12:17:49.192Z] microsoft/windowsservercore latest 1ddfa8bee56a 8 days ago 4.71GB [2019-09-19T12:17:49.192Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 8 days ago 4.71GB [2019-09-19T12:17:49.192Z] [2019-09-19T12:17:49.192Z] INFO: Running integration tests at 09/19/2019 12:17:48... [2019-09-19T12:17:49.192Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-19T12:17:49.192Z] INFO: Integration API tests being run from the host: [2019-09-19T12:17:49.192Z] INFO: make.ps1 starting at 09/19/2019 12:17:48 [2019-09-19T12:17:50.727Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-19T12:17:51.287Z] --- PASS: TestServiceCreateInit (10.19s) [2019-09-19T12:17:51.287Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s) [2019-09-19T12:17:51.287Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:17:51.287Z] daemon.go:336: [d7434e39a198f] waiting for daemon to start [2019-09-19T12:17:51.287Z] daemon.go:336: [d7434e39a198f] waiting for daemon to start [2019-09-19T12:17:51.287Z] daemon.go:364: [d7434e39a198f] daemon started [2019-09-19T12:17:51.287Z] daemon.go:472: [d7434e39a198f] Stopping daemon [2019-09-19T12:17:51.287Z] daemon.go:307: [d7434e39a198f] exiting daemon [2019-09-19T12:17:51.287Z] daemon.go:459: [d7434e39a198f] Daemon stopped [2019-09-19T12:17:51.287Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s) [2019-09-19T12:17:51.287Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:17:51.287Z] daemon.go:336: [d1257549b3965] waiting for daemon to start [2019-09-19T12:17:51.287Z] daemon.go:336: [d1257549b3965] waiting for daemon to start [2019-09-19T12:17:51.287Z] daemon.go:364: [d1257549b3965] daemon started [2019-09-19T12:17:51.287Z] daemon.go:472: [d1257549b3965] Stopping daemon [2019-09-19T12:17:51.287Z] daemon.go:307: [d1257549b3965] exiting daemon [2019-09-19T12:17:51.287Z] daemon.go:459: [d1257549b3965] Daemon stopped [2019-09-19T12:17:51.287Z] === RUN TestCreateServiceMultipleTimes [2019-09-19T12:17:51.288Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-19T12:17:51.288Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-19T12:17:52.657Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-19T12:17:54.028Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-19T12:17:54.592Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-19T12:17:55.182Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-19T12:17:55.856Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2019-09-19T12:17:55.856Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-19T12:17:55.856Z] daemon.go:336: [d25f70a48dcef] waiting for daemon to start [2019-09-19T12:17:55.856Z] daemon.go:336: [d25f70a48dcef] waiting for daemon to start [2019-09-19T12:17:55.856Z] daemon.go:364: [d25f70a48dcef] daemon started [2019-09-19T12:17:55.856Z] daemon.go:472: [d25f70a48dcef] Stopping daemon [2019-09-19T12:17:55.856Z] daemon.go:307: [d25f70a48dcef] exiting daemon [2019-09-19T12:17:55.856Z] daemon.go:459: [d25f70a48dcef] Daemon stopped [2019-09-19T12:17:55.856Z] === RUN TestServiceUpdateConfigs [2019-09-19T12:17:57.725Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-19T12:17:58.657Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-19T12:18:00.026Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-19T12:18:05.280Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-19T12:18:05.280Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-19T12:18:05.537Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-19T12:18:05.537Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-19T12:18:06.100Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-19T12:18:07.032Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-19T12:18:07.288Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-19T12:18:08.219Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-19T12:18:09.150Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-19T12:18:11.080Z] --- PASS: TestServiceUpdateConfigs (15.00s) [2019-09-19T12:18:11.080Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-19T12:18:11.080Z] daemon.go:336: [d5adbe57a6773] waiting for daemon to start [2019-09-19T12:18:11.080Z] daemon.go:336: [d5adbe57a6773] waiting for daemon to start [2019-09-19T12:18:11.080Z] daemon.go:364: [d5adbe57a6773] daemon started [2019-09-19T12:18:11.080Z] daemon.go:472: [d5adbe57a6773] Stopping daemon [2019-09-19T12:18:11.080Z] daemon.go:307: [d5adbe57a6773] exiting daemon [2019-09-19T12:18:11.080Z] daemon.go:459: [d5adbe57a6773] Daemon stopped [2019-09-19T12:18:11.080Z] === RUN TestServiceUpdateNetwork [2019-09-19T12:18:13.324Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-19T12:18:13.580Z] --- PASS: TestCreateServiceMultipleTimes (22.48s) [2019-09-19T12:18:13.580Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-19T12:18:13.580Z] daemon.go:336: [dfe1c6ca4b66b] waiting for daemon to start [2019-09-19T12:18:13.580Z] daemon.go:336: [dfe1c6ca4b66b] waiting for daemon to start [2019-09-19T12:18:13.580Z] daemon.go:364: [dfe1c6ca4b66b] daemon started [2019-09-19T12:18:13.580Z] daemon.go:472: [dfe1c6ca4b66b] Stopping daemon [2019-09-19T12:18:13.580Z] daemon.go:307: [dfe1c6ca4b66b] exiting daemon [2019-09-19T12:18:13.580Z] daemon.go:459: [dfe1c6ca4b66b] Daemon stopped [2019-09-19T12:18:13.580Z] === RUN TestCreateServiceConflict [2019-09-19T12:18:14.514Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-19T12:18:15.445Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-19T12:18:16.010Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-19T12:18:16.574Z] --- PASS: TestCreateServiceConflict (3.01s) [2019-09-19T12:18:16.574Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-19T12:18:16.574Z] daemon.go:336: [d69c1693b986e] waiting for daemon to start [2019-09-19T12:18:16.574Z] daemon.go:336: [d69c1693b986e] waiting for daemon to start [2019-09-19T12:18:16.574Z] daemon.go:364: [d69c1693b986e] daemon started [2019-09-19T12:18:16.574Z] daemon.go:472: [d69c1693b986e] Stopping daemon [2019-09-19T12:18:16.574Z] daemon.go:307: [d69c1693b986e] exiting daemon [2019-09-19T12:18:16.574Z] daemon.go:459: [d69c1693b986e] Daemon stopped [2019-09-19T12:18:16.574Z] === RUN TestCreateServiceMaxReplicas [2019-09-19T12:18:17.138Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-19T12:18:19.033Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-19T12:18:19.964Z] --- PASS: TestCreateServiceMaxReplicas (3.45s) [2019-09-19T12:18:19.964Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-19T12:18:19.964Z] daemon.go:336: [dd6298df2ace7] waiting for daemon to start [2019-09-19T12:18:19.964Z] daemon.go:336: [dd6298df2ace7] waiting for daemon to start [2019-09-19T12:18:19.964Z] daemon.go:364: [dd6298df2ace7] daemon started [2019-09-19T12:18:19.964Z] daemon.go:472: [dd6298df2ace7] Stopping daemon [2019-09-19T12:18:19.964Z] daemon.go:307: [dd6298df2ace7] exiting daemon [2019-09-19T12:18:19.964Z] daemon.go:459: [dd6298df2ace7] Daemon stopped [2019-09-19T12:18:19.964Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-19T12:18:21.334Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-19T12:18:23.793Z] --- PASS: TestServiceUpdateNetwork (13.20s) [2019-09-19T12:18:23.793Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-19T12:18:23.793Z] daemon.go:336: [d30da7373996f] waiting for daemon to start [2019-09-19T12:18:23.793Z] daemon.go:336: [d30da7373996f] waiting for daemon to start [2019-09-19T12:18:23.793Z] daemon.go:364: [d30da7373996f] daemon started [2019-09-19T12:18:23.793Z] daemon.go:472: [d30da7373996f] Stopping daemon [2019-09-19T12:18:23.793Z] daemon.go:307: [d30da7373996f] exiting daemon [2019-09-19T12:18:23.793Z] daemon.go:459: [d30da7373996f] Daemon stopped [2019-09-19T12:18:23.793Z] PASS [2019-09-19T12:18:23.793Z] [2019-09-19T12:18:23.793Z] === Skipped [2019-09-19T12:18:23.793Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-19T12:18:23.793Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-19T12:18:23.793Z] [2019-09-19T12:18:23.793Z] [2019-09-19T12:18:23.793Z] DONE 19 tests, 1 skipped in 114.285s [2019-09-19T12:18:23.793Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] ++ set -e [2019-09-19T12:18:23.793Z] ++ '[' -n 0 ']' [2019-09-19T12:18:23.793Z] ++ set -x [2019-09-19T12:18:23.793Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] INFO: Testing against a local daemon [2019-09-19T12:18:23.793Z] === RUN TestSessionCreate [2019-09-19T12:18:23.793Z] --- PASS: TestSessionCreate (0.05s) [2019-09-19T12:18:23.793Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-19T12:18:23.793Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-19T12:18:23.793Z] PASS [2019-09-19T12:18:23.793Z] [2019-09-19T12:18:23.793Z] DONE 2 tests in 0.220s [2019-09-19T12:18:23.793Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] ++ set -e [2019-09-19T12:18:23.793Z] ++ '[' -n 0 ']' [2019-09-19T12:18:23.793Z] ++ set -x [2019-09-19T12:18:23.793Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:23.793Z] INFO: Testing against a local daemon [2019-09-19T12:18:23.793Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-19T12:18:23.793Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-19T12:18:23.793Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:18:23.793Z] === RUN TestEventsExecDie [2019-09-19T12:18:24.800Z] --- PASS: TestEventsExecDie (0.92s) [2019-09-19T12:18:24.800Z] === RUN TestEventsBackwardsCompatible [2019-09-19T12:18:24.800Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-19T12:18:24.800Z] === RUN TestInfoBinaryCommits [2019-09-19T12:18:24.800Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-09-19T12:18:24.800Z] === RUN TestInfoAPIVersioned [2019-09-19T12:18:24.800Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-19T12:18:24.800Z] === RUN TestInfoAPI [2019-09-19T12:18:24.800Z] --- PASS: TestInfoAPI (0.06s) [2019-09-19T12:18:24.800Z] === RUN TestInfoAPIWarnings [2019-09-19T12:18:25.510Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-19T12:18:25.811Z] --- PASS: TestInfoAPIWarnings (0.91s) [2019-09-19T12:18:25.811Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-19T12:18:25.811Z] daemon.go:336: [d919b05ebe2b9] waiting for daemon to start [2019-09-19T12:18:25.811Z] daemon.go:336: [d919b05ebe2b9] waiting for daemon to start [2019-09-19T12:18:25.811Z] daemon.go:364: [d919b05ebe2b9] daemon started [2019-09-19T12:18:25.811Z] daemon.go:472: [d919b05ebe2b9] Stopping daemon [2019-09-19T12:18:25.811Z] daemon.go:307: [d919b05ebe2b9] exiting daemon [2019-09-19T12:18:25.811Z] daemon.go:459: [d919b05ebe2b9] Daemon stopped [2019-09-19T12:18:25.811Z] === RUN TestLoginFailsWithBadCredentials [2019-09-19T12:18:26.438Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s) [2019-09-19T12:18:26.438Z] === RUN TestPingCacheHeaders [2019-09-19T12:18:26.438Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-19T12:18:26.438Z] === RUN TestPingGet [2019-09-19T12:18:26.438Z] --- PASS: TestPingGet (0.05s) [2019-09-19T12:18:26.438Z] === RUN TestPingHead [2019-09-19T12:18:26.438Z] --- PASS: TestPingHead (0.05s) [2019-09-19T12:18:26.438Z] === RUN TestVersion [2019-09-19T12:18:26.438Z] --- PASS: TestVersion (0.05s) [2019-09-19T12:18:26.438Z] PASS [2019-09-19T12:18:26.438Z] [2019-09-19T12:18:26.438Z] === Skipped [2019-09-19T12:18:26.438Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-19T12:18:26.438Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:18:26.438Z] [2019-09-19T12:18:26.438Z] [2019-09-19T12:18:26.438Z] DONE 12 tests, 1 skipped in 2.953s [2019-09-19T12:18:26.438Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-19T12:18:26.438Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:26.438Z] ++ set -e [2019-09-19T12:18:26.438Z] ++ '[' -n 0 ']' [2019-09-19T12:18:26.438Z] ++ set -x [2019-09-19T12:18:26.438Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:18:26.723Z] INFO: Testing against a local daemon [2019-09-19T12:18:26.723Z] === RUN TestVolumesCreateAndList [2019-09-19T12:18:26.723Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-19T12:18:26.723Z] === RUN TestVolumesRemove [2019-09-19T12:18:26.723Z] --- PASS: TestVolumesRemove (0.11s) [2019-09-19T12:18:26.723Z] === RUN TestVolumesInspect [2019-09-19T12:18:27.007Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-19T12:18:27.007Z] === RUN TestVolumesInvalidJSON [2019-09-19T12:18:27.007Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-19T12:18:27.007Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-19T12:18:27.007Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-19T12:18:27.007Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-09-19T12:18:27.007Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-19T12:18:27.007Z] PASS [2019-09-19T12:18:27.007Z] [2019-09-19T12:18:27.007Z] DONE 5 tests in 0.347s [2019-09-19T12:18:27.007Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-19T12:18:27.290Z] ++++ cat bundles/test-integration/docker.pid [2019-09-19T12:18:27.290Z] +++ kill 12043 [2019-09-19T12:18:28.760Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-19T12:18:28.760Z] +++ /etc/init.d/apparmor stop [2019-09-19T12:18:28.760Z] Clearing AppArmor profiles cache:. [2019-09-19T12:18:28.760Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:18:28.760Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:18:28.760Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:18:28.760Z] [2019-09-19T12:18:28.760Z] To set a process to complain mode, use the command line tool [2019-09-19T12:18:28.760Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:18:28.760Z] with the 'teardown' option." [2019-09-19T12:18:28.760Z] Post stage [Pipeline] junit [2019-09-19T12:18:30.275Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-19T12:18:31.065Z] + echo Ensuring container killed. [2019-09-19T12:18:31.065Z] Ensuring container killed. [2019-09-19T12:18:31.065Z] + docker rm -vf docker-pr4 [2019-09-19T12:18:31.065Z] Error: No such container: docker-pr4 [2019-09-19T12:18:31.065Z] + true [Pipeline] sh [2019-09-19T12:18:31.446Z] + echo Chowning /workspace to jenkins user [2019-09-19T12:18:31.446Z] Chowning /workspace to jenkins user [2019-09-19T12:18:31.446Z] + id -u [2019-09-19T12:18:31.446Z] + id -g [2019-09-19T12:18:31.446Z] + docker run --rm -v /home/docker/workspace/moby_PR-39949:/workspace busybox chown -R 1001:1001 /workspace [2019-09-19T12:18:33.323Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-19T12:18:33.323Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-19T12:18:33.862Z] + bundleName=ppc64le-integration [2019-09-19T12:18:33.862Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-19T12:18:33.862Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-19T12:18:33.862Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xmlxargs ) tar -print -czf [2019-09-19T12:18:33.862Z] ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-19T12:18:34.182Z] Archiving artifacts [2019-09-19T12:18:34.551Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-19T12:18:34.938Z] + make clean [2019-09-19T12:18:35.553Z] docker volume rm -f docker-dev-cache [2019-09-19T12:18:35.553Z] docker-dev-cache [Pipeline] deleteDir [2019-09-19T12:18:37.074Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-19T12:18:37.690Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.80s) [2019-09-19T12:18:37.690Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-19T12:18:37.690Z] daemon.go:336: [db69bfb4b8be8] waiting for daemon to start [2019-09-19T12:18:37.690Z] daemon.go:336: [db69bfb4b8be8] waiting for daemon to start [2019-09-19T12:18:37.690Z] daemon.go:364: [db69bfb4b8be8] daemon started [2019-09-19T12:18:37.690Z] daemon.go:472: [db69bfb4b8be8] Stopping daemon [2019-09-19T12:18:37.690Z] daemon.go:307: [db69bfb4b8be8] exiting daemon [2019-09-19T12:18:37.690Z] daemon.go:459: [db69bfb4b8be8] Daemon stopped [2019-09-19T12:18:37.690Z] === RUN TestCreateServiceSecretFileMode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-19T12:18:38.622Z] --- PASS: TestCreateServiceSecretFileMode (2.76s) [2019-09-19T12:18:38.622Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-19T12:18:38.622Z] daemon.go:336: [d2cf5b36fd8d9] waiting for daemon to start [2019-09-19T12:18:38.622Z] daemon.go:336: [d2cf5b36fd8d9] waiting for daemon to start [2019-09-19T12:18:38.622Z] daemon.go:364: [d2cf5b36fd8d9] daemon started [2019-09-19T12:18:38.622Z] daemon.go:472: [d2cf5b36fd8d9] Stopping daemon [2019-09-19T12:18:38.622Z] daemon.go:307: [d2cf5b36fd8d9] exiting daemon [2019-09-19T12:18:38.622Z] daemon.go:459: [d2cf5b36fd8d9] Daemon stopped [2019-09-19T12:18:38.622Z] === RUN TestCreateServiceConfigFileMode [2019-09-19T12:18:41.781Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-19T12:18:41.897Z] --- PASS: TestCreateServiceConfigFileMode (3.30s) [2019-09-19T12:18:41.897Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-19T12:18:41.897Z] daemon.go:336: [dd32cc76c7379] waiting for daemon to start [2019-09-19T12:18:41.897Z] daemon.go:336: [dd32cc76c7379] waiting for daemon to start [2019-09-19T12:18:41.897Z] daemon.go:364: [dd32cc76c7379] daemon started [2019-09-19T12:18:41.897Z] daemon.go:472: [dd32cc76c7379] Stopping daemon [2019-09-19T12:18:41.897Z] daemon.go:307: [dd32cc76c7379] exiting daemon [2019-09-19T12:18:41.897Z] daemon.go:459: [dd32cc76c7379] Daemon stopped [2019-09-19T12:18:41.897Z] === RUN TestCreateServiceSysctls [2019-09-19T12:18:42.155Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-19T12:18:43.526Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-19T12:18:43.526Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-19T12:18:44.458Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-19T12:18:44.716Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-19T12:18:46.088Z] --- PASS: TestCreateServiceSysctls (4.25s) [2019-09-19T12:18:46.088Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-19T12:18:46.088Z] daemon.go:336: [de45bd13bcccd] waiting for daemon to start [2019-09-19T12:18:46.088Z] daemon.go:336: [de45bd13bcccd] waiting for daemon to start [2019-09-19T12:18:46.088Z] daemon.go:364: [de45bd13bcccd] daemon started [2019-09-19T12:18:46.088Z] daemon.go:472: [de45bd13bcccd] Stopping daemon [2019-09-19T12:18:46.088Z] daemon.go:307: [de45bd13bcccd] exiting daemon [2019-09-19T12:18:46.088Z] daemon.go:459: [de45bd13bcccd] Daemon stopped [2019-09-19T12:18:46.088Z] === RUN TestCreateServiceCapabilities [2019-09-19T12:18:46.345Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-19T12:18:46.486Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-19T12:18:46.947Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-19T12:18:47.408Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-19T12:18:48.245Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-19T12:18:48.245Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-19T12:18:48.245Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-19T12:18:48.245Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-19T12:18:48.245Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-19T12:18:48.384Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-19T12:18:48.845Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-19T12:18:49.178Z] --- PASS: TestCreateServiceCapabilities (3.15s) [2019-09-19T12:18:49.178Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-19T12:18:49.178Z] daemon.go:336: [ddb54f580006a] waiting for daemon to start [2019-09-19T12:18:49.178Z] daemon.go:336: [ddb54f580006a] waiting for daemon to start [2019-09-19T12:18:49.178Z] daemon.go:364: [ddb54f580006a] daemon started [2019-09-19T12:18:49.178Z] daemon.go:472: [ddb54f580006a] Stopping daemon [2019-09-19T12:18:49.178Z] daemon.go:307: [ddb54f580006a] exiting daemon [2019-09-19T12:18:49.178Z] daemon.go:459: [ddb54f580006a] Daemon stopped [2019-09-19T12:18:49.178Z] === RUN TestInspect [2019-09-19T12:18:50.108Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-19T12:18:50.108Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-19T12:18:50.671Z] === RUN Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-19T12:18:51.236Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-19T12:18:51.760Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-19T12:18:52.167Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-19T12:18:53.538Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-19T12:18:53.538Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-19T12:18:53.796Z] --- PASS: TestInspect (4.43s) [2019-09-19T12:18:53.796Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-19T12:18:53.796Z] daemon.go:336: [d087656dc3342] waiting for daemon to start [2019-09-19T12:18:53.796Z] daemon.go:336: [d087656dc3342] waiting for daemon to start [2019-09-19T12:18:53.796Z] daemon.go:364: [d087656dc3342] daemon started [2019-09-19T12:18:53.796Z] daemon.go:472: [d087656dc3342] Stopping daemon [2019-09-19T12:18:53.796Z] daemon.go:307: [d087656dc3342] exiting daemon [2019-09-19T12:18:53.796Z] daemon.go:459: [d087656dc3342] Daemon stopped [2019-09-19T12:18:53.796Z] === RUN TestDockerNetworkConnectAlias [2019-09-19T12:18:56.464Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-19T12:18:57.071Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-19T12:18:59.391Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-19T12:18:59.593Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-19T12:19:00.158Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-19T12:19:00.722Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-19T12:19:00.979Z] --- PASS: TestDockerNetworkConnectAlias (7.17s) [2019-09-19T12:19:00.979Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-19T12:19:00.979Z] daemon.go:336: [de4081fabf337] waiting for daemon to start [2019-09-19T12:19:00.979Z] daemon.go:336: [de4081fabf337] waiting for daemon to start [2019-09-19T12:19:00.979Z] daemon.go:364: [de4081fabf337] daemon started [2019-09-19T12:19:00.979Z] daemon.go:472: [de4081fabf337] Stopping daemon [2019-09-19T12:19:00.979Z] daemon.go:307: [de4081fabf337] exiting daemon [2019-09-19T12:19:00.979Z] daemon.go:459: [de4081fabf337] Daemon stopped [2019-09-19T12:19:00.979Z] === RUN TestDockerNetworkReConnect [2019-09-19T12:19:01.236Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-19T12:19:01.236Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-19T12:19:02.166Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-19T12:19:04.120Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-19T12:19:04.690Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-19T12:19:04.690Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-19T12:19:04.690Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-19T12:19:05.620Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-19T12:19:06.551Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-19T12:19:06.808Z] --- PASS: TestDockerNetworkReConnect (6.00s) [2019-09-19T12:19:06.808Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-19T12:19:06.808Z] daemon.go:336: [df3213ccad463] waiting for daemon to start [2019-09-19T12:19:06.808Z] daemon.go:336: [df3213ccad463] waiting for daemon to start [2019-09-19T12:19:06.808Z] daemon.go:364: [df3213ccad463] daemon started [2019-09-19T12:19:06.808Z] daemon.go:472: [df3213ccad463] Stopping daemon [2019-09-19T12:19:06.808Z] daemon.go:307: [df3213ccad463] exiting daemon [2019-09-19T12:19:06.808Z] daemon.go:459: [df3213ccad463] Daemon stopped [2019-09-19T12:19:06.808Z] === RUN TestServicePlugin [2019-09-19T12:19:07.751Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-19T12:19:08.824Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-19T12:19:09.123Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-19T12:19:11.017Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-19T12:19:12.912Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-19T12:19:13.527Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-19T12:19:13.842Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-19T12:19:15.738Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-19T12:19:16.452Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-19T12:19:17.108Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-19T12:19:17.108Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-19T12:19:19.004Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-19T12:19:19.935Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-19T12:19:20.192Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-19T12:19:21.160Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-19T12:19:22.086Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-19T12:19:23.980Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-19T12:19:23.980Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-19T12:19:24.076Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-19T12:19:24.076Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:19:24.076Z] INFO: Testing against a local daemon [2019-09-19T12:19:24.076Z] === RUN TestBuildWithSession [2019-09-19T12:19:24.076Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-19T12:19:24.076Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:24.076Z] === RUN TestBuildSquashParent [2019-09-19T12:19:24.076Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-19T12:19:24.076Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:24.076Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-19T12:19:24.076Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-19T12:19:24.076Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:24.076Z] === RUN TestBuildMultiStageCopy [2019-09-19T12:19:24.076Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-19T12:19:24.911Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-19T12:19:26.280Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-19T12:19:26.846Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-19T12:19:27.779Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-19T12:19:28.711Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-19T12:19:28.967Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-19T12:19:28.967Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-19T12:19:29.530Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-19T12:19:29.530Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-19T12:19:29.787Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-19T12:19:29.787Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-19T12:19:29.787Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-19T12:19:30.718Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-19T12:19:31.650Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-19T12:19:32.580Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-19T12:19:32.580Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-19T12:19:34.418Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-19T12:19:34.472Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-19T12:19:34.883Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-19T12:19:35.403Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-19T12:19:35.403Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-19T12:19:35.855Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-19T12:19:35.969Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-19T12:19:36.899Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-19T12:19:37.398Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-19T12:19:37.831Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-19T12:19:38.763Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-19T12:19:38.763Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy (15.25s) [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.16s) [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.81s) [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.06s) [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.51s) [2019-09-19T12:19:38.943Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.71s) [2019-09-19T12:19:38.943Z] === RUN TestBuildMultiStageParentConfig [2019-09-19T12:19:38.943Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-19T12:19:38.943Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:38.943Z] === RUN TestBuildLabelWithTargets [2019-09-19T12:19:38.943Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-19T12:19:38.943Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:38.943Z] === RUN TestBuildWithEmptyLayers [2019-09-19T12:19:39.692Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-19T12:19:39.914Z] --- PASS: TestBuildWithEmptyLayers (1.17s) [2019-09-19T12:19:39.914Z] === RUN TestBuildMultiStageOnBuild [2019-09-19T12:19:40.375Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-09-19T12:19:40.375Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:40.375Z] === RUN TestBuildUncleanTarFilenames [2019-09-19T12:19:40.375Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-09-19T12:19:40.375Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:40.375Z] === RUN TestBuildMultiStageLayerLeak [2019-09-19T12:19:40.375Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-09-19T12:19:40.375Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:40.375Z] === RUN TestBuildWithHugeFile [2019-09-19T12:19:40.375Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-19T12:19:40.375Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-19T12:19:40.375Z] === RUN TestBuildWithEmptyDockerfile [2019-09-19T12:19:40.375Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:19:40.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:19:40.376Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:19:40.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:19:40.376Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:19:40.376Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:19:40.376Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-19T12:19:40.376Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-19T12:19:40.376Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-19T12:19:40.376Z] --- PASS: TestBuildWithEmptyDockerfile (0.35s) [2019-09-19T12:19:40.376Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-19T12:19:40.376Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-19T12:19:40.376Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-19T12:19:40.376Z] === RUN TestBuildPreserveOwnership [2019-09-19T12:19:40.376Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-19T12:19:40.376Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:40.376Z] === RUN TestBuildPlatformInvalid [2019-09-19T12:19:40.376Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-09-19T12:19:40.376Z] PASS [2019-09-19T12:19:40.376Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-19T12:19:40.624Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-19T12:19:40.837Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:19:40.837Z] INFO: Testing against a local daemon [2019-09-19T12:19:40.837Z] === RUN TestConfigList [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigList (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestConfigsCreateAndDelete [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestConfigsUpdate [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestTemplatedConfig [2019-09-19T12:19:40.837Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestConfigInspect [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestConfigCreateWithLabels [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:19:40.837Z] === RUN TestConfigCreateResolve [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:19:40.837Z] === RUN TestConfigDaemonLibtrustID [2019-09-19T12:19:40.837Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-19T12:19:40.837Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:19:40.837Z] PASS [2019-09-19T12:19:40.837Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-19T12:19:40.837Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:19:40.837Z] INFO: Testing against a local daemon [2019-09-19T12:19:40.837Z] === RUN TestCheckpoint [2019-09-19T12:19:40.837Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-19T12:19:40.837Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-19T12:19:40.837Z] === RUN TestContainerInvalidJSON [2019-09-19T12:19:40.837Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:19:40.837Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:19:40.837Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:19:40.837Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:19:40.837Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:19:40.837Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:19:40.837Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-19T12:19:40.837Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-19T12:19:40.837Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-19T12:19:40.837Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-19T12:19:40.837Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-19T12:19:40.837Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-19T12:19:40.837Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-19T12:19:40.837Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-19T12:19:40.837Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-09-19T12:19:40.837Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-19T12:19:40.837Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-19T12:19:40.837Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-19T12:19:40.837Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-09-19T12:19:40.837Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-19T12:19:40.837Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-19T12:19:40.837Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCopyFromContainer [2019-09-19T12:19:40.837Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-19T12:19:40.837Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-19T12:19:40.837Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:19:40.837Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:19:40.837Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:19:40.837Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:19:40.837Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:19:40.837Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:19:40.837Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-19T12:19:40.837Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-19T12:19:40.837Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-19T12:19:40.837Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-19T12:19:40.837Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-19T12:19:40.837Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-19T12:19:40.837Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidEnv [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-19T12:19:40.837Z] === RUN TestCreateTmpfsMountsTarget [2019-09-19T12:19:40.837Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-19T12:19:40.837Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:40.837Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-19T12:19:40.837Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-19T12:19:40.837Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:19:40.837Z] === RUN TestCreateWithCapabilities [2019-09-19T12:19:40.837Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-19T12:19:40.837Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-19T12:19:40.837Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-19T12:19:40.837Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-19T12:19:40.837Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:19:40.837Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:19:40.837Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-19T12:19:40.837Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-19T12:19:40.837Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-19T12:19:40.837Z] === RUN TestDiff [2019-09-19T12:19:40.837Z] --- SKIP: TestDiff (0.00s) [2019-09-19T12:19:40.837Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-19T12:19:40.837Z] === RUN TestExecWithCloseStdin [2019-09-19T12:19:41.189Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-19T12:19:41.446Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-19T12:19:41.703Z] --- PASS: TestServicePlugin (34.72s) [2019-09-19T12:19:41.703Z] plugin_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-19T12:19:41.703Z] daemon.go:336: [db98c01fe7ff0] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:336: [db98c01fe7ff0] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:364: [db98c01fe7ff0] daemon started [2019-09-19T12:19:41.703Z] daemon.go:472: [db98c01fe7ff0] Stopping daemon [2019-09-19T12:19:41.703Z] daemon.go:307: [db98c01fe7ff0] exiting daemon [2019-09-19T12:19:41.703Z] daemon.go:459: [db98c01fe7ff0] Daemon stopped [2019-09-19T12:19:41.703Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-19T12:19:41.703Z] daemon.go:336: [d04224a0c3281] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:336: [d04224a0c3281] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:364: [d04224a0c3281] daemon started [2019-09-19T12:19:41.703Z] plugin_test.go:61: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-19T12:19:41.703Z] daemon.go:336: [d7e630ca617c2] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:336: [d7e630ca617c2] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:364: [d7e630ca617c2] daemon started [2019-09-19T12:19:41.703Z] plugin_test.go:62: [d7e630ca617c2] joining swarm manager [d04224a0c3281]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:19:41.703Z] plugin_test.go:64: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-19T12:19:41.703Z] daemon.go:336: [dcb914369d760] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:336: [dcb914369d760] waiting for daemon to start [2019-09-19T12:19:41.703Z] daemon.go:364: [dcb914369d760] daemon started [2019-09-19T12:19:41.703Z] plugin_test.go:65: [dcb914369d760] joining swarm manager [d04224a0c3281]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:19:41.703Z] daemon.go:472: [dcb914369d760] Stopping daemon [2019-09-19T12:19:41.703Z] daemon.go:307: [dcb914369d760] exiting daemon [2019-09-19T12:19:41.703Z] daemon.go:459: [dcb914369d760] Daemon stopped [2019-09-19T12:19:41.703Z] daemon.go:472: [d7e630ca617c2] Stopping daemon [2019-09-19T12:19:41.703Z] daemon.go:307: [d7e630ca617c2] exiting daemon [2019-09-19T12:19:41.703Z] daemon.go:459: [d7e630ca617c2] Daemon stopped [2019-09-19T12:19:41.703Z] daemon.go:472: [d04224a0c3281] Stopping daemon [2019-09-19T12:19:41.703Z] daemon.go:307: [d04224a0c3281] exiting daemon [2019-09-19T12:19:41.703Z] daemon.go:459: [d04224a0c3281] Daemon stopped [2019-09-19T12:19:41.703Z] === RUN TestServiceUpdateLabel [2019-09-19T12:19:42.267Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-19T12:19:44.160Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-19T12:19:44.725Z] --- PASS: TestServiceUpdateLabel (3.03s) [2019-09-19T12:19:44.725Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-19T12:19:44.725Z] daemon.go:336: [d09fa671a2b6e] waiting for daemon to start [2019-09-19T12:19:44.725Z] daemon.go:336: [d09fa671a2b6e] waiting for daemon to start [2019-09-19T12:19:44.725Z] daemon.go:364: [d09fa671a2b6e] daemon started [2019-09-19T12:19:44.725Z] daemon.go:472: [d09fa671a2b6e] Stopping daemon [2019-09-19T12:19:44.725Z] daemon.go:307: [d09fa671a2b6e] exiting daemon [2019-09-19T12:19:44.725Z] daemon.go:459: [d09fa671a2b6e] Daemon stopped [2019-09-19T12:19:44.725Z] === RUN TestServiceUpdateSecrets [2019-09-19T12:19:45.540Z] --- PASS: TestExecWithCloseStdin (4.29s) [2019-09-19T12:19:45.540Z] === RUN TestExec [2019-09-19T12:19:45.540Z] --- SKIP: TestExec (0.00s) [2019-09-19T12:19:45.540Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-19T12:19:45.540Z] === RUN TestExecUser [2019-09-19T12:19:45.540Z] --- SKIP: TestExecUser (0.00s) [2019-09-19T12:19:45.540Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-19T12:19:45.540Z] === RUN TestExportContainerAndImportImage [2019-09-19T12:19:45.540Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-19T12:19:45.540Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:45.540Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-19T12:19:45.540Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-19T12:19:45.540Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:45.540Z] === RUN TestHealthCheckWorkdir [2019-09-19T12:19:45.540Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-19T12:19:45.540Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-19T12:19:45.540Z] === RUN TestHealthKillContainer [2019-09-19T12:19:45.540Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-19T12:19:45.540Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-19T12:19:45.540Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-19T12:19:45.540Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-19T12:19:45.540Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-19T12:19:45.541Z] === RUN TestKillContainerInvalidSignal [2019-09-19T12:19:45.655Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-19T12:19:45.911Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-19T12:19:45.912Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-19T12:19:45.912Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-19T12:19:45.912Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-19T12:19:46.844Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-19T12:19:47.083Z] --- PASS: TestKillContainerInvalidSignal (1.96s) [2019-09-19T12:19:47.083Z] === RUN TestKillContainer [2019-09-19T12:19:47.083Z] --- SKIP: TestKillContainer (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-19T12:19:47.083Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-19T12:19:47.083Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-19T12:19:47.083Z] === RUN TestKillStoppedContainer [2019-09-19T12:19:47.083Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-19T12:19:47.083Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-19T12:19:47.083Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-19T12:19:47.083Z] === RUN TestKillDifferentUserContainer [2019-09-19T12:19:47.083Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-19T12:19:47.083Z] === RUN TestInspectOomKilledTrue [2019-09-19T12:19:47.083Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:19:47.083Z] === RUN TestInspectOomKilledFalse [2019-09-19T12:19:47.083Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-19T12:19:47.083Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-19T12:19:47.083Z] === RUN TestLogsFollowTailEmpty [2019-09-19T12:19:49.269Z] --- PASS: TestLogsFollowTailEmpty (1.66s) [2019-09-19T12:19:49.269Z] === RUN TestNetworkNat [2019-09-19T12:19:49.269Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-19T12:19:49.269Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-19T12:19:49.269Z] === RUN TestNetworkLocalhostTCPNat [2019-09-19T12:19:49.269Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-19T12:19:49.269Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:19:49.269Z] === RUN TestNetworkLoopbackNat [2019-09-19T12:19:49.269Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-19T12:19:49.269Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-19T12:19:49.269Z] === RUN TestPause [2019-09-19T12:19:49.269Z] --- SKIP: TestPause (0.00s) [2019-09-19T12:19:49.269Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-19T12:19:49.269Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-19T12:19:50.813Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.04s) [2019-09-19T12:19:50.813Z] === RUN TestPauseStopPausedContainer [2019-09-19T12:19:50.813Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-19T12:19:50.813Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:19:50.813Z] === RUN TestPsFilter [2019-09-19T12:19:51.274Z] --- PASS: TestPsFilter (0.13s) [2019-09-19T12:19:51.274Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-19T12:19:52.095Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-19T12:19:52.352Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-19T12:19:53.282Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-19T12:19:53.282Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-19T12:19:53.282Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-19T12:19:53.462Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.52s) [2019-09-19T12:19:53.462Z] === RUN TestRemoveContainerWithVolume [2019-09-19T12:19:56.556Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-19T12:19:56.813Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-19T12:19:58.182Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-19T12:20:00.712Z] --- PASS: TestServiceUpdateSecrets (15.72s) [2019-09-19T12:20:00.712Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-19T12:20:00.712Z] daemon.go:336: [ddf115d37f7d1] waiting for daemon to start [2019-09-19T12:20:00.712Z] daemon.go:336: [ddf115d37f7d1] waiting for daemon to start [2019-09-19T12:20:00.712Z] daemon.go:364: [ddf115d37f7d1] daemon started [2019-09-19T12:20:00.712Z] daemon.go:472: [ddf115d37f7d1] Stopping daemon [2019-09-19T12:20:00.712Z] daemon.go:307: [ddf115d37f7d1] exiting daemon [2019-09-19T12:20:00.712Z] daemon.go:459: [ddf115d37f7d1] Daemon stopped [2019-09-19T12:20:00.712Z] === RUN TestServiceUpdateConfigs [2019-09-19T12:20:02.048Z] --- PASS: TestRemoveContainerWithVolume (7.27s) [2019-09-19T12:20:02.048Z] === RUN TestRemoveContainerRunning [2019-09-19T12:20:03.592Z] --- PASS: TestRemoveContainerRunning (2.63s) [2019-09-19T12:20:03.592Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-19T12:20:03.985Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-19T12:20:03.985Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-19T12:20:05.881Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-19T12:20:06.506Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.77s) [2019-09-19T12:20:06.506Z] === RUN TestRemoveInvalidContainer [2019-09-19T12:20:06.506Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-19T12:20:06.507Z] === RUN TestRenameLinkedContainer [2019-09-19T12:20:06.507Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-19T12:20:06.507Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:06.507Z] === RUN TestRenameStoppedContainer [2019-09-19T12:20:07.250Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-19T12:20:08.692Z] --- PASS: TestRenameStoppedContainer (2.61s) [2019-09-19T12:20:08.692Z] === RUN TestRenameRunningContainerAndReuse [2019-09-19T12:20:12.441Z] --- PASS: TestRenameRunningContainerAndReuse (3.50s) [2019-09-19T12:20:12.441Z] === RUN TestRenameInvalidName [2019-09-19T12:20:14.628Z] --- PASS: TestRenameInvalidName (2.08s) [2019-09-19T12:20:14.628Z] === RUN TestRenameAnonymousContainer [2019-09-19T12:20:14.628Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-19T12:20:14.628Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:14.628Z] === RUN TestRenameContainerWithSameName [2019-09-19T12:20:16.171Z] --- PASS: TestRenameContainerWithSameName (1.92s) [2019-09-19T12:20:16.171Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-19T12:20:16.171Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-19T12:20:16.171Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:16.171Z] === RUN TestResize [2019-09-19T12:20:16.171Z] --- SKIP: TestResize (0.00s) [2019-09-19T12:20:16.171Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:16.171Z] === RUN TestResizeWithInvalidSize [2019-09-19T12:20:16.171Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-19T12:20:16.171Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:16.171Z] === RUN TestResizeWhenContainerNotStarted [2019-09-19T12:20:17.249Z] --- PASS: TestServiceUpdateConfigs (15.56s) [2019-09-19T12:20:17.249Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-19T12:20:17.249Z] daemon.go:336: [d4c12843ac5d9] waiting for daemon to start [2019-09-19T12:20:17.249Z] daemon.go:336: [d4c12843ac5d9] waiting for daemon to start [2019-09-19T12:20:17.249Z] daemon.go:364: [d4c12843ac5d9] daemon started [2019-09-19T12:20:17.249Z] daemon.go:472: [d4c12843ac5d9] Stopping daemon [2019-09-19T12:20:17.249Z] daemon.go:307: [d4c12843ac5d9] exiting daemon [2019-09-19T12:20:17.249Z] daemon.go:459: [d4c12843ac5d9] Daemon stopped [2019-09-19T12:20:17.249Z] === RUN TestServiceUpdateNetwork [2019-09-19T12:20:18.358Z] --- PASS: TestResizeWhenContainerNotStarted (1.91s) [2019-09-19T12:20:18.358Z] === RUN TestDaemonRestartKillContainers [2019-09-19T12:20:18.358Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-19T12:20:18.358Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:18.358Z] === RUN TestStats [2019-09-19T12:20:18.358Z] --- SKIP: TestStats (0.00s) [2019-09-19T12:20:18.358Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-19T12:20:18.358Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-19T12:20:23.794Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:20:28.710Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.21s) [2019-09-19T12:20:28.710Z] === RUN TestStopContainerWithTimeout [2019-09-19T12:20:28.710Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-19T12:20:28.710Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-19T12:20:28.710Z] === RUN TestUpdateRestartPolicy [2019-09-19T12:20:31.890Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-19T12:20:31.890Z] --- PASS: TestServiceUpdateNetwork (15.84s) [2019-09-19T12:20:31.890Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-19T12:20:31.890Z] daemon.go:336: [da76580731baa] waiting for daemon to start [2019-09-19T12:20:31.890Z] daemon.go:336: [da76580731baa] waiting for daemon to start [2019-09-19T12:20:31.890Z] daemon.go:364: [da76580731baa] daemon started [2019-09-19T12:20:31.890Z] daemon.go:472: [da76580731baa] Stopping daemon [2019-09-19T12:20:31.890Z] daemon.go:307: [da76580731baa] exiting daemon [2019-09-19T12:20:31.890Z] daemon.go:459: [da76580731baa] Daemon stopped [2019-09-19T12:20:31.890Z] PASS [2019-09-19T12:20:31.890Z] [2019-09-19T12:20:31.890Z] DONE 19 tests in 171.123s [2019-09-19T12:20:31.890Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-19T12:20:31.890Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:31.890Z] ++ set -e [2019-09-19T12:20:31.890Z] ++ '[' -n 0 ']' [2019-09-19T12:20:31.890Z] ++ set -x [2019-09-19T12:20:31.890Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:31.890Z] INFO: Testing against a local daemon [2019-09-19T12:20:31.890Z] === RUN TestSessionCreate [2019-09-19T12:20:31.890Z] --- PASS: TestSessionCreate (0.03s) [2019-09-19T12:20:31.890Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-19T12:20:31.890Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-19T12:20:31.890Z] PASS [2019-09-19T12:20:31.890Z] [2019-09-19T12:20:31.890Z] DONE 2 tests in 0.186s [2019-09-19T12:20:31.890Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-19T12:20:31.890Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:31.890Z] ++ set -e [2019-09-19T12:20:31.890Z] ++ '[' -n 0 ']' [2019-09-19T12:20:31.890Z] ++ set -x [2019-09-19T12:20:31.890Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:32.146Z] INFO: Testing against a local daemon [2019-09-19T12:20:32.146Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-19T12:20:32.146Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-09-19T12:20:32.146Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:20:32.146Z] === RUN TestEventsExecDie [2019-09-19T12:20:32.712Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-19T12:20:32.969Z] --- PASS: TestEventsExecDie (0.89s) [2019-09-19T12:20:32.969Z] === RUN TestEventsBackwardsCompatible [2019-09-19T12:20:33.226Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-09-19T12:20:33.226Z] === RUN TestInfoBinaryCommits [2019-09-19T12:20:33.226Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-19T12:20:33.226Z] === RUN TestInfoAPIVersioned [2019-09-19T12:20:33.226Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-09-19T12:20:33.226Z] === RUN TestInfoAPI [2019-09-19T12:20:33.226Z] --- PASS: TestInfoAPI (0.03s) [2019-09-19T12:20:33.226Z] === RUN TestInfoAPIWarnings [2019-09-19T12:20:33.226Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-19T12:20:34.158Z] --- PASS: TestInfoAPIWarnings (0.81s) [2019-09-19T12:20:34.158Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-19T12:20:34.158Z] daemon.go:336: [d62f515d41b8b] waiting for daemon to start [2019-09-19T12:20:34.158Z] daemon.go:336: [d62f515d41b8b] waiting for daemon to start [2019-09-19T12:20:34.158Z] daemon.go:364: [d62f515d41b8b] daemon started [2019-09-19T12:20:34.158Z] daemon.go:472: [d62f515d41b8b] Stopping daemon [2019-09-19T12:20:34.158Z] daemon.go:307: [d62f515d41b8b] exiting daemon [2019-09-19T12:20:34.158Z] daemon.go:459: [d62f515d41b8b] Daemon stopped [2019-09-19T12:20:34.158Z] === RUN TestLoginFailsWithBadCredentials [2019-09-19T12:20:34.158Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2019-09-19T12:20:34.158Z] === RUN TestPingCacheHeaders [2019-09-19T12:20:34.416Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-19T12:20:34.416Z] === RUN TestPingGet [2019-09-19T12:20:34.416Z] --- PASS: TestPingGet (0.02s) [2019-09-19T12:20:34.416Z] === RUN TestPingHead [2019-09-19T12:20:34.416Z] --- PASS: TestPingHead (0.04s) [2019-09-19T12:20:34.416Z] === RUN TestVersion [2019-09-19T12:20:34.416Z] --- PASS: TestVersion (0.03s) [2019-09-19T12:20:34.416Z] PASS [2019-09-19T12:20:34.416Z] [2019-09-19T12:20:34.416Z] === Skipped [2019-09-19T12:20:34.416Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-09-19T12:20:34.416Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-19T12:20:34.416Z] [2019-09-19T12:20:34.416Z] [2019-09-19T12:20:34.416Z] DONE 12 tests, 1 skipped in 2.407s [2019-09-19T12:20:34.416Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-19T12:20:34.416Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:34.416Z] ++ set -e [2019-09-19T12:20:34.416Z] ++ '[' -n 0 ']' [2019-09-19T12:20:34.416Z] ++ set -x [2019-09-19T12:20:34.416Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-19T12:20:34.673Z] INFO: Testing against a local daemon [2019-09-19T12:20:34.673Z] === RUN TestVolumesCreateAndList [2019-09-19T12:20:34.673Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-09-19T12:20:34.673Z] === RUN TestVolumesRemove [2019-09-19T12:20:34.673Z] --- PASS: TestVolumesRemove (0.11s) [2019-09-19T12:20:34.673Z] === RUN TestVolumesInspect [2019-09-19T12:20:34.673Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-19T12:20:34.673Z] === RUN TestVolumesInvalidJSON [2019-09-19T12:20:34.673Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:34.673Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:34.673Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:34.673Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-19T12:20:34.673Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-19T12:20:34.673Z] PASS [2019-09-19T12:20:34.673Z] [2019-09-19T12:20:34.673Z] DONE 5 tests in 0.309s [2019-09-19T12:20:34.673Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-19T12:20:34.930Z] ++++ cat bundles/test-integration/docker.pid [2019-09-19T12:20:34.930Z] +++ kill 5226 [2019-09-19T12:20:36.302Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-19T12:20:36.302Z] +++ /etc/init.d/apparmor stop [2019-09-19T12:20:36.302Z] Clearing AppArmor profiles cache:. [2019-09-19T12:20:36.302Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:20:36.302Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:20:36.302Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:20:36.302Z] [2019-09-19T12:20:36.302Z] To set a process to complain mode, use the command line tool [2019-09-19T12:20:36.302Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:20:36.302Z] with the 'teardown' option." [2019-09-19T12:20:36.302Z] [2019-09-19T12:20:36.559Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-19T12:20:39.081Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-19T12:20:42.353Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-19T12:20:43.721Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-19T12:20:43.721Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-19T12:20:44.650Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-19T12:20:45.580Z] === RUN Test/DockerSuite/TestCpCheckDestOwnership [2019-09-19T12:20:46.510Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-19T12:20:47.880Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-19T12:20:48.810Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-19T12:20:49.778Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-19T12:20:49.834Z] --- PASS: TestUpdateRestartPolicy (19.92s) [2019-09-19T12:20:49.835Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-19T12:20:50.297Z] --- PASS: TestUpdateRestartWithAutoRemove (1.85s) [2019-09-19T12:20:50.297Z] === RUN TestWaitNonBlocked [2019-09-19T12:20:50.297Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:20:50.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:20:50.297Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:20:50.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:20:50.297Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-19T12:20:50.297Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-19T12:20:51.148Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-19T12:20:52.080Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-19T12:20:53.010Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-19T12:20:53.220Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-19T12:20:53.220Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.65s) [2019-09-19T12:20:53.220Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.12s) [2019-09-19T12:20:53.220Z] === RUN TestWaitBlocked [2019-09-19T12:20:53.220Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-19T12:20:53.220Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:53.220Z] PASS [2019-09-19T12:20:53.220Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-19T12:20:53.682Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:53.682Z] INFO: Testing against a local daemon [2019-09-19T12:20:53.682Z] === RUN TestCommitInheritsEnv [2019-09-19T12:20:53.682Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-19T12:20:53.682Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:20:53.682Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-19T12:20:53.682Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-19T12:20:53.682Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-19T12:20:53.682Z] === RUN TestImagesFilterMultiReference [2019-09-19T12:20:53.682Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-19T12:20:53.682Z] === RUN TestImagePullPlatformInvalid [2019-09-19T12:20:53.682Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-19T12:20:53.682Z] === RUN TestRemoveImageOrphaning [2019-09-19T12:20:53.682Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-19T12:20:53.682Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:20:53.682Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-19T12:20:53.682Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-19T12:20:53.682Z] === RUN TestTagInvalidReference [2019-09-19T12:20:53.682Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-19T12:20:53.682Z] === RUN TestTagValidPrefixedRepo [2019-09-19T12:20:53.682Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-19T12:20:53.682Z] === RUN TestTagExistedNameWithoutForce [2019-09-19T12:20:53.682Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-19T12:20:53.682Z] === RUN TestTagOfficialNames [2019-09-19T12:20:53.682Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-19T12:20:53.682Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-19T12:20:53.682Z] === RUN TestTagMatchesDigest [2019-09-19T12:20:53.682Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-19T12:20:53.682Z] PASS [2019-09-19T12:20:53.682Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-19T12:20:53.941Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-19T12:20:54.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.148Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.148Z] === RUN TestNetworkCreateDelete [2019-09-19T12:20:54.148Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-19T12:20:54.148Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.148Z] === RUN TestDockerNetworkDeletePreferID [2019-09-19T12:20:54.148Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-19T12:20:54.148Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-09-19T12:20:54.148Z] === RUN TestInspectNetwork [2019-09-19T12:20:54.148Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-19T12:20:54.148Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:54.148Z] === RUN TestRunContainerWithBridgeNone [2019-09-19T12:20:54.148Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-19T12:20:54.148Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.148Z] === RUN TestNetworkInvalidJSON [2019-09-19T12:20:54.148Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-19T12:20:54.148Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-19T12:20:54.148Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:20:54.148Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:20:54.148Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:20:54.148Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:20:54.148Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-19T12:20:54.148Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-19T12:20:54.148Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-19T12:20:54.148Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-19T12:20:54.148Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-19T12:20:54.148Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-19T12:20:54.148Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-19T12:20:54.148Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-19T12:20:54.148Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestDaemonDefaultNetworkPools [2019-09-19T12:20:54.148Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-19T12:20:54.148Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-19T12:20:54.148Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-19T12:20:54.148Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestServiceWithPredefinedNetwork [2019-09-19T12:20:54.148Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-19T12:20:54.148Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:230: FLAKY_TEST [2019-09-19T12:20:54.148Z] === RUN TestServiceWithDataPathPortInit [2019-09-19T12:20:54.148Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-19T12:20:54.148Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-19T12:20:54.148Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-19T12:20:54.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.148Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.148Z] === RUN TestPluginInvalidJSON [2019-09-19T12:20:54.148Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:20:54.148Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:20:54.148Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-19T12:20:54.148Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-19T12:20:54.148Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-19T12:20:54.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.148Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.148Z] === RUN TestExternalGraphDriver [2019-09-19T12:20:54.148Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-19T12:20:54.148Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-19T12:20:54.148Z] === RUN TestGraphdriverPluginV2 [2019-09-19T12:20:54.148Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-19T12:20:54.148Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-19T12:20:54.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.148Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.148Z] PASS [2019-09-19T12:20:54.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-19T12:20:54.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.610Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-19T12:20:54.610Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.610Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.610Z] === RUN TestSecretInspect [2019-09-19T12:20:54.610Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestSecretList [2019-09-19T12:20:54.610Z] --- SKIP: TestSecretList (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestSecretsCreateAndDelete [2019-09-19T12:20:54.610Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestSecretsUpdate [2019-09-19T12:20:54.610Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestTemplatedSecret [2019-09-19T12:20:54.610Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestSecretCreateResolve [2019-09-19T12:20:54.610Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-19T12:20:54.610Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.610Z] PASS [2019-09-19T12:20:54.610Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-19T12:20:54.610Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.610Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.610Z] === RUN TestServiceCreateInit [2019-09-19T12:20:54.610Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-19T12:20:54.610Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-19T12:20:54.610Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceMultipleTimes [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceConflict [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceMaxReplicas [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-19T12:20:54.610Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceSecretFileMode [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceConfigFileMode [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-19T12:20:54.610Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceSysctls [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-19T12:20:54.610Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestCreateServiceCapabilities [2019-09-19T12:20:54.610Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-19T12:20:54.610Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestInspect [2019-09-19T12:20:54.610Z] --- SKIP: TestInspect (0.00s) [2019-09-19T12:20:54.610Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestDockerNetworkConnectAlias [2019-09-19T12:20:54.610Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-19T12:20:54.610Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestDockerNetworkReConnect [2019-09-19T12:20:54.610Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-19T12:20:54.610Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestServicePlugin [2019-09-19T12:20:54.610Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-19T12:20:54.610Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:54.610Z] === RUN TestServiceUpdateLabel [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-19T12:20:54.610Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.610Z] === RUN TestServiceUpdateSecrets [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-19T12:20:54.610Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.610Z] === RUN TestServiceUpdateConfigs [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-19T12:20:54.610Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.610Z] === RUN TestServiceUpdateNetwork [2019-09-19T12:20:54.610Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-19T12:20:54.610Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-19T12:20:54.610Z] PASS [2019-09-19T12:20:54.610Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-19T12:20:54.610Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:54.610Z] INFO: Testing against a local daemon [2019-09-19T12:20:54.610Z] === RUN TestSessionCreate [2019-09-19T12:20:54.610Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-19T12:20:54.610Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:54.610Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-19T12:20:54.610Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-19T12:20:54.610Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:54.610Z] PASS [2019-09-19T12:20:54.610Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-19T12:20:55.073Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:55.073Z] INFO: Testing against a local daemon [2019-09-19T12:20:55.073Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-19T12:20:55.073Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-19T12:20:55.073Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-19T12:20:55.073Z] === RUN TestEventsExecDie [2019-09-19T12:20:55.073Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-19T12:20:55.073Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-19T12:20:55.073Z] === RUN TestEventsBackwardsCompatible [2019-09-19T12:20:55.073Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-19T12:20:55.073Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-19T12:20:55.073Z] === RUN TestInfoAPI [2019-09-19T12:20:55.073Z] --- PASS: TestInfoAPI (0.03s) [2019-09-19T12:20:55.073Z] === RUN TestInfoAPIWarnings [2019-09-19T12:20:55.073Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-19T12:20:55.073Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-19T12:20:55.073Z] === RUN TestLoginFailsWithBadCredentials [2019-09-19T12:20:55.313Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-19T12:20:55.877Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-19T12:20:56.046Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2019-09-19T12:20:56.046Z] === RUN TestPingCacheHeaders [2019-09-19T12:20:56.046Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-19T12:20:56.046Z] === RUN TestPingGet [2019-09-19T12:20:56.046Z] --- PASS: TestPingGet (0.03s) [2019-09-19T12:20:56.046Z] === RUN TestPingHead [2019-09-19T12:20:56.046Z] --- PASS: TestPingHead (0.03s) [2019-09-19T12:20:56.046Z] === RUN TestVersion [2019-09-19T12:20:56.046Z] --- PASS: TestVersion (0.03s) [2019-09-19T12:20:56.046Z] PASS [2019-09-19T12:20:56.046Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-19T12:20:56.046Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:20:56.046Z] INFO: Testing against a local daemon [2019-09-19T12:20:56.046Z] === RUN TestVolumesCreateAndList [2019-09-19T12:20:56.046Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-19T12:20:56.046Z] === RUN TestVolumesRemove [2019-09-19T12:20:56.046Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-19T12:20:56.046Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-19T12:20:56.046Z] === RUN TestVolumesInspect [2019-09-19T12:20:56.046Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-19T12:20:56.046Z] === RUN TestVolumesInvalidJSON [2019-09-19T12:20:56.046Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:56.046Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:56.046Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-19T12:20:56.046Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-19T12:20:56.046Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-19T12:20:56.046Z] PASS [2019-09-19T12:20:56.046Z] INFO: make.ps1 ended at 09/19/2019 12:20:55 [2019-09-19T12:20:56.046Z] INFO: Integration CLI tests being run from the host: [2019-09-19T12:20:56.046Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-19T12:20:57.250Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-19T12:20:58.621Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-19T12:20:59.551Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-19T12:21:00.482Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-19T12:21:00.739Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-19T12:21:01.670Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-19T12:21:02.601Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-19T12:21:03.970Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-19T12:21:04.535Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-19T12:21:05.906Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-19T12:21:07.803Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-19T12:21:08.460Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-19T12:21:08.460Z] INFO: Testing against a local daemon [2019-09-19T12:21:08.460Z] === RUN Test [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-19T12:21:08.460Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-19T12:21:08.747Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-19T12:21:09.433Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-19T12:21:09.433Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-19T12:21:11.267Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-19T12:21:16.518Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-19T12:21:19.789Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-19T12:21:20.720Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-19T12:21:23.240Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-19T12:21:25.763Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-19T12:21:29.937Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-19T12:21:30.194Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-19T12:21:35.447Z] === RUN Test/DockerSuite/TestCpToContainerWithPermissions [2019-09-19T12:21:36.011Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-19T12:21:36.944Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-19T12:21:38.846Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-19T12:21:40.740Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-19T12:21:41.672Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-19T12:21:44.947Z] === RUN Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-19T12:21:44.947Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-19T12:21:45.511Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-19T12:21:46.445Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-19T12:21:48.969Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-19T12:21:48.969Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-19T12:21:48.969Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-19T12:21:48.969Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-19T12:21:49.227Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-19T12:21:50.160Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-19T12:21:50.160Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-19T12:21:50.160Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-19T12:21:51.093Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-19T12:21:51.659Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-19T12:21:51.659Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-19T12:21:51.917Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-19T12:21:51.917Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-19T12:21:51.917Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-19T12:21:52.237Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-19T12:21:52.237Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-19T12:21:55.515Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-19T12:21:55.515Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-19T12:21:55.515Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-19T12:21:59.693Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-19T12:21:59.693Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-19T12:21:59.693Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-19T12:21:59.693Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-19T12:21:59.693Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-19T12:21:59.950Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-19T12:22:00.883Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-19T12:22:02.264Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-19T12:22:03.194Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-19T12:22:05.088Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-19T12:22:06.459Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-19T12:22:07.389Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-19T12:22:07.952Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-19T12:22:08.209Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-19T12:22:08.209Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-19T12:22:09.141Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-19T12:22:09.141Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetwork [2019-09-19T12:22:09.141Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-19T12:22:09.141Z] === RUN Test/DockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-19T12:22:11.036Z] === RUN Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-19T12:22:11.600Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteMultiple [2019-09-19T12:22:13.499Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteNotExists [2019-09-19T12:22:13.499Z] === RUN Test/DockerSuite/TestDockerNetworkInspect [2019-09-19T12:22:13.499Z] === RUN Test/DockerSuite/TestDockerNetworkInspectWithID [2019-09-19T12:22:13.499Z] === RUN Test/DockerSuite/TestDockerNetworkInternalMode [2019-09-19T12:22:21.595Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-19T12:22:23.489Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-19T12:22:26.013Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-19T12:22:26.270Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-19T12:22:28.171Z] === RUN Test/DockerSuite/TestEmbeddedDNSInvalidInput [2019-09-19T12:22:29.539Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-19T12:22:30.470Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-19T12:22:31.841Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-19T12:22:32.406Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-19T12:22:33.336Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-19T12:22:34.267Z] === RUN Test/DockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-19T12:22:36.160Z] === RUN Test/DockerSuite/TestEventsContainerFilterByName [2019-09-19T12:22:37.530Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-19T12:22:40.803Z] === RUN Test/DockerSuite/TestEventsContainerWithMultiNetwork [2019-09-19T12:22:42.697Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-19T12:22:43.628Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-19T12:22:44.998Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-19T12:22:46.894Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-19T12:22:47.824Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-19T12:22:48.082Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-19T12:22:49.022Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:22:49.959Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-19T12:22:50.216Z] === RUN Test/DockerSuite/TestEventsFilterNetworkID [2019-09-19T12:22:50.216Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-19T12:22:50.781Z] === RUN Test/DockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-19T12:22:50.781Z] === RUN Test/DockerSuite/TestEventsFilterVolumeID [2019-09-19T12:22:50.781Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-19T12:22:52.677Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-19T12:22:55.201Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-19T12:22:55.201Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-19T12:22:55.201Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-19T12:22:55.765Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-19T12:22:56.022Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-19T12:22:56.586Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-19T12:22:57.517Z] === RUN Test/DockerSuite/TestEventsImageUntagDelete [2019-09-19T12:22:57.774Z] === RUN Test/DockerSuite/TestEventsOOMDisableFalse [2019-09-19T12:22:57.774Z] === RUN Test/DockerSuite/TestEventsOOMDisableTrue [2019-09-19T12:22:57.774Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-19T12:22:59.669Z] === RUN Test/DockerSuite/TestEventsRedirectStdout [2019-09-19T12:23:00.234Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-19T12:23:01.166Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-19T12:23:02.100Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-19T12:23:02.665Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-19T12:23:03.596Z] === RUN Test/DockerSuite/TestEventsStreaming [2019-09-19T12:23:04.528Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-19T12:23:07.803Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-19T12:23:08.734Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-19T12:23:11.260Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-19T12:23:12.630Z] === RUN Test/DockerSuite/TestExec [2019-09-19T12:23:13.561Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-19T12:23:14.492Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-19T12:23:15.424Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-19T12:23:16.355Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-19T12:23:17.725Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-19T12:23:17.982Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-19T12:23:18.913Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-19T12:23:19.846Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-19T12:23:20.410Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-19T12:23:20.973Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-19T12:23:21.904Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-19T12:23:23.277Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-19T12:23:24.210Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-19T12:23:26.107Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-19T12:23:27.476Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-19T12:23:28.406Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-19T12:23:30.301Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-19T12:23:31.238Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-19T12:23:34.512Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-19T12:23:35.075Z] === RUN Test/DockerSuite/TestExecInteractiveStdinClose [2019-09-19T12:23:36.005Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-19T12:23:36.546Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-19T12:23:36.936Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-19T12:23:37.008Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-19T12:23:37.008Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-19T12:23:37.008Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-19T12:23:37.867Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-19T12:23:38.797Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-19T12:23:39.360Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-19T12:23:40.756Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-19T12:23:41.883Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-19T12:23:42.447Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-19T12:23:42.945Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-19T12:23:42.945Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-19T12:23:42.945Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-19T12:23:42.945Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-19T12:23:42.945Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-19T12:23:43.378Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-19T12:23:43.378Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-19T12:23:46.694Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-19T12:23:46.694Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-19T12:23:46.694Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-19T12:23:53.826Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-19T12:23:55.559Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-19T12:23:55.559Z] === RUN Test/DockerSuite/TestExecTTY [2019-09-19T12:23:56.488Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-19T12:23:57.419Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-19T12:23:58.351Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-19T12:23:59.283Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-19T12:23:59.283Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-19T12:24:01.809Z] === RUN Test/DockerSuite/TestExecWithNoTERM [2019-09-19T12:24:02.739Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-19T12:24:04.110Z] === RUN Test/DockerSuite/TestExecWithTERM [2019-09-19T12:24:05.482Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-19T12:24:06.412Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-19T12:24:10.585Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-19T12:24:11.149Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-19T12:24:16.581Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-19T12:24:19.104Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-19T12:24:24.356Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-19T12:24:24.612Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-19T12:24:24.612Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-19T12:24:24.612Z] === RUN Test/DockerSuite/TestHealth [2019-09-19T12:24:36.808Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-19T12:24:46.760Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-19T12:24:46.760Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-19T12:24:46.760Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-19T12:24:46.760Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-19T12:24:46.760Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-19T12:24:47.017Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-19T12:24:47.947Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-19T12:24:47.947Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-19T12:24:47.947Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-19T12:24:47.947Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-19T12:24:48.204Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-19T12:24:48.461Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-19T12:24:49.025Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-19T12:24:49.025Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-19T12:24:50.395Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-19T12:24:50.395Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-19T12:24:50.960Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-19T12:24:52.330Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-19T12:24:52.330Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-19T12:24:52.894Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-19T12:24:56.166Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-19T12:24:56.166Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-19T12:24:56.166Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-19T12:24:58.059Z] === RUN Test/DockerSuite/TestImportFile [2019-09-19T12:24:59.953Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-19T12:24:59.953Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-19T12:25:01.848Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-19T12:25:03.745Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-19T12:25:05.641Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-19T12:25:06.205Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-19T12:25:07.135Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-19T12:25:07.392Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-19T12:25:08.761Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-19T12:25:09.324Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-19T12:25:10.255Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-19T12:25:11.188Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-19T12:25:11.188Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-19T12:25:11.188Z] === RUN Test/DockerSuite/TestInfoSecurityOptions [2019-09-19T12:25:11.188Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-19T12:25:11.751Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-19T12:25:12.682Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-19T12:25:13.610Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-19T12:25:14.174Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-19T12:25:15.104Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-19T12:25:16.035Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-19T12:25:16.292Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-19T12:25:16.856Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-19T12:25:16.856Z] === RUN Test/DockerSuite/TestInspectAPIMultipleNetworks [2019-09-19T12:25:18.754Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-19T12:25:19.687Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-19T12:25:20.618Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-19T12:25:20.618Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-19T12:25:21.549Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-19T12:25:21.549Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-19T12:25:22.922Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-19T12:25:23.852Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-19T12:25:24.782Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-19T12:25:25.712Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-19T12:25:25.712Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-19T12:25:25.712Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-19T12:25:25.712Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-19T12:25:27.083Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-19T12:25:27.647Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-19T12:25:27.904Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-19T12:25:28.834Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-19T12:25:29.766Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-19T12:25:31.661Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-19T12:25:31.661Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-19T12:25:32.592Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-19T12:25:33.525Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-19T12:25:36.050Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-19T12:25:37.421Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-19T12:25:38.351Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-19T12:25:38.915Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-19T12:25:39.848Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-19T12:25:41.221Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-19T12:25:42.151Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-19T12:25:42.151Z] === RUN Test/DockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-19T12:25:42.151Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-19T12:25:45.448Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-19T12:25:47.344Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-19T12:25:47.600Z] === RUN Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-19T12:25:48.972Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-19T12:25:49.231Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-19T12:25:50.353Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-19T12:25:50.353Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-19T12:25:50.353Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-19T12:25:50.353Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-19T12:25:50.601Z] === RUN Test/DockerSwarmSuite/TestDNSConfig [2019-09-19T12:25:51.167Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-19T12:25:53.275Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-19T12:25:53.691Z] === RUN Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-19T12:25:53.948Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-19T12:25:54.250Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-19T12:25:54.250Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-19T12:25:54.250Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-19T12:25:54.250Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-19T12:25:54.250Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-19T12:25:55.223Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-19T12:25:57.222Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-19T12:25:57.222Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-19T12:25:57.222Z] === RUN Test/DockerSwarmSuite/TestExtraHosts [2019-09-19T12:25:58.139Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-19T12:25:59.690Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-19T12:25:59.690Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-19T12:25:59.690Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-19T12:25:59.690Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-19T12:25:59.743Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-19T12:26:00.307Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-19T12:26:00.307Z] === RUN Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-19T12:26:01.238Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-19T12:26:02.607Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-19T12:26:03.133Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-19T12:26:09.688Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-19T12:26:14.945Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-19T12:26:14.945Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-19T12:26:15.016Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-19T12:26:18.220Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-19T12:26:19.726Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-19T12:26:20.113Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-19T12:26:20.699Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-19T12:26:20.699Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-19T12:26:21.043Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-19T12:26:23.564Z] === RUN Test/DockerSuite/TestLoadNoStdinFail [2019-09-19T12:26:23.564Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-19T12:26:23.615Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-19T12:26:23.820Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-19T12:26:23.820Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-19T12:26:23.820Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-19T12:26:24.751Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-19T12:26:25.158Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-19T12:26:25.681Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-19T12:26:29.853Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-19T12:26:29.868Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-19T12:26:29.868Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-19T12:26:29.868Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-19T12:26:29.868Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-19T12:26:29.868Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-19T12:26:30.111Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-19T12:26:30.329Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-19T12:26:35.362Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-19T12:26:35.925Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-19T12:26:35.925Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-19T12:26:36.857Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-19T12:26:38.237Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-19T12:26:39.167Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-19T12:26:40.537Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-19T12:26:41.105Z] === RUN Test/DockerSwarmSuite/TestPruneNetwork [2019-09-19T12:26:41.670Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-19T12:26:44.195Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-19T12:26:45.126Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-19T12:26:46.057Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-19T12:26:51.310Z] === RUN Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-19T12:26:53.205Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-19T12:26:55.098Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-19T12:26:59.273Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-19T12:26:59.531Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-19T12:27:00.462Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-19T12:27:01.392Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-19T12:27:01.962Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-19T12:27:02.525Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-19T12:27:03.455Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-19T12:27:05.977Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-19T12:27:06.233Z] === RUN Test/DockerSuite/TestNetworkEvents [2019-09-19T12:27:07.603Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-19T12:27:07.603Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-19T12:27:10.877Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-19T12:27:10.877Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-19T12:27:11.134Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-19T12:27:13.656Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-19T12:27:14.588Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-19T12:27:17.866Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-19T12:27:20.392Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-19T12:27:20.392Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-19T12:27:21.060Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-19T12:27:21.060Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-19T12:27:21.060Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-19T12:27:21.322Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-19T12:27:21.885Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-19T12:27:25.160Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-19T12:27:26.102Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-19T12:27:26.360Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-19T12:27:28.881Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-19T12:27:29.138Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-19T12:27:32.413Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-19T12:27:33.784Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-19T12:27:35.679Z] === RUN Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-19T12:27:36.243Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-19T12:27:38.138Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-19T12:27:39.507Z] === RUN Test/DockerSuite/TestPortList [2019-09-19T12:27:42.031Z] === RUN Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-19T12:27:42.151Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-19T12:27:42.151Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-19T12:27:42.610Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-19T12:27:48.580Z] === RUN Test/DockerSwarmSuite/TestServiceLogs [2019-09-19T12:27:50.476Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-19T12:27:51.180Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-19T12:27:51.639Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-19T12:27:52.373Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-19T12:27:57.429Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-19T12:28:00.466Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-19T12:28:00.466Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-19T12:28:00.466Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-19T12:28:00.466Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-19T12:28:00.466Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-19T12:28:01.397Z] === RUN Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-19T12:28:01.397Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-19T12:28:01.397Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-19T12:28:02.328Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-19T12:28:02.328Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-19T12:28:04.225Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-19T12:28:04.225Z] === RUN Test/DockerSuite/TestPruneContainerLabel [2019-09-19T12:28:04.225Z] === RUN Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-19T12:28:07.499Z] === RUN Test/DockerSuite/TestPruneContainerUntil [2019-09-19T12:28:07.753Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-19T12:28:07.757Z] === RUN Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-19T12:28:09.127Z] === RUN Test/DockerSuite/TestPruneNetworkLabel [2019-09-19T12:28:09.692Z] === RUN Test/DockerSuite/TestPruneVolumeLabel [2019-09-19T12:28:09.692Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-19T12:28:10.624Z] === RUN Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-19T12:28:13.899Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-19T12:28:14.463Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-19T12:28:15.832Z] === RUN Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-19T12:28:18.071Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-19T12:28:18.071Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-19T12:28:19.128Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-19T12:28:19.129Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-19T12:28:21.812Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-19T12:28:21.812Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-19T12:28:21.812Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-19T12:28:24.394Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-19T12:28:24.394Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-19T12:28:28.569Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-19T12:28:28.882Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-19T12:28:28.882Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-19T12:28:28.882Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-19T12:28:28.882Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-19T12:28:28.882Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-19T12:28:31.846Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-19T12:28:36.026Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-19T12:28:37.921Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-19T12:28:40.445Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-19T12:28:41.816Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-19T12:28:43.758Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-19T12:28:45.140Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-19T12:28:45.397Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-19T12:28:48.673Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-19T12:28:49.604Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-19T12:28:49.861Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-19T12:28:50.792Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-19T12:28:53.313Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-19T12:28:56.588Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-19T12:28:56.846Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-19T12:28:56.846Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-19T12:28:57.103Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-19T12:28:57.103Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-19T12:28:57.103Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-19T12:28:58.033Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-19T12:28:58.598Z] === RUN Test/DockerSwarmSuite/TestServiceScale [2019-09-19T12:28:59.970Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-19T12:29:01.865Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-19T12:29:01.865Z] === RUN Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-19T12:29:02.429Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-19T12:29:04.568Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-19T12:29:10.526Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-19T12:29:11.639Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-19T12:29:11.639Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-19T12:29:12.098Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-19T12:29:12.424Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-19T12:29:13.635Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-19T12:29:13.635Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-19T12:29:14.947Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-19T12:29:14.948Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-19T12:29:14.948Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-19T12:29:14.948Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-19T12:29:18.222Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-19T12:29:18.324Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-19T12:29:19.292Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-19T12:29:19.292Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-19T12:29:19.292Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-19T12:29:19.592Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-19T12:29:20.830Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-19T12:29:21.799Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-19T12:29:22.258Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-19T12:29:22.717Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-19T12:29:22.869Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-19T12:29:23.177Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-19T12:29:23.433Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-19T12:29:25.327Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-19T12:29:25.327Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-19T12:29:25.327Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-19T12:29:25.327Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-19T12:29:28.604Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-19T12:29:28.969Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-19T12:29:29.535Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-19T12:29:30.507Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-19T12:29:30.507Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-19T12:29:30.908Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-19T12:29:30.908Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-19T12:29:31.475Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-19T12:29:32.810Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-19T12:29:33.741Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-19T12:29:35.645Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-19T12:29:36.576Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-19T12:29:36.576Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-19T12:29:37.506Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-19T12:29:42.760Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-19T12:29:42.760Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-19T12:29:44.129Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-19T12:29:44.386Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-19T12:29:46.279Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-19T12:29:46.290Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-19T12:29:46.290Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-19T12:29:46.290Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-19T12:29:46.749Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-19T12:29:46.842Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-19T12:29:47.099Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-19T12:29:47.716Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-19T12:29:48.029Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-19T12:29:48.029Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-19T12:29:48.175Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-19T12:29:48.175Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-19T12:29:48.593Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-19T12:29:48.849Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-19T12:29:49.143Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-19T12:29:49.601Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-19T12:29:49.601Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-19T12:29:49.601Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-19T12:29:50.744Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-19T12:29:51.674Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-19T12:29:52.603Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-19T12:29:53.535Z] === RUN Test/DockerSuite/TestRunApparmorProcDirectory [2019-09-19T12:29:54.904Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-19T12:29:55.392Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-19T12:29:56.803Z] === RUN Test/DockerSuite/TestRunAttachDetach [2019-09-19T12:29:57.060Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-19T12:29:57.624Z] === RUN Test/DockerSuite/TestRunAttachDetachFromConfig [2019-09-19T12:29:58.556Z] === RUN Test/DockerSuite/TestRunAttachDetachFromFlag [2019-09-19T12:29:59.486Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-19T12:29:59.743Z] === RUN Test/DockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-19T12:30:00.673Z] === RUN Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-19T12:30:02.044Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-19T12:30:02.974Z] === RUN Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-19T12:30:03.904Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-19T12:30:04.835Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-19T12:30:05.767Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-19T12:30:06.330Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-19T12:30:06.330Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-19T12:30:08.853Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-19T12:30:09.783Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-19T12:30:10.713Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-19T12:30:11.644Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-19T12:30:12.574Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-19T12:30:12.574Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-19T12:30:13.139Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-19T12:30:14.070Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-19T12:30:15.015Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-19T12:30:15.945Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-19T12:30:15.945Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-19T12:30:16.875Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-19T12:30:16.875Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-19T12:30:17.806Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-19T12:30:17.806Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-19T12:30:19.174Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-19T12:30:20.105Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-19T12:30:21.035Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-19T12:30:21.598Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-19T12:30:21.855Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-19T12:30:22.785Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-19T12:30:24.155Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-19T12:30:26.051Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-19T12:30:27.421Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-19T12:30:28.352Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-19T12:30:29.282Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-19T12:30:29.846Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-19T12:30:30.776Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-19T12:30:31.706Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-19T12:30:33.602Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-19T12:30:35.495Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-19T12:30:37.389Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-19T12:30:37.389Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-19T12:30:37.924Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-19T12:30:37.924Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-19T12:30:37.924Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-19T12:30:38.319Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-19T12:30:40.841Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-19T12:30:42.617Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-19T12:30:42.735Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-19T12:30:43.075Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-19T12:30:43.301Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-19T12:30:43.535Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-19T12:30:43.535Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-19T12:30:43.994Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-19T12:30:43.994Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-19T12:30:45.195Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-19T12:30:48.469Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-19T12:30:48.469Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-19T12:30:48.469Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-19T12:30:49.032Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-19T12:30:50.927Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-19T12:30:52.296Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-19T12:30:54.818Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-19T12:30:55.749Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-19T12:30:57.143Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-19T12:30:58.072Z] === RUN Test/DockerSuite/TestRunDeviceDirectory [2019-09-19T12:30:58.072Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-19T12:30:59.002Z] === RUN Test/DockerSuite/TestRunDeviceSymlink [2019-09-19T12:31:00.895Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-19T12:31:00.895Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-19T12:31:01.458Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-19T12:31:02.391Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-19T12:31:03.321Z] === RUN Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-19T12:31:03.884Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-19T12:31:03.884Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-19T12:31:04.814Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-19T12:31:05.744Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-19T12:31:06.307Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-19T12:31:07.239Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-19T12:31:08.169Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-19T12:31:08.732Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-19T12:31:09.132Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-19T12:31:09.132Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-19T12:31:09.132Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-19T12:31:09.662Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-19T12:31:10.592Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-19T12:31:10.592Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-19T12:31:11.155Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-19T12:31:12.084Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-19T12:31:13.976Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-19T12:31:13.976Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-19T12:31:13.976Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-19T12:31:18.155Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-19T12:31:18.411Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-19T12:31:30.593Z] === RUN Test/DockerSuite/TestRunInvalidCPUShares [2019-09-19T12:31:31.156Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-19T12:31:33.049Z] === RUN Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-19T12:31:33.049Z] === RUN Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-19T12:31:33.049Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-19T12:31:33.049Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-19T12:31:33.613Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-19T12:31:34.268Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-19T12:31:34.268Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-19T12:31:34.268Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-19T12:31:36.888Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-19T12:31:38.001Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-19T12:31:38.781Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-19T12:31:40.151Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-19T12:31:40.904Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-19T12:31:41.081Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-19T12:31:42.013Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-19T12:31:42.577Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-19T12:31:43.808Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-19T12:31:43.946Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-19T12:31:43.946Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-19T12:31:43.946Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-19T12:31:45.849Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-19T12:31:46.779Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-19T12:31:48.693Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-19T12:31:48.693Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-19T12:31:48.693Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-19T12:31:50.587Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-19T12:31:51.959Z] === RUN Test/DockerSuite/TestRunMount [2019-09-19T12:31:58.505Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-19T12:31:59.437Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-19T12:32:00.000Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-19T12:32:01.895Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-19T12:32:04.419Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-19T12:32:07.696Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-19T12:32:10.218Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-19T12:32:12.765Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-19T12:32:14.135Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-19T12:32:16.028Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-19T12:32:16.028Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-19T12:32:16.591Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-19T12:32:17.960Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-19T12:32:18.523Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-19T12:32:19.453Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-19T12:32:21.977Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-19T12:32:24.496Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-19T12:32:29.748Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-19T12:32:29.748Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-19T12:32:29.748Z] === RUN Test/DockerSuite/TestRunNoNewPrivSetuid [2019-09-19T12:32:30.678Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-19T12:32:30.678Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-19T12:32:31.609Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-19T12:32:32.174Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-19T12:32:32.174Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-19T12:32:33.104Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-19T12:32:34.037Z] === RUN Test/DockerSuite/TestRunOOMExitCode [2019-09-19T12:32:34.037Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-19T12:32:34.967Z] === RUN Test/DockerSuite/TestRunPIDsLimit [2019-09-19T12:32:35.897Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-19T12:32:37.792Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-19T12:32:38.355Z] === RUN Test/DockerSuite/TestRunPrivilegedAllowedDevices [2019-09-19T12:32:39.286Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-19T12:32:39.850Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-19T12:32:40.782Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-19T12:32:41.346Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-19T12:32:42.279Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-19T12:32:42.279Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-19T12:32:43.209Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-19T12:32:43.772Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-19T12:32:43.772Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-19T12:32:44.241Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-19T12:32:44.702Z] === RUN Test/DockerSuite/TestRunRedirectStdout [2019-09-19T12:32:46.072Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-19T12:32:46.072Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-19T12:32:48.928Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-19T12:32:48.928Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-19T12:32:50.250Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-19T12:32:51.180Z] === RUN Test/DockerSuite/TestRunRm [2019-09-19T12:32:52.110Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-19T12:32:56.299Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-19T12:32:56.556Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-19T12:32:57.487Z] === RUN Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-19T12:32:58.857Z] === RUN Test/DockerSuite/TestRunSeccompAllowSetrlimit [2019-09-19T12:32:59.787Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-19T12:33:03.960Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileNS [2019-09-19T12:33:09.212Z] === RUN Test/DockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-19T12:33:09.212Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyChmod [2019-09-19T12:33:10.143Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-19T12:33:10.706Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-19T12:33:11.637Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-19T12:33:12.568Z] === RUN Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-19T12:33:13.132Z] === RUN Test/DockerSuite/TestRunSeccompWithDefaultProfile [2019-09-19T12:33:14.063Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-19T12:33:14.626Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-19T12:33:15.556Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-19T12:33:18.829Z] === RUN Test/DockerSuite/TestRunState [2019-09-19T12:33:19.763Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-19T12:33:20.696Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-19T12:33:21.625Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-19T12:33:21.625Z] === RUN Test/DockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-19T12:33:21.625Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-19T12:33:22.555Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-19T12:33:23.485Z] === RUN Test/DockerSuite/TestRunSysctls [2019-09-19T12:33:24.855Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-19T12:33:24.855Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-19T12:33:24.855Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-19T12:33:25.786Z] === RUN Test/DockerSuite/TestRunTmpfsMounts [2019-09-19T12:33:28.309Z] === RUN Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-19T12:33:29.241Z] === RUN Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-19T12:33:31.137Z] === RUN Test/DockerSuite/TestRunTmpfsMountsWithOptions [2019-09-19T12:33:35.319Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-19T12:33:38.592Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-19T12:33:38.848Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-19T12:33:39.783Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-19T12:33:40.714Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-19T12:33:43.255Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-19T12:33:44.187Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-19T12:33:45.117Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-19T12:33:45.117Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-19T12:33:45.374Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-19T12:33:45.937Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-19T12:33:46.867Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-19T12:33:47.798Z] === RUN Test/DockerSuite/TestRunUserDeviceAllowed [2019-09-19T12:33:47.798Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-19T12:33:47.798Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-19T12:33:48.730Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-19T12:33:53.985Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-19T12:33:53.985Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-19T12:33:54.243Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-19T12:33:55.612Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-19T12:33:58.138Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-19T12:33:59.507Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-19T12:33:59.764Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-19T12:34:01.023Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-19T12:34:01.023Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-19T12:34:01.023Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-19T12:34:03.040Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-19T12:34:05.567Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-19T12:34:06.140Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-19T12:34:07.071Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-19T12:34:08.003Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-19T12:34:08.003Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-19T12:34:08.003Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-19T12:34:08.003Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-19T12:34:08.260Z] === RUN Test/DockerSuite/TestRunWithBlkioWeight [2019-09-19T12:34:09.191Z] === RUN Test/DockerSuite/TestRunWithCPUQuota [2019-09-19T12:34:10.123Z] === RUN Test/DockerSuite/TestRunWithCPUShares [2019-09-19T12:34:10.383Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-19T12:34:10.949Z] === RUN Test/DockerSuite/TestRunWithCpuPeriod [2019-09-19T12:34:12.846Z] === RUN Test/DockerSuite/TestRunWithCpusetCpus [2019-09-19T12:34:13.778Z] === RUN Test/DockerSuite/TestRunWithCpusetMems [2019-09-19T12:34:14.344Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-19T12:34:14.344Z] === RUN Test/DockerSuite/TestRunWithDefaultShmSize [2019-09-19T12:34:15.276Z] === RUN Test/DockerSuite/TestRunWithInvalidBlkioWeight [2019-09-19T12:34:15.276Z] === RUN Test/DockerSuite/TestRunWithInvalidCpuPeriod [2019-09-19T12:34:15.276Z] === RUN Test/DockerSuite/TestRunWithInvalidKernelMemory [2019-09-19T12:34:15.276Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-19T12:34:15.276Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-19T12:34:15.534Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-19T12:34:15.791Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-19T12:34:15.791Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-19T12:34:16.049Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-19T12:34:16.306Z] === RUN Test/DockerSuite/TestRunWithKernelMemory [2019-09-19T12:34:17.239Z] === RUN Test/DockerSuite/TestRunWithMemoryLimit [2019-09-19T12:34:18.171Z] === RUN Test/DockerSuite/TestRunWithMemoryReservation [2019-09-19T12:34:18.736Z] === RUN Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-19T12:34:18.994Z] === RUN Test/DockerSuite/TestRunWithMemoryReservationInvalid [2019-09-19T12:34:19.253Z] === RUN Test/DockerSuite/TestRunWithNanoCPUs [2019-09-19T12:34:20.375Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-19T12:34:20.375Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-19T12:34:21.306Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-19T12:34:21.306Z] === RUN Test/DockerSuite/TestRunWithShmSize [2019-09-19T12:34:22.237Z] === RUN Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-19T12:34:22.237Z] === RUN Test/DockerSuite/TestRunWithSwappiness [2019-09-19T12:34:23.168Z] === RUN Test/DockerSuite/TestRunWithSwappinessInvalid [2019-09-19T12:34:23.168Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-19T12:34:23.168Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-19T12:34:24.105Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-19T12:34:26.000Z] === RUN Test/DockerSuite/TestRunWithVolumesIsRecursive [2019-09-19T12:34:26.931Z] === RUN Test/DockerSuite/TestRunWithoutMemoryswapLimit [2019-09-19T12:34:26.931Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-19T12:34:27.495Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-19T12:34:27.495Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-19T12:34:27.495Z] === RUN Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-19T12:34:29.391Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-19T12:34:30.321Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-19T12:34:30.578Z] === RUN Test/DockerSwarmSuite/TestSwarmInit [2019-09-19T12:34:33.101Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-19T12:34:33.671Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-19T12:34:33.671Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-19T12:34:33.671Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-19T12:34:35.041Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoStdout [2019-09-19T12:34:35.972Z] === RUN Test/DockerSwarmSuite/TestSwarmInitIPv6 [2019-09-19T12:34:35.972Z] === RUN Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-19T12:34:36.229Z] === RUN Test/DockerSuite/TestSaveAndLoadWithProgressBar [2019-09-19T12:34:36.782Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-19T12:34:37.599Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-19T12:34:37.599Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-19T12:34:39.494Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-19T12:34:39.494Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-19T12:34:40.059Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-19T12:34:42.583Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-19T12:34:42.583Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-19T12:34:43.515Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-19T12:34:44.080Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-19T12:34:44.080Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-19T12:34:44.080Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-19T12:34:44.351Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-19T12:34:45.282Z] === RUN Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-19T12:34:45.859Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-19T12:34:47.754Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-19T12:34:48.010Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-19T12:34:48.010Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-19T12:34:48.267Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-19T12:34:48.267Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-19T12:34:48.267Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-19T12:34:48.831Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-19T12:34:51.353Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-19T12:34:54.449Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-19T12:34:57.896Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-19T12:34:59.264Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-19T12:35:00.633Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-19T12:35:02.004Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-19T12:35:03.007Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-19T12:35:05.276Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-19T12:35:07.800Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-19T12:35:08.364Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-19T12:35:10.259Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-19T12:35:12.781Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-19T12:35:15.303Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-19T12:35:18.575Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-19T12:35:23.828Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-19T12:35:26.349Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-19T12:35:32.892Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-19T12:35:34.787Z] === RUN Test/DockerSuite/TestStopContainerSignal [2019-09-19T12:35:36.680Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-19T12:35:37.612Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-19T12:35:38.545Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-19T12:35:39.110Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-19T12:35:39.110Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-19T12:35:40.042Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-19T12:35:42.565Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-19T12:35:44.560Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-19T12:35:45.522Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-19T12:35:48.733Z] === RUN Test/DockerSuite/TestUpdateContainerInvalidValue [2019-09-19T12:35:48.989Z] === RUN Test/DockerSuite/TestUpdateContainerWithoutFlags [2019-09-19T12:35:49.919Z] === RUN Test/DockerSuite/TestUpdateInvalidSwapMemory [2019-09-19T12:35:49.919Z] === RUN Test/DockerSuite/TestUpdateKernelMemory [2019-09-19T12:35:50.848Z] === RUN Test/DockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-19T12:35:52.742Z] === RUN Test/DockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-19T12:35:52.742Z] === RUN Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-19T12:35:54.111Z] === RUN Test/DockerSuite/TestUpdatePausedContainer [2019-09-19T12:35:55.481Z] === RUN Test/DockerSuite/TestUpdateRunningContainer [2019-09-19T12:35:56.412Z] === RUN Test/DockerSuite/TestUpdateRunningContainerWithRestart [2019-09-19T12:35:57.883Z] === RUN Test/DockerSuite/TestUpdateStats [2019-09-19T12:36:00.435Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-19T12:36:03.152Z] === RUN Test/DockerSuite/TestUpdateStoppedContainer [2019-09-19T12:36:04.082Z] === RUN Test/DockerSuite/TestUpdateSwapMemoryOnly [2019-09-19T12:36:04.082Z] === RUN Test/DockerSuite/TestUpdateWithNanoCPUs [2019-09-19T12:36:05.013Z] === RUN Test/DockerSuite/TestUpdateWithUntouchedFields [2019-09-19T12:36:05.945Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-19T12:36:10.749Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-19T12:36:11.203Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-19T12:36:14.477Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-19T12:36:17.752Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectivity [2019-09-19T12:36:20.275Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-19T12:36:24.452Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-19T12:36:29.710Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-19T12:36:32.232Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-19T12:36:34.127Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-19T12:36:34.691Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-19T12:36:36.586Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-19T12:36:37.956Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-19T12:36:40.478Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-19T12:36:43.001Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-19T12:36:44.894Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-19T12:36:47.416Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-19T12:36:47.674Z] === RUN Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-19T12:36:50.194Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-19T12:36:53.477Z] === RUN Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-19T12:37:05.654Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-19T12:37:05.654Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-19T12:37:05.654Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-19T12:37:05.911Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-19T12:37:06.168Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-19T12:37:06.168Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-19T12:37:06.168Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-19T12:37:07.098Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-19T12:37:07.098Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-19T12:37:08.029Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-19T12:37:08.029Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-19T12:37:08.029Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-19T12:37:08.029Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-19T12:37:08.029Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-19T12:37:11.303Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-19T12:37:11.303Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-19T12:37:11.303Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-19T12:37:11.303Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-19T12:37:11.303Z] === RUN Test/DockerSuite/TestVolumeEvents [2019-09-19T12:37:11.867Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-19T12:37:14.387Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-19T12:37:14.387Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-19T12:37:14.387Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-19T12:37:17.662Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-19T12:37:21.837Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-19T12:37:21.837Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-19T12:37:23.733Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-19T12:37:25.115Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-19T12:37:27.009Z] === RUN Test/DockerRegistrySuite/TestConcurrentFailingPull [2019-09-19T12:37:27.009Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T12:37:31.183Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T12:37:35.359Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-19T12:37:39.534Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-19T12:37:40.904Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-19T12:37:42.273Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-19T12:37:43.642Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-19T12:37:45.012Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-19T12:37:46.380Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-19T12:37:47.750Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-19T12:37:49.130Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-19T12:37:51.654Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-19T12:37:52.026Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-19T12:37:53.570Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-19T12:37:53.570Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-19T12:37:54.028Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-19T12:37:54.028Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-19T12:37:54.028Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-19T12:37:54.028Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-19T12:37:54.176Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-19T12:37:55.627Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-19T12:37:57.756Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-19T12:37:57.756Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-19T12:37:57.756Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-19T12:37:57.756Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-19T12:37:58.214Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-19T12:37:58.900Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-19T12:38:00.272Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-19T12:38:00.272Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T12:38:01.640Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T12:38:02.898Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-19T12:38:03.010Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T12:38:04.381Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-19T12:38:08.554Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-19T12:38:08.554Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-19T12:38:09.925Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-19T12:38:10.490Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-19T12:38:10.490Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-19T12:38:10.747Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-19T12:38:11.004Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-19T12:38:11.261Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-19T12:38:11.520Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-19T12:38:12.894Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-19T12:38:15.419Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-19T12:38:15.983Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-19T12:38:17.877Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-19T12:38:18.441Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-19T12:38:19.371Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-19T12:38:19.371Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T12:38:20.573Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-19T12:38:21.032Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-19T12:38:23.546Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T12:38:28.103Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-19T12:38:28.103Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-19T12:38:28.802Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-19T12:38:32.979Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-19T12:38:33.542Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-19T12:38:33.896Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-19T12:38:34.912Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-19T12:38:35.169Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T12:38:36.539Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T12:38:37.927Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T12:38:38.593Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-19T12:38:39.297Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-19T12:38:43.473Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-19T12:38:43.473Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-19T12:38:43.730Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-19T12:38:43.730Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-19T12:38:43.986Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-19T12:38:44.243Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-19T12:38:44.807Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-19T12:38:44.807Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-19T12:38:45.737Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-19T12:38:46.303Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-19T12:38:46.303Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-19T12:38:47.672Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-19T12:38:47.672Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-19T12:38:48.235Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-19T12:38:48.492Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-19T12:38:48.749Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-19T12:38:50.961Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-19T12:38:53.999Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-19T12:38:53.999Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-19T12:38:54.256Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-19T12:38:54.256Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-19T12:38:54.513Z] === RUN Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-19T12:38:57.035Z] === RUN Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-19T12:38:58.404Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-19T12:39:01.269Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-19T12:39:01.727Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-19T12:39:03.660Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-19T12:39:06.181Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-19T12:39:07.510Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-19T12:39:07.510Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-19T12:39:07.510Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-19T12:39:08.476Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-19T12:39:08.476Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-19T12:39:10.354Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-19T12:39:11.724Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-19T12:39:11.981Z] === RUN Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-19T12:39:17.038Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-19T12:39:17.497Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-19T12:39:21.940Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-19T12:39:24.461Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-19T12:39:25.830Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-19T12:39:26.086Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-19T12:39:26.650Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-19T12:39:27.582Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-19T12:39:27.815Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-19T12:39:28.781Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-19T12:39:29.479Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-19T12:39:29.479Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-19T12:39:30.847Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-19T12:39:30.847Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-19T12:39:30.954Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-19T12:39:30.954Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-19T12:39:31.413Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-19T12:39:31.413Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-19T12:39:31.413Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-19T12:39:32.343Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-19T12:39:32.600Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-19T12:39:32.857Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-19T12:39:32.857Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-19T12:39:33.114Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-19T12:39:35.008Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-19T12:39:36.378Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-19T12:39:36.378Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-19T12:39:36.942Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-19T12:39:36.942Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-19T12:39:37.873Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-19T12:39:41.147Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-19T12:39:41.147Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-19T12:39:41.722Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-19T12:39:41.722Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-19T12:39:42.180Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-19T12:39:43.145Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-19T12:39:43.604Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-19T12:39:44.569Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-19T12:39:45.326Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-19T12:39:46.103Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-19T12:39:50.784Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-19T12:39:50.784Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-19T12:39:50.784Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-19T12:39:50.784Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-19T12:39:51.242Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-19T12:39:51.242Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-19T12:39:51.242Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-19T12:39:51.702Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-19T12:39:52.159Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-19T12:39:55.283Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-19T12:39:55.283Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-19T12:39:55.847Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-19T12:39:55.847Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-19T12:39:56.105Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-19T12:39:56.105Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-19T12:39:56.363Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-19T12:39:56.363Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-19T12:39:57.944Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-19T12:40:00.543Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-19T12:40:00.543Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-19T12:40:00.543Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-19T12:40:02.440Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-19T12:40:07.699Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-19T12:40:11.877Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-19T12:40:11.877Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-19T12:40:12.808Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-19T12:40:15.502Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-19T12:40:15.759Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-19T12:40:17.128Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-19T12:40:17.693Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-19T12:40:19.061Z] === RUN Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-19T12:40:19.133Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-19T12:40:19.133Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-19T12:40:19.133Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-19T12:40:25.613Z] === RUN Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-19T12:40:26.982Z] === RUN Test/DockerHubPullSuite/TestPullClientDisconnect [2019-09-19T12:40:28.874Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistry [2019-09-19T12:40:29.445Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-19T12:40:30.814Z] === RUN Test/DockerHubPullSuite/TestPullNonExistingImage [2019-09-19T12:40:31.071Z] === RUN Test/DockerHubPullSuite/TestPullScratchNotAllowed [2019-09-19T12:40:31.071Z] --- PASS: Test (1989.58s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.01s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (0.70s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.10s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.38s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (0.60s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.26s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkConnectDisconnect (1.60s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.23s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkFilter (0.03s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.92s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectBridge (1.45s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.00s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsContainerNotFound (0.00s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (4.96s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (2.95s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (3.18s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (2.85s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.13s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesChmodProc (1.15s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesPtrace (1.28s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAppArmorTraceSelf (1.31s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachAfterDetach (2.36s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachClosedOnContainerStop (2.27s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachDetach (1.50s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachDisconnect (1.49s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (2.22s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachPausedContainer (1.62s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestAttachTTYWithoutStdin (1.46s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (2.17s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (3.08s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIDoubleDockerfile (1.72s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (1.62s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.61s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (1.05s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.29s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinks (0.88s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinksVolume (2.35s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.31s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (1.14s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddChangeOwnership (2.43s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (2.59s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (0.90s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToExistingDir (9.07s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToRoot (4.64s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.10s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.73s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.91s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (1.39s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.76s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (3.73s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (2.90s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.98s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (1.08s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddScript (2.75s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToExistDir (8.74s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (6.33s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToRoot (3.78s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddTar (10.38s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddTarXz (1.38s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddTarXzGz (1.40s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (4.63s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildAddWholeDirToRoot (7.81s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.40s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (2.50s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (2.29s) [2019-09-19T12:40:31.071Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (1.20s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.92s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.73s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (2.64s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.28s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.02s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEnv (13.20s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (3.97s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (3.16s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.50s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.54s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.16s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.47s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.54s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCacheAdd (0.85s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (0.92s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCacheFrom (5.85s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.55s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (0.77s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCancellationKillsSleep (1.07s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildChownOnCopy (6.33s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildChownSingleFile (2.65s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (0.94s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.64s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.54s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.38s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.34s) [2019-09-19T12:40:31.072Z] --- SKIP: Test/DockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-19T12:40:31.072Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (1.44s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCommentsShebangs (5.94s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (0.86s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContChar (3.39s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContainerWithCgroupParent (1.12s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.31s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (0.88s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.66s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.44s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyAddMultipleFiles (14.21s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.68s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToExistDir (4.11s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToRoot (5.32s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (2.03s) [2019-09-19T12:40:31.072Z] --- SKIP: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-19T12:40:31.072Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.072Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.05s) [2019-09-19T12:40:31.072Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.072Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-09-19T12:40:31.072Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.072Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-19T12:40:31.072Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToExistDir (5.31s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (6.49s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToRoot (3.92s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyWholeDirToRoot (7.30s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (7.89s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.84s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardInName (1.76s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (4.93s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (0.77s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (1.63s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.47s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.39s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (13.47s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (1.70s) [2019-09-19T12:40:31.072Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreComment (3.99s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (14.76s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (5.30s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (2.66s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (2.70s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (7.59s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (2.63s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (2.63s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (19.64s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.35s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEOLInLine (6.15s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEmptyCmd (0.38s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.44s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (0.79s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEmptyScratch (0.16s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.37s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.37s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.71s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.06s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (2.00s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnv (1.68s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvEscapes (1.57s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvOverwrite (1.46s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage (8.58s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage2 (22.64s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (1.90s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (8.95s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.84s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.44s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (1.43s) [2019-09-19T12:40:31.332Z] --- SKIP: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-19T12:40:31.332Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.32s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildExoticShellInterpolation (12.04s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildExpose (0.28s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildExposeMorePorts (0.55s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildExposeOrder (0.42s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.29s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFails (0.92s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (2.46s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (2.39s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildForceRm (2.00s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromGit (1.68s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (0.38s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (1.02s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (2.06s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.81s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.30s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromStdinWithF (2.29s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (2.47s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildHandleEscapesInVolume (1.54s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildHistory (4.68s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildIidFile (0.73s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (0.90s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildInheritance (0.72s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.54s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.03s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (1.05s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.52s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.43s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (0.51s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.31s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabels (0.54s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.17s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (2.90s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLastModified (5.51s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLineBreak (3.95s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.20s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.27s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.55s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (2.33s) [2019-09-19T12:40:31.332Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (2.48s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (5.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCache (0.41s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (0.55s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (10.23s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (3.78s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (1.34s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (3.05s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (5.93s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageResetScratch (0.49s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (2.55s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.36s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNetContainer (2.42s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNetNone (1.02s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNoContext (1.58s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (1.45s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (2.81s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.85s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.70s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (0.81s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (1.20s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (3.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (0.84s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.92s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (1.51s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (2.45s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (1.49s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (1.49s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (0.43s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildOpaqueDirectory (3.86s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildPATH (2.45s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (0.92s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRUNoneJSON (1.14s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (9.94s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (4.68s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildResourceConstraintsAreUsed (2.10s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRm (3.40s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (1.23s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.67s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildScratchCopy (0.57s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (0.63s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (2.19s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (1.33s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (1.22s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (5.24s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.10s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.28s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.37s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (1.17s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.12s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildStderr (1.05s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (4.75s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildStopSignal (1.38s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (1.13s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (0.57s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (0.99s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (1.76s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildUser (2.30s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.79s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildUsersAndGroups (17.27s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (1.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.34s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (1.15s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (1.51s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildVolumesRetainContents (1.72s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildWindowsUser (0.02s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHost (1.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (1.22s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (1.36s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (3.46s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithVolumeOwnership (2.10s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWithVolumes (1.03s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWorkdirCmd (0.41s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (0.63s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (0.90s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestBuildXZHost (2.43s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-19T12:40:31.333Z] docker_cli_sni_test.go:18: Flakey test [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (0.85s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (1.03s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitChange (1.18s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (1.18s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitHardlink (1.94s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitNewFile (1.99s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitPausedContainer (1.08s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitTTY (2.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (0.96s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitWithHostBindMount (1.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCommitWithoutPause (1.19s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (1.98s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (1.84s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (0.91s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICopyPre124 (1.19s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.81s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (1.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (0.75s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (0.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (0.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (0.83s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (1.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (0.83s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIGetChanges (0.86s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIGetExport (0.91s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.86s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (0.82s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIPause (0.90s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (0.84s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (0.83s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (2.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (1.57s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (0.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.70s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (0.87s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPITop (0.92s) [2019-09-19T12:40:31.333Z] --- SKIP: Test/DockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-19T12:40:31.333Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (2.82s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (0.82s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerNetworkMode (1.27s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerRestartInMultipleNetworks (5.26s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (2.00s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (1.32s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (23.76s) [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc0007e8be0 } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1197978805 /foo false } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1197978805 /foo true } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3937111184 /foo false } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3937111184 /foo true } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3937111184 /foo true 0xc0007e9040 } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc0007e9060 } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc0007e9080 } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc0007e90a0 } [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc0007e90c0 } [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (1.76s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 0 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 1 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 2 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 3 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 4 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 5 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 6 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 7 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 8 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 9 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 10 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 11 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 12 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 13 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 14 [2019-09-19T12:40:31.333Z] docker_api_containers_test.go:1927: case 15 [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersInMultipleNetworks (3.33s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersInUserDefinedNetwork (2.38s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestContainersNetworkIsolation (2.91s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCopyAndRestart (1.60s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCopyCreatedContainer (0.18s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (0.91s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpAbsoluteSymlink (0.93s) [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpCheckDestOwnership (1.10s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership432483069/file1 7476028c3c551db66f8ff23ff571e38d5bfff8f8f7c2bc379b024c082b4c868e:/tmpvol/file1` [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseA (1.18s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp d7ee5c76f9e890e3df7a435f8ac8a4bf0d593524d6c593b14ff836d1d3604444:/root/file1 /tmp/test-cp-from-case-a094850104/itWorks.txt` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a094850104/itWorks.txt" contains "file1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseB (1.00s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp 7477b38e92977270d4da09c8f3f2bc99ae52c02f3bef71e95f7ebd76287eab28:/file1 /tmp/test-cp-from-case-b428498999/testDir/` [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseC (0.93s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c105737770/file2" contains "file2\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp 33bd78f6d5b44e5e899195e5d913cdc130189188f6c9f6ea8dcd698878f881e1:/root/file1 /tmp/test-cp-from-case-c105737770/file2` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c105737770/file2" contains "file1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseD (1.12s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp db79029638bfa022ee046c3777872befc6c9d73c59ea2e1e659a31c545c2b076:/file1 /tmp/test-cp-from-case-d084724609/dir1` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d084724609/dir1/file1" contains "file1\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp db79029638bfa022ee046c3777872befc6c9d73c59ea2e1e659a31c545c2b076:/file1 /tmp/test-cp-from-case-d084724609/dir1/` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d084724609/dir1/file1" contains "file1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseE (1.10s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp 2e71e473ddeb039328887694a92e2cfcdf3b7034dfd235f4dfc06059abdd99e0:dir1 /tmp/test-cp-from-case-e992535788/testDir` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e992535788/testDir/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp 2e71e473ddeb039328887694a92e2cfcdf3b7034dfd235f4dfc06059abdd99e0:dir1 /tmp/test-cp-from-case-e992535788/testDir/` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e992535788/testDir/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseF (0.97s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp aed8264cf2621fb139428285ca953c2000d8398b3db20e436087d9d0a76f546b:/root/dir1 /tmp/test-cp-from-case-f360846171/file1` [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseG (1.09s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp d2ea1f5105e8c22b9a5146a298fee9a2788d9e259dbb2cf1d34b711d47050f80:/root/dir1 /tmp/test-cp-from-case-g029744894/dir2` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g029744894/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp d2ea1f5105e8c22b9a5146a298fee9a2788d9e259dbb2cf1d34b711d47050f80:/root/dir1 /tmp/test-cp-from-case-g029744894/dir2/` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g029744894/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseH (1.08s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp d7810efb63291c36062f00a784ea3fd81ab5253ab8084843d3abaaf7157188c6:dir1/. /tmp/test-cp-from-case-h419602501/testDir` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h419602501/testDir/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp d7810efb63291c36062f00a784ea3fd81ab5253ab8084843d3abaaf7157188c6:dir1/. /tmp/test-cp-from-case-h419602501/testDir/` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h419602501/testDir/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseI (0.92s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp ecc09812d44c56158ce07e9ed25103c68ca72d6da922340cce44af79fd172df4:/root/dir1/. /tmp/test-cp-from-case-i083674848/file1` [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromCaseJ (1.10s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp ad09c31fc44301f3ab83e4a01be32683b58f282086b965dfc509706e574e58a2:/root/dir1/. /tmp/test-cp-from-case-j064830655/dir2` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j064830655/dir2/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp ad09c31fc44301f3ab83e4a01be32683b58f282086b965dfc509706e574e58a2:/root/dir1/. /tmp/test-cp-from-case-j064830655/dir2/` [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j064830655/dir2/file1-1" contains "file1-1\n" [2019-09-19T12:40:31.333Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkDestination (1.47s) [2019-09-19T12:40:31.333Z] docker_cli_cp_utils_test.go:192: running `docker cp 77dbe191b4e9e67dda54b571e1cc2215434b0b60fe30290bf010a18c5b9232ef:/file2 /tmp/test-cp-from-err-dst-not-dir580640018/symlinkToFile1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir580640018/symlinkToFile1" points to "file1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir580640018/file1" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp 77dbe191b4e9e67dda54b571e1cc2215434b0b60fe30290bf010a18c5b9232ef:/file2 /tmp/test-cp-from-err-dst-not-dir580640018/symlinkToDir1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir580640018/symlinkToDir1" points to "dir1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir580640018/file2" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp 77dbe191b4e9e67dda54b571e1cc2215434b0b60fe30290bf010a18c5b9232ef:/file2 /tmp/test-cp-from-err-dst-not-dir580640018/brokenSymlinkToFileX` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir580640018/brokenSymlinkToFileX" points to "fileX" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir580640018/fileX" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp 77dbe191b4e9e67dda54b571e1cc2215434b0b60fe30290bf010a18c5b9232ef:/dir2 /tmp/test-cp-from-err-dst-not-dir580640018/symlinkToDir1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir580640018/symlinkToDir1" points to "dir1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir580640018/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp 77dbe191b4e9e67dda54b571e1cc2215434b0b60fe30290bf010a18c5b9232ef:/dir2 /tmp/test-cp-from-err-dst-not-dir580640018/brokenSymlinkToDirX` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir580640018/brokenSymlinkToDirX" points to "dirX" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir580640018/dirX/file2-1" contains "file2-1\n" [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (0.98s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.01s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpNameHasColon (0.93s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpRelativePath (0.95s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpSpecialFiles (1.22s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpSymlinkComponent (0.93s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.27s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseA (1.73s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a777082106/file1 dd964730e4bdd8546f82c6fa5cadd3390e2022b08e20cabb523e6d16f9d5fb2c:/root/itWorks.txt` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "dd964730e4bdd8546f82c6fa5cadd3390e2022b08e20cabb523e6d16f9d5fb2c" start output contains "file1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a dd964730e4bdd8546f82c6fa5cadd3390e2022b08e20cabb523e6d16f9d5fb2c` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseB (0.92s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b629564433/file1 5ac1cd00ad7a23dec6357a3cb745c05214a38996d95ddee0e47798663a54e8e0:testDir/` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseC (2.52s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "1f644f9683681bdcc94acc4fd9c18c32231f7c0db57d5f8ab3d73c696a31b325" start output contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1f644f9683681bdcc94acc4fd9c18c32231f7c0db57d5f8ab3d73c696a31b325` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c976159804/file1 1f644f9683681bdcc94acc4fd9c18c32231f7c0db57d5f8ab3d73c696a31b325:/root/file2` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "1f644f9683681bdcc94acc4fd9c18c32231f7c0db57d5f8ab3d73c696a31b325" start output contains "file1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1f644f9683681bdcc94acc4fd9c18c32231f7c0db57d5f8ab3d73c696a31b325` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseD (5.09s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "6b319c9f2e30d64b456eada75fd2d4905acaa5adcbb6377a767e5718a6203e1c" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6b319c9f2e30d64b456eada75fd2d4905acaa5adcbb6377a767e5718a6203e1c` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d283506283/file1 6b319c9f2e30d64b456eada75fd2d4905acaa5adcbb6377a767e5718a6203e1c:dir1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "6b319c9f2e30d64b456eada75fd2d4905acaa5adcbb6377a767e5718a6203e1c" start output contains "file1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6b319c9f2e30d64b456eada75fd2d4905acaa5adcbb6377a767e5718a6203e1c` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "d6a316b92013f22ad5f1f203f7c0214954ad86de73d458ac353c98cd68434b8a" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a d6a316b92013f22ad5f1f203f7c0214954ad86de73d458ac353c98cd68434b8a` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d283506283/file1 d6a316b92013f22ad5f1f203f7c0214954ad86de73d458ac353c98cd68434b8a:dir1/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "d6a316b92013f22ad5f1f203f7c0214954ad86de73d458ac353c98cd68434b8a" start output contains "file1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a d6a316b92013f22ad5f1f203f7c0214954ad86de73d458ac353c98cd68434b8a` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseE (3.50s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e281468622/dir1 45f1098a7d092c6caa13fbb08435f3cb9fce6854587104da2d79d8b38bd64755:testDir` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "45f1098a7d092c6caa13fbb08435f3cb9fce6854587104da2d79d8b38bd64755" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 45f1098a7d092c6caa13fbb08435f3cb9fce6854587104da2d79d8b38bd64755` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e281468622/dir1 631b9bd2a90b62be5e402950fe18ed26956c9ad835abfac03790beed674386b8:testDir/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "631b9bd2a90b62be5e402950fe18ed26956c9ad835abfac03790beed674386b8" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 631b9bd2a90b62be5e402950fe18ed26956c9ad835abfac03790beed674386b8` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseF (0.90s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f359421909/dir1 621abe19c5216a713bca19452c24293bc5a8049e7fbb719adfff22fa2d34fd11:/root/file1` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseG (5.23s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "dc4e30951f5a7f0d8b14cde1970e0ace07b54506cb3f5790a1e2e30f196656ea" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a dc4e30951f5a7f0d8b14cde1970e0ace07b54506cb3f5790a1e2e30f196656ea` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g297486128/dir1 dc4e30951f5a7f0d8b14cde1970e0ace07b54506cb3f5790a1e2e30f196656ea:/root/dir2` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "dc4e30951f5a7f0d8b14cde1970e0ace07b54506cb3f5790a1e2e30f196656ea" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a dc4e30951f5a7f0d8b14cde1970e0ace07b54506cb3f5790a1e2e30f196656ea` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "509f6859ba89304e73c5a28f44c911770df43a018e51f8051622415fd5432c7f" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 509f6859ba89304e73c5a28f44c911770df43a018e51f8051622415fd5432c7f` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g297486128/dir1 509f6859ba89304e73c5a28f44c911770df43a018e51f8051622415fd5432c7f:/dir2/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "509f6859ba89304e73c5a28f44c911770df43a018e51f8051622415fd5432c7f" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 509f6859ba89304e73c5a28f44c911770df43a018e51f8051622415fd5432c7f` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseH (3.50s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h036590287/dir1/. 968d847ea6aa0949e5e25786238d2135a998c928bdca127ee77ebd949f873fda:testDir` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "968d847ea6aa0949e5e25786238d2135a998c928bdca127ee77ebd949f873fda" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 968d847ea6aa0949e5e25786238d2135a998c928bdca127ee77ebd949f873fda` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h036590287/dir1/. 038c8bb163d36f5180489c19cbc7811ab395e6483f1c6cfed5401f7ee9cb6196:testDir/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "038c8bb163d36f5180489c19cbc7811ab395e6483f1c6cfed5401f7ee9cb6196" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 038c8bb163d36f5180489c19cbc7811ab395e6483f1c6cfed5401f7ee9cb6196` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseI (0.87s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i738682850/dir1/. bf954121b9bb9f6edfcaaf09e0384bf50864ee2667a91f08bbaafb9ec58fec29:/root/file1` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToCaseJ (4.85s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "8a29ad0d51f12b47c58e5c60628f8ac5a350f19bcbcaad07ee8079e00466405c" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8a29ad0d51f12b47c58e5c60628f8ac5a350f19bcbcaad07ee8079e00466405c` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j437236185/dir1/. 8a29ad0d51f12b47c58e5c60628f8ac5a350f19bcbcaad07ee8079e00466405c:/dir2` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "8a29ad0d51f12b47c58e5c60628f8ac5a350f19bcbcaad07ee8079e00466405c" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8a29ad0d51f12b47c58e5c60628f8ac5a350f19bcbcaad07ee8079e00466405c` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "625e17cd05f8b01253d234700bd49500da22f7fcfcc8f081f91e3fddf3264d64" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 625e17cd05f8b01253d234700bd49500da22f7fcfcc8f081f91e3fddf3264d64` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j437236185/dir1/. 625e17cd05f8b01253d234700bd49500da22f7fcfcc8f081f91e3fddf3264d64:/dir2/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "625e17cd05f8b01253d234700bd49500da22f7fcfcc8f081f91e3fddf3264d64" start output contains "file1-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 625e17cd05f8b01253d234700bd49500da22f7fcfcc8f081f91e3fddf3264d64` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToContainerWithPermissions (1.02s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions150533476/permdirtest permtest:/` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToDot (0.95s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyRootfs (1.70s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs438259254/file1 d651ea5febcdbcaf98cc41d4f50fe146f43d18559502a8f1ddda185bc546b33b:/root/shouldNotExist` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "d651ea5febcdbcaf98cc41d4f50fe146f43d18559502a8f1ddda185bc546b33b" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a d651ea5febcdbcaf98cc41d4f50fe146f43d18559502a8f1ddda185bc546b33b` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyVolume (1.82s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume432910877/file1 47bb59fd2fc0a7133e1bdcab726170c89dbfe5ec21759a4bb9c9a9c1039d782a:/vol_ro/shouldNotExist` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:279: checking that container "47bb59fd2fc0a7133e1bdcab726170c89dbfe5ec21759a4bb9c9a9c1039d782a" start output contains "" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:209: running `docker start -a 47bb59fd2fc0a7133e1bdcab726170c89dbfe5ec21759a4bb9c9a9c1039d782a` [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToStdout (0.93s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToSymlinkDestination (3.49s) [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-853356248/file2 fb9bb4be434b29a8d3c50557af4add7713deac2e4f06a440290c3c41d12a6252:/vol2/symlinkToFile1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-853356248/symlinkToFile1" points to "file1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-853356248/file1" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-853356248/file2 fb9bb4be434b29a8d3c50557af4add7713deac2e4f06a440290c3c41d12a6252:/vol2/symlinkToDir1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-853356248/symlinkToDir1" points to "dir1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-853356248/file2" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-853356248/file2 fb9bb4be434b29a8d3c50557af4add7713deac2e4f06a440290c3c41d12a6252:/vol2/brokenSymlinkToFileX` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-853356248/brokenSymlinkToFileX" points to "fileX" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-853356248/fileX" contains "file2\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-853356248//dir2 fb9bb4be434b29a8d3c50557af4add7713deac2e4f06a440290c3c41d12a6252:/vol2/symlinkToDir1` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-853356248/symlinkToDir1" points to "dir1" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-853356248/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-853356248//dir2 fb9bb4be434b29a8d3c50557af4add7713deac2e4f06a440290c3c41d12a6252:/vol2/brokenSymlinkToDirX` [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-853356248/brokenSymlinkToDirX" points to "dirX" [2019-09-19T12:40:31.334Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-853356248/dirX/file2-1" contains "file2-1\n" [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpToSymlinkToDirectory (0.44s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpUnprivilegedUser (1.06s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCpVolumePath (2.09s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.09s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.11s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateByImageID (0.53s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (0.87s) [2019-09-19T12:40:31.334Z] --- SKIP: Test/DockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-19T12:40:31.334Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.08s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (0.91s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.45s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.10s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateModeIpcContainer (0.15s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateRM (0.18s) [2019-09-19T12:40:31.334Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-19T12:40:31.334Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.13s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.19s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (2.58s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.09s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (4.43s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.07s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (0.15s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.59s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.87s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.71s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.82s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDevicePermissions (0.89s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerFails (0.01s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerInspectNetworkWithContainerName (1.51s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.96s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteMultiple (1.60s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspect (0.03s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDockerNetworkInternalMode (7.01s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (2.75s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.83s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.10s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEmbeddedDNSInvalidInput (1.21s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsAttach (1.02s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsCommit (1.18s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (0.87s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (0.80s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.83s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterBeforeCreate (1.87s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterByName (1.73s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (3.23s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsContainerWithMultiNetwork (2.55s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsCopy (1.63s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (1.70s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (0.90s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.48s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (1.81s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.23s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterNetworkID (0.11s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterType (0.42s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeID (0.04s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFilters (1.77s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFormat (2.08s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.01s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.01s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsImageImport (0.97s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsImageLoad (0.27s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsImagePull (0.44s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.03s) [2019-09-19T12:40:31.334Z] --- PASS: Test/DockerSuite/TestEventsImageUntagDelete (0.28s) [2019-09-19T12:40:31.334Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-19T12:40:31.334Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.334Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-19T12:40:31.334Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsPluginOps (1.67s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsRedirectStdout (0.85s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsRename (0.85s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsResize (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (0.76s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (0.98s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsStreaming (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (3.08s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsTop (0.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.57s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (1.60s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExec (0.94s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPICreateContainerPaused (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (0.81s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStart (1.75s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.99s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartEnsureHeaders (1.03s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (0.97s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (1.04s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (1.10s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (1.07s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (1.84s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecCgroup (1.45s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecEnv (0.93s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecEnvLinksHost (1.74s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecExitStatus (0.98s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecInspectID (3.10s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecInteractive (0.97s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecInteractiveStdinClose (0.94s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecOnReadonlyContainer (0.93s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecParseError (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecPausedContainer (0.81s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.08s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecSetEnv (0.90s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecStartFails (0.89s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecStateCleanup (11.25s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecStopNotHanging (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecTTY (1.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecTTYCloseStdin (0.98s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (0.91s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecUlimits (0.99s) [2019-09-19T12:40:31.335Z] --- SKIP: Test/DockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-19T12:40:31.335Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecWithImageUser (2.31s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecWithNoTERM (1.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecWithPrivileged (1.48s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecWithTERM (1.17s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestExecWithUser (1.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainerStats (4.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (5.31s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (2.33s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (4.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainersAttachWebsocket (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.08s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHealth (21.27s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (0.97s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.95s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (1.09s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (0.95s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.05s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesFormatDefaultFormat (0.89s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (2.92s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportBadURL (0.06s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportDisplay (1.78s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportFile (2.09s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportFileWithMessage (1.84s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportGzipped (1.93s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestImportWithQuotedChanges (2.14s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDebug (0.53s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDebug [2019-09-19T12:40:31.335Z] daemon.go:336: [d2f608d2385d2] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [d2f608d2385d2] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:364: [d2f608d2385d2] daemon started [2019-09-19T12:40:31.335Z] daemon.go:472: [d2f608d2385d2] Stopping daemon [2019-09-19T12:40:31.335Z] daemon.go:307: [d2f608d2385d2] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:459: [d2f608d2385d2] Daemon stopped [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-19T12:40:31.335Z] daemon.go:336: [dec3ae5f2e96b] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [dec3ae5f2e96b] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:364: [dec3ae5f2e96b] daemon started [2019-09-19T12:40:31.335Z] daemon.go:472: [dec3ae5f2e96b] Stopping daemon [2019-09-19T12:40:31.335Z] daemon.go:307: [dec3ae5f2e96b] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:459: [dec3ae5f2e96b] Daemon stopped [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryBackend (0.54s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-19T12:40:31.335Z] daemon.go:336: [d43682d1390d6] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [d43682d1390d6] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:364: [d43682d1390d6] daemon started [2019-09-19T12:40:31.335Z] daemon.go:472: [d43682d1390d6] Stopping daemon [2019-09-19T12:40:31.335Z] daemon.go:307: [d43682d1390d6] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:459: [d43682d1390d6] Daemon stopped [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-19T12:40:31.335Z] daemon.go:336: [d2215adee4e97] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:307: [d2215adee4e97] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:336: [d2215adee4e97] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [d2215adee4e97] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:307: [d2215adee4e97] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:336: [d2215adee4e97] waiting for daemon to start [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDisplaysPausedContainers (0.91s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.89s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.86s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.05s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.05s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInfoSecurityOptions (0.03s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInsecureRegistries (0.54s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestInsecureRegistries [2019-09-19T12:40:31.335Z] daemon.go:336: [d8857dd5d9b13] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [d8857dd5d9b13] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:364: [d8857dd5d9b13] daemon started [2019-09-19T12:40:31.335Z] daemon.go:472: [d8857dd5d9b13] Stopping daemon [2019-09-19T12:40:31.335Z] daemon.go:307: [d8857dd5d9b13] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:459: [d8857dd5d9b13] Daemon stopped [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.86s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.81s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.86s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAPIMultipleNetworks (1.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectAmpersand (0.93s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.06s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (0.96s) [2019-09-19T12:40:31.335Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-19T12:40:31.335Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkCustom (1.39s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkDefault (0.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectDefault (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectHistory (1.07s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectImage (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectImageFilterInt (0.02s) [2019-09-19T12:40:31.335Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-19T12:40:31.335Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectInt64 (1.06s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (0.92s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.09s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (1.00s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectPlugin (1.96s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (0.90s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectStatus (1.12s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (2.42s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (1.20s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (0.91s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (1.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (1.10s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.03s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLegacyRunNoNewPrivSetuid (2.96s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinkShortDefinition (2.11s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksEnvs (1.70s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.39s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksHostsFilesInject (1.99s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStarted (2.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStopped (2.89s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksMultipleWithSameName (2.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksNetworkHostContainer (0.45s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.99s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainers (13.67s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (3.10s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (1.99s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLinksUpdateOnRestart (2.58s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLoadNoStdinFail (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLoadZeroSizeLayer (0.38s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.02s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (0.85s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (0.86s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (3.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (0.79s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (0.84s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (1.11s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (1.15s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (1.13s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (1.33s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (1.08s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (2.49s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (0.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (0.90s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsSince (6.90s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsSinceFutureFollow (5.98s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsStderrInStdout (0.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsTail (0.89s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (0.72s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (0.83s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestMountIntoProc (0.54s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestMountIntoSys (0.81s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestNetHostname (2.42s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestNetHostnameWithNetHost (0.37s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestNetworkEvents (1.41s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestNetworkRmWithActiveContainers (2.79s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.74s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginActive (2.45s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginActiveNetwork (6.69s) [2019-09-19T12:40:31.335Z] --- SKIP: Test/DockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-19T12:40:31.335Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.91s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginLogDriver (3.53s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginLogDriverInfoList (1.63s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginMetricsCollector (2.23s) [2019-09-19T12:40:31.335Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSuite/TestPluginMetricsCollector [2019-09-19T12:40:31.335Z] daemon.go:336: [da81124a6844f] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:336: [da81124a6844f] waiting for daemon to start [2019-09-19T12:40:31.335Z] daemon.go:364: [da81124a6844f] daemon started [2019-09-19T12:40:31.335Z] daemon.go:472: [da81124a6844f] Stopping daemon [2019-09-19T12:40:31.335Z] daemon.go:307: [da81124a6844f] exiting daemon [2019-09-19T12:40:31.335Z] daemon.go:459: [da81124a6844f] Daemon stopped [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPluginUpgrade (5.06s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPortBindingOnSandbox (2.54s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPortExposeHostBinding (1.82s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPortHostBinding (1.52s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPortList (11.03s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.58s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersAttach (7.38s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.79s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.88s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.87s) [2019-09-19T12:40:31.335Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.12s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.70s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPruneContainerLabel (3.35s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPruneContainerUntil (1.71s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPruneNetworkLabel (0.53s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPruneVolumeLabel (0.22s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsByOrder (3.68s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsImageIDAfterUpdate (1.09s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (4.14s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (5.13s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.12s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (4.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (7.98s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (1.62s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (2.51s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (1.65s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterNetwork (1.63s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterPorts (1.89s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (2.92s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsListContainersSize (1.52s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsRightTagName (2.58s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPsShowMounts (2.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.83s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.09s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.95s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (1.70s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartContainerSuccess (1.65s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (8.07s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartDisconnectedContainer (1.66s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartPolicyAfterRestart (2.46s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.08s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.13s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.28s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (2.78s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (1.62s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.14s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (1.59s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.10s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (4.27s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (1.16s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.35s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.87s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (0.93s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (1.71s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (1.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiTag (0.12s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (0.84s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (4.58s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (1.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (0.40s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddDeviceCgroupRule (1.66s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddHost (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddHostInHostMode (0.40s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevices (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAllocatePortInReservedRange (1.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (0.91s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.90s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunApparmorProcDirectory (1.57s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachDetach (1.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromConfig (1.06s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromFlag (1.07s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromInvalidFlag (1.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig (1.05s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (1.13s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.15s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunBindMounts (2.49s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.85s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddCHOWN (0.90s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddCanDownInterface (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddInvalid (0.02s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapAddSYSTIME (0.88s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.84s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.89s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknod (0.87s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.85s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (1.09s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (1.26s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.91s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (0.84s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupParent (1.64s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.63s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (1.58s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeContent (1.86s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeUIDGID (3.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.11s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (0.90s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeEtc (2.42s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeWithSymlink (1.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (2.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.90s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDNSDefaultOptions (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDNSInHostMode (1.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDNSOptions (1.56s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.41s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDNSRepeatOptions (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.69s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (0.82s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-19T12:40:31.336Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDeviceNumbers (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDeviceSymlink (1.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunDuplicateMount (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEmptyEnv (0.04s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEnvironment (0.83s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEnvironmentErase (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunEnvironmentOverride (0.78s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunExitCode (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunFullHostnameSet (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunGroupAdd (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunHostnameFQDN (1.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunHostnameInHostMode (0.37s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInitLayerPathOwnership (3.62s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInspectMacAddress (0.84s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (11.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInvalidCPUShares (1.16s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInvalidCgroupParent (1.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLeakyFileDescriptors (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLinkToContainerNetMode (3.27s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerID (1.65s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerName (1.60s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (0.89s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (0.70s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeHostname (1.15s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeIpcHost (1.58s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeNetContainerHostname (1.32s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModePIDContainer (1.67s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModePIDHost (1.62s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunModeUTSHost (1.66s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMount (6.53s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMountOrdering (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.78s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMountShmMqueueFromHost (1.61s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (2.49s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunMutableNetworkFiles (3.41s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNamedVolume (2.36s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeCopyImageData (2.60s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (1.67s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (1.54s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetContainerWhichHost (0.73s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetHost (1.15s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetHostTwiceSameName (0.73s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMount (2.42s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountRO (2.41s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.85s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.73s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.11s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNoNewPrivSetuid (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (0.78s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (0.09s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunNonRootUserResolvName (0.92s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunOOMExitCode (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.85s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPIDsLimit (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPortFromDockerRangeInUse (1.73s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPortInUse (0.99s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPrivilegedAllowedDevices (0.75s) [2019-09-19T12:40:31.336Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMknod (0.73s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMount (0.74s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.73s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunPublishPort (0.85s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunReadFilteredProc (0.74s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.00s) [2019-09-19T12:40:31.336Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunReadProcTimer (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRedirectStdout (1.60s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-19T12:40:31.336Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (3.32s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.60s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRm (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (3.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns (1.66s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowSetrlimit (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileAcct (3.96s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileNS (4.69s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileAllow32Bit (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyChmod (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshare (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.76s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSeccompWithDefaultProfile (0.77s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSlowStdoutConsumer (2.68s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunState (1.63s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunStdinPipe (0.84s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2019-09-19T12:40:31.336Z] --- SKIP: Test/DockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-19T12:40:31.336Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.82s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.75s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunSysctls (1.66s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.03s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.01s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTmpfsMounts (2.59s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.97s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsWithOptions (3.99s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (2.96s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.79s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.81s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUnsetEntrypoint (2.36s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUnshareProc (1.29s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUserByID (0.80s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUserByIDBig (0.17s) [2019-09-19T12:40:31.336Z] --- PASS: Test/DockerSuite/TestRunUserByIDNegative (0.16s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunUserByIDZero (0.79s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunUserByName (0.78s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (0.87s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-19T12:40:31.337Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunUserNotFound (0.16s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (0.78s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumeCopyFlag (4.79s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.90s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (1.30s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (2.35s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (1.73s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (2.72s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesFromSymlinkPath (2.97s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsShared (0.92s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.94s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithBadDevice (0.23s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithBlkioWeight (0.72s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithCPUQuota (1.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithCPUShares (0.70s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithCpuPeriod (1.93s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithCpusetCpus (0.87s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithCpusetMems (0.79s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithDefaultShmSize (0.85s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.15s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.16s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithKernelMemory (0.89s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithMemoryLimit (1.15s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservation (0.89s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithNanoCPUs (0.90s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.27s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdj (1.06s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithShmSize (0.81s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithSwappiness (0.96s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithUlimits (0.81s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (1.83s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithVolumesIsRecursive (0.86s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (0.75s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (1.76s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWriteFilteredProc (0.89s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.78s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWriteToProcAsound (0.77s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoFlags (1.14s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoStdout (1.27s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveAndLoadWithProgressBar (1.32s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveCheckTimes (0.05s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveDirectoryPermissions (1.90s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveImageId (0.06s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveLoadNoTag (0.58s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveLoadParents (2.18s) [2019-09-19T12:40:31.337Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents476711994 [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveMultipleNames (0.06s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveRepoWithMultipleImages (1.59s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveSingleTag (0.11s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (1.79s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (1.80s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (0.38s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.07s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (0.39s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (2.53s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartAttachCorrectExitCode (5.59s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (2.54s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartAttachReturnsOnError (1.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (1.54s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartAttachWithRename (2.92s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartMultipleContainers (2.56s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartPausedContainer (0.87s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartRecordError (1.84s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (2.47s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsAllNewContainersAdded (2.33s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsAllNoStream (3.81s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsAllRunningNoStream (4.28s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsContainerNotFound (3.05s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsFormatAll (5.76s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStatsNoStream (3.00s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestStopContainerSignal (1.83s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (0.83s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (0.89s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestTopPrivileged (0.83s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestTwoContainersInNetHost (0.79s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUnpublishedPortsInPsOutput (4.65s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUnsetEnvVarHealthCheck (3.54s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateContainerInvalidValue (0.78s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemory (0.99s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemoryUninitialized (1.84s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.65s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdatePausedContainer (1.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainer (0.97s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainerWithRestart (1.71s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateStats (4.47s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateStoppedContainer (1.65s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateWithNanoCPUs (1.04s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUpdateWithUntouchedFields (0.95s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkAlias (4.33s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.74s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.40s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectivity (2.55s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinks (4.44s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (5.21s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown (2.40s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.46s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.87s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.43s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.43s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.37s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.34s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.42s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.63s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.07s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.84s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (0.87s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (0.86s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (2.62s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForce (0.08s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeEvents (0.84s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (2.35s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.05s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (3.13s) [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerSuite/TestVolumesNoCopyData (4.26s) [2019-09-19T12:40:31.337Z] --- SKIP: Test/DockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-19T12:40:31.337Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestBuildByDigest (1.62s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildByDigest [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon df68f07a715ee is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (1.47s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon def703ce8a1d5 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (1.86s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dd0cde9beec87 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentFailingPull [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d81243f967b0e is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (4.15s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dc1a830040446 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPullWholeRepo (4.25s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d8e92435a0fb6 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPush (4.16s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestConcurrentPush [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon df8372c93a849 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestCreateByDigest (1.44s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestCreateByDigest [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d28e08f80c3b4 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (1.19s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d039f2decefb7 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.44s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dad98fa4f7c0e is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.47s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d945a24111ee7 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d3a088e14a12c is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestEventsImageFilterPush (1.27s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d2dd17632e838 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d0166e806ff8f is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (2.66s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-19T12:40:31.337Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:086f0d06c67fce8b19059318fc2f9100b8a4dd7425090a0fff50258d21ccc762 [2019-09-19T12:40:31.337Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6444a416a6bb5bef2b9bcc7ee15a3f41cc00b5dd50bf6eee84f78cfe57d1772b [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dad33f9de762f is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithDigests (2.69s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-19T12:40:31.337Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fd9c9987ccc36e37af97a1f061bb7230b5d5064836655332b07b3ee9d899d2fc [2019-09-19T12:40:31.337Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:10b3608ba6f3df56d3405ad11e3fcd5d7c12c812047c40a6e0445b3b309fdfa5 [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dc3055bab211c is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithoutDigests (1.34s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon dd963101cc6f1 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.25s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d4e1404e0b97e is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigest (1.35s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByDigest [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d379e721ee3d6 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-19T12:40:31.337Z] check_test.go:148: Daemon d1404d4441c01 is not started [2019-09-19T12:40:31.337Z] --- PASS: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (1.37s) [2019-09-19T12:40:31.337Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon df16fc54838d2 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (1.28s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d872f8937f263 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (1.42s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d0a2cfe1cd2d7 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullIDStability (3.68s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullIDStability [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d5d7e2a3658a6 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullImageWithAliases (0.41s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d901bab17d32c is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullManifestList (1.38s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullManifestList [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d563a986df1ae is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPullNoLayers (0.44s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPullNoLayers [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d3d21e7cce828 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushBadTag [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon dc5b15d8964d4 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon de44f025f6b38 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon dddaefb3e2070 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPushMultipleTags (0.31s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d838e617d6808 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestPushUntagged (0.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestPushUntagged [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon da30704fd7cf2 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestRemoveImageByDigest (1.39s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d720d019bc12c is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestRunByDigest (2.19s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRunByDigest [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d58ca78ad9892 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (1.13s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon d936be8f5b0c4 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestTagByDigest (1.38s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestTagByDigest [2019-09-19T12:40:31.338Z] check_test.go:148: Daemon deacacd76f99e is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestUserAgentPassThrough (0.98s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-19T12:40:31.338Z] daemon.go:336: [dcf25f1ff16a0] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:336: [dcf25f1ff16a0] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:364: [dcf25f1ff16a0] daemon started [2019-09-19T12:40:31.338Z] daemon.go:472: [dcf25f1ff16a0] Stopping daemon [2019-09-19T12:40:31.338Z] daemon.go:307: [dcf25f1ff16a0] exiting daemon [2019-09-19T12:40:31.338Z] daemon.go:459: [dcf25f1ff16a0] Daemon stopped [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistrySuite/TestV2Only (0.79s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistrySuite/TestV2Only [2019-09-19T12:40:31.338Z] daemon.go:336: [dfc7e23ab4602] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:336: [dfc7e23ab4602] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:364: [dfc7e23ab4602] daemon started [2019-09-19T12:40:31.338Z] daemon.go:472: [dfc7e23ab4602] Stopping daemon [2019-09-19T12:40:31.338Z] daemon.go:307: [dfc7e23ab4602] exiting daemon [2019-09-19T12:40:31.338Z] daemon.go:459: [dfc7e23ab4602] Daemon stopped [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d4976aa4d7b36 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.24s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon dcfd5bd23eb7b is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.24s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon df44e6b712937 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPush (4.35s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d1aefd371f907 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.29s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon da5a1babd2b8a is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigest (1.38s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon df85e903f3201 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon df51a72c0e164 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.47s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d31a1b4afdc43 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.30s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d39a3a41e7d31 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.23s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d940f71fbcade is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullIDStability (3.81s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon dac98a85600c6 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.38s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d8b022f473304 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.45s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon dd4cb315e99a9 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d89660bae7432 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.27s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d891c346e9b86 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d79fcbaa1e683 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon db367eae7ea5e is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-19T12:40:31.338Z] check_test.go:175: Daemon d5b2f32c977a5 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.91s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon dba7b610c6206 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon deca89891021d is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon d0fe5317ea130 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.12s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-19T12:40:31.338Z] daemon.go:336: [d841b004dfc26] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:336: [d841b004dfc26] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:364: [d841b004dfc26] daemon started [2019-09-19T12:40:31.338Z] daemon.go:472: [d841b004dfc26] Stopping daemon [2019-09-19T12:40:31.338Z] daemon.go:307: [d841b004dfc26] exiting daemon [2019-09-19T12:40:31.338Z] daemon.go:459: [d841b004dfc26] Daemon stopped [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon d8daa9ff8c9c9 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon d2903a83d2342 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon d338fac1d022f is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-19T12:40:31.338Z] check_test.go:204: Daemon d2d52d41a3419 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-19T12:40:31.338Z] check_test.go:231: Daemon d951cbd7fd242 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-19T12:40:31.338Z] check_test.go:231: Daemon dba17b5c025de is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-19T12:40:31.338Z] check_test.go:231: Daemon d752a4c74705f is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-19T12:40:31.338Z] check_test.go:231: Daemon d5055b4aad0cf is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-19T12:40:31.338Z] check_test.go:231: Daemon d03f7542fdcca is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestConntrackFlowsLeak (2.68s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d6f50cb9cdb2c is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.27s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d9c6ddba17cd3 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.96s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d3da459d77727 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.62s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d618436d0352c is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.61s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:1233: Daemon d1308b8dfa815 is not started [2019-09-19T12:40:31.338Z] daemon.go:336: [d1308b8dfa815] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:336: [d1308b8dfa815] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:364: [d1308b8dfa815] daemon started [2019-09-19T12:40:31.338Z] daemon.go:472: [d1308b8dfa815] Stopping daemon [2019-09-19T12:40:31.338Z] daemon.go:307: [d1308b8dfa815] exiting daemon [2019-09-19T12:40:31.338Z] daemon.go:459: [d1308b8dfa815] Daemon stopped [2019-09-19T12:40:31.338Z] daemon.go:336: [d1308b8dfa815] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:336: [d1308b8dfa815] waiting for daemon to start [2019-09-19T12:40:31.338Z] daemon.go:364: [d1308b8dfa815] daemon started [2019-09-19T12:40:31.338Z] daemon.go:472: [d1308b8dfa815] Stopping daemon [2019-09-19T12:40:31.338Z] daemon.go:307: [d1308b8dfa815] exiting daemon [2019-09-19T12:40:31.338Z] daemon.go:459: [d1308b8dfa815] Daemon stopped [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.89s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon db3903a056293 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.32s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d452bd006cfaa is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.27s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon dfbae17888cb3 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.64s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon def270c6e6c63 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.92s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon de167ef0c09c5 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.81s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d1e09d4bcc156 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac (1.67s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d922607905dc3 is not started [2019-09-19T12:40:31.338Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.62s) [2019-09-19T12:40:31.338Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-19T12:40:31.338Z] docker_cli_network_unix_test.go:46: Daemon d9d87021e0918 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDelete (0.15s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d24cc100a2ed2 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.44s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d1e697065bfaa is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind (1.32s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d780e7df2eced is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d21d4ac246f85 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d2926c3829b6a is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d9c920d8a7e2b is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.59s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d285d98425aa6 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.61s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d0696b8622104 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.13s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d2de6ed7be90a is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.44s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d0327a4a9ab07 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d035fd036844f is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.91s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-19T12:40:31.339Z] daemon.go:336: [dd063d70ce6b8] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [dd063d70ce6b8] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [dd063d70ce6b8] daemon started [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:968: Daemon dd063d70ce6b8 is not started [2019-09-19T12:40:31.339Z] daemon.go:336: [dd063d70ce6b8] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:307: [dd063d70ce6b8] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:336: [dd063d70ce6b8] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [dd063d70ce6b8] daemon started [2019-09-19T12:40:31.339Z] daemon.go:472: [dd063d70ce6b8] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [dd063d70ce6b8] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [dd063d70ce6b8] Daemon stopped [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkFlagAlias (3.76s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon df692f08d719d is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.32s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d885304ad4f2f] daemon started [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:1116: Daemon d885304ad4f2f is not started [2019-09-19T12:40:31.339Z] daemon.go:307: [d885304ad4f2f] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d885304ad4f2f] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d885304ad4f2f] daemon started [2019-09-19T12:40:31.339Z] daemon.go:472: [d885304ad4f2f] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [d885304ad4f2f] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [d885304ad4f2f] Daemon stopped [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon db65e941e2ad8 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.68s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon ddc04f96ae7e1 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon de382dd41e9f9 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon dbdffa579fd39 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon da09af78469fa is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d01c056727643 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d25755684a970 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.23s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d72d33ea0fb16 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d941cc7d864a6 is not started [2019-09-19T12:40:31.339Z] --- SKIP: Test/DockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-19T12:40:31.339Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon db8075bb266d2 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMacInspect (1.53s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon db40cb1e57aa2 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.86s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-19T12:40:31.339Z] daemon.go:336: [d5f8e6b63a76e] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d5f8e6b63a76e] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d5f8e6b63a76e] daemon started [2019-09-19T12:40:31.339Z] daemon.go:472: [d5f8e6b63a76e] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [d5f8e6b63a76e] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [d5f8e6b63a76e] Daemon stopped [2019-09-19T12:40:31.339Z] daemon.go:336: [d5f8e6b63a76e] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d5f8e6b63a76e] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d5f8e6b63a76e] daemon started [2019-09-19T12:40:31.339Z] daemon.go:472: [d5f8e6b63a76e] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [d5f8e6b63a76e] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [d5f8e6b63a76e] Daemon stopped [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.58s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-19T12:40:31.339Z] daemon.go:336: [d2ab6e5f53764] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d2ab6e5f53764] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d2ab6e5f53764] daemon started [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:1084: Daemon d2ab6e5f53764 is not started [2019-09-19T12:40:31.339Z] daemon.go:336: [d2ab6e5f53764] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:307: [d2ab6e5f53764] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:336: [d2ab6e5f53764] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d2ab6e5f53764] daemon started [2019-09-19T12:40:31.339Z] daemon.go:472: [d2ab6e5f53764] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [d2ab6e5f53764] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [d2ab6e5f53764] Daemon stopped [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.03s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d465423bb442b is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.35s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d8a36b084fa3c is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.72s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d6471e9cc5f8f is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon db93785dfe91c is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon dca7e2ebbab31 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.72s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d2101178c8bcb is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkValidateIP (1.47s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d6e19392d069b is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.94s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-19T12:40:31.339Z] docker_cli_network_unix_test.go:46: Daemon d909bc27672f7 is not started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2019-09-19T12:40:31.339Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-19T12:40:31.339Z] daemon.go:336: [d8bfe333aca7b] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:336: [d8bfe333aca7b] waiting for daemon to start [2019-09-19T12:40:31.339Z] daemon.go:364: [d8bfe333aca7b] daemon started [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullClientDisconnect (2.17s) [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistry (0.38s) [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.56s) [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullNonExistingImage (0.29s) [2019-09-19T12:40:31.339Z] --- PASS: Test/DockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2019-09-19T12:40:31.339Z] daemon.go:472: [d8bfe333aca7b] Stopping daemon [2019-09-19T12:40:31.339Z] daemon.go:307: [d8bfe333aca7b] exiting daemon [2019-09-19T12:40:31.339Z] daemon.go:459: [d8bfe333aca7b] Daemon stopped [2019-09-19T12:40:31.339Z] PASS [2019-09-19T12:40:31.339Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-19T12:40:31.339Z] ++++ cat bundles/test-integration/docker.pid [2019-09-19T12:40:31.339Z] +++ kill 6897 [2019-09-19T12:40:35.516Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-19T12:40:38.038Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-19T12:40:38.038Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-19T12:40:38.038Z] +++ /etc/init.d/apparmor stop [2019-09-19T12:40:38.038Z] Clearing AppArmor profiles cache:. [2019-09-19T12:40:38.038Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:40:38.038Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:40:38.038Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:40:38.038Z] [2019-09-19T12:40:38.038Z] To set a process to complain mode, use the command line tool [2019-09-19T12:40:38.038Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:40:38.038Z] with the 'teardown' option." [2019-09-19T12:40:38.038Z] [2019-09-19T12:40:41.317Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-19T12:40:43.838Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-19T12:40:48.018Z] === RUN Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-19T12:40:51.294Z] === RUN Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-19T12:41:01.643Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-19T12:41:13.194Z] === RUN Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-19T12:41:14.009Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-19T12:41:24.315Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-19T12:41:25.376Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-19T12:41:28.650Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-19T12:41:28.995Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-19T12:41:31.172Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-19T12:41:34.451Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-19T12:41:34.773Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-19T12:41:42.548Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-19T12:41:46.723Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-19T12:41:49.996Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-19T12:41:52.543Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-19T12:41:52.543Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-19T12:41:53.269Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-19T12:41:55.797Z] === RUN Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-19T12:41:59.070Z] === RUN Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-19T12:42:05.577Z] === RUN Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-19T12:42:05.577Z] === RUN Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-19T12:42:07.454Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-19T12:42:07.912Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-19T12:42:07.912Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-19T12:42:07.912Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-19T12:42:10.814Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-19T12:42:15.498Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-19T12:42:17.032Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-19T12:42:17.489Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-19T12:42:17.489Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-19T12:42:19.661Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-19T12:42:22.559Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-19T12:42:23.524Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-19T12:42:38.318Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-19T12:42:38.776Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-19T12:42:47.340Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-19T12:42:51.067Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-19T12:42:59.663Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-19T12:43:01.765Z] === RUN Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-19T12:43:05.443Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-19T12:43:10.122Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-19T12:43:10.580Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-19T12:43:11.038Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-19T12:43:11.038Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-19T12:43:13.212Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-19T12:43:13.212Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-19T12:43:16.617Z] === RUN Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-19T12:43:34.675Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-19T12:43:49.534Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-19T12:43:55.708Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-19T12:44:16.820Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-19T12:44:29.191Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-19T12:44:32.093Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-19T12:44:32.093Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-19T12:44:32.551Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-19T12:44:34.084Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-19T12:44:37.812Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-19T12:44:40.718Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-19T12:44:45.399Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-19T12:44:57.170Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-19T12:45:00.197Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-19T12:45:00.655Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-19T12:45:01.621Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-19T12:45:07.127Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-19T12:45:13.988Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-19T12:45:13.988Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-19T12:45:18.670Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-19T12:45:18.670Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-19T12:45:23.357Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-19T12:45:39.179Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-19T12:45:44.440Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-19T12:45:44.440Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-19T12:45:45.975Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-19T12:45:46.941Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-19T12:45:51.357Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-19T12:45:51.624Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-19T12:45:57.408Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-19T12:45:57.408Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-19T12:45:57.408Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-19T12:45:57.408Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-19T12:46:01.360Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-19T12:46:01.360Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-19T12:46:04.259Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-19T12:46:04.259Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-19T12:46:04.259Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-19T12:46:23.584Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-19T12:46:25.341Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-19T12:46:26.313Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-19T12:46:38.440Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-19T12:46:41.158Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-19T12:46:46.971Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-19T12:46:46.971Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-19T12:46:46.971Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-19T12:46:49.887Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-19T12:46:49.887Z] === RUN Test/DockerSuite/TestBuildWithRecycleBin [2019-09-19T12:47:02.303Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-19T12:47:07.010Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-19T12:47:07.010Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-19T12:47:10.477Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-19T12:47:21.849Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-19T12:47:21.849Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-19T12:47:21.849Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-19T12:47:21.849Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-19T12:47:22.311Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-19T12:47:25.327Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-19T12:47:30.903Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-19T12:47:32.448Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-19T12:47:32.909Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-19T12:47:32.909Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-19T12:47:32.909Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-19T12:47:35.825Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-19T12:47:40.558Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-19T12:47:43.379Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-19T12:47:45.272Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-19T12:47:50.017Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-19T12:47:50.017Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-19T12:47:57.111Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-19T12:47:57.111Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-19T12:48:05.713Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-19T12:48:09.462Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-19T12:48:15.274Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-19T12:48:22.366Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-19T12:48:22.366Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-19T12:48:29.460Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-19T12:48:29.460Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-19T12:48:29.460Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-19T12:48:29.460Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-19T12:48:30.021Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-19T12:48:31.647Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-19T12:48:31.647Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-19T12:48:31.647Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-19T12:48:33.832Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-19T12:48:33.832Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-19T12:48:33.832Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-19T12:48:33.832Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-19T12:48:33.832Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-19T12:48:36.749Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-19T12:48:38.292Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-19T12:48:40.481Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-19T12:48:40.481Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-19T12:48:40.481Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-19T12:48:42.026Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-19T12:48:42.026Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-19T12:48:44.942Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-19T12:48:44.942Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-19T12:48:44.942Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-19T12:48:46.486Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-19T12:48:46.486Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-19T12:48:48.082Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-19T12:48:50.231Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-19T12:48:50.231Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-19T12:48:52.418Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-19T12:48:52.879Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-19T12:48:55.066Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-19T12:49:03.654Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-19T12:49:06.573Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-19T12:49:06.573Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-19T12:49:06.573Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-19T12:49:06.573Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-19T12:49:06.573Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-19T12:49:08.757Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-19T12:49:08.757Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-19T12:49:10.941Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-19T12:49:10.941Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-19T12:49:12.483Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-19T12:49:12.483Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-19T12:49:17.185Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-19T12:49:18.727Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-19T12:49:20.121Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-19T12:49:20.269Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-19T12:49:37.990Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-19T12:49:37.991Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-19T12:49:38.451Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-19T12:49:38.912Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-19T12:49:38.912Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-19T12:49:38.912Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-19T12:49:41.099Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-19T12:49:41.099Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-19T12:49:41.099Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-19T12:49:43.283Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-19T12:49:43.283Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-19T12:49:43.283Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-19T12:49:43.283Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-19T12:49:51.869Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-19T12:49:52.229Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-19T12:49:54.091Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-19T12:49:54.091Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-19T12:49:54.091Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-19T12:50:07.076Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-19T12:50:11.802Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-19T12:50:11.802Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-19T12:50:11.802Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-19T12:50:20.391Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-19T12:50:20.391Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-19T12:50:20.391Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-19T12:50:22.576Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-19T12:50:23.038Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-19T12:50:23.038Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-19T12:50:25.133Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-19T12:50:25.225Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-19T12:50:27.411Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-19T12:50:29.600Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-19T12:50:29.600Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-19T12:50:29.600Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-19T12:50:31.789Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-19T12:50:32.251Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-19T12:50:32.251Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-19T12:50:32.251Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-19T12:50:32.712Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-19T12:50:32.712Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-19T12:50:32.712Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-19T12:50:33.173Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-19T12:50:39.982Z] === RUN Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-19T12:50:41.762Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-19T12:50:41.762Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-19T12:50:42.224Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-19T12:50:45.971Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-19T12:50:45.971Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-19T12:50:45.971Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-19T12:50:53.058Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-19T12:50:53.519Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-19T12:50:53.519Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-19T12:50:54.834Z] --- PASS: Test (2611.72s) [2019-09-19T12:50:54.834Z] --- PASS: Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.67s) [2019-09-19T12:50:54.834Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-19T12:50:54.834Z] daemon.go:336: [db7666086d1e9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:336: [db7666086d1e9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:364: [db7666086d1e9] daemon started [2019-09-19T12:50:54.834Z] daemon.go:472: [db7666086d1e9] Stopping daemon [2019-09-19T12:50:54.834Z] daemon.go:307: [db7666086d1e9] exiting daemon [2019-09-19T12:50:54.834Z] daemon.go:459: [db7666086d1e9] Daemon stopped [2019-09-19T12:50:54.834Z] daemon.go:336: [db7666086d1e9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:336: [db7666086d1e9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:364: [db7666086d1e9] daemon started [2019-09-19T12:50:54.834Z] daemon.go:472: [db7666086d1e9] Stopping daemon [2019-09-19T12:50:54.834Z] daemon.go:307: [db7666086d1e9] exiting daemon [2019-09-19T12:50:54.834Z] daemon.go:459: [db7666086d1e9] Daemon stopped [2019-09-19T12:50:54.834Z] --- PASS: Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.35s) [2019-09-19T12:50:54.834Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-19T12:50:54.834Z] daemon.go:336: [d26a7fba37f91] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:336: [d26a7fba37f91] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:364: [d26a7fba37f91] daemon started [2019-09-19T12:50:54.834Z] daemon.go:472: [d26a7fba37f91] Stopping daemon [2019-09-19T12:50:54.834Z] daemon.go:307: [d26a7fba37f91] exiting daemon [2019-09-19T12:50:54.834Z] daemon.go:459: [d26a7fba37f91] Daemon stopped [2019-09-19T12:50:54.834Z] --- PASS: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.56s) [2019-09-19T12:50:54.834Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-19T12:50:54.834Z] daemon.go:336: [d7972f0f6f2a9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:336: [d7972f0f6f2a9] waiting for daemon to start [2019-09-19T12:50:54.834Z] daemon.go:364: [d7972f0f6f2a9] daemon started [2019-09-19T12:50:54.834Z] daemon.go:472: [d7972f0f6f2a9] Stopping daemon [2019-09-19T12:50:54.834Z] daemon.go:307: [d7972f0f6f2a9] exiting daemon [2019-09-19T12:50:54.834Z] daemon.go:459: [d7972f0f6f2a9] Daemon stopped [2019-09-19T12:50:54.834Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.54s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-19T12:50:54.835Z] daemon.go:336: [ddffea251ef0f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [ddffea251ef0f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [ddffea251ef0f] daemon started [2019-09-19T12:50:54.835Z] daemon.go:307: [ddffea251ef0f] exiting daemon [2019-09-19T12:50:54.835Z] docker_cli_daemon_test.go:1449: Daemon ddffea251ef0f is not started [2019-09-19T12:50:54.835Z] daemon.go:336: [ddffea251ef0f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [ddffea251ef0f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [ddffea251ef0f] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [ddffea251ef0f] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [ddffea251ef0f] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [ddffea251ef0f] Daemon stopped [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon dff2213aacb79 is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.81s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-19T12:50:54.835Z] daemon.go:336: [d2c916b83503f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d2c916b83503f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d2c916b83503f] daemon started [2019-09-19T12:50:54.835Z] daemon.go:336: [d2c916b83503f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:307: [d2c916b83503f] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:336: [d2c916b83503f] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d2c916b83503f] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d2c916b83503f] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d2c916b83503f] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d2c916b83503f] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.35s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-19T12:50:54.835Z] daemon.go:336: [dc3e0661e42dc] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dc3e0661e42dc] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dc3e0661e42dc] daemon started [2019-09-19T12:50:54.835Z] daemon.go:307: [dc3e0661e42dc] exiting daemon [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon daec92a5481f7 is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort (1.69s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-19T12:50:54.835Z] daemon.go:336: [d5278a2ca8937] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d5278a2ca8937] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d5278a2ca8937] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d5278a2ca8937] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d5278a2ca8937] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d5278a2ca8937] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeExternal (3.61s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:307: [d399054638d1c] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d399054638d1c] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d399054638d1c] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d399054638d1c] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d399054638d1c] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d399054638d1c] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d399054638d1c] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d399054638d1c] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d399054638d1c] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d399054638d1c] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.71s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-19T12:50:54.835Z] daemon.go:336: [df6946390c849] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [df6946390c849] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [df6946390c849] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [df6946390c849] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [df6946390c849] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [df6946390c849] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [df6946390c849] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [df6946390c849] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [df6946390c849] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [df6946390c849] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [df6946390c849] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [df6946390c849] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr (4.70s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-19T12:50:54.835Z] daemon.go:336: [d5128c355930b] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d5128c355930b] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d5128c355930b] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d5128c355930b] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d5128c355930b] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d5128c355930b] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d5128c355930b] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d5128c355930b] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d5128c355930b] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d5128c355930b] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d5128c355930b] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d5128c355930b] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.59s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-19T12:50:54.835Z] daemon.go:336: [dca85d4d1b53d] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dca85d4d1b53d] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dca85d4d1b53d] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [dca85d4d1b53d] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [dca85d4d1b53d] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [dca85d4d1b53d] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [dca85d4d1b53d] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dca85d4d1b53d] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dca85d4d1b53d] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [dca85d4d1b53d] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [dca85d4d1b53d] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [dca85d4d1b53d] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeIP (3.41s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-19T12:50:54.835Z] daemon.go:336: [df4badb9f2165] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [df4badb9f2165] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [df4badb9f2165] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [df4badb9f2165] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [df4badb9f2165] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [df4badb9f2165] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [df4badb9f2165] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [df4badb9f2165] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [df4badb9f2165] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [df4badb9f2165] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [df4badb9f2165] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [df4badb9f2165] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeNone (1.66s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-19T12:50:54.835Z] daemon.go:336: [d294546e43328] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d294546e43328] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d294546e43328] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d294546e43328] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d294546e43328] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d294546e43328] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d294546e43328] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d294546e43328] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d294546e43328] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d294546e43328] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d294546e43328] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d294546e43328] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCgroupParent (3.14s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-19T12:50:54.835Z] daemon.go:336: [d7a2b5deb3c4e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d7a2b5deb3c4e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d7a2b5deb3c4e] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d7a2b5deb3c4e] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d7a2b5deb3c4e] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d7a2b5deb3c4e] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d7a2b5deb3c4e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d7a2b5deb3c4e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d7a2b5deb3c4e] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d7a2b5deb3c4e] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d7a2b5deb3c4e] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d7a2b5deb3c4e] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-19T12:50:54.835Z] daemon.go:336: [dd889d662e1ed] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:307: [dd889d662e1ed] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:336: [dd889d662e1ed] waiting for daemon to start [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon d7017243d7429 is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-19T12:50:54.835Z] daemon.go:336: [d487fde2e0439] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:307: [d487fde2e0439] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:336: [d487fde2e0439] waiting for daemon to start [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon d294d952d5c0e is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.87s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-19T12:50:54.835Z] daemon.go:336: [d9d431c7b2842] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d9d431c7b2842] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d9d431c7b2842] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d9d431c7b2842] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d9d431c7b2842] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d9d431c7b2842] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-19T12:50:54.835Z] daemon.go:336: [d388e11e2c096] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d388e11e2c096] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d388e11e2c096] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d388e11e2c096] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d388e11e2c096] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d388e11e2c096] Daemon stopped [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon d388e11e2c096 is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.16s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-19T12:50:54.835Z] daemon.go:336: [d70d1031420f0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d70d1031420f0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d70d1031420f0] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d70d1031420f0] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d70d1031420f0] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d70d1031420f0] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d70d1031420f0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d70d1031420f0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d70d1031420f0] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d70d1031420f0] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d70d1031420f0] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d70d1031420f0] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.02s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-19T12:50:54.835Z] daemon.go:336: [dc13e2ab31e00] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dc13e2ab31e00] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dc13e2ab31e00] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [dc13e2ab31e00] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [dc13e2ab31e00] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [dc13e2ab31e00] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [dc13e2ab31e00] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dc13e2ab31e00] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dc13e2ab31e00] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [dc13e2ab31e00] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [dc13e2ab31e00] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [dc13e2ab31e00] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.29s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-19T12:50:54.835Z] daemon.go:336: [d0f859d3088c0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d0f859d3088c0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d0f859d3088c0] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d0f859d3088c0] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d0f859d3088c0] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d0f859d3088c0] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [d0f859d3088c0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d0f859d3088c0] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d0f859d3088c0] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d0f859d3088c0] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d0f859d3088c0] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d0f859d3088c0] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.25s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-19T12:50:54.835Z] daemon.go:336: [de3c22d497e2e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [de3c22d497e2e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [de3c22d497e2e] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [de3c22d497e2e] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [de3c22d497e2e] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [de3c22d497e2e] Daemon stopped [2019-09-19T12:50:54.835Z] daemon.go:336: [de3c22d497e2e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [de3c22d497e2e] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [de3c22d497e2e] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [de3c22d497e2e] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [de3c22d497e2e] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [de3c22d497e2e] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-19T12:50:54.835Z] daemon.go:336: [d86584e59a5a2] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d86584e59a5a2] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d86584e59a5a2] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d86584e59a5a2] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d86584e59a5a2] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d86584e59a5a2] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEvents (3.62s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonEvents [2019-09-19T12:50:54.835Z] daemon.go:336: [dba78fcc501e4] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [dba78fcc501e4] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [dba78fcc501e4] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [dba78fcc501e4] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [dba78fcc501e4] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [dba78fcc501e4] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEventsWithFilters (3.98s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-19T12:50:54.835Z] daemon.go:336: [d675ca7dccb6a] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d675ca7dccb6a] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d675ca7dccb6a] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d675ca7dccb6a] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:307: [d675ca7dccb6a] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:459: [d675ca7dccb6a] Daemon stopped [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-19T12:50:54.835Z] daemon.go:336: [d8996cfb861ee] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:307: [d8996cfb861ee] exiting daemon [2019-09-19T12:50:54.835Z] daemon.go:336: [d8996cfb861ee] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:472: [d8996cfb861ee] Stopping daemon [2019-09-19T12:50:54.835Z] daemon.go:461: [d8996cfb861ee] Error when stopping daemon: daemon not started [2019-09-19T12:50:54.835Z] check_test.go:261: Daemon d8996cfb861ee is not started [2019-09-19T12:50:54.835Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagD (0.55s) [2019-09-19T12:50:54.835Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-19T12:50:54.835Z] daemon.go:336: [d1993b37de987] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:336: [d1993b37de987] waiting for daemon to start [2019-09-19T12:50:54.835Z] daemon.go:364: [d1993b37de987] daemon started [2019-09-19T12:50:54.835Z] daemon.go:472: [d1993b37de987] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d1993b37de987] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d1993b37de987] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-19T12:50:54.836Z] daemon.go:336: [d7179df4e39ad] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d7179df4e39ad] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d7179df4e39ad] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d7179df4e39ad] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d7179df4e39ad] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d7179df4e39ad] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-19T12:50:54.836Z] daemon.go:336: [d0794917b0987] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d0794917b0987] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d0794917b0987] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d0794917b0987] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d0794917b0987] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d0794917b0987] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonICCLinkExpose (4.03s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-19T12:50:54.836Z] daemon.go:336: [d22259c60619a] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d22259c60619a] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d22259c60619a] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d22259c60619a] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d22259c60619a] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d22259c60619a] Daemon stopped [2019-09-19T12:50:54.836Z] daemon.go:336: [d22259c60619a] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d22259c60619a] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d22259c60619a] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d22259c60619a] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d22259c60619a] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d22259c60619a] Daemon stopped [2019-09-19T12:50:54.836Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-19T12:50:54.836Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-19T12:50:54.836Z] check_test.go:261: Daemon d6a7c1dfd8504 is not started [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIP (3.32s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIP [2019-09-19T12:50:54.836Z] daemon.go:336: [dcdcefde618d9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [dcdcefde618d9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [dcdcefde618d9] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [dcdcefde618d9] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [dcdcefde618d9] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [dcdcefde618d9] Daemon stopped [2019-09-19T12:50:54.836Z] daemon.go:336: [dcdcefde618d9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [dcdcefde618d9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [dcdcefde618d9] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [dcdcefde618d9] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [dcdcefde618d9] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [dcdcefde618d9] Daemon stopped [2019-09-19T12:50:54.836Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-19T12:50:54.836Z] requirement.go:26: unmatched requirement IPv6 [2019-09-19T12:50:54.836Z] check_test.go:261: Daemon d41ea587dfaab is not started [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.00s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-19T12:50:54.836Z] daemon.go:336: [d7fcc4c0c96fc] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d7fcc4c0c96fc] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d7fcc4c0c96fc] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d7fcc4c0c96fc] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d7fcc4c0c96fc] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d7fcc4c0c96fc] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.85s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-19T12:50:54.836Z] daemon.go:336: [d886db95c0ec8] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d886db95c0ec8] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d886db95c0ec8] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d886db95c0ec8] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d886db95c0ec8] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d886db95c0ec8] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6HostMode (2.13s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-19T12:50:54.836Z] daemon.go:336: [d355433f80211] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d355433f80211] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d355433f80211] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d355433f80211] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d355433f80211] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d355433f80211] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesClean (2.05s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-19T12:50:54.836Z] daemon.go:336: [d16b49d82fbd9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d16b49d82fbd9] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d16b49d82fbd9] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d16b49d82fbd9] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d16b49d82fbd9] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d16b49d82fbd9] Daemon stopped [2019-09-19T12:50:54.836Z] check_test.go:261: Daemon d16b49d82fbd9 is not started [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesCreate (3.27s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-19T12:50:54.836Z] daemon.go:336: [db4e33de4aea0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [db4e33de4aea0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [db4e33de4aea0] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [db4e33de4aea0] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [db4e33de4aea0] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [db4e33de4aea0] Daemon stopped [2019-09-19T12:50:54.836Z] daemon.go:336: [db4e33de4aea0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [db4e33de4aea0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [db4e33de4aea0] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [db4e33de4aea0] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [db4e33de4aea0] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [db4e33de4aea0] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-19T12:50:54.836Z] daemon.go:336: [d6a5bc1ec91f0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d6a5bc1ec91f0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d6a5bc1ec91f0] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d6a5bc1ec91f0] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d6a5bc1ec91f0] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d6a5bc1ec91f0] Daemon stopped [2019-09-19T12:50:54.836Z] check_test.go:261: Daemon d6a5bc1ec91f0 is not started [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.82s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-19T12:50:54.836Z] daemon.go:336: [d148acf0fc711] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d148acf0fc711] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d148acf0fc711] daemon started [2019-09-19T12:50:54.836Z] daemon.go:307: [d148acf0fc711] exiting daemon [2019-09-19T12:50:54.836Z] docker_cli_daemon_plugins_test.go:79: Daemon d148acf0fc711 is not started [2019-09-19T12:50:54.836Z] daemon.go:336: [d148acf0fc711] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d148acf0fc711] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d148acf0fc711] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d148acf0fc711] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d148acf0fc711] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d148acf0fc711] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-19T12:50:54.836Z] daemon.go:336: [ddb3de83e040f] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [ddb3de83e040f] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [ddb3de83e040f] daemon started [2019-09-19T12:50:54.836Z] docker_cli_daemon_plugins_test.go:169: Daemon ddb3de83e040f is not started [2019-09-19T12:50:54.836Z] daemon.go:336: [ddb3de83e040f] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:307: [ddb3de83e040f] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:336: [ddb3de83e040f] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [ddb3de83e040f] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [ddb3de83e040f] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [ddb3de83e040f] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [ddb3de83e040f] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-19T12:50:54.836Z] daemon.go:336: [db74627096412] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [db74627096412] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [db74627096412] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [db74627096412] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [db74627096412] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [db74627096412] Daemon stopped [2019-09-19T12:50:54.836Z] daemon.go:336: [db74627096412] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [db74627096412] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [db74627096412] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [db74627096412] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [db74627096412] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [db74627096412] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-19T12:50:54.836Z] daemon.go:336: [db0b08f038602] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [db0b08f038602] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [db0b08f038602] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [db0b08f038602] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [db0b08f038602] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [db0b08f038602] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-19T12:50:54.836Z] daemon.go:336: [d825af3cdd137] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d825af3cdd137] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d825af3cdd137] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d825af3cdd137] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d825af3cdd137] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d825af3cdd137] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-19T12:50:54.836Z] daemon.go:336: [dce5b14783652] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:307: [dce5b14783652] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:336: [dce5b14783652] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:472: [dce5b14783652] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:461: [dce5b14783652] Error when stopping daemon: daemon not started [2019-09-19T12:50:54.836Z] check_test.go:261: Daemon dce5b14783652 is not started [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogOptions (2.07s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLogOptions [2019-09-19T12:50:54.836Z] daemon.go:336: [d05d1709ef2cf] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d05d1709ef2cf] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d05d1709ef2cf] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d05d1709ef2cf] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d05d1709ef2cf] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d05d1709ef2cf] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault (1.85s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-19T12:50:54.836Z] daemon.go:336: [d48b3b9b3112c] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d48b3b9b3112c] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d48b3b9b3112c] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d48b3b9b3112c] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d48b3b9b3112c] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d48b3b9b3112c] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-19T12:50:54.836Z] daemon.go:336: [d34563278e3d0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d34563278e3d0] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d34563278e3d0] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d34563278e3d0] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d34563278e3d0] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d34563278e3d0] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNone (1.89s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-19T12:50:54.836Z] daemon.go:336: [d09d86d7be0d6] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d09d86d7be0d6] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d09d86d7be0d6] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d09d86d7be0d6] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d09d86d7be0d6] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d09d86d7be0d6] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.80s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-19T12:50:54.836Z] daemon.go:336: [d6a59eb37a748] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d6a59eb37a748] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d6a59eb37a748] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d6a59eb37a748] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d6a59eb37a748] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d6a59eb37a748] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.86s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-19T12:50:54.836Z] daemon.go:336: [d50e5fc60447b] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d50e5fc60447b] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d50e5fc60447b] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d50e5fc60447b] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d50e5fc60447b] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d50e5fc60447b] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.00s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-19T12:50:54.836Z] daemon.go:336: [df417dc60e5e1] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [df417dc60e5e1] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [df417dc60e5e1] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [df417dc60e5e1] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [df417dc60e5e1] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [df417dc60e5e1] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-19T12:50:54.836Z] daemon.go:336: [dbfdc4310b0d5] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [dbfdc4310b0d5] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [dbfdc4310b0d5] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [dbfdc4310b0d5] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [dbfdc4310b0d5] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [dbfdc4310b0d5] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-19T12:50:54.836Z] daemon.go:336: [dd4c5c49f8e3b] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [dd4c5c49f8e3b] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [dd4c5c49f8e3b] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [dd4c5c49f8e3b] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [dd4c5c49f8e3b] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [dd4c5c49f8e3b] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-19T12:50:54.836Z] daemon.go:336: [d3e81501fc912] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [d3e81501fc912] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [d3e81501fc912] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [d3e81501fc912] Stopping daemon [2019-09-19T12:50:54.836Z] daemon.go:307: [d3e81501fc912] exiting daemon [2019-09-19T12:50:54.836Z] daemon.go:459: [d3e81501fc912] Daemon stopped [2019-09-19T12:50:54.836Z] --- PASS: Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.11s) [2019-09-19T12:50:54.836Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-19T12:50:54.836Z] daemon.go:336: [da34b24cb7373] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:336: [da34b24cb7373] waiting for daemon to start [2019-09-19T12:50:54.836Z] daemon.go:364: [da34b24cb7373] daemon started [2019-09-19T12:50:54.836Z] daemon.go:472: [da34b24cb7373] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [da34b24cb7373] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [da34b24cb7373] Daemon stopped [2019-09-19T12:50:54.837Z] check_test.go:261: Daemon da34b24cb7373 is not started [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns (2.43s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-19T12:50:54.837Z] daemon.go:336: [dad61b0cba23f] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dad61b0cba23f] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dad61b0cba23f] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [dad61b0cba23f] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [dad61b0cba23f] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [dad61b0cba23f] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [dad61b0cba23f] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dad61b0cba23f] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dad61b0cba23f] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [dad61b0cba23f] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [dad61b0cba23f] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [dad61b0cba23f] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.37s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb94ff6dbd2b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb94ff6dbd2b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [ddb94ff6dbd2b] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [ddb94ff6dbd2b] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [ddb94ff6dbd2b] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [ddb94ff6dbd2b] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb94ff6dbd2b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb94ff6dbd2b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb94ff6dbd2b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [ddb94ff6dbd2b] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [ddb94ff6dbd2b] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [ddb94ff6dbd2b] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [ddb94ff6dbd2b] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartKillWait (2.54s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-19T12:50:54.837Z] daemon.go:336: [d698e6393c394] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d698e6393c394] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d698e6393c394] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d698e6393c394] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d698e6393c394] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d698e6393c394] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d698e6393c394] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d698e6393c394] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d698e6393c394] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d698e6393c394] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d698e6393c394] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d698e6393c394] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes (1.17s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-19T12:50:54.837Z] daemon.go:336: [df524e08c3d29] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [df524e08c3d29] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [df524e08c3d29] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [df524e08c3d29] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [df524e08c3d29] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [df524e08c3d29] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [df524e08c3d29] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [df524e08c3d29] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [df524e08c3d29] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [df524e08c3d29] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [df524e08c3d29] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [df524e08c3d29] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartOnFailure (4.94s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-19T12:50:54.837Z] daemon.go:336: [d60598a96fd4d] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d60598a96fd4d] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d60598a96fd4d] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d60598a96fd4d] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d60598a96fd4d] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d60598a96fd4d] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d60598a96fd4d] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d60598a96fd4d] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d60598a96fd4d] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d60598a96fd4d] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d60598a96fd4d] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d60598a96fd4d] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRenameContainer (3.02s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-19T12:50:54.837Z] daemon.go:336: [d89a008cd4794] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d89a008cd4794] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d89a008cd4794] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d89a008cd4794] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d89a008cd4794] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d89a008cd4794] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d89a008cd4794] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d89a008cd4794] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d89a008cd4794] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d89a008cd4794] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d89a008cd4794] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d89a008cd4794] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.52s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb4c53381913] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb4c53381913] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [ddb4c53381913] daemon started [2019-09-19T12:50:54.837Z] daemon.go:307: [ddb4c53381913] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb4c53381913] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [ddb4c53381913] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [ddb4c53381913] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [ddb4c53381913] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [ddb4c53381913] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [ddb4c53381913] Daemon stopped [2019-09-19T12:50:54.837Z] check_test.go:261: Daemon ddb4c53381913 is not started [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-19T12:50:54.837Z] daemon.go:336: [d275d8404cc28] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d275d8404cc28] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d275d8404cc28] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d275d8404cc28] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d275d8404cc28] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d275d8404cc28] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d275d8404cc28] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d275d8404cc28] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d275d8404cc28] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d275d8404cc28] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d275d8404cc28] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d275d8404cc28] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.38s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-19T12:50:54.837Z] daemon.go:336: [d7fe98317b663] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d7fe98317b663] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d7fe98317b663] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d7fe98317b663] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d7fe98317b663] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d7fe98317b663] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d7fe98317b663] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d7fe98317b663] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d7fe98317b663] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d7fe98317b663] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d7fe98317b663] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d7fe98317b663] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped (11.06s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d86044d06c4f5] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d86044d06c4f5] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d86044d06c4f5] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d86044d06c4f5] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d86044d06c4f5] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d86044d06c4f5] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d86044d06c4f5] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d86044d06c4f5] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d86044d06c4f5] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d86044d06c4f5] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d86044d06c4f5] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d86044d06c4f5] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d86044d06c4f5] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.09s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-19T12:50:54.837Z] daemon.go:336: [d766fd36796b3] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d766fd36796b3] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d766fd36796b3] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d766fd36796b3] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d766fd36796b3] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d766fd36796b3] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d766fd36796b3] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d766fd36796b3] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d766fd36796b3] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d766fd36796b3] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d766fd36796b3] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d766fd36796b3] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [df5ee8c48d6fb] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [df5ee8c48d6fb] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [df5ee8c48d6fb] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [df5ee8c48d6fb] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [df5ee8c48d6fb] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [df5ee8c48d6fb] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [df5ee8c48d6fb] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [df5ee8c48d6fb] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [df5ee8c48d6fb] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [df5ee8c48d6fb] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [df5ee8c48d6fb] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [df5ee8c48d6fb] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [df5ee8c48d6fb] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.34s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-19T12:50:54.837Z] daemon.go:336: [dbc215c631130] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dbc215c631130] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dbc215c631130] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [dbc215c631130] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [dbc215c631130] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [dbc215c631130] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [dbc215c631130] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dbc215c631130] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dbc215c631130] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [dbc215c631130] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [dbc215c631130] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [dbc215c631130] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.47s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-19T12:50:54.837Z] daemon.go:336: [d5d3e21b8be3b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d5d3e21b8be3b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d5d3e21b8be3b] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d5d3e21b8be3b] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d5d3e21b8be3b] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d5d3e21b8be3b] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d5d3e21b8be3b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d5d3e21b8be3b] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d5d3e21b8be3b] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d5d3e21b8be3b] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d5d3e21b8be3b] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d5d3e21b8be3b] Daemon stopped [2019-09-19T12:50:54.837Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-19T12:50:54.837Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:50:54.837Z] check_test.go:261: Daemon d7fca99d5d8fb is not started [2019-09-19T12:50:54.837Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-19T12:50:54.837Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T12:50:54.837Z] check_test.go:261: Daemon d9d4732af16a6 is not started [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.85s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-19T12:50:54.837Z] daemon.go:336: [dbe8d201af099] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dbe8d201af099] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dbe8d201af099] daemon started [2019-09-19T12:50:54.837Z] daemon.go:307: [dbe8d201af099] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:336: [dbe8d201af099] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [dbe8d201af099] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [dbe8d201af099] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [dbe8d201af099] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [dbe8d201af099] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [dbe8d201af099] Daemon stopped [2019-09-19T12:50:54.837Z] check_test.go:261: Daemon dbe8d201af099 is not started [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithLinks (5.57s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-19T12:50:54.837Z] daemon.go:336: [d10193f19c570] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d10193f19c570] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d10193f19c570] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d10193f19c570] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d10193f19c570] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d10193f19c570] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d10193f19c570] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d10193f19c570] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d10193f19c570] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d10193f19c570] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d10193f19c570] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d10193f19c570] Daemon stopped [2019-09-19T12:50:54.837Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithNames (3.80s) [2019-09-19T12:50:54.837Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-19T12:50:54.837Z] daemon.go:336: [d4e54ac5fcba2] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d4e54ac5fcba2] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:364: [d4e54ac5fcba2] daemon started [2019-09-19T12:50:54.837Z] daemon.go:472: [d4e54ac5fcba2] Stopping daemon [2019-09-19T12:50:54.837Z] daemon.go:307: [d4e54ac5fcba2] exiting daemon [2019-09-19T12:50:54.837Z] daemon.go:459: [d4e54ac5fcba2] Daemon stopped [2019-09-19T12:50:54.837Z] daemon.go:336: [d4e54ac5fcba2] waiting for daemon to start [2019-09-19T12:50:54.837Z] daemon.go:336: [d4e54ac5fcba2] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d4e54ac5fcba2] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d4e54ac5fcba2] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d4e54ac5fcba2] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d4e54ac5fcba2] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.83s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-19T12:50:54.838Z] daemon.go:336: [db1f6e6b7ece9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [db1f6e6b7ece9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [db1f6e6b7ece9] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [db1f6e6b7ece9] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [db1f6e6b7ece9] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [db1f6e6b7ece9] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [db1f6e6b7ece9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [db1f6e6b7ece9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [db1f6e6b7ece9] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [db1f6e6b7ece9] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [db1f6e6b7ece9] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [db1f6e6b7ece9] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.40s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-19T12:50:54.838Z] daemon.go:336: [dc89cd0c56d29] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dc89cd0c56d29] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dc89cd0c56d29] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dc89cd0c56d29] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dc89cd0c56d29] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dc89cd0c56d29] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [dc89cd0c56d29] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dc89cd0c56d29] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dc89cd0c56d29] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dc89cd0c56d29] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dc89cd0c56d29] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dc89cd0c56d29] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.24s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-19T12:50:54.838Z] daemon.go:336: [dad4299ff57b0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dad4299ff57b0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dad4299ff57b0] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dad4299ff57b0] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dad4299ff57b0] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dad4299ff57b0] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [dad4299ff57b0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dad4299ff57b0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dad4299ff57b0] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dad4299ff57b0] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dad4299ff57b0] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dad4299ff57b0] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.56s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-19T12:50:54.838Z] daemon.go:336: [de6f6becb31cd] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [de6f6becb31cd] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [de6f6becb31cd] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [de6f6becb31cd] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [de6f6becb31cd] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [de6f6becb31cd] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [de6f6becb31cd] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [de6f6becb31cd] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [de6f6becb31cd] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [de6f6becb31cd] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [de6f6becb31cd] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [de6f6becb31cd] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.89s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-19T12:50:54.838Z] daemon.go:336: [d24af91d9fd68] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d24af91d9fd68] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d24af91d9fd68] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d24af91d9fd68] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d24af91d9fd68] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d24af91d9fd68] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [d24af91d9fd68] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d24af91d9fd68] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d24af91d9fd68] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d24af91d9fd68] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d24af91d9fd68] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d24af91d9fd68] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.71s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-19T12:50:54.838Z] daemon.go:336: [df91f9f379131] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [df91f9f379131] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [df91f9f379131] daemon started [2019-09-19T12:50:54.838Z] daemon.go:307: [df91f9f379131] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [df91f9f379131] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [df91f9f379131] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [df91f9f379131] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [df91f9f379131] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [df91f9f379131] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [df91f9f379131] Daemon stopped [2019-09-19T12:50:54.838Z] check_test.go:261: Daemon df91f9f379131 is not started [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.38s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-19T12:50:54.838Z] daemon.go:336: [d5553baef02e9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d5553baef02e9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d5553baef02e9] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d5553baef02e9] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d5553baef02e9] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d5553baef02e9] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [d5553baef02e9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d5553baef02e9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d5553baef02e9] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d5553baef02e9] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d5553baef02e9] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d5553baef02e9] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.59s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-19T12:50:54.838Z] daemon.go:336: [de4a70120144c] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [de4a70120144c] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [de4a70120144c] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [de4a70120144c] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [de4a70120144c] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [de4a70120144c] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [de4a70120144c] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [de4a70120144c] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [de4a70120144c] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [de4a70120144c] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [de4a70120144c] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [de4a70120144c] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeout (1.76s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-19T12:50:54.838Z] daemon.go:336: [d93d8b991f7f0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d93d8b991f7f0] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d93d8b991f7f0] daemon started [2019-09-19T12:50:54.838Z] daemon.go:307: [d93d8b991f7f0] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:472: [d93d8b991f7f0] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:461: [d93d8b991f7f0] Error when stopping daemon: daemon not started [2019-09-19T12:50:54.838Z] check_test.go:261: Daemon d93d8b991f7f0 is not started [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-19T12:50:54.838Z] daemon.go:336: [d9e80a37eac76] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d9e80a37eac76] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d9e80a37eac76] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d9e80a37eac76] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d9e80a37eac76] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d9e80a37eac76] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins (5.63s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [da05653ce1166] daemon started [2019-09-19T12:50:54.838Z] daemon.go:307: [da05653ce1166] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [da05653ce1166] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [da05653ce1166] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [da05653ce1166] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [da05653ce1166] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [da05653ce1166] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [da05653ce1166] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [da05653ce1166] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [da05653ce1166] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [da05653ce1166] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.18s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-19T12:50:54.838Z] daemon.go:336: [dc01425805585] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dc01425805585] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dc01425805585] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dc01425805585] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dc01425805585] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dc01425805585] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [dc01425805585] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dc01425805585] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dc01425805585] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dc01425805585] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dc01425805585] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dc01425805585] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-19T12:50:54.838Z] daemon.go:336: [d4341d78321d5] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d4341d78321d5] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d4341d78321d5] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d4341d78321d5] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d4341d78321d5] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d4341d78321d5] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.59s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-19T12:50:54.838Z] daemon.go:336: [d4da3dad800a5] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d4da3dad800a5] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d4da3dad800a5] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d4da3dad800a5] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d4da3dad800a5] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d4da3dad800a5] Daemon stopped [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-19T12:50:54.838Z] daemon.go:336: [dc9799b912071] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [dc9799b912071] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [dc9799b912071] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [dc9799b912071] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [dc9799b912071] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [dc9799b912071] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-19T12:50:54.838Z] daemon.go:336: [d1800db4530f9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d1800db4530f9] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d1800db4530f9] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d1800db4530f9] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d1800db4530f9] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d1800db4530f9] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-19T12:50:54.838Z] daemon.go:336: [d75698a18e17a] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [d75698a18e17a] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [d75698a18e17a] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-19T12:50:54.838Z] daemon.go:336: [db70984c1dff8] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [db70984c1dff8] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [db70984c1dff8] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-19T12:50:54.838Z] daemon.go:336: [daeb59f67ae92] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [daeb59f67ae92] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [daeb59f67ae92] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-19T12:50:54.838Z] daemon.go:336: [d9bfa5950d406] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d9bfa5950d406] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d9bfa5950d406] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d9bfa5950d406] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d9bfa5950d406] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d9bfa5950d406] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-19T12:50:54.838Z] daemon.go:336: [d6b69c4e82644] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d6b69c4e82644] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d6b69c4e82644] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d6b69c4e82644] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d6b69c4e82644] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d6b69c4e82644] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-19T12:50:54.838Z] daemon.go:336: [d7628eb0cc46a] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [d7628eb0cc46a] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [d7628eb0cc46a] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-19T12:50:54.838Z] daemon.go:336: [d71d6bfe90e23] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [d71d6bfe90e23] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [d71d6bfe90e23] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-19T12:50:54.838Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-19T12:50:54.838Z] daemon.go:336: [da9db07d665ee] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:307: [da9db07d665ee] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:336: [da9db07d665ee] waiting for daemon to start [2019-09-19T12:50:54.838Z] check_test.go:261: Daemon de8b28e546f7c is not started [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-19T12:50:54.838Z] daemon.go:336: [d121cb85663b2] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d121cb85663b2] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d121cb85663b2] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d121cb85663b2] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d121cb85663b2] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d121cb85663b2] Daemon stopped [2019-09-19T12:50:54.838Z] daemon.go:336: [d121cb85663b2] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d121cb85663b2] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:364: [d121cb85663b2] daemon started [2019-09-19T12:50:54.838Z] daemon.go:472: [d121cb85663b2] Stopping daemon [2019-09-19T12:50:54.838Z] daemon.go:307: [d121cb85663b2] exiting daemon [2019-09-19T12:50:54.838Z] daemon.go:459: [d121cb85663b2] Daemon stopped [2019-09-19T12:50:54.838Z] check_test.go:261: Daemon d121cb85663b2 is not started [2019-09-19T12:50:54.838Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2019-09-19T12:50:54.838Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-19T12:50:54.838Z] daemon.go:336: [d2f243d819927] waiting for daemon to start [2019-09-19T12:50:54.838Z] daemon.go:336: [d2f243d819927] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d2f243d819927] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d2f243d819927] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d2f243d819927] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d2f243d819927] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-19T12:50:54.839Z] daemon.go:336: [d98844f5611a2] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d98844f5611a2] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d98844f5611a2] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d98844f5611a2] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d98844f5611a2] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d98844f5611a2] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUlimitDefaults (3.02s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-19T12:50:54.839Z] daemon.go:336: [d51aaa895df51] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d51aaa895df51] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d51aaa895df51] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d51aaa895df51] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d51aaa895df51] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d51aaa895df51] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [d51aaa895df51] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d51aaa895df51] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d51aaa895df51] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d51aaa895df51] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d51aaa895df51] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d51aaa895df51] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-19T12:50:54.839Z] daemon.go:336: [d70721f711f31] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d70721f711f31] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d70721f711f31] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d70721f711f31] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d70721f711f31] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d70721f711f31] Daemon stopped [2019-09-19T12:50:54.839Z] check_test.go:261: Daemon d70721f711f31 is not started [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.68s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-19T12:50:54.839Z] daemon.go:336: [db9e88377be72] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [db9e88377be72] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [db9e88377be72] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [db9e88377be72] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [db9e88377be72] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [db9e88377be72] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWideLogConfig (2.06s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-19T12:50:54.839Z] daemon.go:336: [d4f756ee41464] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d4f756ee41464] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d4f756ee41464] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d4f756ee41464] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d4f756ee41464] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d4f756ee41464] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.54s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [ddd75948e254d] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [ddd75948e254d] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [ddd75948e254d] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [ddd75948e254d] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [ddd75948e254d] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [ddd75948e254d] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [ddd75948e254d] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [ddd75948e254d] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [ddd75948e254d] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [ddd75948e254d] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [ddd75948e254d] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [ddd75948e254d] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [ddd75948e254d] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-19T12:50:54.839Z] daemon.go:336: [dd16a64f41461] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dd16a64f41461] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dd16a64f41461] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dd16a64f41461] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dd16a64f41461] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dd16a64f41461] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [dd16a64f41461] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:307: [dd16a64f41461] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:336: [dd16a64f41461] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:472: [dd16a64f41461] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:461: [dd16a64f41461] Error when stopping daemon: daemon not started [2019-09-19T12:50:54.839Z] check_test.go:261: Daemon dd16a64f41461 is not started [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.03s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-19T12:50:54.839Z] daemon.go:336: [dde93839240a6] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dde93839240a6] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dde93839240a6] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dde93839240a6] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dde93839240a6] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dde93839240a6] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [dde93839240a6] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dde93839240a6] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dde93839240a6] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dde93839240a6] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dde93839240a6] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dde93839240a6] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (3.86s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-19T12:50:54.839Z] daemon.go:336: [de70530cbff76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [de70530cbff76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [de70530cbff76] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [de70530cbff76] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [de70530cbff76] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [de70530cbff76] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [de70530cbff76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [de70530cbff76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [de70530cbff76] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [de70530cbff76] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [de70530cbff76] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [de70530cbff76] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.46s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-19T12:50:54.839Z] daemon.go:336: [d5de7ccbff301] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d5de7ccbff301] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d5de7ccbff301] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d5de7ccbff301] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d5de7ccbff301] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d5de7ccbff301] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [d5de7ccbff301] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d5de7ccbff301] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d5de7ccbff301] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d5de7ccbff301] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d5de7ccbff301] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d5de7ccbff301] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestFailedPluginRemove (2.23s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-19T12:50:54.839Z] daemon.go:336: [dbc01a1bf1241] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dbc01a1bf1241] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dbc01a1bf1241] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dbc01a1bf1241] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dbc01a1bf1241] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dbc01a1bf1241] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [dbc01a1bf1241] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dbc01a1bf1241] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dbc01a1bf1241] daemon started [2019-09-19T12:50:54.839Z] check_test.go:261: Daemon db24b530a11c2 is not started [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfo (0.57s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-19T12:50:54.839Z] daemon.go:336: [d32f4b5492696] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d32f4b5492696] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d32f4b5492696] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d32f4b5492696] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d32f4b5492696] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d32f4b5492696] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-19T12:50:54.839Z] daemon.go:336: [dd3309bb5bd76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dd3309bb5bd76] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dd3309bb5bd76] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dd3309bb5bd76] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dd3309bb5bd76] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dd3309bb5bd76] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-19T12:50:54.839Z] daemon.go:336: [d970b977fb03a] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d970b977fb03a] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d970b977fb03a] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d970b977fb03a] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d970b977fb03a] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d970b977fb03a] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSRun (2.12s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestHTTPSRun [2019-09-19T12:50:54.839Z] daemon.go:336: [d273cd6eba166] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d273cd6eba166] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d273cd6eba166] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d273cd6eba166] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d273cd6eba166] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d273cd6eba166] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-19T12:50:54.839Z] check_test.go:261: Daemon d2332ab8e375a is not started [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterCapability (1.84s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-19T12:50:54.839Z] daemon.go:336: [d1f2cd1a637c8] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d1f2cd1a637c8] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d1f2cd1a637c8] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d1f2cd1a637c8] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d1f2cd1a637c8] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d1f2cd1a637c8] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterEnabled (1.96s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-19T12:50:54.839Z] daemon.go:336: [d08a38205bb15] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d08a38205bb15] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d08a38205bb15] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d08a38205bb15] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d08a38205bb15] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d08a38205bb15] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.97s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-19T12:50:54.839Z] daemon.go:336: [de9f7c29b4900] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [de9f7c29b4900] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [de9f7c29b4900] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [de9f7c29b4900] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [de9f7c29b4900] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [de9f7c29b4900] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [de9f7c29b4900] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [de9f7c29b4900] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [de9f7c29b4900] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [de9f7c29b4900] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [de9f7c29b4900] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [de9f7c29b4900] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageDangling (1.47s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-19T12:50:54.839Z] daemon.go:336: [d6c201bdafc0a] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d6c201bdafc0a] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d6c201bdafc0a] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d6c201bdafc0a] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d6c201bdafc0a] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d6c201bdafc0a] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageLabel (1.90s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-19T12:50:54.839Z] daemon.go:336: [dc09ca10969a9] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dc09ca10969a9] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dc09ca10969a9] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dc09ca10969a9] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dc09ca10969a9] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dc09ca10969a9] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestRegistryMirrors (0.56s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-19T12:50:54.839Z] daemon.go:336: [de9037ab1a8f9] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [de9037ab1a8f9] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [de9037ab1a8f9] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [de9037ab1a8f9] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [de9037ab1a8f9] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [de9037ab1a8f9] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.73s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-19T12:50:54.839Z] daemon.go:336: [d648c78d407ef] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d648c78d407ef] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d648c78d407ef] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d648c78d407ef] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d648c78d407ef] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d648c78d407ef] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [d648c78d407ef] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [d648c78d407ef] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [d648c78d407ef] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [d648c78d407ef] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [d648c78d407ef] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [d648c78d407ef] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.67s) [2019-09-19T12:50:54.839Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-19T12:50:54.839Z] daemon.go:336: [dfccde871ac71] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dfccde871ac71] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dfccde871ac71] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dfccde871ac71] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dfccde871ac71] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dfccde871ac71] Daemon stopped [2019-09-19T12:50:54.839Z] daemon.go:336: [dfccde871ac71] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:336: [dfccde871ac71] waiting for daemon to start [2019-09-19T12:50:54.839Z] daemon.go:364: [dfccde871ac71] daemon started [2019-09-19T12:50:54.839Z] daemon.go:472: [dfccde871ac71] Stopping daemon [2019-09-19T12:50:54.839Z] daemon.go:307: [dfccde871ac71] exiting daemon [2019-09-19T12:50:54.839Z] daemon.go:459: [dfccde871ac71] Daemon stopped [2019-09-19T12:50:54.839Z] --- PASS: Test/DockerDaemonSuite/TestRunLinksChanged (5.19s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-19T12:50:54.840Z] daemon.go:336: [dafa6ed478e10] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dafa6ed478e10] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dafa6ed478e10] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dafa6ed478e10] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dafa6ed478e10] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dafa6ed478e10] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:336: [dafa6ed478e10] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dafa6ed478e10] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dafa6ed478e10] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dafa6ed478e10] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dafa6ed478e10] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dafa6ed478e10] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat (1.87s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-19T12:50:54.840Z] daemon.go:336: [dd69e3f5b5e90] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd69e3f5b5e90] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd69e3f5b5e90] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dd69e3f5b5e90] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dd69e3f5b5e90] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dd69e3f5b5e90] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.08s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-19T12:50:54.840Z] daemon.go:336: [d14291f7216ff] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d14291f7216ff] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d14291f7216ff] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d14291f7216ff] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d14291f7216ff] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d14291f7216ff] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.19s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-19T12:50:54.840Z] daemon.go:336: [db006ae6228de] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [db006ae6228de] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [db006ae6228de] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [db006ae6228de] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [db006ae6228de] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [db006ae6228de] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.62s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-19T12:50:54.840Z] daemon.go:336: [d8a0084f4ef43] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d8a0084f4ef43] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d8a0084f4ef43] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d8a0084f4ef43] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d8a0084f4ef43] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d8a0084f4ef43] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:336: [d8a0084f4ef43] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d8a0084f4ef43] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d8a0084f4ef43] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d8a0084f4ef43] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d8a0084f4ef43] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d8a0084f4ef43] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.55s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd80a4f87bd66] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dd80a4f87bd66] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dd80a4f87bd66] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dd80a4f87bd66] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd80a4f87bd66] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dd80a4f87bd66] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dd80a4f87bd66] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dd80a4f87bd66] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:307: [dd80a4f87bd66] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:472: [dd80a4f87bd66] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:461: [dd80a4f87bd66] Error when stopping daemon: daemon not started [2019-09-19T12:50:54.840Z] docker_cli_daemon_test.go:2542: Daemon dd80a4f87bd66 is not started [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd80a4f87bd66] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd80a4f87bd66] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dd80a4f87bd66] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dd80a4f87bd66] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dd80a4f87bd66] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.15s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-19T12:50:54.840Z] daemon.go:336: [ddf1632b51c1d] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [ddf1632b51c1d] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [ddf1632b51c1d] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [ddf1632b51c1d] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [ddf1632b51c1d] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [ddf1632b51c1d] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.19s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-19T12:50:54.840Z] daemon.go:336: [d9df5179400c0] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d9df5179400c0] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d9df5179400c0] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d9df5179400c0] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d9df5179400c0] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d9df5179400c0] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestShmSize (1.96s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestShmSize [2019-09-19T12:50:54.840Z] daemon.go:336: [d464b93db3522] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d464b93db3522] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d464b93db3522] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d464b93db3522] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d464b93db3522] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d464b93db3522] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestShmSizeReload (3.45s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestShmSizeReload [2019-09-19T12:50:54.840Z] daemon.go:336: [de2ecebfe6901] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [de2ecebfe6901] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [de2ecebfe6901] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [de2ecebfe6901] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [de2ecebfe6901] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [de2ecebfe6901] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestTLSVerify (0.09s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestTLSVerify [2019-09-19T12:50:54.840Z] check_test.go:261: Daemon d01535a97f895 is not started [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerDaemonSuite/TestVolumePlugin (5.98s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerDaemonSuite/TestVolumePlugin [2019-09-19T12:50:54.840Z] daemon.go:336: [dd6d23d57575e] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd6d23d57575e] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd6d23d57575e] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dd6d23d57575e] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dd6d23d57575e] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dd6d23d57575e] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPIDuplicateNetworks (4.00s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-19T12:50:54.840Z] daemon.go:336: [df2b8bff556db] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [df2b8bff556db] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [df2b8bff556db] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [df2b8bff556db] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [df2b8bff556db] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [df2b8bff556db] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPINetworkInspectWithScope (3.49s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-19T12:50:54.840Z] daemon.go:336: [d009115c3b2d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d009115c3b2d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d009115c3b2d9] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d009115c3b2d9] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d009115c3b2d9] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d009115c3b2d9] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPIServiceUpdatePort (5.44s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-19T12:50:54.840Z] daemon.go:336: [d543606c09579] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d543606c09579] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d543606c09579] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d543606c09579] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d543606c09579] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d543606c09579] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmCAHash (13.34s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-19T12:50:54.840Z] daemon.go:336: [dc76f7c96d3fb] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dc76f7c96d3fb] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dc76f7c96d3fb] daemon started [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-19T12:50:54.840Z] daemon.go:336: [d429133213e35] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d429133213e35] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d429133213e35] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dc76f7c96d3fb] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dc76f7c96d3fb] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dc76f7c96d3fb] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:472: [d429133213e35] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d429133213e35] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d429133213e35] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-19T12:50:54.840Z] daemon.go:336: [dfd80d7e2b950] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dfd80d7e2b950] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dfd80d7e2b950] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [dfd80d7e2b950] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [dfd80d7e2b950] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [dfd80d7e2b950] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmForceNewCluster (29.63s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-19T12:50:54.840Z] daemon.go:336: [d7aee7cb6b3ca] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d7aee7cb6b3ca] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d7aee7cb6b3ca] daemon started [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-19T12:50:54.840Z] daemon.go:336: [db5d7daf6d0cf] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [db5d7daf6d0cf] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [db5d7daf6d0cf] daemon started [2019-09-19T12:50:54.840Z] check_test.go:310: [db5d7daf6d0cf] joining swarm manager [d7aee7cb6b3ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.840Z] daemon.go:472: [db5d7daf6d0cf] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [db5d7daf6d0cf] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [db5d7daf6d0cf] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-19T12:50:54.840Z] daemon.go:336: [d50b26be820f1] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d50b26be820f1] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d50b26be820f1] daemon started [2019-09-19T12:50:54.840Z] check_test.go:310: [d50b26be820f1] joining swarm manager [d7aee7cb6b3ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.840Z] daemon.go:472: [d7aee7cb6b3ca] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d7aee7cb6b3ca] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d7aee7cb6b3ca] Daemon stopped [2019-09-19T12:50:54.840Z] check_test.go:331: Daemon db5d7daf6d0cf is not started [2019-09-19T12:50:54.840Z] daemon.go:472: [d50b26be820f1] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d50b26be820f1] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d50b26be820f1] Daemon stopped [2019-09-19T12:50:54.840Z] --- SKIP: Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-19T12:50:54.840Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInit (21.70s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-19T12:50:54.840Z] daemon.go:336: [d7bcac50d09d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d7bcac50d09d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d7bcac50d09d9] daemon started [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-19T12:50:54.840Z] daemon.go:336: [db8dae7b3498c] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [db8dae7b3498c] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [db8dae7b3498c] daemon started [2019-09-19T12:50:54.840Z] check_test.go:310: [db8dae7b3498c] joining swarm manager [d7bcac50d09d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.840Z] daemon.go:472: [d7bcac50d09d9] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d7bcac50d09d9] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d7bcac50d09d9] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:472: [db8dae7b3498c] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [db8dae7b3498c] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [db8dae7b3498c] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:336: [d7bcac50d09d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d7bcac50d09d9] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d7bcac50d09d9] daemon started [2019-09-19T12:50:54.840Z] daemon.go:336: [db8dae7b3498c] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [db8dae7b3498c] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [db8dae7b3498c] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d7bcac50d09d9] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d7bcac50d09d9] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d7bcac50d09d9] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:472: [db8dae7b3498c] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [db8dae7b3498c] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [db8dae7b3498c] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInvalidAddress (1.02s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-19T12:50:54.840Z] daemon.go:336: [d20186d8fcc03] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d20186d8fcc03] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d20186d8fcc03] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d20186d8fcc03] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d20186d8fcc03] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d20186d8fcc03] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmJoinToken (48.78s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-19T12:50:54.840Z] daemon.go:336: [d2d2aa07a252b] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d2d2aa07a252b] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d2d2aa07a252b] daemon started [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-19T12:50:54.840Z] daemon.go:336: [df3cc0a258aa2] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [df3cc0a258aa2] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [df3cc0a258aa2] daemon started [2019-09-19T12:50:54.840Z] daemon.go:472: [d2d2aa07a252b] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [d2d2aa07a252b] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [d2d2aa07a252b] Daemon stopped [2019-09-19T12:50:54.840Z] daemon.go:472: [df3cc0a258aa2] Stopping daemon [2019-09-19T12:50:54.840Z] daemon.go:307: [df3cc0a258aa2] exiting daemon [2019-09-19T12:50:54.840Z] daemon.go:459: [df3cc0a258aa2] Daemon stopped [2019-09-19T12:50:54.840Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderElection (33.18s) [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-19T12:50:54.840Z] daemon.go:336: [d3a09c4f3899e] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d3a09c4f3899e] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d3a09c4f3899e] daemon started [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-19T12:50:54.840Z] daemon.go:336: [dd52a19049ad0] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [dd52a19049ad0] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [dd52a19049ad0] daemon started [2019-09-19T12:50:54.840Z] check_test.go:310: [dd52a19049ad0] joining swarm manager [d3a09c4f3899e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.840Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-19T12:50:54.840Z] daemon.go:336: [d49e972d639fe] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:336: [d49e972d639fe] waiting for daemon to start [2019-09-19T12:50:54.840Z] daemon.go:364: [d49e972d639fe] daemon started [2019-09-19T12:50:54.840Z] check_test.go:310: [d49e972d639fe] joining swarm manager [d3a09c4f3899e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.840Z] daemon.go:472: [d3a09c4f3899e] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d3a09c4f3899e] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d3a09c4f3899e] Daemon stopped [2019-09-19T12:50:54.841Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-19T12:50:54.841Z] daemon.go:336: [d3a09c4f3899e] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d3a09c4f3899e] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d3a09c4f3899e] daemon started [2019-09-19T12:50:54.841Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-19T12:50:54.841Z] daemon.go:472: [d3a09c4f3899e] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d3a09c4f3899e] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d3a09c4f3899e] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [dd52a19049ad0] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dd52a19049ad0] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dd52a19049ad0] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d49e972d639fe] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d49e972d639fe] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d49e972d639fe] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderProxy (23.29s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-19T12:50:54.841Z] daemon.go:336: [dde28598d9bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dde28598d9bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dde28598d9bc5] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-19T12:50:54.841Z] daemon.go:336: [db92a98bcc2c2] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [db92a98bcc2c2] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [db92a98bcc2c2] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [db92a98bcc2c2] joining swarm manager [dde28598d9bc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-19T12:50:54.841Z] daemon.go:336: [d1e1ada1cee54] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d1e1ada1cee54] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d1e1ada1cee54] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [d1e1ada1cee54] joining swarm manager [dde28598d9bc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.841Z] daemon.go:472: [dde28598d9bc5] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dde28598d9bc5] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dde28598d9bc5] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [db92a98bcc2c2] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [db92a98bcc2c2] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [db92a98bcc2c2] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d1e1ada1cee54] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d1e1ada1cee54] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d1e1ada1cee54] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.55s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-19T12:50:54.841Z] daemon.go:336: [d70c6b6eff00e] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d70c6b6eff00e] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d70c6b6eff00e] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-19T12:50:54.841Z] daemon.go:336: [d6cc4c17fbe25] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d6cc4c17fbe25] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d6cc4c17fbe25] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [d70c6b6eff00e] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d70c6b6eff00e] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d70c6b6eff00e] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d6cc4c17fbe25] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d6cc4c17fbe25] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d6cc4c17fbe25] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.35s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-19T12:50:54.841Z] daemon.go:336: [de72720712ecb] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [de72720712ecb] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [de72720712ecb] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [de72720712ecb] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [de72720712ecb] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [de72720712ecb] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmListNodes (14.26s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-19T12:50:54.841Z] daemon.go:336: [de1739fbc0bf8] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [de1739fbc0bf8] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [de1739fbc0bf8] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-19T12:50:54.841Z] daemon.go:336: [da9ec9b386823] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [da9ec9b386823] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [da9ec9b386823] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [da9ec9b386823] joining swarm manager [de1739fbc0bf8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-19T12:50:54.841Z] daemon.go:336: [d6ce8c61c477d] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d6ce8c61c477d] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d6ce8c61c477d] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [d6ce8c61c477d] joining swarm manager [de1739fbc0bf8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.841Z] daemon.go:472: [de1739fbc0bf8] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [de1739fbc0bf8] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [de1739fbc0bf8] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [da9ec9b386823] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [da9ec9b386823] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [da9ec9b386823] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d6ce8c61c477d] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d6ce8c61c477d] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d6ce8c61c477d] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmManagerRestore (50.78s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-19T12:50:54.841Z] daemon.go:336: [de12b95bf2cda] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [de12b95bf2cda] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [de12b95bf2cda] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [de12b95bf2cda] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [de12b95bf2cda] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [de12b95bf2cda] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:336: [de12b95bf2cda] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [de12b95bf2cda] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [de12b95bf2cda] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d9984921dbae5] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [d9984921dbae5] joining swarm manager [de12b95bf2cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:472: [d9984921dbae5] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d9984921dbae5] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d9984921dbae5] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9984921dbae5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d9984921dbae5] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [db9857a452381] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [db9857a452381] joining swarm manager [de12b95bf2cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.841Z] daemon.go:472: [db9857a452381] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [db9857a452381] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [db9857a452381] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [db9857a452381] daemon started [2019-09-19T12:50:54.841Z] daemon.go:307: [db9857a452381] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [db9857a452381] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [db9857a452381] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [de12b95bf2cda] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [de12b95bf2cda] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [de12b95bf2cda] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d9984921dbae5] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d9984921dbae5] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d9984921dbae5] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [db9857a452381] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [db9857a452381] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [db9857a452381] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause (17.97s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-19T12:50:54.841Z] daemon.go:336: [d8148ed546e30] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d8148ed546e30] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d8148ed546e30] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-19T12:50:54.841Z] daemon.go:336: [dcc1a8df25947] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dcc1a8df25947] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dcc1a8df25947] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [dcc1a8df25947] joining swarm manager [d8148ed546e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:472: [d8148ed546e30] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d8148ed546e30] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d8148ed546e30] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [dcc1a8df25947] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dcc1a8df25947] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dcc1a8df25947] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeRemove (35.32s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-19T12:50:54.841Z] daemon.go:336: [dc29180d5b767] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dc29180d5b767] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dc29180d5b767] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d9947687e8bc5] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [d9947687e8bc5] joining swarm manager [dc29180d5b767]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-19T12:50:54.841Z] daemon.go:336: [dcd173b743dcb] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dcd173b743dcb] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dcd173b743dcb] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [dcd173b743dcb] joining swarm manager [dc29180d5b767]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.841Z] daemon.go:472: [d9947687e8bc5] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d9947687e8bc5] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d9947687e8bc5] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [d9947687e8bc5] error pinging daemon on start: Get http://d9947687e8bc5.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [d9947687e8bc5] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d9947687e8bc5] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [dc29180d5b767] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dc29180d5b767] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dc29180d5b767] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [d9947687e8bc5] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d9947687e8bc5] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d9947687e8bc5] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [dcd173b743dcb] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dcd173b743dcb] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dcd173b743dcb] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeUpdate (6.08s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-19T12:50:54.841Z] daemon.go:336: [d16b2f086d347] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d16b2f086d347] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d16b2f086d347] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [d16b2f086d347] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d16b2f086d347] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d16b2f086d347] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmPromoteDemote (26.28s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-19T12:50:54.841Z] daemon.go:336: [d3ce0496c362c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [d3ce0496c362c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [d3ce0496c362c] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-19T12:50:54.841Z] daemon.go:336: [da8a1095f596c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [da8a1095f596c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [da8a1095f596c] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [da8a1095f596c] joining swarm manager [d3ce0496c362c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:472: [d3ce0496c362c] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [d3ce0496c362c] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [d3ce0496c362c] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [da8a1095f596c] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [da8a1095f596c] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [da8a1095f596c] Daemon stopped [2019-09-19T12:50:54.841Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRaftQuorum (66.16s) [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-19T12:50:54.841Z] daemon.go:336: [da8acd1430c5c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [da8acd1430c5c] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [da8acd1430c5c] daemon started [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dd6f7be4f0306] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [dd6f7be4f0306] joining swarm manager [da8acd1430c5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.841Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-19T12:50:54.841Z] daemon.go:336: [da0b1af6c21ef] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [da0b1af6c21ef] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [da0b1af6c21ef] daemon started [2019-09-19T12:50:54.841Z] check_test.go:310: [da0b1af6c21ef] joining swarm manager [da8acd1430c5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.841Z] daemon.go:472: [dd6f7be4f0306] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [dd6f7be4f0306] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [dd6f7be4f0306] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:472: [da0b1af6c21ef] Stopping daemon [2019-09-19T12:50:54.841Z] daemon.go:307: [da0b1af6c21ef] exiting daemon [2019-09-19T12:50:54.841Z] daemon.go:459: [da0b1af6c21ef] Daemon stopped [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [dd6f7be4f0306] error pinging daemon on start: Get http://dd6f7be4f0306.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [dd6f7be4f0306] error pinging daemon on start: Get http://dd6f7be4f0306.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:350: [dd6f7be4f0306] error pinging daemon on start: Get http://dd6f7be4f0306.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.841Z] daemon.go:336: [dd6f7be4f0306] waiting for daemon to start [2019-09-19T12:50:54.841Z] daemon.go:364: [dd6f7be4f0306] daemon started [2019-09-19T12:50:54.841Z] daemon.go:472: [da8acd1430c5c] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [da8acd1430c5c] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [da8acd1430c5c] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [dd6f7be4f0306] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [dd6f7be4f0306] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [dd6f7be4f0306] Daemon stopped [2019-09-19T12:50:54.842Z] check_test.go:331: Daemon da0b1af6c21ef is not started [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestartCluster (60.15s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [da45605489228] daemon started [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d5ed622f081dc] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d5ed622f081dc] joining swarm manager [da45605489228]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d708d6a97a855] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d708d6a97a855] joining swarm manager [da45605489228]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [db6e1ef3e9f44] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [db6e1ef3e9f44] joining swarm manager [da45605489228]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d59efdaa2d0cb] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d59efdaa2d0cb] joining swarm manager [da45605489228]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d176ec82b8e18] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d176ec82b8e18] joining swarm manager [da45605489228]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-19T12:50:54.842Z] daemon.go:472: [d176ec82b8e18] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:472: [da45605489228] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:472: [d5ed622f081dc] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:472: [d708d6a97a855] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:472: [db6e1ef3e9f44] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:472: [d59efdaa2d0cb] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [da45605489228] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [da45605489228] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:307: [d708d6a97a855] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d708d6a97a855] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:307: [d5ed622f081dc] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d5ed622f081dc] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:307: [db6e1ef3e9f44] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [db6e1ef3e9f44] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:307: [d59efdaa2d0cb] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d59efdaa2d0cb] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:307: [d176ec82b8e18] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d176ec82b8e18] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:350: [d176ec82b8e18] error pinging daemon on start: Get http://d176ec82b8e18.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d708d6a97a855] error pinging daemon on start: Get http://d708d6a97a855.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [da45605489228] error pinging daemon on start: Get http://da45605489228.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d5ed622f081dc] error pinging daemon on start: Get http://d5ed622f081dc.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [db6e1ef3e9f44] error pinging daemon on start: Get http://db6e1ef3e9f44.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d59efdaa2d0cb] error pinging daemon on start: Get http://d59efdaa2d0cb.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:350: [d708d6a97a855] error pinging daemon on start: Get http://d708d6a97a855.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d176ec82b8e18] error pinging daemon on start: Get http://d176ec82b8e18.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [da45605489228] error pinging daemon on start: Get http://da45605489228.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d5ed622f081dc] error pinging daemon on start: Get http://d5ed622f081dc.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [db6e1ef3e9f44] error pinging daemon on start: Get http://db6e1ef3e9f44.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:350: [d59efdaa2d0cb] error pinging daemon on start: Get http://d59efdaa2d0cb.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.842Z] daemon.go:336: [d176ec82b8e18] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d708d6a97a855] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [da45605489228] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d5ed622f081dc] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [db6e1ef3e9f44] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59efdaa2d0cb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d708d6a97a855] daemon started [2019-09-19T12:50:54.842Z] daemon.go:364: [d176ec82b8e18] daemon started [2019-09-19T12:50:54.842Z] daemon.go:364: [db6e1ef3e9f44] daemon started [2019-09-19T12:50:54.842Z] daemon.go:364: [d59efdaa2d0cb] daemon started [2019-09-19T12:50:54.842Z] daemon.go:364: [da45605489228] daemon started [2019-09-19T12:50:54.842Z] daemon.go:364: [d5ed622f081dc] daemon started [2019-09-19T12:50:54.842Z] daemon.go:472: [da45605489228] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [da45605489228] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [da45605489228] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d5ed622f081dc] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d5ed622f081dc] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d5ed622f081dc] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d708d6a97a855] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d708d6a97a855] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d708d6a97a855] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [db6e1ef3e9f44] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [db6e1ef3e9f44] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [db6e1ef3e9f44] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d59efdaa2d0cb] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d59efdaa2d0cb] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d59efdaa2d0cb] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d176ec82b8e18] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d176ec82b8e18] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d176ec82b8e18] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-19T12:50:54.842Z] daemon.go:336: [d1e5383739f23] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d1e5383739f23] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d1e5383739f23] daemon started [2019-09-19T12:50:54.842Z] daemon.go:472: [d1e5383739f23] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d1e5383739f23] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d1e5383739f23] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:336: [d1e5383739f23] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d1e5383739f23] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d1e5383739f23] daemon started [2019-09-19T12:50:54.842Z] daemon.go:472: [d1e5383739f23] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d1e5383739f23] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d1e5383739f23] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.21s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-19T12:50:54.842Z] daemon.go:336: [d90f8f18416f0] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d90f8f18416f0] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d90f8f18416f0] daemon started [2019-09-19T12:50:54.842Z] daemon.go:472: [d90f8f18416f0] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d90f8f18416f0] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d90f8f18416f0] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.23s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-19T12:50:54.842Z] daemon.go:336: [d1b68387690ff] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d1b68387690ff] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d1b68387690ff] daemon started [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-19T12:50:54.842Z] daemon.go:336: [daab045d90598] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [daab045d90598] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [daab045d90598] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [daab045d90598] joining swarm manager [d1b68387690ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-19T12:50:54.842Z] daemon.go:336: [d2a4a4367104c] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d2a4a4367104c] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d2a4a4367104c] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d2a4a4367104c] joining swarm manager [d1b68387690ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.842Z] daemon.go:472: [d1b68387690ff] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d1b68387690ff] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d1b68387690ff] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [daab045d90598] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [daab045d90598] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [daab045d90598] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d2a4a4367104c] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d2a4a4367104c] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d2a4a4367104c] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.33s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-19T12:50:54.842Z] daemon.go:336: [d538ce09a277e] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d538ce09a277e] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d538ce09a277e] daemon started [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-19T12:50:54.842Z] daemon.go:336: [d2bd6bf01810e] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d2bd6bf01810e] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d2bd6bf01810e] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d2bd6bf01810e] joining swarm manager [d538ce09a277e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-19T12:50:54.842Z] daemon.go:336: [d7121d84bffd7] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d7121d84bffd7] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d7121d84bffd7] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d7121d84bffd7] joining swarm manager [d538ce09a277e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.842Z] daemon.go:472: [d538ce09a277e] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d538ce09a277e] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d538ce09a277e] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d2bd6bf01810e] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d2bd6bf01810e] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d2bd6bf01810e] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d7121d84bffd7] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d7121d84bffd7] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d7121d84bffd7] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.02s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-19T12:50:54.842Z] daemon.go:336: [de5e2a44ac3bb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [de5e2a44ac3bb] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [de5e2a44ac3bb] daemon started [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-19T12:50:54.842Z] daemon.go:336: [df3c312eb3708] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [df3c312eb3708] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [df3c312eb3708] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [df3c312eb3708] joining swarm manager [de5e2a44ac3bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-19T12:50:54.842Z] daemon.go:336: [d45062848e42f] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d45062848e42f] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d45062848e42f] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [d45062848e42f] joining swarm manager [de5e2a44ac3bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.842Z] daemon.go:472: [de5e2a44ac3bb] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [de5e2a44ac3bb] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [de5e2a44ac3bb] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [df3c312eb3708] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [df3c312eb3708] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [df3c312eb3708] Daemon stopped [2019-09-19T12:50:54.842Z] daemon.go:472: [d45062848e42f] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d45062848e42f] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d45062848e42f] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreate (6.48s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-19T12:50:54.842Z] daemon.go:336: [d59a90a35ac22] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [d59a90a35ac22] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [d59a90a35ac22] daemon started [2019-09-19T12:50:54.842Z] daemon.go:472: [d59a90a35ac22] Stopping daemon [2019-09-19T12:50:54.842Z] daemon.go:307: [d59a90a35ac22] exiting daemon [2019-09-19T12:50:54.842Z] daemon.go:459: [d59a90a35ac22] Daemon stopped [2019-09-19T12:50:54.842Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.00s) [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:50:54.842Z] daemon.go:336: [dafc4483a3854] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [dafc4483a3854] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [dafc4483a3854] daemon started [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:50:54.842Z] daemon.go:336: [df39449dbde12] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [df39449dbde12] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [df39449dbde12] daemon started [2019-09-19T12:50:54.842Z] check_test.go:310: [df39449dbde12] joining swarm manager [dafc4483a3854]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.842Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:50:54.842Z] daemon.go:336: [dfe3da62122b0] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:336: [dfe3da62122b0] waiting for daemon to start [2019-09-19T12:50:54.842Z] daemon.go:364: [dfe3da62122b0] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [dfe3da62122b0] joining swarm manager [dafc4483a3854]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:50:54.843Z] daemon.go:336: [dec171e4c8a41] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [dec171e4c8a41] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [dec171e4c8a41] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [dec171e4c8a41] joining swarm manager [dafc4483a3854]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-19T12:50:54.843Z] daemon.go:336: [d2f86baacb703] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d2f86baacb703] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d2f86baacb703] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d2f86baacb703] joining swarm manager [dafc4483a3854]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-19T12:50:54.843Z] daemon.go:472: [dafc4483a3854] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dafc4483a3854] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dafc4483a3854] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [df39449dbde12] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [df39449dbde12] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [df39449dbde12] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [dfe3da62122b0] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dfe3da62122b0] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dfe3da62122b0] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [dec171e4c8a41] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dec171e4c8a41] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dec171e4c8a41] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d2f86baacb703] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d2f86baacb703] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d2f86baacb703] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList (2.64s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-19T12:50:54.843Z] daemon.go:336: [dff73819b6d3f] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [dff73819b6d3f] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [dff73819b6d3f] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [dff73819b6d3f] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dff73819b6d3f] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dff73819b6d3f] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.66s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [de0ae59a7bf5e] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [de0ae59a7bf5e] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [de0ae59a7bf5e] daemon started [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [d428517a74f7d] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d428517a74f7d] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d428517a74f7d] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d428517a74f7d] joining swarm manager [de0ae59a7bf5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [d4d56b275667c] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d4d56b275667c] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d4d56b275667c] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d4d56b275667c] joining swarm manager [de0ae59a7bf5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.843Z] daemon.go:472: [de0ae59a7bf5e] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [de0ae59a7bf5e] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [de0ae59a7bf5e] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d428517a74f7d] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d428517a74f7d] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d428517a74f7d] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d4d56b275667c] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d4d56b275667c] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d4d56b275667c] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.10s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-19T12:50:54.843Z] daemon.go:336: [d80193d4bbb59] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d80193d4bbb59] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d80193d4bbb59] daemon started [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-19T12:50:54.843Z] daemon.go:336: [d1c8fa9715360] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d1c8fa9715360] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d1c8fa9715360] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d1c8fa9715360] joining swarm manager [d80193d4bbb59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-19T12:50:54.843Z] daemon.go:336: [de99eb328cf7e] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [de99eb328cf7e] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [de99eb328cf7e] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [de99eb328cf7e] joining swarm manager [d80193d4bbb59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.843Z] daemon.go:472: [d1c8fa9715360] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d1c8fa9715360] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d1c8fa9715360] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d80193d4bbb59] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d80193d4bbb59] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d80193d4bbb59] Daemon stopped [2019-09-19T12:50:54.843Z] check_test.go:331: Daemon d1c8fa9715360 is not started [2019-09-19T12:50:54.843Z] daemon.go:472: [de99eb328cf7e] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [de99eb328cf7e] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [de99eb328cf7e] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting (26.35s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-19T12:50:54.843Z] daemon.go:336: [df8692ded9722] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [df8692ded9722] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [df8692ded9722] daemon started [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-19T12:50:54.843Z] daemon.go:336: [da7050ab62a0b] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [da7050ab62a0b] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [da7050ab62a0b] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [da7050ab62a0b] joining swarm manager [df8692ded9722]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-19T12:50:54.843Z] daemon.go:336: [d262dfaaf49ac] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d262dfaaf49ac] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d262dfaaf49ac] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d262dfaaf49ac] joining swarm manager [df8692ded9722]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.843Z] daemon.go:472: [df8692ded9722] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [df8692ded9722] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [df8692ded9722] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [da7050ab62a0b] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [da7050ab62a0b] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [da7050ab62a0b] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d262dfaaf49ac] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d262dfaaf49ac] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d262dfaaf49ac] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdate (39.74s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [da04e094c21e3] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [da04e094c21e3] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [da04e094c21e3] daemon started [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [dddf4233d15c1] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [dddf4233d15c1] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [dddf4233d15c1] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [dddf4233d15c1] joining swarm manager [da04e094c21e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [d2acd3b59f274] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d2acd3b59f274] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d2acd3b59f274] daemon started [2019-09-19T12:50:54.843Z] check_test.go:310: [d2acd3b59f274] joining swarm manager [da04e094c21e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.843Z] daemon.go:472: [da04e094c21e3] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [da04e094c21e3] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [da04e094c21e3] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [dddf4233d15c1] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dddf4233d15c1] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dddf4233d15c1] Daemon stopped [2019-09-19T12:50:54.843Z] daemon.go:472: [d2acd3b59f274] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d2acd3b59f274] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d2acd3b59f274] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.82s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-19T12:50:54.843Z] daemon.go:336: [d8914b76c0786] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d8914b76c0786] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d8914b76c0786] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d8914b76c0786] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d8914b76c0786] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d8914b76c0786] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.37s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-19T12:50:54.843Z] daemon.go:336: [d83704aa41daa] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d83704aa41daa] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d83704aa41daa] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d83704aa41daa] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d83704aa41daa] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d83704aa41daa] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.09s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-19T12:50:54.843Z] daemon.go:336: [ddf5732c97094] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [ddf5732c97094] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [ddf5732c97094] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [ddf5732c97094] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [ddf5732c97094] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [ddf5732c97094] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfig (3.00s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestDNSConfig [2019-09-19T12:50:54.843Z] daemon.go:336: [d9569bd798964] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d9569bd798964] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d9569bd798964] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d9569bd798964] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d9569bd798964] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d9569bd798964] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfigUpdate (3.33s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-19T12:50:54.843Z] daemon.go:336: [d1b31374b67f4] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d1b31374b67f4] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d1b31374b67f4] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d1b31374b67f4] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d1b31374b67f4] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d1b31374b67f4] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestExtraHosts (3.36s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestExtraHosts [2019-09-19T12:50:54.843Z] daemon.go:336: [d7f7f248d4c11] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d7f7f248d4c11] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d7f7f248d4c11] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d7f7f248d4c11] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d7f7f248d4c11] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d7f7f248d4c11] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.63s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-19T12:50:54.843Z] daemon.go:336: [d91fd4e802c28] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d91fd4e802c28] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d91fd4e802c28] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d91fd4e802c28] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d91fd4e802c28] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d91fd4e802c28] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachable (5.85s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-19T12:50:54.843Z] daemon.go:336: [d2bdeaa15b785] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d2bdeaa15b785] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d2bdeaa15b785] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d2bdeaa15b785] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d2bdeaa15b785] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d2bdeaa15b785] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (6.18s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-19T12:50:54.843Z] daemon.go:336: [d9e05e2a7b0fe] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d9e05e2a7b0fe] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d9e05e2a7b0fe] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d9e05e2a7b0fe] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d9e05e2a7b0fe] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d9e05e2a7b0fe] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.09s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-19T12:50:54.843Z] daemon.go:336: [db013005669fe] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [db013005669fe] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [db013005669fe] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [db013005669fe] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [db013005669fe] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [db013005669fe] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestPruneNetwork (10.04s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestPruneNetwork [2019-09-19T12:50:54.843Z] daemon.go:336: [d9bf46849f1f9] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d9bf46849f1f9] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d9bf46849f1f9] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d9bf46849f1f9] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d9bf46849f1f9] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d9bf46849f1f9] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestPsListContainersFilterIsTask (4.02s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-19T12:50:54.843Z] daemon.go:336: [d1e95d70e306f] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d1e95d70e306f] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d1e95d70e306f] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d1e95d70e306f] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d1e95d70e306f] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d1e95d70e306f] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountTmpfs (12.56s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-19T12:50:54.843Z] daemon.go:336: [d02372dd28037] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d02372dd28037] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d02372dd28037] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d02372dd28037] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d02372dd28037] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d02372dd28037] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountVolume (3.21s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-19T12:50:54.843Z] daemon.go:336: [d7867d1a8bc4a] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [d7867d1a8bc4a] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [d7867d1a8bc4a] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [d7867d1a8bc4a] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [d7867d1a8bc4a] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [d7867d1a8bc4a] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.45s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-19T12:50:54.843Z] daemon.go:336: [defd33bbe198b] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [defd33bbe198b] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [defd33bbe198b] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [defd33bbe198b] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [defd33bbe198b] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [defd33bbe198b] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple (3.47s) [2019-09-19T12:50:54.843Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-19T12:50:54.843Z] daemon.go:336: [dfd2c8dd4d1d7] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:336: [dfd2c8dd4d1d7] waiting for daemon to start [2019-09-19T12:50:54.843Z] daemon.go:364: [dfd2c8dd4d1d7] daemon started [2019-09-19T12:50:54.843Z] daemon.go:472: [dfd2c8dd4d1d7] Stopping daemon [2019-09-19T12:50:54.843Z] daemon.go:307: [dfd2c8dd4d1d7] exiting daemon [2019-09-19T12:50:54.843Z] daemon.go:459: [dfd2c8dd4d1d7] Daemon stopped [2019-09-19T12:50:54.843Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.10s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-19T12:50:54.844Z] daemon.go:336: [d4e394f31e5c7] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d4e394f31e5c7] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d4e394f31e5c7] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d4e394f31e5c7] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d4e394f31e5c7] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d4e394f31e5c7] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.22s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-19T12:50:54.844Z] daemon.go:336: [d88b965aa7776] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d88b965aa7776] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d88b965aa7776] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d88b965aa7776] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d88b965aa7776] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d88b965aa7776] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.96s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-19T12:50:54.844Z] daemon.go:336: [dac9e015feca7] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dac9e015feca7] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dac9e015feca7] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [dac9e015feca7] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dac9e015feca7] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dac9e015feca7] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple (2.91s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-19T12:50:54.844Z] daemon.go:336: [d1910b8beee03] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d1910b8beee03] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d1910b8beee03] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d1910b8beee03] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d1910b8beee03] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d1910b8beee03] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.57s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-19T12:50:54.844Z] daemon.go:336: [de8f13188d3de] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [de8f13188d3de] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [de8f13188d3de] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [de8f13188d3de] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [de8f13188d3de] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [de8f13188d3de] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthRun (6.42s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-19T12:50:54.844Z] daemon.go:336: [d26c6ed0c637d] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d26c6ed0c637d] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d26c6ed0c637d] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d26c6ed0c637d] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d26c6ed0c637d] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d26c6ed0c637d] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthStart (5.74s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-19T12:50:54.844Z] daemon.go:336: [d0c4f30451027] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d0c4f30451027] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d0c4f30451027] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d0c4f30451027] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d0c4f30451027] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d0c4f30451027] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogs (13.50s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogs [2019-09-19T12:50:54.844Z] daemon.go:336: [dd08938512cb2] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dd08938512cb2] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dd08938512cb2] daemon started [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.id7a6zmklxec@c3a44c95259c | hello2\n" [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.mq36i2lj7beh@c3a44c95259c | hello1\n" [2019-09-19T12:50:54.844Z] daemon.go:472: [dd08938512cb2] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dd08938512cb2] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dd08938512cb2] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsCompleteness (3.07s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-19T12:50:54.844Z] daemon.go:336: [dc13542c2df42] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dc13542c2df42] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dc13542c2df42] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [dc13542c2df42] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dc13542c2df42] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dc13542c2df42] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsDetails (3.57s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-19T12:50:54.844Z] daemon.go:336: [dbfe90cf25d30] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dbfe90cf25d30] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dbfe90cf25d30] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [dbfe90cf25d30] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dbfe90cf25d30] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dbfe90cf25d30] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsFollow (2.85s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-19T12:50:54.844Z] daemon.go:336: [df22102fdebed] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [df22102fdebed] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [df22102fdebed] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [df22102fdebed] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [df22102fdebed] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [df22102fdebed] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.83s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-19T12:50:54.844Z] daemon.go:336: [d3f8c4b55a013] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d3f8c4b55a013] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d3f8c4b55a013] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d3f8c4b55a013] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d3f8c4b55a013] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d3f8c4b55a013] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsSince (3.06s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-19T12:50:54.844Z] daemon.go:336: [de328ea9038b9] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [de328ea9038b9] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [de328ea9038b9] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [de328ea9038b9] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [de328ea9038b9] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [de328ea9038b9] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTTY (13.01s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-19T12:50:54.844Z] daemon.go:336: [d26737a7e2b6e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d26737a7e2b6e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d26737a7e2b6e] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d26737a7e2b6e] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d26737a7e2b6e] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d26737a7e2b6e] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTail (13.40s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-19T12:50:54.844Z] daemon.go:336: [d29506f7573d8] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d29506f7573d8] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d29506f7573d8] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d29506f7573d8] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d29506f7573d8] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d29506f7573d8] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTaskLogs (13.66s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-19T12:50:54.844Z] daemon.go:336: [d83f536ae891e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d83f536ae891e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d83f536ae891e] daemon started [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:242: checking task n8qonjm0atdb [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:247: checking messages for n8qonjm0atdb [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:242: checking task 2w18hmasxfii [2019-09-19T12:50:54.844Z] docker_cli_service_logs_test.go:247: checking messages for 2w18hmasxfii [2019-09-19T12:50:54.844Z] daemon.go:472: [d83f536ae891e] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d83f536ae891e] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d83f536ae891e] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestServiceScale (3.12s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestServiceScale [2019-09-19T12:50:54.844Z] daemon.go:336: [d163efd26142f] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d163efd26142f] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d163efd26142f] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d163efd26142f] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d163efd26142f] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d163efd26142f] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock (20.57s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d8a8423544194] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d8a8423544194] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d8a8423544194] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d8a8423544194] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d8a8423544194] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d8a8423544194] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d8a8423544194] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d8a8423544194] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d8a8423544194] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d8a8423544194] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d8a8423544194] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d8a8423544194] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d8a8423544194] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d8a8423544194] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d8a8423544194] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d8a8423544194] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d8a8423544194] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d8a8423544194] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d8a8423544194] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d8a8423544194] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d8a8423544194] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsConfig (3.05s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-19T12:50:54.844Z] daemon.go:336: [d6343e4b7f424] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d6343e4b7f424] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d6343e4b7f424] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d6343e4b7f424] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d6343e4b7f424] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d6343e4b7f424] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-19T12:50:54.844Z] daemon.go:336: [dfdacdee61d66] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dfdacdee61d66] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dfdacdee61d66] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [dfdacdee61d66] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dfdacdee61d66] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dfdacdee61d66] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNode (20.38s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-19T12:50:54.844Z] daemon.go:336: [da63a8608dd6e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [da63a8608dd6e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [da63a8608dd6e] daemon started [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-19T12:50:54.844Z] daemon.go:336: [d73a5b5343395] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d73a5b5343395] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d73a5b5343395] daemon started [2019-09-19T12:50:54.844Z] check_test.go:310: [d73a5b5343395] joining swarm manager [da63a8608dd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-19T12:50:54.844Z] daemon.go:336: [d60b4044ead0e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d60b4044ead0e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d60b4044ead0e] daemon started [2019-09-19T12:50:54.844Z] check_test.go:310: [d60b4044ead0e] joining swarm manager [da63a8608dd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.844Z] daemon.go:472: [da63a8608dd6e] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [da63a8608dd6e] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [da63a8608dd6e] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:472: [d73a5b5343395] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d73a5b5343395] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d73a5b5343395] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:472: [d60b4044ead0e] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d60b4044ead0e] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d60b4044ead0e] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsScope (8.59s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-19T12:50:54.844Z] daemon.go:336: [dd4256448f094] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [dd4256448f094] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [dd4256448f094] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [dd4256448f094] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [dd4256448f094] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [dd4256448f094] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-19T12:50:54.844Z] daemon.go:336: [d66226698dc5d] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d66226698dc5d] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d66226698dc5d] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [d66226698dc5d] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d66226698dc5d] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d66226698dc5d] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsService (16.23s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-19T12:50:54.844Z] daemon.go:336: [db35530997e4e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [db35530997e4e] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [db35530997e4e] daemon started [2019-09-19T12:50:54.844Z] daemon.go:472: [db35530997e4e] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [db35530997e4e] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [db35530997e4e] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSource (19.81s) [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-19T12:50:54.844Z] daemon.go:336: [d3f1b87ba4095] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d3f1b87ba4095] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d3f1b87ba4095] daemon started [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-19T12:50:54.844Z] daemon.go:336: [d4477fae36c78] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d4477fae36c78] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d4477fae36c78] daemon started [2019-09-19T12:50:54.844Z] check_test.go:310: [d4477fae36c78] joining swarm manager [d3f1b87ba4095]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.844Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-19T12:50:54.844Z] daemon.go:336: [d7dab9bd84c3b] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:336: [d7dab9bd84c3b] waiting for daemon to start [2019-09-19T12:50:54.844Z] daemon.go:364: [d7dab9bd84c3b] daemon started [2019-09-19T12:50:54.844Z] check_test.go:310: [d7dab9bd84c3b] joining swarm manager [d3f1b87ba4095]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.844Z] daemon.go:472: [d3f1b87ba4095] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d3f1b87ba4095] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d3f1b87ba4095] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:472: [d4477fae36c78] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d4477fae36c78] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d4477fae36c78] Daemon stopped [2019-09-19T12:50:54.844Z] daemon.go:472: [d7dab9bd84c3b] Stopping daemon [2019-09-19T12:50:54.844Z] daemon.go:307: [d7dab9bd84c3b] exiting daemon [2019-09-19T12:50:54.844Z] daemon.go:459: [d7dab9bd84c3b] Daemon stopped [2019-09-19T12:50:54.844Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsType (7.80s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-19T12:50:54.845Z] daemon.go:336: [d6fde0c5601ca] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d6fde0c5601ca] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d6fde0c5601ca] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d6fde0c5601ca] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d6fde0c5601ca] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d6fde0c5601ca] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey (189.89s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-19T12:50:54.845Z] daemon.go:336: [daa6e3ff53c75] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [daa6e3ff53c75] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [daa6e3ff53c75] daemon started [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9e5ffd4fa068] daemon started [2019-09-19T12:50:54.845Z] check_test.go:310: [d9e5ffd4fa068] joining swarm manager [daa6e3ff53c75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d426fe6aaeebc] daemon started [2019-09-19T12:50:54.845Z] check_test.go:310: [d426fe6aaeebc] joining swarm manager [daa6e3ff53c75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.845Z] daemon.go:472: [d9e5ffd4fa068] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9e5ffd4fa068] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9e5ffd4fa068] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9e5ffd4fa068] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d426fe6aaeebc] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d426fe6aaeebc] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d426fe6aaeebc] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d426fe6aaeebc] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d9e5ffd4fa068] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9e5ffd4fa068] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9e5ffd4fa068] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9e5ffd4fa068] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d426fe6aaeebc] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d426fe6aaeebc] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d426fe6aaeebc] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d426fe6aaeebc] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d9e5ffd4fa068] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9e5ffd4fa068] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9e5ffd4fa068] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9e5ffd4fa068] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9e5ffd4fa068] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d426fe6aaeebc] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d426fe6aaeebc] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d426fe6aaeebc] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d426fe6aaeebc] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d426fe6aaeebc] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [daa6e3ff53c75] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [daa6e3ff53c75] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [daa6e3ff53c75] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:472: [d9e5ffd4fa068] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9e5ffd4fa068] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9e5ffd4fa068] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:472: [d426fe6aaeebc] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d426fe6aaeebc] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d426fe6aaeebc] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.09s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-19T12:50:54.845Z] daemon.go:336: [d9f7f5bbf4ddf] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9f7f5bbf4ddf] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9f7f5bbf4ddf] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d9f7f5bbf4ddf] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9f7f5bbf4ddf] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9f7f5bbf4ddf] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAutoStart (11.04s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-19T12:50:54.845Z] daemon.go:336: [d10e1dbbca484] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d10e1dbbca484] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d10e1dbbca484] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d10e1dbbca484] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d10e1dbbca484] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d10e1dbbca484] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d10e1dbbca484] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d10e1dbbca484] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d10e1dbbca484] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d10e1dbbca484] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d10e1dbbca484] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d10e1dbbca484] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d10e1dbbca484] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions (8.39s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-19T12:50:54.845Z] daemon.go:336: [d372b97439308] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d372b97439308] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d372b97439308] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d372b97439308] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d372b97439308] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d372b97439308] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.29s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-19T12:50:54.845Z] daemon.go:336: [d6603c5bbcbbe] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d6603c5bbcbbe] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d6603c5bbcbbe] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d6603c5bbcbbe] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d6603c5bbcbbe] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d6603c5bbcbbe] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon (5.51s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9772b575ddf1] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d9772b575ddf1] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9772b575ddf1] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9772b575ddf1] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:307: [d9772b575ddf1] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:307: [d9772b575ddf1] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d9772b575ddf1] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d9772b575ddf1] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d9772b575ddf1] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d9772b575ddf1] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d9772b575ddf1] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIngressNetwork (2.95s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-19T12:50:54.845Z] daemon.go:336: [db0c104a1c6c8] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [db0c104a1c6c8] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [db0c104a1c6c8] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [db0c104a1c6c8] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [db0c104a1c6c8] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [db0c104a1c6c8] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInit (5.39s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInit [2019-09-19T12:50:54.845Z] daemon.go:336: [d0f1f6890c503] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d0f1f6890c503] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d0f1f6890c503] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d0f1f6890c503] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d0f1f6890c503] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d0f1f6890c503] Daemon stopped [2019-09-19T12:50:54.845Z] --- SKIP: Test/DockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-19T12:50:54.845Z] requirement.go:26: unmatched requirement IPv6 [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitLocked (7.46s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d8ff5bc0a6af5] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d8ff5bc0a6af5] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d8ff5bc0a6af5] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d8ff5bc0a6af5] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d8ff5bc0a6af5] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d8ff5bc0a6af5] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d8ff5bc0a6af5] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d8ff5bc0a6af5] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d8ff5bc0a6af5] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d8ff5bc0a6af5] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d8ff5bc0a6af5] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d8ff5bc0a6af5] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d8ff5bc0a6af5] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-19T12:50:54.845Z] daemon.go:336: [d230f5ee4939d] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d230f5ee4939d] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d230f5ee4939d] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d230f5ee4939d] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d230f5ee4939d] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d230f5ee4939d] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-19T12:50:54.845Z] daemon.go:336: [d5cb18359a2a7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d5cb18359a2a7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d5cb18359a2a7] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d5cb18359a2a7] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d5cb18359a2a7] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d5cb18359a2a7] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitWithDrain (3.09s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-19T12:50:54.845Z] daemon.go:336: [d805689cf506b] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d805689cf506b] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d805689cf506b] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d805689cf506b] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d805689cf506b] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d805689cf506b] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinLeave (53.93s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-19T12:50:54.845Z] daemon.go:336: [d4855449cfd24] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d4855449cfd24] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d4855449cfd24] daemon started [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-19T12:50:54.845Z] daemon.go:336: [d959fe6e07659] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d959fe6e07659] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d959fe6e07659] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d4855449cfd24] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d4855449cfd24] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d4855449cfd24] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:472: [d959fe6e07659] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d959fe6e07659] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d959fe6e07659] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked (51.88s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-19T12:50:54.845Z] daemon.go:336: [d721bda1af797] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d721bda1af797] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d721bda1af797] daemon started [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d5e87534113c7] daemon started [2019-09-19T12:50:54.845Z] check_test.go:310: [d5e87534113c7] joining swarm manager [d721bda1af797]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.845Z] daemon.go:472: [d5e87534113c7] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d5e87534113c7] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d5e87534113c7] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d5e87534113c7] daemon started [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [de47ad0f28022] daemon started [2019-09-19T12:50:54.845Z] check_test.go:310: [de47ad0f28022] joining swarm manager [d721bda1af797]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.845Z] daemon.go:472: [d5e87534113c7] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d5e87534113c7] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d5e87534113c7] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d5e87534113c7] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d5e87534113c7] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [de47ad0f28022] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [de47ad0f28022] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [de47ad0f28022] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [de47ad0f28022] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [de47ad0f28022] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [de47ad0f28022] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [de47ad0f28022] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [de47ad0f28022] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [de47ad0f28022] daemon started [2019-09-19T12:50:54.845Z] daemon.go:472: [d721bda1af797] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d721bda1af797] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d721bda1af797] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:472: [d5e87534113c7] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [d5e87534113c7] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [d5e87534113c7] Daemon stopped [2019-09-19T12:50:54.845Z] daemon.go:472: [de47ad0f28022] Stopping daemon [2019-09-19T12:50:54.845Z] daemon.go:307: [de47ad0f28022] exiting daemon [2019-09-19T12:50:54.845Z] daemon.go:459: [de47ad0f28022] Daemon stopped [2019-09-19T12:50:54.845Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinWithDrain (13.60s) [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-19T12:50:54.845Z] daemon.go:336: [d8950094eb49e] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [d8950094eb49e] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [d8950094eb49e] daemon started [2019-09-19T12:50:54.845Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-19T12:50:54.845Z] daemon.go:336: [dfa4274a78f7b] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:336: [dfa4274a78f7b] waiting for daemon to start [2019-09-19T12:50:54.845Z] daemon.go:364: [dfa4274a78f7b] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d8950094eb49e] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d8950094eb49e] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d8950094eb49e] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [dfa4274a78f7b] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dfa4274a78f7b] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dfa4274a78f7b] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLeaveLocked (5.57s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-19T12:50:54.846Z] daemon.go:336: [d18579db684cd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d18579db684cd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d18579db684cd] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d18579db684cd] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d18579db684cd] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d18579db684cd] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [d18579db684cd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d18579db684cd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d18579db684cd] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d18579db684cd] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d18579db684cd] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d18579db684cd] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLockUnlockCluster (138.89s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [df8c0a90b75d7] daemon started [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dbcc399ce2135] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [dbcc399ce2135] joining swarm manager [df8c0a90b75d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [da8d6e5ac5b22] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [da8d6e5ac5b22] joining swarm manager [df8c0a90b75d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.846Z] daemon.go:472: [dbcc399ce2135] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dbcc399ce2135] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dbcc399ce2135] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dbcc399ce2135] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [dbcc399ce2135] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dbcc399ce2135] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dbcc399ce2135] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [df8c0a90b75d7] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [df8c0a90b75d7] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [df8c0a90b75d7] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [df8c0a90b75d7] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [da8d6e5ac5b22] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [da8d6e5ac5b22] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [da8d6e5ac5b22] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [da8d6e5ac5b22] daemon started [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [dbcc399ce2135] error pinging daemon on start: Get http://dbcc399ce2135.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dbcc399ce2135] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [dbcc399ce2135] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dbcc399ce2135] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dbcc399ce2135] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dbcc399ce2135] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [df8c0a90b75d7] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [df8c0a90b75d7] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [df8c0a90b75d7] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [df8c0a90b75d7] error pinging daemon on start: Get http://df8c0a90b75d7.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [df8c0a90b75d7] error pinging daemon on start: Get http://df8c0a90b75d7.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [df8c0a90b75d7] error pinging daemon on start: Get http://df8c0a90b75d7.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [df8c0a90b75d7] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [df8c0a90b75d7] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [da8d6e5ac5b22] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [da8d6e5ac5b22] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [da8d6e5ac5b22] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [da8d6e5ac5b22] error pinging daemon on start: Get http://da8d6e5ac5b22.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:350: [da8d6e5ac5b22] error pinging daemon on start: Get http://da8d6e5ac5b22.sock/_ping: context deadline exceeded [2019-09-19T12:50:54.846Z] daemon.go:336: [da8d6e5ac5b22] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [da8d6e5ac5b22] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [dbcc399ce2135] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dbcc399ce2135] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dbcc399ce2135] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dbcc399ce2135] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dbcc399ce2135] daemon started [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dd2edbe98242e] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [dd2edbe98242e] joining swarm manager [df8c0a90b75d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-19T12:50:54.846Z] daemon.go:472: [dd2edbe98242e] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dd2edbe98242e] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dd2edbe98242e] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dd2edbe98242e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dd2edbe98242e] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [df8c0a90b75d7] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [df8c0a90b75d7] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [df8c0a90b75d7] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [dbcc399ce2135] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dbcc399ce2135] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dbcc399ce2135] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [da8d6e5ac5b22] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [da8d6e5ac5b22] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [da8d6e5ac5b22] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [dd2edbe98242e] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dd2edbe98242e] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dd2edbe98242e] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmManagerAddress (13.92s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-19T12:50:54.846Z] daemon.go:336: [de295bfefbcc5] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [de295bfefbcc5] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [de295bfefbcc5] daemon started [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-19T12:50:54.846Z] daemon.go:336: [d11da2cc8a127] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d11da2cc8a127] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d11da2cc8a127] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [d11da2cc8a127] joining swarm manager [de295bfefbcc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-19T12:50:54.846Z] daemon.go:336: [d9c5a410e9796] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d9c5a410e9796] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d9c5a410e9796] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [d9c5a410e9796] joining swarm manager [de295bfefbcc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-19T12:50:54.846Z] daemon.go:472: [de295bfefbcc5] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [de295bfefbcc5] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [de295bfefbcc5] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [d11da2cc8a127] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d11da2cc8a127] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d11da2cc8a127] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [d9c5a410e9796] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d9c5a410e9796] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d9c5a410e9796] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateDup (3.31s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-19T12:50:54.846Z] daemon.go:336: [da06dd7fb4b6d] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da06dd7fb4b6d] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [da06dd7fb4b6d] daemon started [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-19T12:50:54.846Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-19T12:50:54.846Z] daemon.go:472: [da06dd7fb4b6d] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [da06dd7fb4b6d] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [da06dd7fb4b6d] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.93s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-19T12:50:54.846Z] daemon.go:336: [dd07669366bd6] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dd07669366bd6] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dd07669366bd6] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [dd07669366bd6] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dd07669366bd6] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dd07669366bd6] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.55s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-19T12:50:54.846Z] daemon.go:336: [db111c84f3b6e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [db111c84f3b6e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [db111c84f3b6e] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [db111c84f3b6e] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [db111c84f3b6e] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [db111c84f3b6e] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPlugin (2.99s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-19T12:50:54.846Z] daemon.go:336: [dc1434448ff2e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dc1434448ff2e] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dc1434448ff2e] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [dc1434448ff2e] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dc1434448ff2e] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dc1434448ff2e] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 (54.33s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-19T12:50:54.846Z] daemon.go:336: [d4328d1363db3] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d4328d1363db3] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d4328d1363db3] daemon started [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-19T12:50:54.846Z] daemon.go:336: [d3f78617b21bd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d3f78617b21bd] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d3f78617b21bd] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [d3f78617b21bd] joining swarm manager [d4328d1363db3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.846Z] daemon.go:472: [d4328d1363db3] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d4328d1363db3] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d4328d1363db3] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [d3f78617b21bd] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d3f78617b21bd] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d3f78617b21bd] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeListFilter (2.93s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-19T12:50:54.846Z] daemon.go:336: [d20d8b6e5dfa0] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d20d8b6e5dfa0] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d20d8b6e5dfa0] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d20d8b6e5dfa0] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d20d8b6e5dfa0] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d20d8b6e5dfa0] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter (3.25s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-19T12:50:54.846Z] daemon.go:336: [d865a9e126d0f] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d865a9e126d0f] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d865a9e126d0f] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d865a9e126d0f] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d865a9e126d0f] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d865a9e126d0f] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishAdd (2.49s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-19T12:50:54.846Z] daemon.go:336: [d327740aa2942] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d327740aa2942] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d327740aa2942] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d327740aa2942] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d327740aa2942] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d327740aa2942] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.22s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-19T12:50:54.846Z] daemon.go:336: [da4f7a697a4af] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [da4f7a697a4af] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [da4f7a697a4af] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [da4f7a697a4af] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [da4f7a697a4af] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [da4f7a697a4af] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmReadonlyRootfs (2.68s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-19T12:50:54.846Z] daemon.go:336: [d286bd812f5bb] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d286bd812f5bb] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d286bd812f5bb] daemon started [2019-09-19T12:50:54.846Z] daemon.go:472: [d286bd812f5bb] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d286bd812f5bb] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [d286bd812f5bb] Daemon stopped [2019-09-19T12:50:54.846Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation (20.54s) [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-19T12:50:54.846Z] daemon.go:336: [dfc58dd5d39c9] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [dfc58dd5d39c9] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [dfc58dd5d39c9] daemon started [2019-09-19T12:50:54.846Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-19T12:50:54.846Z] daemon.go:336: [d9b6270b42660] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:336: [d9b6270b42660] waiting for daemon to start [2019-09-19T12:50:54.846Z] daemon.go:364: [d9b6270b42660] daemon started [2019-09-19T12:50:54.846Z] check_test.go:310: [d9b6270b42660] joining swarm manager [dfc58dd5d39c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-19T12:50:54.846Z] daemon.go:472: [dfc58dd5d39c9] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [dfc58dd5d39c9] exiting daemon [2019-09-19T12:50:54.846Z] daemon.go:459: [dfc58dd5d39c9] Daemon stopped [2019-09-19T12:50:54.846Z] daemon.go:472: [d9b6270b42660] Stopping daemon [2019-09-19T12:50:54.846Z] daemon.go:307: [d9b6270b42660] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d9b6270b42660] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRotateUnlockKey (14.02s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d2bb8c3b0032e] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d2bb8c3b0032e] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d2bb8c3b0032e] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d2bb8c3b0032e] Daemon stopped [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d2bb8c3b0032e] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d2bb8c3b0032e] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d2bb8c3b0032e] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d2bb8c3b0032e] Daemon stopped [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d2bb8c3b0032e] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d2bb8c3b0032e] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d2bb8c3b0032e] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d2bb8c3b0032e] Daemon stopped [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d2bb8c3b0032e] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d2bb8c3b0032e] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d2bb8c3b0032e] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d2bb8c3b0032e] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d2bb8c3b0032e] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceEnvFile (2.88s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-19T12:50:54.847Z] daemon.go:336: [d3693640ea2df] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d3693640ea2df] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d3693640ea2df] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d3693640ea2df] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d3693640ea2df] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d3693640ea2df] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceListFilter (2.53s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-19T12:50:54.847Z] daemon.go:336: [d939abf6c61cb] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d939abf6c61cb] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d939abf6c61cb] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d939abf6c61cb] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d939abf6c61cb] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d939abf6c61cb] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode (3.33s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-19T12:50:54.847Z] daemon.go:336: [d314f658c6323] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d314f658c6323] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d314f658c6323] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d314f658c6323] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d314f658c6323] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d314f658c6323] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.43s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-19T12:50:54.847Z] daemon.go:336: [dcba7c6faf21a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dcba7c6faf21a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dcba7c6faf21a] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dcba7c6faf21a] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dcba7c6faf21a] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dcba7c6faf21a] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTY (4.89s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-19T12:50:54.847Z] daemon.go:336: [d67b0f0bed007] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d67b0f0bed007] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d67b0f0bed007] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d67b0f0bed007] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d67b0f0bed007] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d67b0f0bed007] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate (3.24s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-19T12:50:54.847Z] daemon.go:336: [d9f6a10f2d864] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d9f6a10f2d864] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d9f6a10f2d864] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d9f6a10f2d864] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d9f6a10f2d864] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d9f6a10f2d864] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.11s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-19T12:50:54.847Z] daemon.go:336: [d88bc2f7bde20] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d88bc2f7bde20] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d88bc2f7bde20] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d88bc2f7bde20] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d88bc2f7bde20] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d88bc2f7bde20] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceWithGroup (3.11s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-19T12:50:54.847Z] daemon.go:336: [d41fd6e2da5e3] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d41fd6e2da5e3] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d41fd6e2da5e3] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d41fd6e2da5e3] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d41fd6e2da5e3] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d41fd6e2da5e3] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmStopSignal (2.67s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-19T12:50:54.847Z] daemon.go:336: [d3975c11c67b0] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d3975c11c67b0] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d3975c11c67b0] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d3975c11c67b0] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d3975c11c67b0] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d3975c11c67b0] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmTaskListFilter (2.58s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-19T12:50:54.847Z] daemon.go:336: [dc673b2a7a23a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dc673b2a7a23a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dc673b2a7a23a] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dc673b2a7a23a] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dc673b2a7a23a] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dc673b2a7a23a] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmUpdate (3.04s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-19T12:50:54.847Z] daemon.go:336: [d1c27d4b9f1aa] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d1c27d4b9f1aa] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d1c27d4b9f1aa] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d1c27d4b9f1aa] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d1c27d4b9f1aa] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d1c27d4b9f1aa] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestSwarmVolumePlugin (52.29s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-19T12:50:54.847Z] daemon.go:336: [df5d6ae92bbaf] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [df5d6ae92bbaf] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [df5d6ae92bbaf] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [df5d6ae92bbaf] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [df5d6ae92bbaf] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [df5d6ae92bbaf] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.10s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-19T12:50:54.847Z] daemon.go:336: [d0919a2c4a84f] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d0919a2c4a84f] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d0919a2c4a84f] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d0919a2c4a84f] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d0919a2c4a84f] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d0919a2c4a84f] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.98s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-19T12:50:54.847Z] daemon.go:336: [d3ce2aad15b29] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d3ce2aad15b29] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d3ce2aad15b29] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d3ce2aad15b29] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d3ce2aad15b29] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d3ce2aad15b29] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.91s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-19T12:50:54.847Z] docker_cli_external_volume_driver_test.go:53: Daemon daf9cbc364abe is not started [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-19T12:50:54.847Z] daemon.go:336: [dba742ec69e56] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dba742ec69e56] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dba742ec69e56] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dba742ec69e56] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dba742ec69e56] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dba742ec69e56] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.62s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-19T12:50:54.847Z] daemon.go:336: [d1f73844311ff] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d1f73844311ff] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d1f73844311ff] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d1f73844311ff] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d1f73844311ff] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d1f73844311ff] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-19T12:50:54.847Z] docker_cli_external_volume_driver_test.go:53: Daemon dd289f1940436 is not started [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-19T12:50:54.847Z] daemon.go:336: [dd84d8b788364] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dd84d8b788364] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dd84d8b788364] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dd84d8b788364] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dd84d8b788364] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dd84d8b788364] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-19T12:50:54.847Z] docker_cli_external_volume_driver_test.go:53: Daemon d16334173d345 is not started [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-19T12:50:54.847Z] docker_cli_external_volume_driver_test.go:53: Daemon dbb1dbe86e932 is not started [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.60s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-19T12:50:54.847Z] daemon.go:336: [de2c450346fc6] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [de2c450346fc6] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [de2c450346fc6] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [de2c450346fc6] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [de2c450346fc6] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [de2c450346fc6] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-19T12:50:54.847Z] daemon.go:336: [d5eabc43033e8] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d5eabc43033e8] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d5eabc43033e8] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d5eabc43033e8] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d5eabc43033e8] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d5eabc43033e8] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-19T12:50:54.847Z] daemon.go:336: [d5a9cd09fd03f] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d5a9cd09fd03f] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d5a9cd09fd03f] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d5a9cd09fd03f] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d5a9cd09fd03f] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d5a9cd09fd03f] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-19T12:50:54.847Z] daemon.go:336: [dc8c167bbdeca] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dc8c167bbdeca] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dc8c167bbdeca] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dc8c167bbdeca] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dc8c167bbdeca] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dc8c167bbdeca] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.64s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-19T12:50:54.847Z] daemon.go:336: [d1310f157325a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d1310f157325a] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d1310f157325a] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d1310f157325a] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d1310f157325a] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d1310f157325a] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.87s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-19T12:50:54.847Z] daemon.go:336: [d95509eeefa59] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d95509eeefa59] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d95509eeefa59] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d95509eeefa59] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d95509eeefa59] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d95509eeefa59] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-19T12:50:54.847Z] daemon.go:336: [dcebe61ebfb5b] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [dcebe61ebfb5b] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [dcebe61ebfb5b] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [dcebe61ebfb5b] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [dcebe61ebfb5b] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [dcebe61ebfb5b] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-19T12:50:54.847Z] daemon.go:336: [d8ee077e36abf] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d8ee077e36abf] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d8ee077e36abf] daemon started [2019-09-19T12:50:54.847Z] daemon.go:472: [d8ee077e36abf] Stopping daemon [2019-09-19T12:50:54.847Z] daemon.go:307: [d8ee077e36abf] exiting daemon [2019-09-19T12:50:54.847Z] daemon.go:459: [d8ee077e36abf] Daemon stopped [2019-09-19T12:50:54.847Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.48s) [2019-09-19T12:50:54.847Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-19T12:50:54.847Z] daemon.go:336: [d92ff0be56690] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:336: [d92ff0be56690] waiting for daemon to start [2019-09-19T12:50:54.847Z] daemon.go:364: [d92ff0be56690] daemon started [2019-09-19T12:50:54.848Z] daemon.go:472: [d92ff0be56690] Stopping daemon [2019-09-19T12:50:54.848Z] daemon.go:307: [d92ff0be56690] exiting daemon [2019-09-19T12:50:54.848Z] daemon.go:459: [d92ff0be56690] Daemon stopped [2019-09-19T12:50:54.848Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.37s) [2019-09-19T12:50:54.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-19T12:50:54.848Z] docker_cli_external_volume_driver_test.go:485: Daemon d2b1bd5804f5d is not started [2019-09-19T12:50:54.848Z] daemon.go:336: [d2b1bd5804f5d] waiting for daemon to start [2019-09-19T12:50:54.848Z] daemon.go:336: [d2b1bd5804f5d] waiting for daemon to start [2019-09-19T12:50:54.848Z] daemon.go:364: [d2b1bd5804f5d] daemon started [2019-09-19T12:50:54.848Z] daemon.go:472: [d2b1bd5804f5d] Stopping daemon [2019-09-19T12:50:54.848Z] daemon.go:307: [d2b1bd5804f5d] exiting daemon [2019-09-19T12:50:54.848Z] daemon.go:459: [d2b1bd5804f5d] Daemon stopped [2019-09-19T12:50:54.848Z] --- PASS: Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-19T12:50:54.848Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-19T12:50:54.848Z] docker_cli_external_volume_driver_test.go:53: Daemon d033f7c8fc47a is not started [2019-09-19T12:50:54.848Z] PASS [2019-09-19T12:50:54.848Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-19T12:50:54.848Z] ++++ cat bundles/test-integration/docker.pid [2019-09-19T12:50:54.848Z] +++ kill 6917 [2019-09-19T12:50:55.411Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-19T12:50:55.411Z] ++++ cat bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove/dbc01a1bf1241/docker.pid [2019-09-19T12:50:55.411Z] +++ kill 5417 [2019-09-19T12:50:55.411Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5417 is not a child of this shell [2019-09-19T12:50:55.411Z] warning: PID 5417 from bundles/test-integration/Test/DockerDaemonSuite/TestFailedPluginRemove/dbc01a1bf1241/docker.pid had a nonzero exit code [2019-09-19T12:50:55.411Z] +++ /etc/init.d/apparmor stop [2019-09-19T12:50:55.411Z] Clearing AppArmor profiles cache:. [2019-09-19T12:50:55.411Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-19T12:50:55.411Z] Unloading profiles will leave already running processes permanently [2019-09-19T12:50:55.411Z] unconfined, which can lead to unexpected situations. [2019-09-19T12:50:55.411Z] [2019-09-19T12:50:55.411Z] To set a process to complain mode, use the command line tool [2019-09-19T12:50:55.411Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-19T12:50:55.411Z] with the 'teardown' option." [2019-09-19T12:50:55.411Z] [2019-09-19T12:50:55.705Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-19T12:50:55.975Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-19T12:50:56.253Z] Recording test results [2019-09-19T12:50:57.891Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-19T12:50:58.607Z] + echo Ensuring container killed. [2019-09-19T12:50:58.607Z] Ensuring container killed. [2019-09-19T12:50:58.607Z] + docker rm -vf docker-pr4 [2019-09-19T12:50:58.607Z] Error: No such container: docker-pr4 [2019-09-19T12:50:58.607Z] + true [Pipeline] sh [2019-09-19T12:50:58.893Z] + echo Chowning /workspace to jenkins user [2019-09-19T12:50:58.893Z] Chowning /workspace to jenkins user [2019-09-19T12:50:58.893Z] + id -u [2019-09-19T12:50:58.893Z] + id -g [2019-09-19T12:50:58.893Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39949:/workspace busybox chown -R 1000:1000 /workspace [2019-09-19T12:50:58.893Z] Unable to find image 'busybox:latest' locally [2019-09-19T12:50:58.893Z] latest: Pulling from library/busybox [2019-09-19T12:50:59.150Z] 7c9d20b9b6cd: Pulling fs layer [2019-09-19T12:50:59.150Z] 7c9d20b9b6cd: Download complete [2019-09-19T12:50:59.150Z] 7c9d20b9b6cd: Pull complete [2019-09-19T12:50:59.150Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-19T12:50:59.150Z] Status: Downloaded newer image for busybox:latest [2019-09-19T12:51:00.079Z] === RUN Test/DockerSuite/TestEventsContainerRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-19T12:51:03.627Z] + bundleName=amd64 [2019-09-19T12:51:03.627Z] + echo Creating amd64-bundles.tar.gz [2019-09-19T12:51:03.627Z] Creating amd64-bundles.tar.gz [2019-09-19T12:51:03.627Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-19T12:51:03.627Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-19T12:51:04.577Z] Archiving artifacts [2019-09-19T12:51:06.280Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-19T12:51:06.591Z] + make clean [2019-09-19T12:51:06.848Z] docker volume rm -f docker-dev-cache [2019-09-19T12:51:06.848Z] docker-dev-cache [Pipeline] deleteDir [2019-09-19T12:51:07.169Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-19T12:51:11.872Z] === RUN Test/DockerSuite/TestEventsFilterContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-19T12:51:16.577Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-19T12:51:23.672Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-19T12:51:23.672Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-19T12:51:27.421Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-19T12:51:27.421Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-19T12:51:28.393Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-19T12:51:33.234Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-19T12:51:41.822Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-19T12:51:42.793Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-19T12:51:42.793Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-19T12:51:44.978Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-19T12:51:47.893Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-19T12:51:50.080Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-19T12:51:52.267Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-19T12:52:02.615Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-19T12:52:02.615Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-19T12:52:04.800Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-19T12:52:08.541Z] === RUN Test/DockerSuite/TestExec [2019-09-19T12:52:08.541Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-19T12:52:08.541Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-19T12:52:10.075Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-19T12:52:11.611Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-19T12:52:11.611Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-19T12:52:11.611Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-19T12:52:11.611Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-19T12:52:13.785Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-19T12:52:15.318Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-19T12:52:17.494Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-19T12:52:19.670Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-19T12:52:24.352Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-19T12:52:24.352Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-19T12:52:24.352Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-19T12:52:24.352Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-19T12:52:26.529Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-19T12:52:31.211Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-19T12:52:33.385Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-19T12:52:35.558Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-19T12:52:35.558Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-19T12:52:42.655Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-19T12:52:42.655Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-19T12:52:42.655Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-19T12:52:42.655Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-19T12:52:48.438Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-19T12:52:54.219Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-19T12:52:57.946Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestHealth [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-19T12:53:03.731Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-19T12:53:08.413Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-19T12:53:08.873Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-19T12:53:08.873Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-19T12:53:08.873Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-19T12:53:08.873Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-19T12:53:09.331Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-19T12:53:09.790Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-19T12:53:09.790Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-19T12:53:10.757Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-19T12:53:10.757Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-19T12:53:12.292Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-19T12:53:12.752Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-19T12:53:14.287Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-19T12:53:16.460Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-19T12:53:16.919Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-19T12:53:16.919Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-19T12:53:20.648Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-19T12:53:20.648Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportFile [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-19T12:53:22.821Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-19T12:53:23.279Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-19T12:53:23.736Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-19T12:53:23.736Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-19T12:53:23.736Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-19T12:53:23.736Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-19T12:53:30.806Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-19T12:53:32.343Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-19T12:53:32.343Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-19T12:53:32.343Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-19T12:53:32.343Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-19T12:53:32.343Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-19T12:53:34.516Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-19T12:53:34.516Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-19T12:53:36.693Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-19T12:53:36.693Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-19T12:53:36.693Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-19T12:53:36.693Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-19T12:53:43.760Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-19T12:53:48.447Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-19T12:53:48.447Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-19T12:53:48.447Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-19T12:53:48.447Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-19T12:53:50.623Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-19T12:53:52.160Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-19T12:53:52.618Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-19T12:53:54.794Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-19T12:53:56.975Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-19T12:53:56.975Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-19T12:53:56.975Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-19T12:53:59.147Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-19T12:54:02.047Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-19T12:54:05.776Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-19T12:54:07.311Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-19T12:54:10.215Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-19T12:54:12.391Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-19T12:54:13.927Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-19T12:54:16.828Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-19T12:54:19.730Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-19T12:54:20.188Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-19T12:54:20.188Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-19T12:54:20.188Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-19T12:54:20.188Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-19T12:54:21.724Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-19T12:54:24.626Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-19T12:54:31.689Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-19T12:54:33.863Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-19T12:54:33.863Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-19T12:54:36.038Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-19T12:54:36.038Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-19T12:54:44.596Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-19T12:54:51.662Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-19T12:54:58.732Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-19T12:55:00.907Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-19T12:55:03.807Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-19T12:55:03.807Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-19T12:55:05.982Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-19T12:55:08.158Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-19T12:55:16.717Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-19T12:55:16.717Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-19T12:55:16.717Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-19T12:55:18.888Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-19T12:55:21.794Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-19T12:55:23.328Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPortList [2019-09-19T12:55:23.786Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-19T12:55:27.520Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-19T12:55:27.978Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-19T12:55:31.705Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-19T12:55:31.705Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-19T12:55:40.261Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-19T12:55:40.261Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-19T12:55:52.641Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-19T12:56:07.435Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-19T12:56:07.435Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-19T12:56:17.750Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-19T12:56:32.551Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-19T12:56:34.086Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-19T12:56:46.457Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-19T12:56:51.144Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-19T12:56:51.144Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-19T12:56:51.144Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-19T12:56:54.878Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-19T12:56:54.878Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-19T12:56:55.336Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-19T12:56:55.336Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-19T12:56:55.336Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-19T12:57:02.401Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-19T12:57:02.401Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-19T12:57:02.859Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-19T12:57:02.859Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-19T12:57:04.398Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-19T12:57:05.366Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-19T12:57:05.366Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-19T12:57:09.092Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-19T12:57:12.821Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-19T12:57:14.995Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-19T12:57:32.925Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-19T12:57:32.925Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-19T12:57:38.713Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-19T12:57:38.713Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-19T12:57:39.172Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-19T12:57:39.630Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-19T12:57:43.362Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-19T12:57:47.091Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-19T12:57:47.091Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-19T12:57:51.773Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-19T12:57:51.773Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-19T12:57:51.773Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-19T12:58:06.567Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-19T12:58:12.347Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-19T12:58:12.805Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-19T12:58:19.874Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-19T12:58:24.554Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-19T12:58:31.629Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-19T12:58:35.357Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-19T12:58:35.816Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-19T12:58:38.715Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-19T12:58:53.581Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-19T12:58:56.484Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-19T12:59:01.387Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-19T12:59:02.354Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-19T12:59:04.528Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-19T12:59:04.528Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-19T12:59:04.528Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-19T12:59:10.314Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-19T12:59:12.489Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-19T12:59:14.024Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-19T12:59:16.198Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-19T12:59:17.732Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-19T12:59:17.732Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-19T12:59:22.419Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-19T12:59:22.420Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-19T12:59:22.420Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-19T12:59:24.592Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-19T12:59:24.592Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-19T12:59:26.766Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-19T12:59:26.766Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-19T12:59:26.766Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-19T12:59:28.941Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-19T12:59:31.293Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-19T12:59:32.827Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-19T12:59:35.014Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-19T12:59:35.014Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-19T12:59:35.014Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-19T12:59:35.014Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-19T12:59:37.188Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-19T12:59:37.188Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-19T12:59:37.188Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-19T12:59:37.188Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-19T12:59:37.188Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-19T12:59:38.723Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-19T12:59:51.098Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-19T12:59:51.562Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-19T12:59:52.020Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-19T12:59:52.020Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-19T12:59:52.020Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-19T12:59:54.194Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-19T12:59:55.727Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-19T12:59:55.727Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-19T12:59:57.900Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-19T12:59:57.900Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-19T12:59:57.900Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-19T12:59:57.900Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-19T13:00:00.074Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-19T13:00:02.250Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-19T13:00:04.424Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-19T13:00:11.490Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-19T13:00:20.046Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-19T13:00:28.608Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-19T13:00:28.608Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunMount [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-19T13:00:30.144Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-19T13:00:37.207Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-19T13:00:37.207Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-19T13:00:37.207Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-19T13:00:37.207Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-19T13:00:41.889Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-19T13:00:45.622Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-19T13:00:45.622Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-19T13:00:45.622Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-19T13:00:45.622Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-19T13:00:45.622Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-19T13:00:45.623Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-19T13:00:45.623Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-19T13:00:45.623Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-19T13:00:45.623Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-19T13:00:45.623Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-19T13:00:46.082Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-19T13:00:47.048Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-19T13:00:48.583Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-19T13:00:50.756Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-19T13:00:51.720Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-19T13:00:53.253Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-19T13:00:53.712Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-19T13:00:56.611Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-19T13:01:03.676Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-19T13:01:03.676Z] === RUN Test/DockerSuite/TestRunRm [2019-09-19T13:01:05.209Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-19T13:01:10.993Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-19T13:01:12.526Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-19T13:01:14.699Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-19T13:01:16.232Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-19T13:01:18.406Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-19T13:01:18.406Z] === RUN Test/DockerSuite/TestRunState [2019-09-19T13:01:18.406Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-19T13:01:20.581Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-19T13:01:20.581Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-19T13:01:22.115Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-19T13:01:22.115Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-19T13:01:22.115Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-19T13:01:22.115Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-19T13:01:22.116Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-19T13:01:22.573Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-19T13:01:27.266Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-19T13:01:28.798Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-19T13:01:28.798Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-19T13:01:30.972Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-19T13:01:30.972Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-19T13:01:30.972Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-19T13:01:33.146Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-19T13:01:45.517Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-19T13:01:47.691Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-19T13:01:53.474Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-19T13:01:53.474Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-19T13:01:53.474Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-19T13:01:53.474Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-19T13:01:53.474Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-19T13:01:55.648Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-19T13:01:57.823Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-19T13:01:59.358Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-19T13:01:59.358Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-19T13:01:59.358Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-19T13:01:59.815Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-19T13:02:03.543Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-19T13:02:05.078Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-19T13:02:06.613Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-19T13:02:10.342Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-19T13:02:10.342Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-19T13:02:10.342Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-19T13:02:10.801Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-19T13:02:12.976Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-19T13:02:13.435Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-19T13:02:13.892Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-19T13:02:13.893Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-19T13:02:15.427Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-19T13:02:21.215Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-19T13:02:21.215Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-19T13:02:28.283Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-19T13:02:28.283Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-19T13:02:31.180Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-19T13:02:31.180Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-19T13:02:31.180Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-19T13:02:31.180Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-19T13:02:31.180Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-19T13:02:48.845Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-19T13:02:51.020Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-19T13:02:51.020Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-19T13:02:52.554Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-19T13:03:10.220Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-19T13:03:15.999Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-19T13:03:15.999Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-19T13:03:18.898Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-19T13:03:19.356Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-19T13:03:19.356Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-19T13:03:19.813Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-19T13:03:19.813Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-19T13:03:26.879Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-19T13:03:26.879Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-19T13:03:27.336Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-19T13:03:27.336Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-19T13:03:27.336Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-19T13:03:33.114Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-19T13:03:33.574Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-19T13:03:34.032Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-19T13:03:42.583Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-19T13:03:42.583Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestConcurrentFailingPull [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T13:03:43.040Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-19T13:03:43.041Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-19T13:03:43.041Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-19T13:03:43.041Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-19T13:03:43.041Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-19T13:03:43.041Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-19T13:03:43.041Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginBasicOps [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginCreate [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginEnableDisableNegative [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginForceRemove [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginIDPrefix [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginInspect [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginInstallArgs [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginInstallDisable [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginInstallImage [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginListDefaultFormat [2019-09-19T13:03:43.041Z] === RUN Test/DockerPluginSuite/TestPluginSet [2019-09-19T13:03:43.041Z] --- PASS: Test (2555.86s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.02s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (1.10s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.22s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.58s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (140.17s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (1.41s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkFilter (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.02s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (5.86s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (3.77s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.15s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement Apparmor [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesPtrace (0.02s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement Apparmor [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAppArmorTraceSelf (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAttachDisconnect (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (3.05s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAttachPausedContainer (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement IsPausable [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (7.42s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (107.41s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement UnixCli [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (7.64s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.23s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.24s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (0.80s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (2.96s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (1.47s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.07s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.46s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.22s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (4.83s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.33s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (3.10s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.42s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (4.74s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddScript (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddTar (48.25s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXz (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXzGz (0.41s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (22.22s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.61s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (7.94s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (1.13s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (4.96s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.57s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.23s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.89s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (6.14s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (32.38s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (9.68s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCacheAdd (0.42s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (1.35s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCacheFrom (0.05s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.68s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (1.35s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildChownOnCopy (0.04s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement UnixCli [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (1.34s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.83s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.47s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.53s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCmdShellArgsEscaped (5.09s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (1.97s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCommentsShebangs (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (1.13s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildContChar (13.07s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.38s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (1.94s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.82s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (0.73s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.65s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (5.29s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.18s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.68s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.39s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.65s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.47s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (24.09s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.66s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildCopyWildcardInName (0.41s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (22.70s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (1.59s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.88s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (3.71s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.77s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.83s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (59.02s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (5.66s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildDockerignoreComment (0.42s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (63.16s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.81s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.94s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (37.98s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (20.19s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (10.12s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (41.90s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (15.34s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (10.34s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (87.52s) [2019-09-19T13:03:43.041Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.48s) [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildEOLInLine (0.38s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.041Z] --- SKIP: Test/DockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-19T13:03:43.041Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.49s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (0.98s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.51s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.73s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.78s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (4.71s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnv (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvEscapes (0.36s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (3.13s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.91s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (4.89s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (17.33s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.58s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildExpose (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildExposeOrder (0.02s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFails (6.94s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.18s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (5.01s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (4.87s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildForceRm (11.29s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromGit (10.66s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (1.48s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (5.47s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement UnixCli [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.68s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.57s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (8.94s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildHistory (10.45s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildIidFile (0.92s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (1.97s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildInheritance (0.05s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.71s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.09s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (9.31s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.86s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.55s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (0.79s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.52s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabels (0.88s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.45s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (4.86s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildLastModified (0.09s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildLineBreak (0.05s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.49s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (0.60s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (5.17s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (19.62s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageCache (0.06s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (2.09s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (36.15s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (18.81s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (9.48s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (5.28s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.97s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (15.96s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (16.39s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.62s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildNetContainer (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildNetNone (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNoContext (2.40s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (4.67s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (2.22s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.24s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.27s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (2.18s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (1.25s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (13.98s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (1.45s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.57s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (3.44s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (8.79s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (5.54s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (4.69s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (1.01s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildPATH (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (2.06s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (42.42s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (18.85s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildRm (14.95s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (3.07s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildScratchCopy (0.41s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (1.27s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (3.46s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (3.34s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (4.64s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (14.48s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.84s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.64s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildShellWindowsPowershell (11.60s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.33s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (5.00s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildStderr (4.70s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (19.44s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildStopSignal (0.39s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (2.72s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (1.12s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (4.75s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (5.16s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildUser (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (4.05s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.50s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (2.54s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (21.55s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWindowsUser (14.91s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (5.34s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHost (0.42s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (2.53s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWithRecycleBin (11.81s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (4.70s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.43s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (13.40s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumeOwnership (0.42s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumes (0.38s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (1.21s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWindowsPath (8.26s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (1.83s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestBuildXZHost (0.38s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-19T13:03:43.042Z] docker_cli_sni_test.go:18: Flakey test [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (2.58s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (4.40s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitChange (5.03s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (4.52s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestCommitHardlink (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitNewFile (7.11s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestCommitPausedContainer (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitTTY (8.05s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (4.56s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestCommitWithHostBindMount (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestCommitWithoutPause (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (6.23s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (7.05s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (6.75s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (1.93s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (2.53s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (2.43s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (1.89s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (1.94s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (1.93s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (2.34s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.96s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (3.69s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIPause (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (2.35s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.20s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (2.00s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (8.24s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (3.66s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (1.79s) [2019-09-19T13:03:43.042Z] --- SKIP: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-09-19T13:03:43.042Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.042Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (2.20s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerAPITop (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainerAPITopWindows (1.89s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (4.05s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (1.69s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerNetworkMode (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.74s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (15.91s) [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc000aa9b40 } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1911194166 c:\foo false } [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1911194166 c:\foo true } [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.19s) [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 0 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 1 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 2 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 3 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 4 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 5 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 6 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 7 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 8 [2019-09-19T13:03:43.043Z] docker_api_containers_test.go:1927: case 9 [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestContainersNetworkIsolation (0.02s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCopyAndRestart (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (2.15s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseA (0.02s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseB (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseC (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseD (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseE (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseF (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseG (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseH (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseI (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromCaseJ (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (2.05s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.06s) [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpNameHasColon (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpRelativePath (2.03s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpSpecialFiles (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToCaseA (8.93s) [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a279492257\file1 4662ae806b1f6f5c97e6ee57acfed5f29918e78bd6c57581f104772d69c497bc:/root/itWorks.txt` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:279: checking that container "4662ae806b1f6f5c97e6ee57acfed5f29918e78bd6c57581f104772d69c497bc" start output contains "file1\n" [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4662ae806b1f6f5c97e6ee57acfed5f29918e78bd6c57581f104772d69c497bc` [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToCaseB (2.00s) [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b429919628\file1 ff3517f286d2fbb6a7da614c929ff420f8028e210e3c6d5d2f0a5e82b99048aa:testDir/` [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseC (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseD (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToCaseE (17.88s) [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e085744507\dir1 ba2959240cf6835b53bf94536bc92ce4f27b812b4be228007d8ce4d3c020c10d:testDir` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:279: checking that container "ba2959240cf6835b53bf94536bc92ce4f27b812b4be228007d8ce4d3c020c10d" start output contains "file1-1\n" [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:209: running `docker start -a ba2959240cf6835b53bf94536bc92ce4f27b812b4be228007d8ce4d3c020c10d` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e085744507\dir1 3ced46d5d3561c6bce9879bc247add824cc346715a4cf295a2ba44eec1ccd04b:testDir/` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:279: checking that container "3ced46d5d3561c6bce9879bc247add824cc346715a4cf295a2ba44eec1ccd04b" start output contains "file1-1\n" [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3ced46d5d3561c6bce9879bc247add824cc346715a4cf295a2ba44eec1ccd04b` [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseF (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseG (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToCaseH (8.60s) [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h500206238\dir1\. ee98d233c4b423805693285e30488accb5f7e6845e051f2ab101250a51ddb592:testDir` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:279: checking that container "ee98d233c4b423805693285e30488accb5f7e6845e051f2ab101250a51ddb592" start output contains "file1-1\n" [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:209: running `docker start -a ee98d233c4b423805693285e30488accb5f7e6845e051f2ab101250a51ddb592` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h500206238\dir1\. 2b3983492ea6aba9ef10bb41c01081b5af243f68416271e07bdbeb5eb347790f:testDir/` [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:279: checking that container "2b3983492ea6aba9ef10bb41c01081b5af243f68416271e07bdbeb5eb347790f" start output contains "file1-1\n" [2019-09-19T13:03:43.043Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2b3983492ea6aba9ef10bb41c01081b5af243f68416271e07bdbeb5eb347790f` [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseI (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToCaseJ (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToDot (2.40s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCpToStdout (2.19s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCpVolumePath (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.15s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.18s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateByImageID (1.70s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (2.23s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateGrowRootfs (0.23s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.16s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (1.96s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.58s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.15s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateRM (0.31s) [2019-09-19T13:03:43.043Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-19T13:03:43.043Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.15s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.29s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (8.16s) [2019-09-19T13:03:43.043Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.18s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (3.95s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.16s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (6.80s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDevicePermissions (0.02s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestDockerFails (0.08s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsAttach (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsCommit (0.02s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (2.11s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (2.08s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.29s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (7.14s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsCopy (4.99s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (4.30s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (6.87s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.70s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (3.25s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.30s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilterType (0.92s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFilters (4.60s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFormat (8.75s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.06s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.06s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsImageImport (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsImageLoad (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsImagePull (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.17s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsPluginOps (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsRename (2.26s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsResize (2.45s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (2.11s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (2.37s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (9.93s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestEventsTop (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.74s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (3.36s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestExec (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (1.87s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (1.67s) [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestExecAPIStart (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- SKIP: Test/DockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-19T13:03:43.502Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (1.71s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (1.82s) [2019-09-19T13:03:43.502Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (1.86s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (2.10s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (4.45s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecCgroup (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecEnv (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecExitStatus (2.70s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecInspectID (4.38s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecInteractive (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecParseError (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecPausedContainer (0.02s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement IsPausable [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.27s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecSetEnv (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecStartFails (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecStateCleanup (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecStopNotHanging (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (2.36s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecUlimits (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestExecWindowsPathNotWiped (7.23s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecWithImageUser (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecWithPrivileged (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestExecWithUser (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetContainerStats (5.68s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (5.67s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (3.16s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (5.86s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.11s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestHealth (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.06s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (5.01s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.91s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (1.64s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.23s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (1.84s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (2.23s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.19s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (3.53s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.06s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImportBadURL (2.43s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImportDisplay (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImportFile (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.06s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImportFileWithMessage (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImportGzipped (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDebug (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement IsPausable [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.11s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInsecureRegistries (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (6.72s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (1.99s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.08s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectAmpersand (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (1.98s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.19s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (2.04s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectDefault (6.93s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectHistory (4.67s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectImage (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectInt64 (2.05s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (1.90s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.18s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (2.35s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (1.91s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestInspectPlugin (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (2.11s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectStatus (2.65s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (3.80s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (1.95s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (2.46s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (2.19s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (2.06s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (2.95s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (2.68s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.07s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinkShortDefinition (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksEnvs (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (1.69s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (2.42s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (7.21s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (2.35s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (2.03s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (8.94s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (6.88s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (6.91s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (2.36s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (2.60s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (2.38s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (2.07s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsSince (8.74s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestLogsStderrInStdout (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsTail (2.32s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (2.30s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (2.00s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestMountIntoProc (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestMountIntoSys (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestNetHostname (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginActive (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPluginInspectOnWindows (0.07s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginLogDriver (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginMetricsCollector (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPluginUpgrade (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPortExposeHostBinding (0.02s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPortHostBinding (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPortList (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.94s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersAttach (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.81s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPsByOrder (8.27s) [2019-09-19T13:03:43.503Z] --- SKIP: Test/DockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-19T13:03:43.503Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (12.21s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (13.23s) [2019-09-19T13:03:43.503Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (11.27s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (14.01s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (3.21s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (12.03s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (4.57s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (4.34s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsListContainersSize (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPsRightTagName (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPsShowMounts (6.31s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (1.41s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.96s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (3.64s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartContainerSuccess (3.91s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (2.24s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (17.91s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartPolicyAfterRestart (5.72s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.20s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.17s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.65s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (3.89s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (3.77s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (3.90s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.07s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.26s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (13.35s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (7.29s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.63s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.19s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (5.10s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (7.03s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (4.25s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiTag (0.61s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (2.26s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (15.53s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (2.32s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (5.02s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (1.09s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (2.06s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.14s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (2.64s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (1.94s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (1.88s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (1.87s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.07s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunBindMounts (4.21s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddCHOWN (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (2.01s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (2.57s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (1.78s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.10s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (1.90s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (2.02s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecFailures (1.90s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecWellFormed (11.02s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDNSOptions (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (1.94s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunDuplicateMount (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (2.02s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (1.96s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunEmptyEnv (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (1.95s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunEnvironment (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunExitCode (2.01s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (2.01s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (2.16s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (7.09s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.06s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunGroupAdd (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunInitLayerPathOwnership (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunInspectMacAddress (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (8.63s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.08s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (8.36s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (1.67s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeHostname (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeIpcHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeNetContainerHostname (0.02s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainer (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModePIDHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunModeUTSHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunMount (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunMountOrdering (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (6.91s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNamedVolume (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (4.16s) [2019-09-19T13:03:43.504Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (4.13s) [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNetHost (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.504Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-19T13:03:43.504Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.29s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (1.02s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (1.81s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (1.89s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (0.96s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (1.75s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunNonRootUserResolvName (0.31s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPortInUse (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.47s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunPublishPort (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement Apparmor [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunReadProcTimer (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (7.08s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunRm (2.04s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (5.02s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (1.93s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (1.97s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (1.78s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (2.24s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunState (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (1.95s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunStdinPipe (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (1.72s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.16s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.06s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (4.34s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUnshareProc (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement Apparmor [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserByID (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserByIDBig (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserByIDZero (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserByName (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (1.90s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunUserNotFound (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (1.85s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (2.73s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (10.70s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (3.77s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (5.35s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsShared (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUCount (2.16s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUPercent (2.00s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUShares (2.01s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithBadDevice (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.05s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.06s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdj (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWithUlimits (0.03s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (3.70s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (1.63s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (1.77s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (3.75s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement Apparmor [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveCheckTimes (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveImageId (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveLoadParents (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveMultipleNames (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveSingleTag (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (2.22s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (1.50s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (5.59s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (6.69s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (3.52s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartAttachWithRename (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartMultipleContainers (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartPausedContainer (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement IsPausable [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStartRecordError (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (15.37s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsAllNoStream (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsFormatAll (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestStatsNoStream (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (1.89s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (2.03s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestTopPrivileged (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestTopWindowsCoreProcesses (1.84s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.30s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.15s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.31s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.28s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (7.10s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (2.57s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.17s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (6.89s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (5.87s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.27s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (7.89s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- PASS: Test/DockerSuite/TestWindowsRunAsSystem (1.28s) [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-19T13:03:43.505Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.505Z] --- SKIP: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistrySuite/TestV2Only (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginCreate (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginInspect (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] --- SKIP: Test/DockerPluginSuite/TestPluginSet (0.00s) [2019-09-19T13:03:43.506Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-19T13:03:43.506Z] PASS [2019-09-19T13:03:43.506Z] ok github.com/docker/docker/integration-cli 2556.832s [2019-09-19T13:03:43.506Z] INFO: Integration tests ended at 09/19/2019 13:03:43. Duration:00:42:47.4600414 [2019-09-19T13:03:43.506Z] INFO: Docker info of the daemon under test at end of run [2019-09-19T13:03:43.506Z] [2019-09-19T13:03:43.506Z] Containers: 2 [2019-09-19T13:03:43.506Z] Running: 0 [2019-09-19T13:03:43.506Z] Paused: 0 [2019-09-19T13:03:43.506Z] Stopped: 2 [2019-09-19T13:03:43.506Z] Images: 12 [2019-09-19T13:03:43.506Z] Server Version: 0.0.0-dev [2019-09-19T13:03:43.506Z] Storage Driver: windowsfilter [2019-09-19T13:03:43.506Z] Windows: [2019-09-19T13:03:43.506Z] Logging Driver: json-file [2019-09-19T13:03:43.506Z] Plugins: [2019-09-19T13:03:43.506Z] Volume: local [2019-09-19T13:03:43.506Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-19T13:03:43.506Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-19T13:03:43.506Z] Swarm: inactive [2019-09-19T13:03:43.506Z] Default Isolation: process [2019-09-19T13:03:43.506Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-19T13:03:43.506Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-19T13:03:43.506Z] OSType: windows [2019-09-19T13:03:43.506Z] Architecture: x86_64 [2019-09-19T13:03:43.506Z] CPUs: 4 [2019-09-19T13:03:43.506Z] Total Memory: 32GiB [2019-09-19T13:03:43.506Z] Name: azwin-2-b690c0 [2019-09-19T13:03:43.506Z] ID: G5OH:7DB2:6GPB:GMVM:S6ET:DKIW:BGR7:DVAS:5OM2:L4WS:TEX4:S3B2 [2019-09-19T13:03:43.506Z] Docker Root Dir: D:\CI-4\CI-ce61a1ed9\daemon [2019-09-19T13:03:43.506Z] Debug Mode (client): false [2019-09-19T13:03:43.506Z] Debug Mode (server): true [2019-09-19T13:03:43.506Z] File Descriptors: -1 [2019-09-19T13:03:43.506Z] Goroutines: 18 [2019-09-19T13:03:43.506Z] System Time: 2019-09-19T13:03:43.4229206Z [2019-09-19T13:03:43.506Z] EventsListeners: 0 [2019-09-19T13:03:43.506Z] Registry: https://index.docker.io/v1/ [2019-09-19T13:03:43.506Z] Labels: [2019-09-19T13:03:43.506Z] Experimental: false [2019-09-19T13:03:43.506Z] Insecure Registries: [2019-09-19T13:03:43.506Z] 127.0.0.0/8 [2019-09-19T13:03:43.506Z] Live Restore Enabled: false [2019-09-19T13:03:43.506Z] [2019-09-19T13:03:43.506Z] [2019-09-19T13:03:43.964Z] INFO: Stopping daemon under test [2019-09-19T13:03:43.964Z] SUCCESS: The process with PID 1168 (child process of PID 1596) has been terminated. [2019-09-19T13:03:43.964Z] SUCCESS: The process with PID 1596 (child process of PID 2692) has been terminated. [2019-09-19T13:03:43.964Z] INFO: Stop tailing logs of the daemon under tests [2019-09-19T13:03:43.964Z] INFO: executeCI.ps1 Completed successfully at 09/19/2019 13:03:43. [2019-09-19T13:03:43.964Z] INFO: Tidying up at end of run [2019-09-19T13:03:43.964Z] INFO: Saving daemon under test log (d:\CI-4\CI-ce61a1ed9\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-19T13:03:43.964Z] INFO: Saving daemon under test log (d:\CI-4\CI-ce61a1ed9\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-19T13:03:43.964Z] INFO: Nuke-Everything... [2019-09-19T13:03:43.964Z] INFO: Container count on control daemon to delete is 2 [2019-09-19T13:03:44.990Z] 8d19eb9d4ff4 [2019-09-19T13:03:44.990Z] a404e909b595 [2019-09-19T13:03:44.990Z] INFO: Tidying pidfile d:\CI-4\CI-ce61a1ed9\docker.pid [2019-09-19T13:03:44.990Z] INFO: Nuking d:\CI-4 [2019-09-19T13:04:15.090Z] INFO: Zapped successfully [2019-09-19T13:04:15.090Z] [2019-09-19T13:04:15.090Z] INFO: executeCI.ps1 exiting at Thu Sep 19 13:04:12 CUT 2019. Duration 01:05:25.7002930 [2019-09-19T13:04:15.090Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-19T13:04:16.754Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-19T13:04:17.928Z] Archiving artifacts [2019-09-19T13:04:34.542Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39949/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-19T13:04:35.471Z] + make clean [2019-09-19T13:04:38.369Z] docker volume rm -f docker-dev-cache [2019-09-19T13:04:38.369Z] 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